1.1 --- a/VisualC/SDL/SDL.vcproj Tue Jan 03 01:41:00 2012 -0500
1.2 +++ b/VisualC/SDL/SDL.vcproj Tue Jan 03 01:41:17 2012 -0500
1.3 @@ -1,10 +1,11 @@
1.4 <?xml version="1.0" encoding="Windows-1252"?>
1.5 <VisualStudioProject
1.6 ProjectType="Visual C++"
1.7 - Version="8.00"
1.8 + Version="9.00"
1.9 Name="SDL"
1.10 ProjectGUID="{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}"
1.11 RootNamespace="SDL"
1.12 + TargetFrameworkVersion="131072"
1.13 >
1.14 <Platforms>
1.15 <Platform
1.16 @@ -83,6 +84,8 @@
1.17 GenerateDebugInformation="true"
1.18 ProgramDatabaseFile=".\Debug/SDL.pdb"
1.19 SubSystem="2"
1.20 + RandomizedBaseAddress="1"
1.21 + DataExecutionPrevention="0"
1.22 ImportLibrary=".\Debug/SDL.lib"
1.23 CLRUnmanagedCodeCheck="false"
1.24 />
1.25 @@ -105,9 +108,6 @@
1.26 Name="VCAppVerifierTool"
1.27 />
1.28 <Tool
1.29 - Name="VCWebDeploymentTool"
1.30 - />
1.31 - <Tool
1.32 Name="VCPostBuildEventTool"
1.33 />
1.34 </Configuration>
1.35 @@ -181,6 +181,8 @@
1.36 IgnoreAllDefaultLibraries="false"
1.37 ProgramDatabaseFile=".\Release/SDL.pdb"
1.38 SubSystem="2"
1.39 + RandomizedBaseAddress="1"
1.40 + DataExecutionPrevention="0"
1.41 ImportLibrary=".\Release/SDL.lib"
1.42 />
1.43 <Tool
1.44 @@ -202,9 +204,6 @@
1.45 Name="VCAppVerifierTool"
1.46 />
1.47 <Tool
1.48 - Name="VCWebDeploymentTool"
1.49 - />
1.50 - <Tool
1.51 Name="VCPostBuildEventTool"
1.52 />
1.53 </Configuration>