diff options
Diffstat (limited to 'TranslitSwitcher')
-rw-r--r-- | TranslitSwitcher/TranslitSwitcher_10.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TranslitSwitcher/TranslitSwitcher_10.vcxproj b/TranslitSwitcher/TranslitSwitcher_10.vcxproj index 175da09..bda03f0 100644 --- a/TranslitSwitcher/TranslitSwitcher_10.vcxproj +++ b/TranslitSwitcher/TranslitSwitcher_10.vcxproj @@ -128,7 +128,7 @@ <StringPooling>true</StringPooling>
<ExceptionHandling>
</ExceptionHandling>
- <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<BufferSecurityCheck>false</BufferSecurityCheck>
<FunctionLevelLinking>true</FunctionLevelLinking>
<FloatingPointModel>Fast</FloatingPointModel>
@@ -154,7 +154,7 @@ <StringPooling>true</StringPooling>
<ExceptionHandling>
</ExceptionHandling>
- <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<BufferSecurityCheck>false</BufferSecurityCheck>
<FunctionLevelLinking>true</FunctionLevelLinking>
<FloatingPointModel>Fast</FloatingPointModel>
|