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/parser/library/library-vc10.vcxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dist/examples/cxx/parser/library/library-vc10.vcxproj') diff --git a/dist/examples/cxx/parser/library/library-vc10.vcxproj b/dist/examples/cxx/parser/library/library-vc10.vcxproj index 2366880..981e364 100644 --- a/dist/examples/cxx/parser/library/library-vc10.vcxproj +++ b/dist/examples/cxx/parser/library/library-vc10.vcxproj @@ -81,7 +81,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL Level3 @@ -108,7 +108,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL Level3 @@ -129,7 +129,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded + MultiThreadedDLL Level3 @@ -154,7 +154,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded + MultiThreadedDLL Level3 -- cgit v1.1