diff options
Diffstat (limited to 'VC2008/WebServer.vcproj')
-rw-r--r-- | VC2008/WebServer.vcproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/VC2008/WebServer.vcproj b/VC2008/WebServer.vcproj index 65b3e2b91..8e7617c27 100644 --- a/VC2008/WebServer.vcproj +++ b/VC2008/WebServer.vcproj @@ -44,7 +44,7 @@ PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
MinimalRebuild="true"
BasicRuntimeChecks="3"
- RuntimeLibrary="3"
+ RuntimeLibrary="1"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="Globals.h"
WarningLevel="3"
@@ -106,7 +106,7 @@ Optimization="2"
EnableIntrinsicFunctions="true"
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
- RuntimeLibrary="2"
+ RuntimeLibrary="0"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="Globals.h"
|