implemented Ai5Win resources (*.arc archives and *.gcc images)

only one archives encryption scheme for now.
This commit is contained in:
morkt
2015-07-01 01:06:35 +04:00
parent 8cdae1027c
commit d2aaa1b075
5 changed files with 578 additions and 2 deletions

View File

@@ -66,6 +66,7 @@
<ItemGroup>
<Compile Include="ArcADPACK.cs" />
<Compile Include="ArcAFS.cs" />
<Compile Include="ArcAi5Win.cs" />
<Compile Include="ArcAil.cs" />
<Compile Include="ArcALD.cs" />
<Compile Include="ArcAMI.cs" />
@@ -186,6 +187,7 @@
<Compile Include="ImageELG.cs" />
<Compile Include="ImageEPA.cs" />
<Compile Include="ImageERI.cs" />
<Compile Include="ImageGCC.cs" />
<Compile Include="ImageGCP.cs" />
<Compile Include="ImageGGP.cs" />
<Compile Include="ImageGR.cs" />