From af90e2012552aff5d5dd7da6c2f1e438a3ccafcc Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 3 Jan 2012 01:41:17 -0500 Subject: [PATCH] Updated to Visual Studio 2008 --- VisualC/SDL.sln | 4 ++-- VisualC/SDL/SDL.vcproj | 13 ++++++------- VisualC/SDLmain/SDLmain.vcproj | 3 ++- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/VisualC/SDL.sln b/VisualC/SDL.sln index 83ea90b3b..9a200bf60 100644 --- a/VisualC/SDL.sln +++ b/VisualC/SDL.sln @@ -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 --git a/VisualC/SDL/SDL.vcproj b/VisualC/SDL/SDL.vcproj index cf74688e4..2f6f46164 100644 --- a/VisualC/SDL/SDL.vcproj +++ b/VisualC/SDL/SDL.vcproj @@ -1,10 +1,11 @@ @@ -104,9 +107,6 @@ - @@ -181,6 +181,8 @@ IgnoreAllDefaultLibraries="false" ProgramDatabaseFile=".\Release/SDL.pdb" SubSystem="2" + RandomizedBaseAddress="1" + DataExecutionPrevention="0" ImportLibrary=".\Release/SDL.lib" /> - diff --git a/VisualC/SDLmain/SDLmain.vcproj b/VisualC/SDLmain/SDLmain.vcproj index 16b985b7a..c899770c2 100644 --- a/VisualC/SDLmain/SDLmain.vcproj +++ b/VisualC/SDLmain/SDLmain.vcproj @@ -1,9 +1,10 @@