Fix Visual Studio common props for MT dynamic release.

This commit is contained in:
evoskuil 2015-07-26 15:53:39 -07:00
parent c8e8983430
commit b77b074569

View File

@ -13,7 +13,7 @@
<ItemDefinitionGroup>
<ClCompile>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
</ClCompile>
</ItemDefinitionGroup>