duckstation/dep/xxhash/xxhash.vcxproj.filters

10 lines
328 B
Plaintext
Raw Normal View History

2020-03-05 11:11:33 +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\xxhash.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="include\xxh3.h" />
<ClInclude Include="include\xxhash.h" />
</ItemGroup>
</Project>