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

minizip.vcxproj.filters (663B)


      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\ioapi.c" />
      5     <ClCompile Include="src\iowin32.c" />
      6     <ClCompile Include="src\mztools.c" />
      7     <ClCompile Include="src\unzip.c" />
      8     <ClCompile Include="src\zip.c" />
      9   </ItemGroup>
     10   <ItemGroup>
     11     <ClInclude Include="src\crypt.h" />
     12     <ClInclude Include="include\mztools.h" />
     13     <ClInclude Include="include\unzip.h" />
     14     <ClInclude Include="include\zip.h" />
     15     <ClInclude Include="include\ioapi.h" />
     16     <ClInclude Include="include\iowin32.h" />
     17   </ItemGroup>
     18 </Project>