From 125f53aaa690e4870af88aa3a8947ac5ac0b435d Mon Sep 17 00:00:00 2001 From: BobTheBob <32057864+BobTheBob9@users.noreply.github.com> Date: Wed, 18 Aug 2021 03:56:51 +0100 Subject: lots of launcher stuff --- GameInjector/GameInjector.vcxproj | 176 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 176 insertions(+) create mode 100644 GameInjector/GameInjector.vcxproj (limited to 'GameInjector/GameInjector.vcxproj') diff --git a/GameInjector/GameInjector.vcxproj b/GameInjector/GameInjector.vcxproj new file mode 100644 index 00000000..37a269df --- /dev/null +++ b/GameInjector/GameInjector.vcxproj @@ -0,0 +1,176 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 16.0 + Win32Proj + {b3554508-967e-49d2-bf87-586dd95d817c} + GameInjector + 10.0 + + + + DynamicLibrary + true + v142 + Unicode + + + DynamicLibrary + false + v142 + true + Unicode + + + DynamicLibrary + true + v142 + Unicode + + + DynamicLibrary + false + v142 + true + Unicode + + + + + + + + + + + + + + + + + + + + + true + + + false + + + true + + + false + + + + Level3 + true + WIN32;_DEBUG;GAMEINJECTOR_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + Use + pch.h + $(ProjectDir) + stdcpp17 + + + Windows + true + false + $(ProjectDir)MinHook.x86.lib;%(AdditionalDependencies) + + + + + Level3 + true + true + true + WIN32;NDEBUG;GAMEINJECTOR_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + Use + pch.h + $(ProjectDir) + stdcpp17 + + + Windows + true + true + true + false + $(ProjectDir)MinHook.x86.lib;%(AdditionalDependencies) + + + + + Level3 + true + _DEBUG;GAMEINJECTOR_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + Use + pch.h + + + Windows + true + false + + + + + Level3 + true + true + true + NDEBUG;GAMEINJECTOR_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + Use + pch.h + + + Windows + true + true + true + false + + + + + + + + + + + Create + Create + Create + Create + + + + + + \ No newline at end of file -- cgit v1.2.3