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

updater.vcxproj.filters (642B)


      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="updater.cpp" />
      5     <ClCompile Include="win32_main.cpp" />
      6     <ClCompile Include="win32_progress_callback.cpp" />
      7     <ClCompile Include="..\duckstation-qt\vcruntimecheck.cpp" />
      8   </ItemGroup>
      9   <ItemGroup>
     10     <Manifest Include="updater.manifest" />
     11   </ItemGroup>
     12   <ItemGroup>
     13     <ClInclude Include="updater.h" />
     14     <ClInclude Include="win32_progress_callback.h" />
     15   </ItemGroup>
     16   <ItemGroup>
     17     <ResourceCompile Include="updater.rc" />
     18   </ItemGroup>
     19 </Project>