blob: 339f1748877c394fda19609a1ef36767c85cf015 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
ProjectType="Visual C++"
Version="8.00"
Name="mini_installer_release"
InheritedPropertySheets="$(SolutionDir)..\build\release.vsprops;.\mini_installer.vsprops"
>
<Tool
Name="VCLinkerTool"
AdditionalOptions="$(NoInherit) /SAFESEH:NO /NXCOMPAT /DYNAMICBASE:NO /FIXED"
DelayLoadDLLs="$(NoInherit)"
/>
</VisualStudioPropertySheet>
|