duckstation

duckstation, but archived from the revision just before upstream changed it to a proprietary software project, this version is the libre one
git clone https://git.neptards.moe/u3shit/duckstation.git
Log | Files | Refs | README | LICENSE

StaticLibrary.props (908B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
      3   <PropertyGroup>
      4     <IntDir>$(SolutionDir)build\$(Configuration)-$(Platform)\$(ProjectName)\</IntDir>
      5     <OutDir>$(SolutionDir)build\$(Configuration)-$(Platform)\$(ProjectName)\</OutDir>
      6     <GenerateProjectSpecificOutputFolder>false</GenerateProjectSpecificOutputFolder>
      7     <TargetName>$(ProjectName)</TargetName>
      8     <ConfigurationType>StaticLibrary</ConfigurationType>
      9   </PropertyGroup>
     10 
     11   <Import Project="Toolkit.props" />
     12   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
     13   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
     14 
     15   <ItemDefinitionGroup>
     16     <ClCompile>
     17       <PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     18     </ClCompile>
     19   </ItemDefinitionGroup>
     20 
     21   <Import Project="Base.props" />
     22 </Project>