Refactor: Split by xml media type.

This commit is contained in:
2017-08-08 13:40:32 +01:00
parent cd3671b565
commit 4e9738be08
6 changed files with 1030 additions and 823 deletions

View File

@@ -82,6 +82,10 @@
<Compile Include="Sidecar\Events.cs" />
<Compile Include="Sidecar\Helpers.cs" />
<Compile Include="Sidecar\Sidecar.cs" />
<Compile Include="Sidecar\OpticalDisc.cs" />
<Compile Include="Sidecar\BlockMedia.cs" />
<Compile Include="Sidecar\LinearMedia.cs" />
<Compile Include="Sidecar\AudioMedia.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DiscImageChef.Console\DiscImageChef.Console.csproj">