2014-04-07 19:06:10 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2014-04-14 17:54:49 -07:00
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2014-04-07 19:06:10 -07:00
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<_PropertySheetDisplayName>Dynamic Debug Library</_PropertySheetDisplayName>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
2014-05-10 03:47:35 -07:00
|
|
|
<ImportGroup Label="PropertySheets">
|
|
|
|
<Import Project="Debug.props" />
|
|
|
|
<Import Project="DLL.props" />
|
|
|
|
</ImportGroup>
|
|
|
|
|
2014-04-07 19:06:10 -07:00
|
|
|
<ItemDefinitionGroup>
|
|
|
|
<ClCompile>
|
|
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
|
|
<LinkIncremental>true</LinkIncremental>
|
|
|
|
</ClCompile>
|
|
|
|
</ItemDefinitionGroup>
|
2014-05-10 19:30:10 -07:00
|
|
|
|
2014-04-07 19:06:10 -07:00
|
|
|
</Project>
|