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

glad.vcxproj.filters (560B)


      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\gl.c" />
      5     <ClCompile Include="src\wgl.c" />
      6     <ClCompile Include="src\egl.c" />
      7   </ItemGroup>
      8   <ItemGroup>
      9     <ClInclude Include="include\EGL\eglplatform.h" />
     10     <ClInclude Include="include\glad\wgl.h" />
     11     <ClInclude Include="include\glad\egl.h" />
     12     <ClInclude Include="include\glad\gl.h" />
     13     <ClInclude Include="include\KHR\khrplatform.h" />
     14   </ItemGroup>
     15 </Project>