duckstation/dep/stb/stb.vcxproj.filters

13 lines
501 B
Plaintext
Raw Normal View History

2019-09-18 05:36:22 +00:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="src\stb_image_write.c" />
2020-03-15 14:03:06 +00:00
<ClCompile Include="src\stb_image_resize.c" />
2020-06-07 15:47:07 +00:00
<ClCompile Include="src\stb_image.c" />
2019-09-18 05:36:22 +00:00
</ItemGroup>
<ItemGroup>
<ClInclude Include="include\stb_image_write.h" />
2020-03-15 14:03:06 +00:00
<ClInclude Include="include\stb_image_resize.h" />
2020-06-07 15:47:07 +00:00
<ClInclude Include="include\stb_image.h" />
2019-09-18 05:36:22 +00:00
</ItemGroup>
</Project>