|
|
@ -87,7 +87,7 @@ |
|
|
|
<ClCompile> |
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader> |
|
|
|
<Optimization>Disabled</Optimization> |
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
<PreprocessorDefinitions>WIN32;_WINSOCK_DEPRECATED_NO_WARNINGS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions> |
|
|
|
<ForcedIncludeFiles>stdafx.h</ForcedIncludeFiles> |
|
|
@ -126,7 +126,7 @@ |
|
|
|
<Optimization>MaxSpeed</Optimization> |
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking> |
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions> |
|
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
<PreprocessorDefinitions>WIN32;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
|
|
|
<StringPooling>true</StringPooling> |
|
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> |
|
|
|