From 5339696ee2ae855a5c6f9ff3da0358eb75bca433 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 15 Jul 2014 11:14:06 +0200 Subject: Use default runtime in VC10 projects --- dist/examples/cxx/tree/custom/contacts/contacts-vc10.vcxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dist/examples/cxx/tree/custom/contacts') diff --git a/dist/examples/cxx/tree/custom/contacts/contacts-vc10.vcxproj b/dist/examples/cxx/tree/custom/contacts/contacts-vc10.vcxproj index 6d02858..0c799a7 100644 --- a/dist/examples/cxx/tree/custom/contacts/contacts-vc10.vcxproj +++ b/dist/examples/cxx/tree/custom/contacts/contacts-vc10.vcxproj @@ -81,7 +81,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL true @@ -109,7 +109,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL true @@ -131,7 +131,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded + MultiThreadedDLL true @@ -157,7 +157,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded + MultiThreadedDLL true -- cgit v1.1