Merge pull request #3234 from Mailaender/ts-mix-filehashes

Added support for Tiberian Sun MIX filename hashes
This commit is contained in:
Paul Chote
2013-05-15 00:02:29 -07:00
6 changed files with 162 additions and 10 deletions

View File

@@ -84,6 +84,7 @@
<Compile Include="FileFormats\Blast.cs" />
<Compile Include="FileFormats\Blowfish.cs" />
<Compile Include="FileFormats\BlowfishKeyProvider.cs" />
<Compile Include="FileFormats\CRC32.cs" />
<Compile Include="FileFormats\Format2.cs" />
<Compile Include="FileFormats\Format40.cs" />
<Compile Include="FileFormats\Format80.cs" />