diff --git a/src/Library.vcproj b/src/Library.vcproj index 96053d9..5990bfa 100755 --- a/src/Library.vcproj +++ b/src/Library.vcproj @@ -123,6 +123,7 @@ /> - - diff --git a/test/SmallObj/DefaultAlloc.vcproj b/test/SmallObj/DefaultAlloc.vcproj index 07b2c32..735ad79 100644 --- a/test/SmallObj/DefaultAlloc.vcproj +++ b/test/SmallObj/DefaultAlloc.vcproj @@ -122,7 +122,7 @@ Name="VCCLCompilerTool" PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" StringPooling="true" - RuntimeLibrary="0" + RuntimeLibrary="2" RuntimeTypeInfo="true" UsePrecompiledHeader="0" WarningLevel="4" diff --git a/test/SmallObj/SmallObjCompare.vcproj b/test/SmallObj/SmallObjCompare.vcproj index 6d33b1a..0799889 100755 --- a/test/SmallObj/SmallObjCompare.vcproj +++ b/test/SmallObj/SmallObjCompare.vcproj @@ -125,7 +125,7 @@ AdditionalIncludeDirectories="..\..\include" PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" StringPooling="true" - RuntimeLibrary="0" + RuntimeLibrary="2" RuntimeTypeInfo="true" UsePrecompiledHeader="0" WarningLevel="4" diff --git a/test/SmallObj/SmallObjSingleton.vcproj b/test/SmallObj/SmallObjSingleton.vcproj index e0f4996..36061a8 100755 --- a/test/SmallObj/SmallObjSingleton.vcproj +++ b/test/SmallObj/SmallObjSingleton.vcproj @@ -123,7 +123,7 @@ AdditionalIncludeDirectories="..\..\include" PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" StringPooling="true" - RuntimeLibrary="0" + RuntimeLibrary="2" RuntimeTypeInfo="true" UsePrecompiledHeader="0" WarningLevel="4" diff --git a/test/SmartPtr/SmartPtr.vcproj b/test/SmartPtr/SmartPtr.vcproj index dadb3b0..15368d0 100644 --- a/test/SmartPtr/SmartPtr.vcproj +++ b/test/SmartPtr/SmartPtr.vcproj @@ -104,7 +104,8 @@ />