--- a/VisualC/SDL/SDL.vcproj Tue Jan 03 01:41:00 2012 -0500
+++ b/VisualC/SDL/SDL.vcproj Tue Jan 03 01:41:17 2012 -0500
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8.00"
+ Version="9.00"
Name="SDL"
ProjectGUID="{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}"
RootNamespace="SDL"
+ TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -83,6 +84,8 @@
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Debug/SDL.pdb"
SubSystem="2"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
ImportLibrary=".\Debug/SDL.lib"
CLRUnmanagedCodeCheck="false"
/>
@@ -105,9 +108,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -181,6 +181,8 @@
IgnoreAllDefaultLibraries="false"
ProgramDatabaseFile=".\Release/SDL.pdb"
SubSystem="2"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
ImportLibrary=".\Release/SDL.lib"
/>
<Tool
@@ -202,9 +204,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>