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/ui/ui.vcxproj | 99 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 msvc/ui/ui.vcxproj (limited to 'msvc/ui') diff --git a/msvc/ui/ui.vcxproj b/msvc/ui/ui.vcxproj new file mode 100644 index 00000000..cda67351 --- /dev/null +++ b/msvc/ui/ui.vcxproj @@ -0,0 +1,99 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {499881A8-5D51-0073-92D9-F5FAA3136478} + Win32Proj + ui + + + + DynamicLibrary + true + v120 + NotSet + + + DynamicLibrary + false + v120 + true + NotSet + + + + + + + + + + + + + true + + + false + + + + + + Level3 + Disabled + WIN32;_DEBUG;_WINDOWS;_USRDLL;UI_EXPORTS;UI;%(PreprocessorDefinitions) + true + 4996 + + + Windows + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;UI_EXPORTS;UI;%(PreprocessorDefinitions) + true + 4996 + + + Windows + true + true + true + + + + + $(IntDir)game\ + + + $(IntDir)qcommon\ + + + $(IntDir)qcommon\ + + + $(IntDir)ui\ + + + + + + \ No newline at end of file -- cgit