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

lzma.vcxproj.filters (668B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
      3   <ItemGroup>
      4     <ClCompile Include="src\BraIA64.c" />
      5     <ClCompile Include="src\CpuArch.c" />
      6     <ClCompile Include="src\Delta.c" />
      7     <ClCompile Include="src\LzFind.c" />
      8     <ClCompile Include="src\Lzma86Dec.c" />
      9     <ClCompile Include="src\Lzma86Enc.c" />
     10     <ClCompile Include="src\LzmaDec.c" />
     11     <ClCompile Include="src\LzmaEnc.c" />
     12     <ClCompile Include="src\LzmaLib.c" />
     13     <ClCompile Include="src\Sort.c" />
     14     <ClCompile Include="src\Alloc.c" />
     15     <ClCompile Include="src\Bra86.c" />
     16   </ItemGroup>
     17 </Project>