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

d3d12ma.vcxproj (853B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
      3   <Import Project="..\msvc\vsprops\Configurations.props" />
      4   <PropertyGroup Label="Globals">
      5     <ProjectGuid>{F351C4D8-594A-4850-B77B-3C1249812CCE}</ProjectGuid>
      6   </PropertyGroup>
      7   <ItemGroup>
      8     <ClInclude Include="include\D3D12MemAlloc.h" />
      9   </ItemGroup>
     10   <ItemGroup>
     11     <ClCompile Include="src\D3D12MemAlloc.cpp" />
     12   </ItemGroup>
     13   <Import Project="..\msvc\vsprops\StaticLibrary.props" />
     14   <ItemDefinitionGroup>
     15     <ClCompile>
     16       <WarningLevel>TurnOffAllWarnings</WarningLevel>
     17       <AdditionalIncludeDirectories>$(ProjectDir)include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
     18     </ClCompile>
     19   </ItemDefinitionGroup>
     20   <Import Project="..\msvc\vsprops\Targets.props" />
     21 </Project>