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/generated/generated-vc10.vcxproj | 8 ++++---- dist/examples/cxx/parser/hello/hello-vc10.vcxproj | 8 ++++---- dist/examples/cxx/parser/library/library-vc10.vcxproj | 8 ++++---- dist/examples/cxx/parser/mixed/mixed-vc10.vcxproj | 8 ++++---- dist/examples/cxx/parser/mixin/mixin-vc10.vcxproj | 8 ++++---- dist/examples/cxx/parser/multiroot/multiroot-vc10.vcxproj | 8 ++++---- dist/examples/cxx/parser/performance/performance-vc10.vcxproj | 8 ++++---- dist/examples/cxx/parser/polymorphism/polymorphism-vc10.vcxproj | 8 ++++---- dist/examples/cxx/parser/polyroot/polyroot-vc10.vcxproj | 8 ++++---- dist/examples/cxx/parser/wildcard/wildcard-vc10.vcxproj | 8 ++++---- 10 files changed, 40 insertions(+), 40 deletions(-) (limited to 'dist/examples/cxx/parser') diff --git a/dist/examples/cxx/parser/generated/generated-vc10.vcxproj b/dist/examples/cxx/parser/generated/generated-vc10.vcxproj index 7628b86..2de59ab 100644 --- a/dist/examples/cxx/parser/generated/generated-vc10.vcxproj +++ b/dist/examples/cxx/parser/generated/generated-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 diff --git a/dist/examples/cxx/parser/hello/hello-vc10.vcxproj b/dist/examples/cxx/parser/hello/hello-vc10.vcxproj index cedf9e0..47a9e2f 100644 --- a/dist/examples/cxx/parser/hello/hello-vc10.vcxproj +++ b/dist/examples/cxx/parser/hello/hello-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 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 diff --git a/dist/examples/cxx/parser/mixed/mixed-vc10.vcxproj b/dist/examples/cxx/parser/mixed/mixed-vc10.vcxproj index 8342e03..f708ded 100644 --- a/dist/examples/cxx/parser/mixed/mixed-vc10.vcxproj +++ b/dist/examples/cxx/parser/mixed/mixed-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 diff --git a/dist/examples/cxx/parser/mixin/mixin-vc10.vcxproj b/dist/examples/cxx/parser/mixin/mixin-vc10.vcxproj index 1b2f0f9..1406997 100644 --- a/dist/examples/cxx/parser/mixin/mixin-vc10.vcxproj +++ b/dist/examples/cxx/parser/mixin/mixin-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 diff --git a/dist/examples/cxx/parser/multiroot/multiroot-vc10.vcxproj b/dist/examples/cxx/parser/multiroot/multiroot-vc10.vcxproj index bba8fd2..a1713f7 100644 --- a/dist/examples/cxx/parser/multiroot/multiroot-vc10.vcxproj +++ b/dist/examples/cxx/parser/multiroot/multiroot-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 diff --git a/dist/examples/cxx/parser/performance/performance-vc10.vcxproj b/dist/examples/cxx/parser/performance/performance-vc10.vcxproj index 1560a07..7e303d7 100644 --- a/dist/examples/cxx/parser/performance/performance-vc10.vcxproj +++ b/dist/examples/cxx/parser/performance/performance-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 diff --git a/dist/examples/cxx/parser/polymorphism/polymorphism-vc10.vcxproj b/dist/examples/cxx/parser/polymorphism/polymorphism-vc10.vcxproj index 8e70cfe..8b7e02e 100644 --- a/dist/examples/cxx/parser/polymorphism/polymorphism-vc10.vcxproj +++ b/dist/examples/cxx/parser/polymorphism/polymorphism-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 diff --git a/dist/examples/cxx/parser/polyroot/polyroot-vc10.vcxproj b/dist/examples/cxx/parser/polyroot/polyroot-vc10.vcxproj index 41906bd..fd88962 100644 --- a/dist/examples/cxx/parser/polyroot/polyroot-vc10.vcxproj +++ b/dist/examples/cxx/parser/polyroot/polyroot-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 diff --git a/dist/examples/cxx/parser/wildcard/wildcard-vc10.vcxproj b/dist/examples/cxx/parser/wildcard/wildcard-vc10.vcxproj index 749e901..ceabc93 100644 --- a/dist/examples/cxx/parser/wildcard/wildcard-vc10.vcxproj +++ b/dist/examples/cxx/parser/wildcard/wildcard-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