diff options
Diffstat (limited to 'MRA')
-rw-r--r-- | MRA/Mra.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MRA/Mra.vcxproj b/MRA/Mra.vcxproj index 5e9f4c1..c9b3715 100644 --- a/MRA/Mra.vcxproj +++ b/MRA/Mra.vcxproj @@ -201,7 +201,7 @@ <ExceptionHandling>
</ExceptionHandling>
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
- <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<BufferSecurityCheck>false</BufferSecurityCheck>
<FunctionLevelLinking>true</FunctionLevelLinking>
<PrecompiledHeader>
@@ -253,7 +253,7 @@ <ExceptionHandling>
</ExceptionHandling>
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
- <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
+ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<BufferSecurityCheck>false</BufferSecurityCheck>
<FunctionLevelLinking>false</FunctionLevelLinking>
<PrecompiledHeader>
|