diff options
Diffstat (limited to 'shared/tinyxml/tinyXmlTestSTL.vcproj')
-rw-r--r-- | shared/tinyxml/tinyXmlTestSTL.vcproj | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/shared/tinyxml/tinyXmlTestSTL.vcproj b/shared/tinyxml/tinyXmlTestSTL.vcproj index b3203a14..482a5aa7 100644 --- a/shared/tinyxml/tinyXmlTestSTL.vcproj +++ b/shared/tinyxml/tinyXmlTestSTL.vcproj @@ -1,9 +1,10 @@ <?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" - Version="8.00" + Version="9.00" Name="tinyXmlTestSTL" ProjectGUID="{53ED5965-5BCA-47B5-9EB0-EDD20882F22F}" + 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=".\tinyXmlTestSTL___Win32_Debug/tinyXmlTestSTL.pdb" SubSystem="1" + RandomizedBaseAddress="1" + DataExecutionPrevention="0" TargetMachine="1" /> <Tool @@ -100,9 +103,6 @@ Name="VCAppVerifierTool" /> <Tool - Name="VCWebDeploymentTool" - /> - <Tool Name="VCPostBuildEventTool" /> </Configuration> @@ -161,12 +161,14 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="./Release_STL/tinyxml_stl.lib odbc32.lib odbccp32.lib" + AdditionalDependencies="./Release_STL/tinyxml_stl.lib" OutputFile=".\tinyXmlTestSTL___Win32_Release/tinyXmlTestSTL.exe" LinkIncremental="1" SuppressStartupBanner="true" ProgramDatabaseFile=".\tinyXmlTestSTL___Win32_Release/tinyXmlTestSTL.pdb" SubSystem="1" + RandomizedBaseAddress="1" + DataExecutionPrevention="0" TargetMachine="1" /> <Tool @@ -190,9 +192,6 @@ Name="VCAppVerifierTool" /> <Tool - Name="VCWebDeploymentTool" - /> - <Tool Name="VCPostBuildEventTool" /> </Configuration> |