diff --git a/CppUnit/CppUnit_vs140.vcxproj b/CppUnit/CppUnit_vs140.vcxproj
index 6e58cf02f..060653f4d 100644
--- a/CppUnit/CppUnit_vs140.vcxproj
+++ b/CppUnit/CppUnit_vs140.vcxproj
@@ -230,7 +230,7 @@
.\include;..\Foundation\include;%(AdditionalIncludeDirectories)
WIN32;_DEBUG;_WINDOWS;_USRDLL;POCO_NO_AUTOMATIC_LIBS;CppUnit_EXPORTS;%(PreprocessorDefinitions)
true
- true
+ false
EnableFastChecks
MultiThreadedDebugDLL
true
@@ -356,7 +356,7 @@
.\include;..\Foundation\include;%(AdditionalIncludeDirectories)
WIN32;_DEBUG;_WINDOWS;POCO_STATIC;POCO_NO_AUTOMATIC_LIBS;%(PreprocessorDefinitions)
true
- true
+ false
EnableFastChecks
MultiThreadedDebug
true
@@ -456,7 +456,7 @@
.\include;..\Foundation\include;%(AdditionalIncludeDirectories)
WIN32;_DEBUG;_WINDOWS;POCO_STATIC;POCO_NO_AUTOMATIC_LIBS;%(PreprocessorDefinitions)
true
- true
+ false
EnableFastChecks
MultiThreadedDebugDLL
true
diff --git a/Foundation/testsuite/TestApp_vs140.vcxproj b/Foundation/testsuite/TestApp_vs140.vcxproj
index 5e057c07b..f25632eb9 100644
--- a/Foundation/testsuite/TestApp_vs140.vcxproj
+++ b/Foundation/testsuite/TestApp_vs140.vcxproj
@@ -250,7 +250,7 @@
Disabled
%(AdditionalIncludeDirectories)
WIN32;_DEBUG;_WINDOWS;WINVER=0x0500;%(PreprocessorDefinitions)
- true
+ false
EnableFastChecks
MultiThreadedDebugDLL
true
@@ -442,7 +442,7 @@
Disabled
%(AdditionalIncludeDirectories)
WIN32;_DEBUG;_WINDOWS;WINVER=0x0500;POCO_STATIC;%(PreprocessorDefinitions)
- true
+ false
EnableFastChecks
MultiThreadedDebugDLL
true
@@ -496,7 +496,7 @@
Disabled
%(AdditionalIncludeDirectories)
WIN32;_DEBUG;_WINDOWS;WINVER=0x0500;POCO_STATIC;%(PreprocessorDefinitions)
- true
+ false
EnableFastChecks
MultiThreadedDebug
true
diff --git a/Foundation/testsuite/TestApp_vs150.vcxproj b/Foundation/testsuite/TestApp_vs150.vcxproj
index 3499e5ddb..0f4e5213d 100644
--- a/Foundation/testsuite/TestApp_vs150.vcxproj
+++ b/Foundation/testsuite/TestApp_vs150.vcxproj
@@ -250,7 +250,7 @@
Disabled
%(AdditionalIncludeDirectories)
WIN32;_DEBUG;_WINDOWS;WINVER=0x0500;%(PreprocessorDefinitions)
- true
+ false
EnableFastChecks
MultiThreadedDebugDLL
true
@@ -442,7 +442,7 @@
Disabled
%(AdditionalIncludeDirectories)
WIN32;_DEBUG;_WINDOWS;WINVER=0x0500;POCO_STATIC;%(PreprocessorDefinitions)
- true
+ false
EnableFastChecks
MultiThreadedDebugDLL
true
@@ -496,7 +496,7 @@
Disabled
%(AdditionalIncludeDirectories)
WIN32;_DEBUG;_WINDOWS;WINVER=0x0500;POCO_STATIC;%(PreprocessorDefinitions)
- true
+ false
EnableFastChecks
MultiThreadedDebug
true
diff --git a/Foundation/testsuite/TestApp_vs160.vcxproj b/Foundation/testsuite/TestApp_vs160.vcxproj
index 56119ab01..21b6bb3b1 100644
--- a/Foundation/testsuite/TestApp_vs160.vcxproj
+++ b/Foundation/testsuite/TestApp_vs160.vcxproj
@@ -250,7 +250,7 @@
Disabled
%(AdditionalIncludeDirectories)
WIN32;_DEBUG;_WINDOWS;WINVER=0x0500;%(PreprocessorDefinitions)
- true
+ false
EnableFastChecks
MultiThreadedDebugDLL
true
@@ -442,7 +442,7 @@
Disabled
%(AdditionalIncludeDirectories)
WIN32;_DEBUG;_WINDOWS;WINVER=0x0500;POCO_STATIC;%(PreprocessorDefinitions)
- true
+ false
EnableFastChecks
MultiThreadedDebugDLL
true
@@ -496,7 +496,7 @@
Disabled
%(AdditionalIncludeDirectories)
WIN32;_DEBUG;_WINDOWS;WINVER=0x0500;POCO_STATIC;%(PreprocessorDefinitions)
- true
+ false
EnableFastChecks
MultiThreadedDebug
true
diff --git a/Foundation/testsuite/TestLibrary_vs140.vcxproj b/Foundation/testsuite/TestLibrary_vs140.vcxproj
index a393a1df7..41c5f379c 100644
--- a/Foundation/testsuite/TestLibrary_vs140.vcxproj
+++ b/Foundation/testsuite/TestLibrary_vs140.vcxproj
@@ -94,7 +94,7 @@
..\include;%(AdditionalIncludeDirectories)
WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)
true
- true
+ false
EnableFastChecks
MultiThreadedDebugDLL
true
diff --git a/Foundation/testsuite/TestLibrary_vs150.vcxproj b/Foundation/testsuite/TestLibrary_vs150.vcxproj
index cc00e5885..d2bd48fc4 100644
--- a/Foundation/testsuite/TestLibrary_vs150.vcxproj
+++ b/Foundation/testsuite/TestLibrary_vs150.vcxproj
@@ -94,7 +94,7 @@
..\include;%(AdditionalIncludeDirectories)
WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)
true
- true
+ false
EnableFastChecks
MultiThreadedDebugDLL
true
diff --git a/Foundation/testsuite/TestLibrary_vs160.vcxproj b/Foundation/testsuite/TestLibrary_vs160.vcxproj
index adbe9d45b..c8b1df3b9 100644
--- a/Foundation/testsuite/TestLibrary_vs160.vcxproj
+++ b/Foundation/testsuite/TestLibrary_vs160.vcxproj
@@ -94,7 +94,7 @@
..\include;%(AdditionalIncludeDirectories)
WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)
true
- true
+ false
EnableFastChecks
MultiThreadedDebugDLL
true
diff --git a/Foundation/testsuite/TestSuite_vs140.vcxproj b/Foundation/testsuite/TestSuite_vs140.vcxproj
index 2a4c33ff5..c7527bfa3 100644
--- a/Foundation/testsuite/TestSuite_vs140.vcxproj
+++ b/Foundation/testsuite/TestSuite_vs140.vcxproj
@@ -238,7 +238,7 @@
..\include;..\..\CppUnit\include;..\..\Foundation\include;%(AdditionalIncludeDirectories)
WIN32;_DEBUG;_WINDOWS;WINVER=0x0600;%(PreprocessorDefinitions)
true
- true
+ false
EnableFastChecks
MultiThreadedDebugDLL
true
@@ -362,7 +362,7 @@
..\include;..\..\CppUnit\include;..\..\Foundation\include;%(AdditionalIncludeDirectories)
WIN32;_DEBUG;_WINDOWS;WINVER=0x0600;POCO_STATIC;%(PreprocessorDefinitions)
true
- true
+ false
EnableFastChecks
MultiThreadedDebug
true
@@ -486,7 +486,7 @@
..\include;..\..\CppUnit\include;..\..\Foundation\include;%(AdditionalIncludeDirectories)
WIN32;_DEBUG;_WINDOWS;WINVER=0x0600;POCO_STATIC;%(PreprocessorDefinitions)
true
- true
+ false
EnableFastChecks
MultiThreadedDebugDLL
true
diff --git a/Foundation/testsuite/TestSuite_vs150.vcxproj b/Foundation/testsuite/TestSuite_vs150.vcxproj
index dc26e2e45..7e85de6e5 100644
--- a/Foundation/testsuite/TestSuite_vs150.vcxproj
+++ b/Foundation/testsuite/TestSuite_vs150.vcxproj
@@ -238,7 +238,7 @@
..\include;..\..\CppUnit\include;..\..\Foundation\include;%(AdditionalIncludeDirectories)
WIN32;_DEBUG;_WINDOWS;WINVER=0x0600;%(PreprocessorDefinitions)
true
- true
+ false
EnableFastChecks
MultiThreadedDebugDLL
true
@@ -362,7 +362,7 @@
..\include;..\..\CppUnit\include;..\..\Foundation\include;%(AdditionalIncludeDirectories)
WIN32;_DEBUG;_WINDOWS;WINVER=0x0600;POCO_STATIC;%(PreprocessorDefinitions)
true
- true
+ false
EnableFastChecks
MultiThreadedDebug
true
@@ -486,7 +486,7 @@
..\include;..\..\CppUnit\include;..\..\Foundation\include;%(AdditionalIncludeDirectories)
WIN32;_DEBUG;_WINDOWS;WINVER=0x0600;POCO_STATIC;%(PreprocessorDefinitions)
true
- true
+ false
EnableFastChecks
MultiThreadedDebugDLL
true
diff --git a/Foundation/testsuite/TestSuite_vs160.vcxproj b/Foundation/testsuite/TestSuite_vs160.vcxproj
index 5aabb42a8..4974ead1a 100644
--- a/Foundation/testsuite/TestSuite_vs160.vcxproj
+++ b/Foundation/testsuite/TestSuite_vs160.vcxproj
@@ -238,7 +238,7 @@
..\include;..\..\CppUnit\include;..\..\Foundation\include;%(AdditionalIncludeDirectories)
WIN32;_DEBUG;_WINDOWS;WINVER=0x0600;%(PreprocessorDefinitions)
true
- true
+ false
EnableFastChecks
MultiThreadedDebugDLL
true
@@ -362,7 +362,7 @@
..\include;..\..\CppUnit\include;..\..\Foundation\include;%(AdditionalIncludeDirectories)
WIN32;_DEBUG;_WINDOWS;WINVER=0x0600;POCO_STATIC;%(PreprocessorDefinitions)
true
- true
+ false
EnableFastChecks
MultiThreadedDebug
true
@@ -486,7 +486,7 @@
..\include;..\..\CppUnit\include;..\..\Foundation\include;%(AdditionalIncludeDirectories)
WIN32;_DEBUG;_WINDOWS;WINVER=0x0600;POCO_STATIC;%(PreprocessorDefinitions)
true
- true
+ false
EnableFastChecks
MultiThreadedDebugDLL
true