From fb1ef035dcee75fed4f50ec20d6eaf11b98753eb Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 15 Jul 2014 11:25:55 +0200 Subject: Use default runtime in VC11 projects --- dist/examples/cxx/parser/wildcard/wildcard-vc11.vcxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dist/examples/cxx/parser/wildcard/wildcard-vc11.vcxproj') diff --git a/dist/examples/cxx/parser/wildcard/wildcard-vc11.vcxproj b/dist/examples/cxx/parser/wildcard/wildcard-vc11.vcxproj index 0aff5e9..d28a682 100644 --- a/dist/examples/cxx/parser/wildcard/wildcard-vc11.vcxproj +++ b/dist/examples/cxx/parser/wildcard/wildcard-vc11.vcxproj @@ -85,7 +85,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL Level3 @@ -112,7 +112,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL Level3 @@ -133,7 +133,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded + MultiThreadedDLL Level3 @@ -158,7 +158,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded + MultiThreadedDLL Level3 -- cgit v1.1