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/tree/custom/calendar/calendar-vc11.vcxproj | 8 ++++---- dist/examples/cxx/tree/custom/comments/comments-vc11.vcxproj | 8 ++++---- dist/examples/cxx/tree/custom/contacts/contacts-vc11.vcxproj | 8 ++++---- dist/examples/cxx/tree/custom/double/double-vc11.vcxproj | 8 ++++---- dist/examples/cxx/tree/custom/mixed/mixed-vc11.vcxproj | 8 ++++---- dist/examples/cxx/tree/custom/taxonomy/taxonomy-vc11.vcxproj | 8 ++++---- dist/examples/cxx/tree/custom/wildcard/wildcard-vc11.vcxproj | 8 ++++---- dist/examples/cxx/tree/hello/hello-vc11.vcxproj | 8 ++++---- dist/examples/cxx/tree/library/library-vc11.vcxproj | 8 ++++---- dist/examples/cxx/tree/messaging/messaging-vc11.vcxproj | 8 ++++---- dist/examples/cxx/tree/mixed/mixed-vc11.vcxproj | 8 ++++---- dist/examples/cxx/tree/multiroot/multiroot-vc11.vcxproj | 8 ++++---- dist/examples/cxx/tree/order/element/order-element-vc11.vcxproj | 8 ++++---- dist/examples/cxx/tree/order/mixed/order-mixed-vc11.vcxproj | 8 ++++---- dist/examples/cxx/tree/performance/performance-vc11.vcxproj | 8 ++++---- dist/examples/cxx/tree/polymorphism/polymorphism-vc11.vcxproj | 8 ++++---- dist/examples/cxx/tree/streaming/streaming-vc11.vcxproj | 8 ++++---- dist/examples/cxx/tree/wildcard/wildcard-vc11.vcxproj | 8 ++++---- dist/examples/cxx/tree/xpath/xpath-vc11.vcxproj | 8 ++++---- 19 files changed, 76 insertions(+), 76 deletions(-) (limited to 'dist/examples/cxx/tree') diff --git a/dist/examples/cxx/tree/custom/calendar/calendar-vc11.vcxproj b/dist/examples/cxx/tree/custom/calendar/calendar-vc11.vcxproj index 1fb819f..036374a 100644 --- a/dist/examples/cxx/tree/custom/calendar/calendar-vc11.vcxproj +++ b/dist/examples/cxx/tree/custom/calendar/calendar-vc11.vcxproj @@ -91,7 +91,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL true @@ -123,7 +123,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL true @@ -149,7 +149,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded + MultiThreadedDLL true @@ -179,7 +179,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded + MultiThreadedDLL true diff --git a/dist/examples/cxx/tree/custom/comments/comments-vc11.vcxproj b/dist/examples/cxx/tree/custom/comments/comments-vc11.vcxproj index 06e8067..282a370 100644 --- a/dist/examples/cxx/tree/custom/comments/comments-vc11.vcxproj +++ b/dist/examples/cxx/tree/custom/comments/comments-vc11.vcxproj @@ -91,7 +91,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL true @@ -123,7 +123,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL true @@ -149,7 +149,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded + MultiThreadedDLL true @@ -179,7 +179,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded + MultiThreadedDLL true diff --git a/dist/examples/cxx/tree/custom/contacts/contacts-vc11.vcxproj b/dist/examples/cxx/tree/custom/contacts/contacts-vc11.vcxproj index a192321..8053858 100644 --- a/dist/examples/cxx/tree/custom/contacts/contacts-vc11.vcxproj +++ b/dist/examples/cxx/tree/custom/contacts/contacts-vc11.vcxproj @@ -85,7 +85,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL true @@ -113,7 +113,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL true @@ -135,7 +135,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded + MultiThreadedDLL true @@ -161,7 +161,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded + MultiThreadedDLL true diff --git a/dist/examples/cxx/tree/custom/double/double-vc11.vcxproj b/dist/examples/cxx/tree/custom/double/double-vc11.vcxproj index 18cd62a..986b84c 100644 --- a/dist/examples/cxx/tree/custom/double/double-vc11.vcxproj +++ b/dist/examples/cxx/tree/custom/double/double-vc11.vcxproj @@ -91,7 +91,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL true @@ -123,7 +123,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL true @@ -149,7 +149,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded + MultiThreadedDLL true @@ -179,7 +179,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded + MultiThreadedDLL true diff --git a/dist/examples/cxx/tree/custom/mixed/mixed-vc11.vcxproj b/dist/examples/cxx/tree/custom/mixed/mixed-vc11.vcxproj index abe2ed3..6f515db 100644 --- a/dist/examples/cxx/tree/custom/mixed/mixed-vc11.vcxproj +++ b/dist/examples/cxx/tree/custom/mixed/mixed-vc11.vcxproj @@ -85,7 +85,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL true @@ -113,7 +113,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL true @@ -135,7 +135,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded + MultiThreadedDLL true @@ -161,7 +161,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded + MultiThreadedDLL true diff --git a/dist/examples/cxx/tree/custom/taxonomy/taxonomy-vc11.vcxproj b/dist/examples/cxx/tree/custom/taxonomy/taxonomy-vc11.vcxproj index 057403b..c34a36f 100644 --- a/dist/examples/cxx/tree/custom/taxonomy/taxonomy-vc11.vcxproj +++ b/dist/examples/cxx/tree/custom/taxonomy/taxonomy-vc11.vcxproj @@ -85,7 +85,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL true @@ -113,7 +113,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL true @@ -135,7 +135,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded + MultiThreadedDLL true @@ -161,7 +161,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded + MultiThreadedDLL true diff --git a/dist/examples/cxx/tree/custom/wildcard/wildcard-vc11.vcxproj b/dist/examples/cxx/tree/custom/wildcard/wildcard-vc11.vcxproj index 2583e65..c80c556 100644 --- a/dist/examples/cxx/tree/custom/wildcard/wildcard-vc11.vcxproj +++ b/dist/examples/cxx/tree/custom/wildcard/wildcard-vc11.vcxproj @@ -85,7 +85,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL true @@ -113,7 +113,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL true @@ -135,7 +135,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded + MultiThreadedDLL true @@ -161,7 +161,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded + MultiThreadedDLL true diff --git a/dist/examples/cxx/tree/hello/hello-vc11.vcxproj b/dist/examples/cxx/tree/hello/hello-vc11.vcxproj index 2b5d7fa..e9dfe95 100644 --- a/dist/examples/cxx/tree/hello/hello-vc11.vcxproj +++ b/dist/examples/cxx/tree/hello/hello-vc11.vcxproj @@ -85,7 +85,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL true @@ -113,7 +113,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL true @@ -135,7 +135,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded + MultiThreadedDLL true @@ -161,7 +161,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded + MultiThreadedDLL true diff --git a/dist/examples/cxx/tree/library/library-vc11.vcxproj b/dist/examples/cxx/tree/library/library-vc11.vcxproj index 61946ba..1d10be9 100644 --- a/dist/examples/cxx/tree/library/library-vc11.vcxproj +++ b/dist/examples/cxx/tree/library/library-vc11.vcxproj @@ -85,7 +85,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL true @@ -113,7 +113,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL true @@ -135,7 +135,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded + MultiThreadedDLL true @@ -161,7 +161,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded + MultiThreadedDLL true diff --git a/dist/examples/cxx/tree/messaging/messaging-vc11.vcxproj b/dist/examples/cxx/tree/messaging/messaging-vc11.vcxproj index eafc1c3..46f85ad 100644 --- a/dist/examples/cxx/tree/messaging/messaging-vc11.vcxproj +++ b/dist/examples/cxx/tree/messaging/messaging-vc11.vcxproj @@ -85,7 +85,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL true @@ -113,7 +113,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL true @@ -135,7 +135,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded + MultiThreadedDLL true @@ -161,7 +161,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded + MultiThreadedDLL true diff --git a/dist/examples/cxx/tree/mixed/mixed-vc11.vcxproj b/dist/examples/cxx/tree/mixed/mixed-vc11.vcxproj index 53050ca..f7db343 100644 --- a/dist/examples/cxx/tree/mixed/mixed-vc11.vcxproj +++ b/dist/examples/cxx/tree/mixed/mixed-vc11.vcxproj @@ -85,7 +85,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL true @@ -113,7 +113,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL true @@ -135,7 +135,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded + MultiThreadedDLL true @@ -161,7 +161,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded + MultiThreadedDLL true diff --git a/dist/examples/cxx/tree/multiroot/multiroot-vc11.vcxproj b/dist/examples/cxx/tree/multiroot/multiroot-vc11.vcxproj index 8ad0b2b..9e757f9 100644 --- a/dist/examples/cxx/tree/multiroot/multiroot-vc11.vcxproj +++ b/dist/examples/cxx/tree/multiroot/multiroot-vc11.vcxproj @@ -85,7 +85,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL true @@ -113,7 +113,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL true @@ -135,7 +135,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded + MultiThreadedDLL true @@ -161,7 +161,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded + MultiThreadedDLL true diff --git a/dist/examples/cxx/tree/order/element/order-element-vc11.vcxproj b/dist/examples/cxx/tree/order/element/order-element-vc11.vcxproj index 239e08a..2c3a796 100644 --- a/dist/examples/cxx/tree/order/element/order-element-vc11.vcxproj +++ b/dist/examples/cxx/tree/order/element/order-element-vc11.vcxproj @@ -85,7 +85,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL true @@ -113,7 +113,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL true @@ -135,7 +135,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded + MultiThreadedDLL true @@ -161,7 +161,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded + MultiThreadedDLL true diff --git a/dist/examples/cxx/tree/order/mixed/order-mixed-vc11.vcxproj b/dist/examples/cxx/tree/order/mixed/order-mixed-vc11.vcxproj index a859d92..98ab466 100644 --- a/dist/examples/cxx/tree/order/mixed/order-mixed-vc11.vcxproj +++ b/dist/examples/cxx/tree/order/mixed/order-mixed-vc11.vcxproj @@ -85,7 +85,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL true @@ -113,7 +113,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL true @@ -135,7 +135,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded + MultiThreadedDLL true @@ -161,7 +161,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded + MultiThreadedDLL true diff --git a/dist/examples/cxx/tree/performance/performance-vc11.vcxproj b/dist/examples/cxx/tree/performance/performance-vc11.vcxproj index 523c322..3049b89 100644 --- a/dist/examples/cxx/tree/performance/performance-vc11.vcxproj +++ b/dist/examples/cxx/tree/performance/performance-vc11.vcxproj @@ -85,7 +85,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL true @@ -113,7 +113,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL true @@ -135,7 +135,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded + MultiThreadedDLL true @@ -161,7 +161,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded + MultiThreadedDLL true diff --git a/dist/examples/cxx/tree/polymorphism/polymorphism-vc11.vcxproj b/dist/examples/cxx/tree/polymorphism/polymorphism-vc11.vcxproj index 4477e31..47e736a 100644 --- a/dist/examples/cxx/tree/polymorphism/polymorphism-vc11.vcxproj +++ b/dist/examples/cxx/tree/polymorphism/polymorphism-vc11.vcxproj @@ -85,7 +85,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL true @@ -113,7 +113,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL true @@ -135,7 +135,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded + MultiThreadedDLL true @@ -161,7 +161,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded + MultiThreadedDLL true diff --git a/dist/examples/cxx/tree/streaming/streaming-vc11.vcxproj b/dist/examples/cxx/tree/streaming/streaming-vc11.vcxproj index 01ce1db..7754cb6 100644 --- a/dist/examples/cxx/tree/streaming/streaming-vc11.vcxproj +++ b/dist/examples/cxx/tree/streaming/streaming-vc11.vcxproj @@ -85,7 +85,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL true @@ -113,7 +113,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL true @@ -135,7 +135,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded + MultiThreadedDLL true @@ -161,7 +161,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded + MultiThreadedDLL true diff --git a/dist/examples/cxx/tree/wildcard/wildcard-vc11.vcxproj b/dist/examples/cxx/tree/wildcard/wildcard-vc11.vcxproj index aba2db8..4b16d58 100644 --- a/dist/examples/cxx/tree/wildcard/wildcard-vc11.vcxproj +++ b/dist/examples/cxx/tree/wildcard/wildcard-vc11.vcxproj @@ -85,7 +85,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL true @@ -113,7 +113,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL true @@ -135,7 +135,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded + MultiThreadedDLL true @@ -161,7 +161,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded + MultiThreadedDLL true diff --git a/dist/examples/cxx/tree/xpath/xpath-vc11.vcxproj b/dist/examples/cxx/tree/xpath/xpath-vc11.vcxproj index e53bb3e..e738abd 100644 --- a/dist/examples/cxx/tree/xpath/xpath-vc11.vcxproj +++ b/dist/examples/cxx/tree/xpath/xpath-vc11.vcxproj @@ -85,7 +85,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL true @@ -113,7 +113,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL true @@ -135,7 +135,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded + MultiThreadedDLL true @@ -161,7 +161,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded + MultiThreadedDLL true -- cgit v1.1