summaryrefslogtreecommitdiff
path: root/shared/tinyxml/tinyXmlTestSTL.vcproj
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2014-04-18 17:05:53 +0200
committerDaniel Wilhelm <daniel@wili.li>2014-04-18 17:05:53 +0200
commit618dfb51d93898632830f1b87443d3f748780871 (patch)
treebac520a2e261154f8d35b0cb8aa345f5ab373811 /shared/tinyxml/tinyXmlTestSTL.vcproj
parent3.4 (diff)
downloadFreeFileSync-618dfb51d93898632830f1b87443d3f748780871.tar.gz
FreeFileSync-618dfb51d93898632830f1b87443d3f748780871.tar.bz2
FreeFileSync-618dfb51d93898632830f1b87443d3f748780871.zip
3.5
Diffstat (limited to 'shared/tinyxml/tinyXmlTestSTL.vcproj')
-rw-r--r--shared/tinyxml/tinyXmlTestSTL.vcproj17
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>
bgstack15