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/comments/comments-vc10.vcxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dist/examples/cxx/tree/custom/comments/comments-vc10.vcxproj') diff --git a/dist/examples/cxx/tree/custom/comments/comments-vc10.vcxproj b/dist/examples/cxx/tree/custom/comments/comments-vc10.vcxproj index e6ad6e5..c710a2d 100644 --- a/dist/examples/cxx/tree/custom/comments/comments-vc10.vcxproj +++ b/dist/examples/cxx/tree/custom/comments/comments-vc10.vcxproj @@ -87,7 +87,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL true @@ -119,7 +119,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL true @@ -145,7 +145,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded + MultiThreadedDLL true @@ -175,7 +175,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded + MultiThreadedDLL true -- cgit v1.1