From b61870421f71413498e1b3687d2961c635d56b0a Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Mon, 6 Feb 2023 23:11:11 +0100 Subject: [PATCH] Remove 32bit project configuration for pluginsdk Plugin cannot be 32bit as the game and SDK is 64bit. --- r5dev/vproj/pluginsdk.vcxproj | 61 ----------------------------------- 1 file changed, 61 deletions(-) diff --git a/r5dev/vproj/pluginsdk.vcxproj b/r5dev/vproj/pluginsdk.vcxproj index 12d7dfac..41546a35 100644 --- a/r5dev/vproj/pluginsdk.vcxproj +++ b/r5dev/vproj/pluginsdk.vcxproj @@ -1,14 +1,6 @@ - - Debug - Win32 - - - Release - Win32 - Debug x64 @@ -26,19 +18,6 @@ 10.0 - - Application - true - v143 - Unicode - - - Application - false - v143 - true - Unicode - DynamicLibrary true @@ -59,12 +38,6 @@ - - - - - - @@ -72,12 +45,6 @@ - - true - - - false - true $(SolutionDir)game\bin\x64_retail\plugins\ @@ -92,34 +59,6 @@ PluginSDK $(IncludePath); - - - Level3 - true - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - - - Console - true - - - - - Level3 - true - true - true - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - - - Console - true - true - true - - Level3