summaryrefslogtreecommitdiff
path: root/shared/tinyxml/tinyXmlTest.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'shared/tinyxml/tinyXmlTest.vcproj')
-rw-r--r--shared/tinyxml/tinyXmlTest.vcproj17
1 files changed, 8 insertions, 9 deletions
diff --git a/shared/tinyxml/tinyXmlTest.vcproj b/shared/tinyxml/tinyXmlTest.vcproj
index f9e5a204..e32ecdff 100644
--- a/shared/tinyxml/tinyXmlTest.vcproj
+++ b/shared/tinyxml/tinyXmlTest.vcproj
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8.00"
+ Version="9.00"
Name="tinyXmlTest"
ProjectGUID="{34719950-09E8-457E-BE23-8F1CE3A1F1F6}"
+ TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -54,7 +55,7 @@
BrowseInformation="1"
WarningLevel="4"
SuppressStartupBanner="true"
- Detect64BitPortabilityProblems="true"
+ Detect64BitPortabilityProblems="false"
DebugInformationFormat="4"
/>
<Tool
@@ -77,6 +78,8 @@
GenerateDebugInformation="true"
ProgramDatabaseFile=".\tinyXmlTest___Win32_Debug/tinyXmlTest.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool
@@ -100,9 +103,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -162,12 +162,14 @@
/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="./Release/tinyxml.lib odbc32.lib odbccp32.lib"
+ AdditionalDependencies="./Release/tinyxml.lib"
OutputFile=".\tinyXmlTest___Win32_Release/tinyXmlTest.exe"
LinkIncremental="1"
SuppressStartupBanner="true"
ProgramDatabaseFile=".\tinyXmlTest___Win32_Release/tinyXmlTest.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool
@@ -191,9 +193,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
bgstack15