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 (1307B)


      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>{43540154-9E1E-409C-834F-B84BE5621388}</ProjectGuid>
      6   </PropertyGroup>
      7   <ItemGroup>
      8     <ClCompile Include="src\egl.c">
      9       <ExcludedFromBuild>true</ExcludedFromBuild>
     10     </ClCompile>
     11     <ClCompile Include="src\gl.c" />
     12     <ClCompile Include="src\wgl.c" />
     13   </ItemGroup>
     14   <ItemGroup>
     15     <ClInclude Include="include\EGL\eglplatform.h">
     16       <ExcludedFromBuild>true</ExcludedFromBuild>
     17     </ClInclude>
     18     <ClInclude Include="include\glad\egl.h">
     19       <ExcludedFromBuild>true</ExcludedFromBuild>
     20     </ClInclude>
     21     <ClInclude Include="include\glad\gl.h" />
     22     <ClInclude Include="include\glad\wgl.h" />
     23     <ClInclude Include="include\KHR\khrplatform.h" />
     24   </ItemGroup>
     25   <Import Project="..\msvc\vsprops\StaticLibrary.props" />
     26   <ItemDefinitionGroup>
     27     <ClCompile>
     28       <WarningLevel>TurnOffAllWarnings</WarningLevel>
     29       <AdditionalIncludeDirectories>$(ProjectDir)include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
     30     </ClCompile>
     31   </ItemDefinitionGroup>
     32   <Import Project="..\msvc\vsprops\Targets.props" />
     33 </Project>