Home | History | Annotate | Line # | Download | only in properties
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
      3   
      4   <PropertyGroup>
      5     <_PropertySheetDisplayName>Static Library</_PropertySheetDisplayName>
      6     <DefaultLinkage>static</DefaultLinkage>
      7     <TargetExt>.lib</TargetExt>
      8   </PropertyGroup>
      9   
     10   <ItemDefinitionGroup>
     11     <ClCompile>
     12       <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     13     </ClCompile>
     14   </ItemDefinitionGroup>
     15 
     16 </Project>