From 918ea3350677522bba444155697f8055a4664901 Mon Sep 17 00:00:00 2001 From: onbcode Date: Sun, 7 Apr 2024 19:57:21 -0300 Subject: [PATCH] Remove 32bit build configurations --- code/MeOS.sln | 6 ------ code/MeOS.vcxproj | 55 ----------------------------------------------- 2 files changed, 61 deletions(-) diff --git a/code/MeOS.sln b/code/MeOS.sln index 9853837..7e2a52f 100644 --- a/code/MeOS.sln +++ b/code/MeOS.sln @@ -8,19 +8,13 @@ EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|x64 = Debug|x64 - Debug|x86 = Debug|x86 Release|x64 = Release|x64 - Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {60BC59CB-8987-4A39-B866-403066F59B0F}.Debug|x64.ActiveCfg = Debug|x64 {60BC59CB-8987-4A39-B866-403066F59B0F}.Debug|x64.Build.0 = Debug|x64 - {60BC59CB-8987-4A39-B866-403066F59B0F}.Debug|x86.ActiveCfg = Debug|Win32 - {60BC59CB-8987-4A39-B866-403066F59B0F}.Debug|x86.Build.0 = Debug|Win32 {60BC59CB-8987-4A39-B866-403066F59B0F}.Release|x64.ActiveCfg = Release|x64 {60BC59CB-8987-4A39-B866-403066F59B0F}.Release|x64.Build.0 = Release|x64 - {60BC59CB-8987-4A39-B866-403066F59B0F}.Release|x86.ActiveCfg = Release|Win32 - {60BC59CB-8987-4A39-B866-403066F59B0F}.Release|x86.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/code/MeOS.vcxproj b/code/MeOS.vcxproj index b456b84..8272ba2 100644 --- a/code/MeOS.vcxproj +++ b/code/MeOS.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 - Application true @@ -57,12 +36,6 @@ - - - - - - @@ -73,34 +46,6 @@ true - - - Level3 - true - WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - true - - - Windows - true - - - - - Level3 - true - true - true - WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) - true - - - Windows - true - true - true - - Level3