Static.props 531 Bytes
Newer Older
1
<?xml version="1.0" encoding="utf-8"?>
2
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
  
4 5 6
  <ImportGroup Label="PropertySheets">
    <Import Project="Common.props" />
  </ImportGroup>
7
  
8 9 10
  <PropertyGroup>
    <_PropertySheetDisplayName>Static Library</_PropertySheetDisplayName>
  </PropertyGroup>
11
  
12 13
  <ItemDefinitionGroup>
    <ClCompile>
14
      <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
15 16
    </ClCompile>
  </ItemDefinitionGroup>
17

18
</Project>