2013-02-24 16:10:17 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2014-04-14 19:18:36 -07:00
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2014-04-06 02:39:15 -07:00
|
|
|
|
2013-02-24 16:10:17 +01:00
|
|
|
<ImportGroup Label="PropertySheets">
|
|
|
|
<Import Project="Common.props" />
|
|
|
|
</ImportGroup>
|
2014-04-06 02:39:15 -07:00
|
|
|
|
2013-02-24 16:10:17 +01:00
|
|
|
<PropertyGroup>
|
|
|
|
<_PropertySheetDisplayName>Static Library</_PropertySheetDisplayName>
|
|
|
|
</PropertyGroup>
|
2014-04-06 02:39:15 -07:00
|
|
|
|
2013-02-24 16:10:17 +01:00
|
|
|
<ItemDefinitionGroup>
|
|
|
|
<ClCompile>
|
2014-04-06 02:39:15 -07:00
|
|
|
<PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2013-02-24 16:10:17 +01:00
|
|
|
</ClCompile>
|
|
|
|
</ItemDefinitionGroup>
|
2014-04-06 02:39:15 -07:00
|
|
|
|
2013-02-24 16:10:17 +01:00
|
|
|
</Project>
|