diff options
Diffstat (limited to 'windows/test/err_compatdll/err_compatdll.vcproj')
-rw-r--r-- | windows/test/err_compatdll/err_compatdll.vcproj | 23 |
1 files changed, 10 insertions, 13 deletions
diff --git a/windows/test/err_compatdll/err_compatdll.vcproj b/windows/test/err_compatdll/err_compatdll.vcproj index b1d4995..66db646 100644 --- a/windows/test/err_compatdll/err_compatdll.vcproj +++ b/windows/test/err_compatdll/err_compatdll.vcproj @@ -1,10 +1,11 @@ <?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8.00"
+ Version="9.00"
Name="err_compatdll"
ProjectGUID="{309CE6F8-4658-44CB-8E99-0B86DCA77EFC}"
RootNamespace="err_compatdll"
+ TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -81,6 +82,8 @@ GenerateDebugInformation="true"
ProgramDatabaseFile=".\../../../test/err_compatdll/Debug/err_compatdll.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool
@@ -102,9 +105,6 @@ Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -173,6 +173,8 @@ GenerateDebugInformation="true"
ProgramDatabaseFile=".\../../../test/err_compatdll/Debug/err_compatdll.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
TargetMachine="17"
/>
<Tool
@@ -194,9 +196,6 @@ Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -264,6 +263,8 @@ SuppressStartupBanner="true"
ProgramDatabaseFile=".\../../../test/err_compatdll/Release/err_compatdll.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool
@@ -285,9 +286,6 @@ Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -356,6 +354,8 @@ SuppressStartupBanner="true"
ProgramDatabaseFile=".\../../../test/err_compatdll/Release/err_compatdll.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
TargetMachine="17"
/>
<Tool
@@ -377,9 +377,6 @@ Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
|