From df10b2a4424296ab35f2826cc67ac4257655c02a Mon Sep 17 00:00:00 2001 From: /dev/humancontroller Date: Sat, 14 Feb 2015 02:58:11 +0100 Subject: include a modern, working MSVC solution WRONG ! this is possibly outdated by now; also, it isn't complete --- msvc/cgame/cgame.vcxproj | 102 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 msvc/cgame/cgame.vcxproj (limited to 'msvc/cgame') diff --git a/msvc/cgame/cgame.vcxproj b/msvc/cgame/cgame.vcxproj new file mode 100644 index 00000000..9592b84a --- /dev/null +++ b/msvc/cgame/cgame.vcxproj @@ -0,0 +1,102 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {8608499E-064F-E929-DB72-6833A8051A78} + Win32Proj + cgame + + + + DynamicLibrary + true + v120 + NotSet + + + DynamicLibrary + false + v120 + true + NotSet + + + + + + + + + + + + + true + + + false + + + + + + Level3 + Disabled + WIN32;_DEBUG;_WINDOWS;_USRDLL;CGAME_EXPORTS;CGAME;%(PreprocessorDefinitions) + true + 4996 + + + Windows + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;CGAME_EXPORTS;CGAME;%(PreprocessorDefinitions) + true + 4996 + + + Windows + true + true + true + + + + + $(IntDir)cgame\ + + + $(IntDir)game\ + + + $(IntDir)qcommon\ + + + $(IntDir)qcommon\ + + + $(IntDir)ui\ + + + + + + \ No newline at end of file -- cgit