Merge pull request #1073 from evoskuil/master

VS set switch /Z7 in debug static (DebugLIB/DebugLTCG) base props.
This commit is contained in:
Pieter Hintjens 2014-06-05 12:51:16 +02:00
commit 78ada21eb7
5 changed files with 8 additions and 6 deletions

View File

@ -12,6 +12,7 @@
<ItemDefinitionGroup>
<ClCompile>
<DebugInformationFormat>OldStyle</DebugInformationFormat>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<LinkIncremental>true</LinkIncremental>
</ClCompile>

View File

@ -12,6 +12,7 @@
<ItemDefinitionGroup>
<ClCompile>
<DebugInformationFormat>OldStyle</DebugInformationFormat>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
</ClCompile>
</ItemDefinitionGroup>