diff options
author | George Hazan <ghazan@miranda.im> | 2017-10-08 22:13:50 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-10-08 22:13:50 +0300 |
commit | 352b28a3f370411bb6236aced12943ec0e954c7a (patch) | |
tree | 02adb830ce6bde7509d22b2f879fa6dbfa24865e /src/miranda32/miranda32.vcxproj | |
parent | 819f67e42f7e93139e378d45518fa5a697cc9705 (diff) |
miranda32.exe became static to be independent from VS runtime
Diffstat (limited to 'src/miranda32/miranda32.vcxproj')
-rw-r--r-- | src/miranda32/miranda32.vcxproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/miranda32/miranda32.vcxproj b/src/miranda32/miranda32.vcxproj index 902624bf99..42e4435e2d 100644 --- a/src/miranda32/miranda32.vcxproj +++ b/src/miranda32/miranda32.vcxproj @@ -42,5 +42,11 @@ <Link>
<AdditionalManifestDependencies>type=%27win32%27 name=%27Microsoft.Windows.Common-Controls%27 version=%276.0.0.0%27 processorArchitecture=%27*%27 publicKeyToken=%276595b64144ccf1df%27 language=%27*%27;type=%27win32%27 name=%27Microsoft.Windows.Gdiplus%27 version=%271.0.0.0%27 processorArchitecture=%27*%27 publicKeyToken=%276595b64144ccf1df%27 language=%27*%27;%(AdditionalManifestDependencies)</AdditionalManifestDependencies>
</Link>
+ <ClCompile>
+ <RuntimeLibrary Condition="'$(Configuration)'=='Debug'">MultiThreadedDebug</RuntimeLibrary>
+ </ClCompile>
+ <ClCompile>
+ <RuntimeLibrary Condition="'$(Configuration)'=='Release'">MultiThreaded</RuntimeLibrary>
+ </ClCompile>
</ItemDefinitionGroup>
</Project>
\ No newline at end of file |