diff options
Diffstat (limited to 'imo2sproxy/msvc/imoproxy.vcxproj')
-rw-r--r-- | imo2sproxy/msvc/imoproxy.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/imo2sproxy/msvc/imoproxy.vcxproj b/imo2sproxy/msvc/imoproxy.vcxproj index 78a6e8f..92e8ac6 100644 --- a/imo2sproxy/msvc/imoproxy.vcxproj +++ b/imo2sproxy/msvc/imoproxy.vcxproj @@ -86,7 +86,7 @@ </ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
- <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
<StringPooling>true</StringPooling>
<FunctionLevelLinking>true</FunctionLevelLinking>
|