From a856194c6f5144f8fd15c373a60e3753b97e5f63 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 28 Mar 2018 17:17:06 -0400 Subject: [PATCH] Remove Explicit Runtime Library Options --- components/cod2rad/cod2rad.vcxproj | 2 -- components/launcher_ldr/launcher_ldr.vcxproj | 2 -- components/linker_pc/linker_pc.vcxproj | 2 -- components/shared/detours/detours.vcxproj | 2 -- 4 files changed, 8 deletions(-) diff --git a/components/cod2rad/cod2rad.vcxproj b/components/cod2rad/cod2rad.vcxproj index be181e25..afabd926 100644 --- a/components/cod2rad/cod2rad.vcxproj +++ b/components/cod2rad/cod2rad.vcxproj @@ -55,7 +55,6 @@ Level3 Disabled WIN32;_DEBUG;_WINDOWS;_USRDLL;COD2RAD_EXPORTS;%(PreprocessorDefinitions) - MultiThreadedDebugDLL false true Speed @@ -75,7 +74,6 @@ true true WIN32;NDEBUG;_WINDOWS;_USRDLL;COD2RAD_EXPORTS;%(PreprocessorDefinitions) - MultiThreadedDLL true Speed diff --git a/components/launcher_ldr/launcher_ldr.vcxproj b/components/launcher_ldr/launcher_ldr.vcxproj index 9e155529..c7f32735 100644 --- a/components/launcher_ldr/launcher_ldr.vcxproj +++ b/components/launcher_ldr/launcher_ldr.vcxproj @@ -56,7 +56,6 @@ Level3 Disabled WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded false @@ -72,7 +71,6 @@ true true WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded true diff --git a/components/linker_pc/linker_pc.vcxproj b/components/linker_pc/linker_pc.vcxproj index 2b25af03..260dc832 100644 --- a/components/linker_pc/linker_pc.vcxproj +++ b/components/linker_pc/linker_pc.vcxproj @@ -55,7 +55,6 @@ Level3 Disabled WIN32;_DEBUG;_WINDOWS;_USRDLL;LINKER_PC_EXPORTS;%(PreprocessorDefinitions) - MultiThreadedDLL true false @@ -76,7 +75,6 @@ true true WIN32;NDEBUG;_WINDOWS;_USRDLL;LINKER_PC_EXPORTS;%(PreprocessorDefinitions) - MultiThreadedDLL true diff --git a/components/shared/detours/detours.vcxproj b/components/shared/detours/detours.vcxproj index 5213ab01..c6911066 100644 --- a/components/shared/detours/detours.vcxproj +++ b/components/shared/detours/detours.vcxproj @@ -56,7 +56,6 @@ Level3 Disabled ASMJIT_RELEASE;ASMJIT_EMBED;ASMJIT_BUILD_X86;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) - MultiThreadedDebugDLL Windows @@ -73,7 +72,6 @@ ASMJIT_RELEASE;ASMJIT_EMBED;ASMJIT_BUILD_X86;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) Speed true - MultiThreadedDLL true