From 4db29589a61f2e7cb663c5734f911c02206c7997 Mon Sep 17 00:00:00 2001 From: boris Date: Wed, 9 Jan 2019 20:51:16 +1300 Subject: whole buncha shit FIXME: loader currently corrupts heap on injection because i am retarded --- csgo-loader/csgo-module/csgo-module.vcxproj | 209 ++++++++++++++++++++++++++++ 1 file changed, 209 insertions(+) create mode 100644 csgo-loader/csgo-module/csgo-module.vcxproj (limited to 'csgo-loader/csgo-module/csgo-module.vcxproj') diff --git a/csgo-loader/csgo-module/csgo-module.vcxproj b/csgo-loader/csgo-module/csgo-module.vcxproj new file mode 100644 index 0000000..cc2f6a4 --- /dev/null +++ b/csgo-loader/csgo-module/csgo-module.vcxproj @@ -0,0 +1,209 @@ + + + + + Debug + Win32 + + + FuckMSVC + Win32 + + + FuckMSVC + x64 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {3A767D6A-B6D0-4D39-92B6-62FD4537F3BD} + csgomodule + 10.0.17763.0 + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + Application + false + v141 + true + MultiByte + + + DynamicLibrary + true + v141 + MultiByte + + + DynamicLibrary + false + v141 + true + MultiByte + + + DynamicLibrary + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)shared\include;$(ProjectDir);$(VC_IncludePath);$(WindowsSDK_IncludePath); + $(SolutionDir)shared\lib;$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64 + $(SolutionDir)bin\$(Configuration)\ + $(SolutionDir)build\$(Configuration)\ + + + $(SolutionDir)shared\include;$(ProjectDir);$(VC_IncludePath);$(WindowsSDK_IncludePath); + $(SolutionDir)shared\lib;$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64 + $(SolutionDir)bin\$(Configuration)\ + $(SolutionDir)build\$(Configuration)\ + + + $(SolutionDir)shared\include;$(ProjectDir);$(VC_IncludePath);$(WindowsSDK_IncludePath); + $(SolutionDir)shared\lib;$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64 + $(SolutionDir)bin\$(Configuration)\ + $(SolutionDir)build\$(Configuration)\ + + + + Level3 + MaxSpeed + true + true + true + true + WIN32_LEAN_AND_MEAN;_WINDLL;%(PreprocessorDefinitions) + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + _WINSOCK_DEPRECATED_NO_WARNINGS;DEBUG;WIN32_LEAN_AND_MEAN;_WINDLL;%(PreprocessorDefinitions) + + + true + true + + + + + Level3 + Disabled + true + true + + + + + Level3 + Disabled + true + true + WIN32_LEAN_AND_MEAN;DEBUG;_WINDLL;%(PreprocessorDefinitions) + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3