diff --git a/.gitignore b/.gitignore
index 5eba0850a..816b46bac 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,7 @@
*.suo
*.user
*.opendb
+*.VC.db
# compiler-generated sources (MSVC, GCC)
*.asm
diff --git a/PropertySheets/Debug.props b/PropertySheets/Debug.props
index 9aabfaa47..920f34506 100644
--- a/PropertySheets/Debug.props
+++ b/PropertySheets/Debug.props
@@ -11,7 +11,7 @@
false
false
EnableFastChecks
- true
+ true
MultiThreadedDebug
diff --git a/PropertySheets/Platform.props b/PropertySheets/Platform.props
index ad5f29b22..3195fec8b 100644
--- a/PropertySheets/Platform.props
+++ b/PropertySheets/Platform.props
@@ -62,12 +62,11 @@
true
Async
Default
- false
Default
false
true
NoExtensions
- NotSet
+ NotSet
Precise
false
false
diff --git a/PropertySheets/Release.props b/PropertySheets/Release.props
index 5476e48fd..4f4a1d266 100644
--- a/PropertySheets/Release.props
+++ b/PropertySheets/Release.props
@@ -2,6 +2,7 @@
+ NDEBUG;%(PreprocessorDefinitions)
MinSpace
Default
false
@@ -9,8 +10,6 @@
false
false
false
- NDEBUG;%(PreprocessorDefinitions)
- false
MultiThreaded