From 7ef2dfc649c5cef1c86e069ff57ce981e282b879 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 15 Jul 2014 11:34:36 +0200 Subject: Use default runtime in VC12 projects --- dist/examples/cxx/tree/polymorphism/polymorphism-vc12.vcxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dist/examples/cxx/tree/polymorphism') diff --git a/dist/examples/cxx/tree/polymorphism/polymorphism-vc12.vcxproj b/dist/examples/cxx/tree/polymorphism/polymorphism-vc12.vcxproj index c4b4b16..c3c9ff8 100644 --- a/dist/examples/cxx/tree/polymorphism/polymorphism-vc12.vcxproj +++ b/dist/examples/cxx/tree/polymorphism/polymorphism-vc12.vcxproj @@ -85,7 +85,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL true @@ -114,7 +114,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL true @@ -137,7 +137,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded + MultiThreadedDLL true @@ -164,7 +164,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded + MultiThreadedDLL true -- cgit v1.1