From 85f8a4da6221c0d42ff96602b62eed3522f3a9fe Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Mon, 29 Jul 2019 23:32:28 +0200 Subject: added CSGO project --- CSGO/CSGO.vcxproj | 179 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 179 insertions(+) create mode 100644 CSGO/CSGO.vcxproj (limited to 'CSGO/CSGO.vcxproj') diff --git a/CSGO/CSGO.vcxproj b/CSGO/CSGO.vcxproj new file mode 100644 index 0000000..315dcf6 --- /dev/null +++ b/CSGO/CSGO.vcxproj @@ -0,0 +1,179 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {65C081C2-3A90-470C-BF06-AFF2EEB00C25} + Win32Proj + CSGO + 10.0.17763.0 + + + + Application + true + v141 + Unicode + + + Application + false + v141 + true + Unicode + + + Application + true + v141 + Unicode + Static + + + Application + false + v141 + true + Unicode + + + + + + + + + + + + + + + + + + + + + true + $(ProjectName)-kmem + + + true + + + false + + + false + + + + Use + Level3 + Disabled + true + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + pch.h + $(SolutionDir)include + MultiThreadedDebugDLL + + + Console + true + $(VCToolsInstallDir)lib\x64;$(OutputPath);%(AdditionalLibraryDirectories) + kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;MemDriverLib.lib;%(AdditionalDependencies) + + + + + Use + Level3 + Disabled + true + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + pch.h + + + Console + true + + + + + Use + Level3 + MaxSpeed + true + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + pch.h + + + Console + true + true + true + + + + + Use + Level3 + MaxSpeed + true + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + pch.h + + + Console + true + true + true + + + + + + + + + Create + Create + Create + Create + + + + + {b6790a97-6995-46b6-ad73-ac5bc4ac76db} + + + + + + \ No newline at end of file -- cgit v1.2.3