[xxHash] Fix xxHash not being found

This commit is contained in:
Matt Nadareski
2017-03-17 13:12:01 -07:00
parent e4a0c844d6
commit 809b6aff14
3 changed files with 9 additions and 6 deletions

View File

@@ -128,7 +128,7 @@
<Compile Include="External\NaturalSort\NaturalReversedComparer.cs" />
<Compile Include="External\OptimizedCRC.cs" />
<Compile Include="External\Traverse.cs" />
<Compile Include="External\xxHash.cs" />
<Compile Include="External\xxHash\xxHash.cs" />
<Compile Include="External\Zlib\CRC32.cs" />
<Compile Include="External\Zlib\Deflate.cs" />
<Compile Include="External\Zlib\DeflateStream.cs" />