diff options
Diffstat (limited to 'win32/Configure')
-rw-r--r-- | win32/Configure/Configure.vcproj | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/win32/Configure/Configure.vcproj b/win32/Configure/Configure.vcproj index 5c70629..74f05a0 100644 --- a/win32/Configure/Configure.vcproj +++ b/win32/Configure/Configure.vcproj @@ -1,11 +1,12 @@ <?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" - Version="8.00" + Version="9.00" Name="Configure" ProjectGUID="{19514E48-456C-4B9D-8637-F2285476461E}" RootNamespace="Configure" Keyword="Win32Proj" + TargetFrameworkVersion="131072" > <Platforms> <Platform @@ -69,6 +70,8 @@ GenerateDebugInformation="true" ProgramDatabaseFile="$(OutDir)/Configure.pdb" SubSystem="1" + RandomizedBaseAddress="1" + DataExecutionPrevention="0" TargetMachine="1" /> <Tool @@ -76,6 +79,8 @@ /> <Tool Name="VCManifestTool" + OutputManifestFile="$(IntDir)\$(TargetFileName).intermediate.manifest" + ManifestResourceFile="$(IntDir)\$(TargetFileName).embed.intermediate.res" /> <Tool Name="VCXDCMakeTool" @@ -90,9 +95,6 @@ Name="VCAppVerifierTool" /> <Tool - Name="VCWebDeploymentTool" - /> - <Tool Name="VCPostBuildEventTool" /> </Configuration> |