Add external CRC class, fix file hashing

This commit is contained in:
Matt Nadareski
2016-04-11 17:03:00 -07:00
parent 7589e8119e
commit 045cfeb92f
3 changed files with 185 additions and 21 deletions

View File

@@ -44,6 +44,7 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="CRC32.cs" />
<Compile Include="DATFromDir.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>