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/custom/calendar/calendar-vc12.vcxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dist/examples/cxx/tree/custom/calendar') diff --git a/dist/examples/cxx/tree/custom/calendar/calendar-vc12.vcxproj b/dist/examples/cxx/tree/custom/calendar/calendar-vc12.vcxproj index 94b9425..f0a379f 100644 --- a/dist/examples/cxx/tree/custom/calendar/calendar-vc12.vcxproj +++ b/dist/examples/cxx/tree/custom/calendar/calendar-vc12.vcxproj @@ -91,7 +91,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL true @@ -124,7 +124,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL true @@ -151,7 +151,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded + MultiThreadedDLL true @@ -182,7 +182,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded + MultiThreadedDLL true -- cgit v1.1