Refactor: Separate dumping code by media type.

This commit is contained in:
2017-05-31 01:00:58 +01:00
parent a0e5e1dbce
commit 9f8d93fd4d
7 changed files with 3348 additions and 3005 deletions

View File

@@ -73,6 +73,11 @@
<Compile Include="Devices\ReaderATA.cs" />
<Compile Include="Devices\ReaderSCSI.cs" />
<Compile Include="Version.cs" />
<Compile Include="Devices\Dumping\SSC.cs" />
<Compile Include="Devices\Dumping\MMC.cs" />
<Compile Include="Devices\Dumping\CompactDisc.cs" />
<Compile Include="Devices\Dumping\SBC.cs" />
<Compile Include="Devices\Dumping\XGD.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DiscImageChef.Console\DiscImageChef.Console.csproj">