diff --git a/vs/debug.props b/vs/debug.props
index 781ff59..745efbe 100644
--- a/vs/debug.props
+++ b/vs/debug.props
@@ -7,6 +7,9 @@
libcurl-d.lib;zlibd.lib;%(AdditionalDependencies)
+
+ MultiThreadedDebug
+
\ No newline at end of file
diff --git a/vs/mob.vcxproj b/vs/mob.vcxproj
index 373fc09..729d6b7 100644
--- a/vs/mob.vcxproj
+++ b/vs/mob.vcxproj
@@ -46,35 +46,15 @@
-
- true
-
-
- false
-
+
+
-
- _DEBUG;_CONSOLE;%(PreprocessorDefinitions)
- MultiThreadedDebug
-
-
- Console
- true
-
+
+
-
- true
- true
- NDEBUG;_CONSOLE;%(PreprocessorDefinitions)
- true
-
-
- Console
- true
- true
- true
-
+
+
diff --git a/vs/release.props b/vs/release.props
index bbf0b67..831aecb 100644
--- a/vs/release.props
+++ b/vs/release.props
@@ -6,7 +6,17 @@
libcurl.lib;zlib.lib;%(AdditionalDependencies)
+ true
+ true
+ UseLinkTimeCodeGeneration
+
+ AnySuitable
+
+
+ true
+ NDEBUG;%(PreprocessorDefinitions)
+
\ No newline at end of file