mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Refactor image classes and split them to smaller files.
This commit is contained in:
@@ -57,59 +57,426 @@
|
||||
<PackageReference Include="Unclassified.NetRevisionTask" Version="0.2.2-beta" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="DiscFerret.cs" />
|
||||
<Compile Include="DiscImageChef.cs" />
|
||||
<Compile Include="HDCopy.cs" />
|
||||
<Compile Include="KryoFlux.cs" />
|
||||
<Compile Include="Apple2MG.cs" />
|
||||
<Compile Include="CDRWin.cs" />
|
||||
<Compile Include="DiskCopy42.cs" />
|
||||
<Compile Include="Nero.cs" />
|
||||
<Compile Include="Alcohol120\Alcohol120.cs" />
|
||||
<Compile Include="Alcohol120\Constants.cs" />
|
||||
<Compile Include="Alcohol120\Enums.cs" />
|
||||
<Compile Include="Alcohol120\Helpers.cs" />
|
||||
<Compile Include="Alcohol120\Identify.cs" />
|
||||
<Compile Include="Alcohol120\Properties.cs" />
|
||||
<Compile Include="Alcohol120\Read.cs" />
|
||||
<Compile Include="Alcohol120\Structs.cs" />
|
||||
<Compile Include="Alcohol120\Write.cs" />
|
||||
<Compile Include="Anex86\Anex86.cs" />
|
||||
<Compile Include="Anex86\Identify.cs" />
|
||||
<Compile Include="Anex86\Properties.cs" />
|
||||
<Compile Include="Anex86\Read.cs" />
|
||||
<Compile Include="Anex86\Structs.cs" />
|
||||
<Compile Include="Anex86\Unsupported.cs" />
|
||||
<Compile Include="Anex86\Write.cs" />
|
||||
<Compile Include="Apple2MG\Constants.cs" />
|
||||
<Compile Include="Apple2MG\Enums.cs" />
|
||||
<Compile Include="Apple2MG\Helpers.cs" />
|
||||
<Compile Include="Apple2MG\Identify.cs" />
|
||||
<Compile Include="Apple2MG\Properties.cs" />
|
||||
<Compile Include="Apple2MG\Read.cs" />
|
||||
<Compile Include="Apple2MG\Structs.cs" />
|
||||
<Compile Include="Apple2MG\Unsupported.cs" />
|
||||
<Compile Include="Apple2MG\Write.cs" />
|
||||
<Compile Include="AppleDOS\Constants.cs" />
|
||||
<Compile Include="AppleDOS\Identify.cs" />
|
||||
<Compile Include="AppleDOS\Properties.cs" />
|
||||
<Compile Include="AppleDOS\Read.cs" />
|
||||
<Compile Include="AppleDOS\Unsupported.cs" />
|
||||
<Compile Include="AppleDOS\Write.cs" />
|
||||
<Compile Include="AppleNIB\Constants.cs" />
|
||||
<Compile Include="AppleNIB\Helpers.cs" />
|
||||
<Compile Include="AppleNIB\Identify.cs" />
|
||||
<Compile Include="AppleNIB\Properties.cs" />
|
||||
<Compile Include="AppleNIB\Read.cs" />
|
||||
<Compile Include="AppleNIB\Unsupported.cs" />
|
||||
<Compile Include="Apridisk\Compression.cs" />
|
||||
<Compile Include="Apridisk\Constants.cs" />
|
||||
<Compile Include="Apridisk\Enums.cs" />
|
||||
<Compile Include="Apridisk\Helpers.cs" />
|
||||
<Compile Include="Apridisk\Identify.cs" />
|
||||
<Compile Include="Apridisk\Properties.cs" />
|
||||
<Compile Include="Apridisk\Read.cs" />
|
||||
<Compile Include="Apridisk\Structs.cs" />
|
||||
<Compile Include="Apridisk\Unsupported.cs" />
|
||||
<Compile Include="Apridisk\Write.cs" />
|
||||
<Compile Include="BlindWrite4\Constants.cs" />
|
||||
<Compile Include="BlindWrite4\Enums.cs" />
|
||||
<Compile Include="BlindWrite4\Identify.cs" />
|
||||
<Compile Include="BlindWrite4\Properties.cs" />
|
||||
<Compile Include="BlindWrite4\Read.cs" />
|
||||
<Compile Include="BlindWrite4\Structs.cs" />
|
||||
<Compile Include="BlindWrite5\Constants.cs" />
|
||||
<Compile Include="BlindWrite5\Enums.cs" />
|
||||
<Compile Include="BlindWrite5\Helpers.cs" />
|
||||
<Compile Include="BlindWrite5\Identify.cs" />
|
||||
<Compile Include="BlindWrite5\Properties.cs" />
|
||||
<Compile Include="BlindWrite5\Read.cs" />
|
||||
<Compile Include="BlindWrite5\Structs.cs" />
|
||||
<Compile Include="BLU\Constants.cs" />
|
||||
<Compile Include="BLU\Identify.cs" />
|
||||
<Compile Include="BLU\Properties.cs" />
|
||||
<Compile Include="BLU\Read.cs" />
|
||||
<Compile Include="BLU\Unsupported.cs" />
|
||||
<Compile Include="BLU\Write.cs" />
|
||||
<Compile Include="CDRDAO\Constants.cs" />
|
||||
<Compile Include="CDRDAO\Helpers.cs" />
|
||||
<Compile Include="CDRDAO\Identify.cs" />
|
||||
<Compile Include="CDRDAO\Properties.cs" />
|
||||
<Compile Include="CDRDAO\Read.cs" />
|
||||
<Compile Include="CDRDAO\Structs.cs" />
|
||||
<Compile Include="CDRDAO\Unsupported.cs" />
|
||||
<Compile Include="CDRDAO\Write.cs" />
|
||||
<Compile Include="CDRWin\Constants.cs" />
|
||||
<Compile Include="CDRWin\Helpers.cs" />
|
||||
<Compile Include="CDRWin\Identify.cs" />
|
||||
<Compile Include="CDRWin\Properties.cs" />
|
||||
<Compile Include="CDRWin\Read.cs" />
|
||||
<Compile Include="CDRWin\Structs.cs" />
|
||||
<Compile Include="CDRWin\Unsupported.cs" />
|
||||
<Compile Include="CDRWin\Write.cs" />
|
||||
<Compile Include="CHD\Constants.cs" />
|
||||
<Compile Include="CHD\Enums.cs" />
|
||||
<Compile Include="CHD\Helpers.cs" />
|
||||
<Compile Include="CHD\Identify.cs" />
|
||||
<Compile Include="CHD\Properties.cs" />
|
||||
<Compile Include="CHD\Read.cs" />
|
||||
<Compile Include="CHD\Structs.cs" />
|
||||
<Compile Include="CisCopy\Enums.cs" />
|
||||
<Compile Include="CisCopy\Identify.cs" />
|
||||
<Compile Include="CisCopy\Properties.cs" />
|
||||
<Compile Include="CisCopy\Read.cs" />
|
||||
<Compile Include="CisCopy\Unsupported.cs" />
|
||||
<Compile Include="CisCopy\Write.cs" />
|
||||
<Compile Include="CloneCD\Constants.cs" />
|
||||
<Compile Include="CloneCD\Helpers.cs" />
|
||||
<Compile Include="CloneCD\Identify.cs" />
|
||||
<Compile Include="CloneCD\Properties.cs" />
|
||||
<Compile Include="CloneCD\Read.cs" />
|
||||
<Compile Include="CloneCD\Unsupported.cs" />
|
||||
<Compile Include="CloneCD\Write.cs" />
|
||||
<Compile Include="CopyQM\Constants.cs" />
|
||||
<Compile Include="CopyQM\Identify.cs" />
|
||||
<Compile Include="CopyQM\Properties.cs" />
|
||||
<Compile Include="CopyQM\Read.cs" />
|
||||
<Compile Include="CopyQM\Structs.cs" />
|
||||
<Compile Include="CopyQM\Unsupported.cs" />
|
||||
<Compile Include="CPCDSK\Constants.cs" />
|
||||
<Compile Include="CPCDSK\Helpers.cs" />
|
||||
<Compile Include="CPCDSK\Identify.cs" />
|
||||
<Compile Include="CPCDSK\Properties.cs" />
|
||||
<Compile Include="CPCDSK\Read.cs" />
|
||||
<Compile Include="CPCDSK\Structs.cs" />
|
||||
<Compile Include="CPCDSK\Unsupported.cs" />
|
||||
<Compile Include="D88\Constants.cs" />
|
||||
<Compile Include="D88\Enums.cs" />
|
||||
<Compile Include="D88\Identify.cs" />
|
||||
<Compile Include="D88\Properties.cs" />
|
||||
<Compile Include="D88\Read.cs" />
|
||||
<Compile Include="D88\Structs.cs" />
|
||||
<Compile Include="D88\Unsupported.cs" />
|
||||
<Compile Include="DART\Constants.cs" />
|
||||
<Compile Include="DART\Identify.cs" />
|
||||
<Compile Include="DART\Properties.cs" />
|
||||
<Compile Include="DART\Read.cs" />
|
||||
<Compile Include="DART\Structs.cs" />
|
||||
<Compile Include="DART\Unsupported.cs" />
|
||||
<Compile Include="DIM\Constants.cs" />
|
||||
<Compile Include="DIM\Enums.cs" />
|
||||
<Compile Include="DIM\Identify.cs" />
|
||||
<Compile Include="DIM\Properties.cs" />
|
||||
<Compile Include="DIM\Read.cs" />
|
||||
<Compile Include="DIM\Unsupported.cs" />
|
||||
<Compile Include="DiscFerret\Constants.cs" />
|
||||
<Compile Include="DiscFerret\DiscFerret.cs" />
|
||||
<Compile Include="DiscFerret\Identify.cs" />
|
||||
<Compile Include="DiscFerret\Properties.cs" />
|
||||
<Compile Include="DiscFerret\Read.cs" />
|
||||
<Compile Include="DiscFerret\Structs.cs" />
|
||||
<Compile Include="DiscFerret\Unsupported.cs" />
|
||||
<Compile Include="DiscImageChef\ClauniaSubchannelTransform.cs" />
|
||||
<Compile Include="DiscImageChef\Constants.cs" />
|
||||
<Compile Include="DiscImageChef\DiscImageChef.cs" />
|
||||
<Compile Include="DiscImageChef\Enums.cs" />
|
||||
<Compile Include="DiscImageChef\Helpers.cs" />
|
||||
<Compile Include="DiscImageChef\Identify.cs" />
|
||||
<Compile Include="DiscImageChef\Properties.cs" />
|
||||
<Compile Include="DiscImageChef\Read.cs" />
|
||||
<Compile Include="DiscImageChef\Structs.cs" />
|
||||
<Compile Include="DiscImageChef\Verify.cs" />
|
||||
<Compile Include="DiscImageChef\Write.cs" />
|
||||
<Compile Include="DiscJuggler\Helpers.cs" />
|
||||
<Compile Include="DiscJuggler\Identify.cs" />
|
||||
<Compile Include="DiscJuggler\Properties.cs" />
|
||||
<Compile Include="DiscJuggler\Read.cs" />
|
||||
<Compile Include="DiskCopy42\Constants.cs" />
|
||||
<Compile Include="DiskCopy42\Helpers.cs" />
|
||||
<Compile Include="DiskCopy42\Identify.cs" />
|
||||
<Compile Include="DiskCopy42\Properties.cs" />
|
||||
<Compile Include="DiskCopy42\Read.cs" />
|
||||
<Compile Include="DiskCopy42\Structs.cs" />
|
||||
<Compile Include="DiskCopy42\Unsupported.cs" />
|
||||
<Compile Include="DiskCopy42\Write.cs" />
|
||||
<Compile Include="DriDiskCopy\Constants.cs" />
|
||||
<Compile Include="DriDiskCopy\Enums.cs" />
|
||||
<Compile Include="DriDiskCopy\Identify.cs" />
|
||||
<Compile Include="DriDiskCopy\Properties.cs" />
|
||||
<Compile Include="DriDiskCopy\Read.cs" />
|
||||
<Compile Include="DriDiskCopy\Structs.cs" />
|
||||
<Compile Include="DriDiskCopy\Unsupported.cs" />
|
||||
<Compile Include="DriDiskCopy\Write.cs" />
|
||||
<Compile Include="GDI\Constants.cs" />
|
||||
<Compile Include="GDI\Identify.cs" />
|
||||
<Compile Include="GDI\Properties.cs" />
|
||||
<Compile Include="GDI\Read.cs" />
|
||||
<Compile Include="GDI\Structs.cs" />
|
||||
<Compile Include="GDI\Unsupported.cs" />
|
||||
<Compile Include="HDCopy\HDCopy.cs" />
|
||||
<Compile Include="HDCopy\Helpers.cs" />
|
||||
<Compile Include="HDCopy\Identify.cs" />
|
||||
<Compile Include="HDCopy\Properties.cs" />
|
||||
<Compile Include="HDCopy\Read.cs" />
|
||||
<Compile Include="HDCopy\Structs.cs" />
|
||||
<Compile Include="HDCopy\Unsupported.cs" />
|
||||
<Compile Include="IMD\Constants.cs" />
|
||||
<Compile Include="IMD\Enums.cs" />
|
||||
<Compile Include="IMD\Identify.cs" />
|
||||
<Compile Include="IMD\Properties.cs" />
|
||||
<Compile Include="IMD\Read.cs" />
|
||||
<Compile Include="IMD\Unsupported.cs" />
|
||||
<Compile Include="KryoFlux\Constants.cs" />
|
||||
<Compile Include="KryoFlux\Enums.cs" />
|
||||
<Compile Include="KryoFlux\Identify.cs" />
|
||||
<Compile Include="KryoFlux\KryoFlux.cs" />
|
||||
<Compile Include="Apple2MG\Apple2MG.cs" />
|
||||
<Compile Include="CDRWin\CDRWin.cs" />
|
||||
<Compile Include="DiskCopy42\DiskCopy42.cs" />
|
||||
<Compile Include="KryoFlux\Properties.cs" />
|
||||
<Compile Include="KryoFlux\Read.cs" />
|
||||
<Compile Include="KryoFlux\Structs.cs" />
|
||||
<Compile Include="KryoFlux\Unsupported.cs" />
|
||||
<Compile Include="MaxiDisk\Enums.cs" />
|
||||
<Compile Include="MaxiDisk\Identify.cs" />
|
||||
<Compile Include="MaxiDisk\Properties.cs" />
|
||||
<Compile Include="MaxiDisk\Read.cs" />
|
||||
<Compile Include="MaxiDisk\Structs.cs" />
|
||||
<Compile Include="MaxiDisk\Unsupported.cs" />
|
||||
<Compile Include="MaxiDisk\Write.cs" />
|
||||
<Compile Include="NDIF\Constants.cs" />
|
||||
<Compile Include="NDIF\Identify.cs" />
|
||||
<Compile Include="NDIF\Properties.cs" />
|
||||
<Compile Include="NDIF\Read.cs" />
|
||||
<Compile Include="NDIF\Structs.cs" />
|
||||
<Compile Include="NDIF\Unsupported.cs" />
|
||||
<Compile Include="Nero\Constants.cs" />
|
||||
<Compile Include="Nero\Enums.cs" />
|
||||
<Compile Include="Nero\Helpers.cs" />
|
||||
<Compile Include="Nero\Identify.cs" />
|
||||
<Compile Include="Nero\Nero.cs" />
|
||||
<Compile Include="Nero\Properties.cs" />
|
||||
<Compile Include="Nero\Read.cs" />
|
||||
<Compile Include="Nero\Structs.cs" />
|
||||
<Compile Include="NHDr0\Constants.cs" />
|
||||
<Compile Include="NHDr0\Identify.cs" />
|
||||
<Compile Include="NHDr0\Properties.cs" />
|
||||
<Compile Include="NHDr0\Read.cs" />
|
||||
<Compile Include="NHDr0\Structs.cs" />
|
||||
<Compile Include="NHDr0\Unsupported.cs" />
|
||||
<Compile Include="NHDr0\Write.cs" />
|
||||
<Compile Include="Parallels\Constants.cs" />
|
||||
<Compile Include="Parallels\Identify.cs" />
|
||||
<Compile Include="Parallels\Properties.cs" />
|
||||
<Compile Include="Parallels\Read.cs" />
|
||||
<Compile Include="Parallels\Structs.cs" />
|
||||
<Compile Include="Parallels\Unsupported.cs" />
|
||||
<Compile Include="Parallels\Write.cs" />
|
||||
<Compile Include="PartClone\Constants.cs" />
|
||||
<Compile Include="PartClone\Helpers.cs" />
|
||||
<Compile Include="PartClone\Identify.cs" />
|
||||
<Compile Include="PartClone\Properties.cs" />
|
||||
<Compile Include="PartClone\Read.cs" />
|
||||
<Compile Include="PartClone\Structs.cs" />
|
||||
<Compile Include="PartClone\Unsupported.cs" />
|
||||
<Compile Include="Partimage\Constants.cs" />
|
||||
<Compile Include="Partimage\Enums.cs" />
|
||||
<Compile Include="Partimage\Helpers.cs" />
|
||||
<Compile Include="Partimage\Identify.cs" />
|
||||
<Compile Include="Partimage\Properties.cs" />
|
||||
<Compile Include="Partimage\Read.cs" />
|
||||
<Compile Include="Partimage\Structs.cs" />
|
||||
<Compile Include="Partimage\Unsupported.cs" />
|
||||
<Compile Include="QCOW2\Constants.cs" />
|
||||
<Compile Include="QCOW2\Identify.cs" />
|
||||
<Compile Include="QCOW2\Properties.cs" />
|
||||
<Compile Include="QCOW2\Read.cs" />
|
||||
<Compile Include="QCOW2\Structs.cs" />
|
||||
<Compile Include="QCOW2\Unsupported.cs" />
|
||||
<Compile Include="QCOW2\Write.cs" />
|
||||
<Compile Include="QCOW\Constants.cs" />
|
||||
<Compile Include="QCOW\Identify.cs" />
|
||||
<Compile Include="QCOW\Properties.cs" />
|
||||
<Compile Include="QCOW\Read.cs" />
|
||||
<Compile Include="QCOW\Structs.cs" />
|
||||
<Compile Include="QCOW\Unsupported.cs" />
|
||||
<Compile Include="QCOW\Write.cs" />
|
||||
<Compile Include="QED\Constants.cs" />
|
||||
<Compile Include="QED\Enums.cs" />
|
||||
<Compile Include="QED\Helpers.cs" />
|
||||
<Compile Include="QED\Identify.cs" />
|
||||
<Compile Include="QED\Properties.cs" />
|
||||
<Compile Include="QED\Read.cs" />
|
||||
<Compile Include="QED\Structs.cs" />
|
||||
<Compile Include="QED\Unsupported.cs" />
|
||||
<Compile Include="QED\Write.cs" />
|
||||
<Compile Include="RayDIM\Constants.cs" />
|
||||
<Compile Include="RayDIM\Enums.cs" />
|
||||
<Compile Include="RayDIM\Identify.cs" />
|
||||
<Compile Include="RayDIM\Properties.cs" />
|
||||
<Compile Include="RayDIM\Read.cs" />
|
||||
<Compile Include="RayDIM\Structs.cs" />
|
||||
<Compile Include="RayDIM\Unsupported.cs" />
|
||||
<Compile Include="RayDIM\Write.cs" />
|
||||
<Compile Include="Register.cs" />
|
||||
<Compile Include="SuperCardPro.cs" />
|
||||
<Compile Include="TeleDisk.cs" />
|
||||
<Compile Include="VHD.cs" />
|
||||
<Compile Include="ZZZRawImage.cs" />
|
||||
<Compile Include="CDRDAO.cs" />
|
||||
<Compile Include="GDI.cs" />
|
||||
<Compile Include="BLU.cs" />
|
||||
<Compile Include="CopyQM.cs" />
|
||||
<Compile Include="Alcohol120.cs" />
|
||||
<Compile Include="BlindWrite4.cs" />
|
||||
<Compile Include="BlindWrite5.cs" />
|
||||
<Compile Include="DIM.cs" />
|
||||
<Compile Include="CPCDSK.cs" />
|
||||
<Compile Include="QCOW.cs" />
|
||||
<Compile Include="QED.cs" />
|
||||
<Compile Include="QCOW2.cs" />
|
||||
<Compile Include="Parallels.cs" />
|
||||
<Compile Include="VDI.cs" />
|
||||
<Compile Include="VHDX.cs" />
|
||||
<Compile Include="VMware.cs" />
|
||||
<Compile Include="UDIF.cs" />
|
||||
<Compile Include="NDIF.cs" />
|
||||
<Compile Include="DART.cs" />
|
||||
<Compile Include="CHD.cs" />
|
||||
<Compile Include="AppleNIB.cs" />
|
||||
<Compile Include="CloneCD.cs" />
|
||||
<Compile Include="DiscJuggler.cs" />
|
||||
<Compile Include="SaveDskF.cs" />
|
||||
<Compile Include="AppleDOS.cs" />
|
||||
<Compile Include="D88.cs" />
|
||||
<Compile Include="Anex86.cs" />
|
||||
<Compile Include="T98.cs" />
|
||||
<Compile Include="NHDr0.cs" />
|
||||
<Compile Include="Virtual98.cs" />
|
||||
<Compile Include="IMD.cs" />
|
||||
<Compile Include="CisCopy.cs" />
|
||||
<Compile Include="DriDiskCopy.cs" />
|
||||
<Compile Include="RsIde.cs" />
|
||||
<Compile Include="UkvFdi.cs" />
|
||||
<Compile Include="PartClone.cs" />
|
||||
<Compile Include="Partimage.cs" />
|
||||
<Compile Include="Apridisk.cs" />
|
||||
<Compile Include="MaxiDisk.cs" />
|
||||
<Compile Include="RayDIM.cs" />
|
||||
<Compile Include="RsIde\Constants.cs" />
|
||||
<Compile Include="RsIde\Enums.cs" />
|
||||
<Compile Include="RsIde\Helpers.cs" />
|
||||
<Compile Include="RsIde\Identify.cs" />
|
||||
<Compile Include="RsIde\Properties.cs" />
|
||||
<Compile Include="RsIde\Read.cs" />
|
||||
<Compile Include="RsIde\Structs.cs" />
|
||||
<Compile Include="RsIde\Unsupported.cs" />
|
||||
<Compile Include="RsIde\Write.cs" />
|
||||
<Compile Include="SaveDskF\Constants.cs" />
|
||||
<Compile Include="SaveDskF\Identify.cs" />
|
||||
<Compile Include="SaveDskF\Properties.cs" />
|
||||
<Compile Include="SaveDskF\Read.cs" />
|
||||
<Compile Include="SaveDskF\Structs.cs" />
|
||||
<Compile Include="SaveDskF\Unsupported.cs" />
|
||||
<Compile Include="SaveDskF\Write.cs" />
|
||||
<Compile Include="SuperCardPro\Constants.cs" />
|
||||
<Compile Include="SuperCardPro\Enums.cs" />
|
||||
<Compile Include="SuperCardPro\Helpers.cs" />
|
||||
<Compile Include="SuperCardPro\Identify.cs" />
|
||||
<Compile Include="SuperCardPro\Properties.cs" />
|
||||
<Compile Include="SuperCardPro\Read.cs" />
|
||||
<Compile Include="SuperCardPro\Structs.cs" />
|
||||
<Compile Include="SuperCardPro\SuperCardPro.cs" />
|
||||
<Compile Include="SuperCardPro\Unsupported.cs" />
|
||||
<Compile Include="T98\Identify.cs" />
|
||||
<Compile Include="T98\Properties.cs" />
|
||||
<Compile Include="T98\Read.cs" />
|
||||
<Compile Include="T98\Unsupported.cs" />
|
||||
<Compile Include="T98\Write.cs" />
|
||||
<Compile Include="TeleDisk\Constants.cs" />
|
||||
<Compile Include="TeleDisk\Helpers.cs" />
|
||||
<Compile Include="TeleDisk\Identify.cs" />
|
||||
<Compile Include="TeleDisk\Properties.cs" />
|
||||
<Compile Include="TeleDisk\Read.cs" />
|
||||
<Compile Include="TeleDisk\Structs.cs" />
|
||||
<Compile Include="TeleDisk\TeleDisk.cs" />
|
||||
<Compile Include="TeleDisk\Unsupported.cs" />
|
||||
<Compile Include="UDIF\Constants.cs" />
|
||||
<Compile Include="UDIF\Identify.cs" />
|
||||
<Compile Include="UDIF\Properties.cs" />
|
||||
<Compile Include="UDIF\Read.cs" />
|
||||
<Compile Include="UDIF\Structs.cs" />
|
||||
<Compile Include="UDIF\Unsupported.cs" />
|
||||
<Compile Include="UDIF\Write.cs" />
|
||||
<Compile Include="UkvFdi\Constants.cs" />
|
||||
<Compile Include="UkvFdi\Enums.cs" />
|
||||
<Compile Include="UkvFdi\Helpers.cs" />
|
||||
<Compile Include="UkvFdi\Identify.cs" />
|
||||
<Compile Include="UkvFdi\Properties.cs" />
|
||||
<Compile Include="UkvFdi\Read.cs" />
|
||||
<Compile Include="UkvFdi\Structs.cs" />
|
||||
<Compile Include="UkvFdi\Unsupported.cs" />
|
||||
<Compile Include="VDI\Constants.cs" />
|
||||
<Compile Include="VDI\Enums.cs" />
|
||||
<Compile Include="VDI\Identify.cs" />
|
||||
<Compile Include="VDI\Properties.cs" />
|
||||
<Compile Include="VDI\Read.cs" />
|
||||
<Compile Include="VDI\Structs.cs" />
|
||||
<Compile Include="VDI\Unsupported.cs" />
|
||||
<Compile Include="VDI\Write.cs" />
|
||||
<Compile Include="VHDX\Constants.cs" />
|
||||
<Compile Include="VHDX\Helpers.cs" />
|
||||
<Compile Include="VHDX\Identify.cs" />
|
||||
<Compile Include="VHDX\Properties.cs" />
|
||||
<Compile Include="VHDX\Read.cs" />
|
||||
<Compile Include="VHDX\Structs.cs" />
|
||||
<Compile Include="VHDX\Unsupported.cs" />
|
||||
<Compile Include="VHD\Constants.cs" />
|
||||
<Compile Include="VHD\Helpers.cs" />
|
||||
<Compile Include="VHD\Identify.cs" />
|
||||
<Compile Include="VHD\Properties.cs" />
|
||||
<Compile Include="VHD\Read.cs" />
|
||||
<Compile Include="VHD\Structs.cs" />
|
||||
<Compile Include="VHD\Unsupported.cs" />
|
||||
<Compile Include="VHD\VHD.cs" />
|
||||
<Compile Include="VHD\Write.cs" />
|
||||
<Compile Include="Virtual98\Constants.cs" />
|
||||
<Compile Include="Virtual98\Identify.cs" />
|
||||
<Compile Include="Virtual98\Properties.cs" />
|
||||
<Compile Include="Virtual98\Read.cs" />
|
||||
<Compile Include="Virtual98\Structs.cs" />
|
||||
<Compile Include="Virtual98\Unsupported.cs" />
|
||||
<Compile Include="Virtual98\Write.cs" />
|
||||
<Compile Include="VMware\Constants.cs" />
|
||||
<Compile Include="VMware\Identify.cs" />
|
||||
<Compile Include="VMware\Properties.cs" />
|
||||
<Compile Include="VMware\Read.cs" />
|
||||
<Compile Include="VMware\Structs.cs" />
|
||||
<Compile Include="VMware\Unsupported.cs" />
|
||||
<Compile Include="VMware\Write.cs" />
|
||||
<Compile Include="ZZZRawImage\Constants.cs" />
|
||||
<Compile Include="ZZZRawImage\Helpers.cs" />
|
||||
<Compile Include="ZZZRawImage\Identify.cs" />
|
||||
<Compile Include="ZZZRawImage\Properties.cs" />
|
||||
<Compile Include="ZZZRawImage\Read.cs" />
|
||||
<Compile Include="ZZZRawImage\Write.cs" />
|
||||
<Compile Include="ZZZRawImage\ZZZRawImage.cs" />
|
||||
<Compile Include="CDRDAO\CDRDAO.cs" />
|
||||
<Compile Include="GDI\GDI.cs" />
|
||||
<Compile Include="BLU\BLU.cs" />
|
||||
<Compile Include="CopyQM\CopyQM.cs" />
|
||||
<Compile Include="BlindWrite4\BlindWrite4.cs" />
|
||||
<Compile Include="BlindWrite5\BlindWrite5.cs" />
|
||||
<Compile Include="DIM\DIM.cs" />
|
||||
<Compile Include="CPCDSK\CPCDSK.cs" />
|
||||
<Compile Include="QCOW\QCOW.cs" />
|
||||
<Compile Include="QED\QED.cs" />
|
||||
<Compile Include="QCOW2\QCOW2.cs" />
|
||||
<Compile Include="Parallels\Parallels.cs" />
|
||||
<Compile Include="VDI\VDI.cs" />
|
||||
<Compile Include="VHDX\VHDX.cs" />
|
||||
<Compile Include="VMware\VMware.cs" />
|
||||
<Compile Include="UDIF\UDIF.cs" />
|
||||
<Compile Include="NDIF\NDIF.cs" />
|
||||
<Compile Include="DART\DART.cs" />
|
||||
<Compile Include="CHD\CHD.cs" />
|
||||
<Compile Include="AppleNIB\AppleNIB.cs" />
|
||||
<Compile Include="CloneCD\CloneCD.cs" />
|
||||
<Compile Include="DiscJuggler\DiscJuggler.cs" />
|
||||
<Compile Include="SaveDskF\SaveDskF.cs" />
|
||||
<Compile Include="AppleDOS\AppleDOS.cs" />
|
||||
<Compile Include="D88\D88.cs" />
|
||||
<Compile Include="T98\T98.cs" />
|
||||
<Compile Include="NHDr0\NHDr0.cs" />
|
||||
<Compile Include="Virtual98\Virtual98.cs" />
|
||||
<Compile Include="IMD\IMD.cs" />
|
||||
<Compile Include="CisCopy\CisCopy.cs" />
|
||||
<Compile Include="DriDiskCopy\DriDiskCopy.cs" />
|
||||
<Compile Include="RsIde\RsIde.cs" />
|
||||
<Compile Include="UkvFdi\UkvFdi.cs" />
|
||||
<Compile Include="PartClone\PartClone.cs" />
|
||||
<Compile Include="Partimage\Partimage.cs" />
|
||||
<Compile Include="Apridisk\Apridisk.cs" />
|
||||
<Compile Include="MaxiDisk\MaxiDisk.cs" />
|
||||
<Compile Include="RayDIM\RayDIM.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\DiscImageChef.CommonTypes\DiscImageChef.CommonTypes.csproj">
|
||||
@@ -146,8 +513,6 @@
|
||||
<Link>LICENSE.LGPL</Link>
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
</ItemGroup>
|
||||
<ProjectExtensions>
|
||||
<MonoDevelop>
|
||||
<Properties>
|
||||
|
||||
Reference in New Issue
Block a user