Add writing support for DiscImageChef format.

This commit is contained in:
2018-01-23 15:50:19 +00:00
parent f9d5028cf0
commit ef73b7b43e
3 changed files with 1079 additions and 0 deletions

View File

@@ -54,6 +54,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="DiscFerret.cs" />
<Compile Include="DiscImageChef.cs" />
<Compile Include="Enums.cs" />
<Compile Include="Exceptions.cs" />
<Compile Include="HDCopy.cs" />