forked from cory/tildefriends
Cory McWilliams
961109635b
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4193 ed5197a5-7fde-0310-b194-c3ffbd925b24
22 lines
658 B
XML
22 lines
658 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<PropertyGroup>
|
|
<_PropertySheetDisplayName>Static Debug Library</_PropertySheetDisplayName>
|
|
</PropertyGroup>
|
|
|
|
<ImportGroup Label="PropertySheets">
|
|
<Import Project="Debug.props" />
|
|
<Import Project="LIB.props" />
|
|
</ImportGroup>
|
|
|
|
<ItemDefinitionGroup>
|
|
<ClCompile>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
<LinkIncremental>true</LinkIncremental>
|
|
</ClCompile>
|
|
</ItemDefinitionGroup>
|
|
|
|
</Project>
|