From 77b52da44b263df4884be2f35f885d8edccbb6fa Mon Sep 17 00:00:00 2001 From: boris Date: Wed, 19 Dec 2018 00:13:24 +1300 Subject: added new loader project :) merry christmas --- csgo-loader/csgo-server/csgo-server.vcxproj | 152 ++++++++++++++++++++++++++++ 1 file changed, 152 insertions(+) create mode 100644 csgo-loader/csgo-server/csgo-server.vcxproj (limited to 'csgo-loader/csgo-server/csgo-server.vcxproj') diff --git a/csgo-loader/csgo-server/csgo-server.vcxproj b/csgo-loader/csgo-server/csgo-server.vcxproj new file mode 100644 index 0000000..c0fcbca --- /dev/null +++ b/csgo-loader/csgo-server/csgo-server.vcxproj @@ -0,0 +1,152 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + + + + + + + + + + + + + + + + 15.0 + {97FAC435-B009-4571-AE91-31DC52D47598} + csgoserver + 10.0.17763.0 + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)bin\$(Configuration)\ + $(SolutionDir)build\$(Configuration)\Server\ + $(ExecutablePath) + $(ProjectDir);$(VC_IncludePath);$(WindowsSDK_IncludePath); + + + $(SolutionDir)bin\$(Configuration)\ + $(SolutionDir)build\$(Configuration)\Server\ + $(ExecutablePath) + $(ProjectDir);$(VC_IncludePath);$(WindowsSDK_IncludePath); + + + + Level3 + Disabled + true + true + + + + + Level4 + Disabled + true + true + _WINSOCK_DEPRECATED_NO_WARNINGS;WIN32_LEAN_AND_MEAN;NOMINMAX;DEBUG;_MBCS;%(PreprocessorDefinitions) + + + RequireAdministrator + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + Level4 + MaxSpeed + true + true + true + true + _WINSOCK_DEPRECATED_NO_WARNINGS;WIN32_LEAN_AND_MEAN;NOMINMAX;_MBCS;%(PreprocessorDefinitions) + + + true + true + RequireAdministrator + + + + + + \ No newline at end of file -- cgit v1.2.3