Duckstation/dep/glad/glad.vcxproj

33 lines
1.3 KiB
XML
Raw Normal View History

2019-09-09 07:01:26 +00:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\msvc\vsprops\Configurations.props" />
2024-02-25 05:32:26 +00:00
<PropertyGroup Label="Globals">
<ProjectGuid>{43540154-9E1E-409C-834F-B84BE5621388}</ProjectGuid>
</PropertyGroup>
2019-09-09 07:01:26 +00:00
<ItemGroup>
2024-02-25 05:32:26 +00:00
<ClCompile Include="src\egl.c">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="src\gl.c" />
<ClCompile Include="src\wgl.c" />
2019-09-09 07:01:26 +00:00
</ItemGroup>
<ItemGroup>
2024-02-25 05:32:26 +00:00
<ClInclude Include="include\EGL\eglplatform.h">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClInclude>
<ClInclude Include="include\glad\egl.h">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClInclude>
<ClInclude Include="include\glad\gl.h" />
<ClInclude Include="include\glad\wgl.h" />
<ClInclude Include="include\KHR\khrplatform.h" />
2019-09-09 07:01:26 +00:00
</ItemGroup>
<Import Project="..\msvc\vsprops\StaticLibrary.props" />
<ItemDefinitionGroup>
2020-10-13 11:37:37 +00:00
<ClCompile>
<WarningLevel>TurnOffAllWarnings</WarningLevel>
2020-10-13 11:37:37 +00:00
<AdditionalIncludeDirectories>$(ProjectDir)include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
2019-09-09 07:01:26 +00:00
</ClCompile>
</ItemDefinitionGroup>
<Import Project="..\msvc\vsprops\Targets.props" />
2019-09-09 07:01:26 +00:00
</Project>