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" />
|
2020-12-23 17:12:33 +00:00
|
|
|
<ClCompile Include="src\xxh_x86dispatch.c" />
|
2020-03-05 11:11:33 +00:00
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ClInclude Include="include\xxhash.h" />
|
2020-12-23 17:12:33 +00:00
|
|
|
<ClInclude Include="include\xxh_x86dispatch.h" />
|
2020-03-05 11:11:33 +00:00
|
|
|
</ItemGroup>
|
|
|
|
</Project>
|