Move decoders to a separate library.

This commit is contained in:
2015-10-05 20:27:44 +01:00
parent 80a1e37009
commit 1afeb5e545
14 changed files with 154 additions and 59 deletions

View File

@@ -1,3 +1,15 @@
2015-10-05 Natalia Portillo <claunia@claunia.com>
* Decoders/BD.cs:
* Decoders/CD.cs:
* Decoders/DVD.cs:
* Decoders/MMC.cs:
* Decoders/SCSI.cs:
* Decoders/Floppy.cs:
* ImagePlugins/2MG.cs:
* DiscImageChef.csproj:
Move decoders to a separate library.
2015-10-05 Natalia Portillo <claunia@claunia.com>
* Plugins.cs: