diff options
Diffstat (limited to 'Sessions/Sessions_10.vcxproj')
-rw-r--r-- | Sessions/Sessions_10.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Sessions/Sessions_10.vcxproj b/Sessions/Sessions_10.vcxproj index c70ce3d..92b51e5 100644 --- a/Sessions/Sessions_10.vcxproj +++ b/Sessions/Sessions_10.vcxproj @@ -105,7 +105,7 @@ <Optimization>Full</Optimization>
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
<StringPooling>true</StringPooling>
- <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<FunctionLevelLinking>true</FunctionLevelLinking>
<PrecompiledHeader>Use</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
@@ -140,7 +140,7 @@ <Optimization>Full</Optimization>
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
<StringPooling>true</StringPooling>
- <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<FunctionLevelLinking>true</FunctionLevelLinking>
<PrecompiledHeader>Use</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
|