diff options
Diffstat (limited to 'windows/test/chunkdll/chunkdll.vcproj')
-rw-r--r-- | windows/test/chunkdll/chunkdll.vcproj | 23 |
1 files changed, 10 insertions, 13 deletions
diff --git a/windows/test/chunkdll/chunkdll.vcproj b/windows/test/chunkdll/chunkdll.vcproj index d8b9924..fd55a1a 100644 --- a/windows/test/chunkdll/chunkdll.vcproj +++ b/windows/test/chunkdll/chunkdll.vcproj @@ -1,10 +1,11 @@ <?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8.00"
+ Version="9.00"
Name="chunkdll"
ProjectGUID="{4941199C-EB11-460D-8EF7-9F68293AE202}"
RootNamespace="chunkdll"
+ TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -79,6 +80,8 @@ GenerateDebugInformation="true"
ProgramDatabaseFile=".\../../../test/chunkdll/Debug/chunkdll.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool
@@ -100,9 +103,6 @@ Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -169,6 +169,8 @@ GenerateDebugInformation="true"
ProgramDatabaseFile=".\../../../test/chunkdll/Debug/chunkdll.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
TargetMachine="17"
/>
<Tool
@@ -190,9 +192,6 @@ Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -259,6 +258,8 @@ SuppressStartupBanner="true"
ProgramDatabaseFile=".\../../../test/chunkdll/Release/chunkdll.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool
@@ -280,9 +281,6 @@ Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -350,6 +348,8 @@ SuppressStartupBanner="true"
ProgramDatabaseFile=".\../../../test/chunkdll/Release/chunkdll.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
TargetMachine="17"
/>
<Tool
@@ -371,9 +371,6 @@ Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
|