# HG changeset patch # User Sam Lantinga # Date 1325572877 18000 # Node ID 894b6e3637c776820a72f60d4adfb14c52426206 # Parent 487e4bdef44e56bc95639da13caaafc25ac3b5a4 Updated to Visual Studio 2008 diff -r 487e4bdef44e -r 894b6e3637c7 VisualC/SDL.sln --- a/VisualC/SDL.sln Tue Jan 03 01:41:00 2012 -0500 +++ b/VisualC/SDL.sln Tue Jan 03 01:41:17 2012 -0500 @@ -1,5 +1,5 @@ -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual C++ Express 2005 +Microsoft Visual Studio Solution File, Format Version 10.00 +# Visual Studio 2008 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SDL", "SDL\SDL.vcproj", "{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SDLmain", "SDLmain\SDLmain.vcproj", "{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}" diff -r 487e4bdef44e -r 894b6e3637c7 VisualC/SDL/SDL.vcproj --- 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 @@ @@ -105,9 +108,6 @@ Name="VCAppVerifierTool" /> - @@ -181,6 +181,8 @@ IgnoreAllDefaultLibraries="false" ProgramDatabaseFile=".\Release/SDL.pdb" SubSystem="2" + RandomizedBaseAddress="1" + DataExecutionPrevention="0" ImportLibrary=".\Release/SDL.lib" /> - diff -r 487e4bdef44e -r 894b6e3637c7 VisualC/SDLmain/SDLmain.vcproj --- a/VisualC/SDLmain/SDLmain.vcproj Tue Jan 03 01:41:00 2012 -0500 +++ b/VisualC/SDLmain/SDLmain.vcproj Tue Jan 03 01:41:17 2012 -0500 @@ -1,9 +1,10 @@