From fb82ecfec5893b00f68b72f912c6b3975b5fdb4f Mon Sep 17 00:00:00 2001 From: BobTheBob <32057864+BobTheBob9@users.noreply.github.com> Date: Mon, 6 Sep 2021 00:24:52 +0100 Subject: moving to using unpacked for launcher --- GameInjector/GameInjector.vcxproj | 176 -------------------------------------- 1 file changed, 176 deletions(-) delete mode 100644 GameInjector/GameInjector.vcxproj (limited to 'GameInjector/GameInjector.vcxproj') diff --git a/GameInjector/GameInjector.vcxproj b/GameInjector/GameInjector.vcxproj deleted file mode 100644 index 37a269df..00000000 --- a/GameInjector/GameInjector.vcxproj +++ /dev/null @@ -1,176 +0,0 @@ - - - - - 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