diff --git a/liboio-benchmark.vcxproj b/liboio-benchmark.vcxproj index 087e6bf2..f9c243e2 100644 --- a/liboio-benchmark.vcxproj +++ b/liboio-benchmark.vcxproj @@ -77,7 +77,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDebugDLL + MultiThreadedDebug Level3 ProgramDatabase Disabled @@ -92,7 +92,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDebugDLL + MultiThreadedDebug Level3 ProgramDatabase Disabled @@ -106,7 +106,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreaded Level3 ProgramDatabase @@ -122,7 +122,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreaded Level3 ProgramDatabase diff --git a/liboio-test.vcxproj b/liboio-test.vcxproj index 2dd98253..db88031f 100644 --- a/liboio-test.vcxproj +++ b/liboio-test.vcxproj @@ -78,7 +78,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDebugDLL + MultiThreadedDebug Level3 ProgramDatabase Disabled @@ -93,7 +93,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDebugDLL + MultiThreadedDebug Level3 ProgramDatabase Disabled @@ -107,7 +107,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreaded Level3 ProgramDatabase @@ -123,7 +123,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreaded Level3 ProgramDatabase diff --git a/liboio.vcxproj b/liboio.vcxproj index 8024233c..f8d5fde0 100644 --- a/liboio.vcxproj +++ b/liboio.vcxproj @@ -74,7 +74,7 @@ WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) - MultiThreadedDebugDLL + MultiThreadedDebug Level3 ProgramDatabase Disabled @@ -83,12 +83,22 @@ WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) - MultiThreadedDebugDLL + MultiThreadedDebug Level3 ProgramDatabase Disabled + + + MultiThreaded + + + + + MultiThreaded + +