From 6d9d3dd49e0d2e2bc2a5735f7b7c6bc872efe6f2 Mon Sep 17 00:00:00 2001 From: Ivan Hernanez Date: Thu, 4 Aug 2011 05:03:04 -0500 Subject: [PATCH] set up project file for building in Visual Studio --- game.vcxproj | 148 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 148 insertions(+) create mode 100644 game.vcxproj diff --git a/game.vcxproj b/game.vcxproj new file mode 100644 index 0000000..c435619 --- /dev/null +++ b/game.vcxproj @@ -0,0 +1,148 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {F417E341-2A91-459E-994B-986CDDE4E340} + Win32Proj + game + + + + Application + true + Unicode + + + Application + false + true + Unicode + + + + + + + + + + + + + true + + + false + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + C:\SDL;%(AdditionalIncludeDirectories) + + + Console + true + C:\SDL\lib;%(AdditionalLibraryDirectories) + SDL.lib;SDL_image.lib;SDLmain.lib;SDL_draw.lib;%(AdditionalDependencies) + false + + + copy "C:\SDL\lib\*.dll" "$(OutputPath)\" + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + C:\SDL;%(AdditionalIncludeDirectories) + + + Console + true + true + true + C:\SDL\lib;%(AdditionalLibraryDirectories) + SDL.lib;SDL_image.lib;SDLmain.lib;SDL_draw.lib;%(AdditionalDependencies) + + + copy "C:\SDL\lib\*.dll" "$(OutputPath)\" + + + + + + + + + + + + + + + + + + true + + + + + + + + + + + + + + + + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- 2.11.0