diff options
Diffstat (limited to 'windows/test/hyperslabdll')
-rw-r--r-- | windows/test/hyperslabdll/hyperslabdll.vcproj | 23 |
1 files changed, 10 insertions, 13 deletions
diff --git a/windows/test/hyperslabdll/hyperslabdll.vcproj b/windows/test/hyperslabdll/hyperslabdll.vcproj index 5ef24ce..23b7982 100644 --- a/windows/test/hyperslabdll/hyperslabdll.vcproj +++ b/windows/test/hyperslabdll/hyperslabdll.vcproj @@ -1,9 +1,10 @@ <?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8.00"
+ Version="9.00"
Name="hyperslabdll"
ProjectGUID="{CEA44545-33C8-4C63-9F8C-85BA48F45637}"
+ TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -79,6 +80,8 @@ SuppressStartupBanner="true"
ProgramDatabaseFile=".\../../../test/hyperslabdll/Release/hyperslabdll.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool
@@ -100,9 +103,6 @@ Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -170,6 +170,8 @@ SuppressStartupBanner="true"
ProgramDatabaseFile=".\../../../test/hyperslabdll/Release/hyperslabdll.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
TargetMachine="17"
/>
<Tool
@@ -191,9 +193,6 @@ Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -259,6 +258,8 @@ GenerateDebugInformation="true"
ProgramDatabaseFile=".\../../../test/hyperslabdll/Debug/hyperslabdll.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool
@@ -280,9 +281,6 @@ Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -349,6 +347,8 @@ GenerateDebugInformation="true"
ProgramDatabaseFile=".\../../../test/hyperslabdll/Debug/hyperslabdll.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
TargetMachine="17"
/>
<Tool
@@ -370,9 +370,6 @@ Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
|