Added support for .bz2 compressed files.

This commit is contained in:
2016-09-10 01:31:52 +01:00
parent a93b418034
commit b453752155
5 changed files with 265 additions and 1 deletions

View File

@@ -30,6 +30,9 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="SharpCompress">
<HintPath>..\packages\SharpCompress.0.12.4\lib\net40\SharpCompress.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
@@ -42,6 +45,7 @@
<Compile Include="AppleSingle.cs" />
<Compile Include="AppleDouble.cs" />
<Compile Include="MacBinary.cs" />
<Compile Include="BZip2.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="..\LICENSE.LGPL">
@@ -58,6 +62,9 @@
<Name>DiscImageChef.Helpers</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ProjectExtensions>
<MonoDevelop>