Move all interfaces, extents, interop and metadata to DiscImageChef.CommonTypes.

This commit is contained in:
2018-06-25 19:08:16 +01:00
parent f47fcc7aa1
commit 1766bd6fc6
14 changed files with 13 additions and 61 deletions

View File

@@ -33,6 +33,7 @@
using System;
using System.IO;
using System.Text;
using DiscImageChef.CommonTypes.Interfaces;
namespace DiscImageChef.Checksums
{