Files
Aaru/DiscImageChef.DiscImages/DiscImageChef.DiscImages.csproj

556 lines
28 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{74032CBC-339B-42F3-AF6F-E96C261F3E6A}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>DiscImageChef.DiscImages</RootNamespace>
<AssemblyName>DiscImageChef.DiscImages</AssemblyName>
<ReleaseVersion>$(Version)</ReleaseVersion>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<Version>4.5.99.1693</Version>
<Company>Claunia.com</Company>
<Copyright>Copyright © 2011-2019 Natalia Portillo</Copyright>
<Product>The Disc Image Chef</Product>
<Title>DiscImageChef.DiscImages</Title>
<ApplicationVersion>$(Version)</ApplicationVersion>
<TargetFrameworks>net461;netstandard2.0</TargetFrameworks>
<NoWarn>CS0649</NoWarn>
</PropertyGroup>
<PropertyGroup>
<NrtRevisionFormat>$(Version)-{chash:8} built by {mname} in $(Configuration){!:, modified}</NrtRevisionFormat>
<NrtResolveSimpleAttributes>true</NrtResolveSimpleAttributes>
<NrtShowRevision>true</NrtShowRevision>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug</OutputPath>
<DefineConstants>DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>full</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Claunia.Encoding" Version="1.7.0" />
<PackageReference Include="Claunia.RsrcFork" Version="1.1.0" />
<PackageReference Include="DotNetZip" Version="1.13.3" />
<PackageReference Include="plist-cil" Version="1.60.0" />
<PackageReference Include="SharpCompress" Version="0.23.0" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
<PackageReference Include="Unclassified.NetRevisionTask" Version="0.2.5" />
</ItemGroup>
<ItemGroup>
<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\Verify.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="BlindWrite4\Verify.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="BlindWrite5\Verify.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\Verify.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\Verify.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\Verify.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="CHD\Verify.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\Verify.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="CopyTape\Constants.cs" />
<Compile Include="CopyTape\CopyTape.cs" />
<Compile Include="CopyTape\Identify.cs" />
<Compile Include="CopyTape\Properties.cs" />
<Compile Include="CopyTape\Read.cs" />
<Compile Include="CopyTape\Unsupported.cs" />
<Compile Include="CopyTape\Write.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\Verify.cs" />
<Compile Include="DiscImageChef\CdEcc.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\Tape.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="DiscJuggler\Verify.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\Verify.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="GDI\Verify.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\Verify.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="Nero\Verify.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="PartClone\Verify.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="Partimage\Verify.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\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="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\Verify.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\Verify.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="TeleDisk\Verify.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="WCDiskImage\Identify.cs" />
<Compile Include="WCDiskImage\Properties.cs" />
<Compile Include="WCDiskImage\Read.cs" />
<Compile Include="WCDiskImage\Structs.cs" />
<Compile Include="WCDiskImage\Unsupported.cs" />
<Compile Include="WCDiskImage\WCDiskImage.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\Verify.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">
<Project>{F2B84194-26EB-4227-B1C5-6602517E85AE}</Project>
<Name>DiscImageChef.CommonTypes</Name>
</ProjectReference>
<ProjectReference Include="..\DiscImageChef.Checksums\DiscImageChef.Checksums.csproj">
<Project>{CC48B324-A532-4A45-87A6-6F91F7141E8D}</Project>
<Name>DiscImageChef.Checksums</Name>
</ProjectReference>
<ProjectReference Include="..\DiscImageChef.Compression\DiscImageChef.Compression.csproj">
<Project>{858398d1-7321-4763-8bab-56bbfec74e29}</Project>
<Name>DiscImageChef.Compression</Name>
</ProjectReference>
<ProjectReference Include="..\DiscImageChef.Helpers\DiscImageChef.Helpers.csproj">
<Project>{F8BDF57B-1571-4CD0-84B3-B422088D359A}</Project>
<Name>DiscImageChef.Helpers</Name>
</ProjectReference>
<ProjectReference Include="..\DiscImageChef.Console\DiscImageChef.Console.csproj">
<Project>{CCAA7AFE-C094-4D82-A66D-630DE8A3F545}</Project>
<Name>DiscImageChef.Console</Name>
</ProjectReference>
<ProjectReference Include="..\DiscImageChef.Decoders\DiscImageChef.Decoders.csproj">
<Project>{0BEB3088-B634-4289-AE17-CDF2D25D00D5}</Project>
<Name>DiscImageChef.Decoders</Name>
</ProjectReference>
<ProjectReference Include="..\DiscImageChef.Filters\DiscImageChef.Filters.csproj">
<Project>{D571B8EF-903D-4353-BDD5-B834F9F029EF}</Project>
<Name>DiscImageChef.Filters</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="..\LICENSE.LGPL">
<Link>LICENSE.LGPL</Link>
</EmbeddedResource>
</ItemGroup>
<ProjectExtensions>
<MonoDevelop>
<Properties>
<Policies>
<StandardHeader IncludeInNewFiles="True" Text="/***************************************************************************&#xA;The Disc Image Chef&#xA;----------------------------------------------------------------------------&#xA; &#xA;Filename : ${FileName}&#xA;Author(s) : ${AuthorName} &lt;${AuthorEmail}&gt;&#xA;&#xA;Component : Component&#xA; &#xA;--[ Description ] ----------------------------------------------------------&#xA; &#xA; Description&#xA; &#xA;--[ License ] --------------------------------------------------------------&#xA; &#xA; This library is free software; you can redistribute it and/or modify&#xA; it under the terms of the GNU Lesser General Public License as&#xA; published by the Free Software Foundation; either version 2.1 of the&#xA; License, or (at your option) any later version.&#xA;&#xA; This library is distributed in the hope that it will be useful, but&#xA; WITHOUT ANY WARRANTY; without even the implied warranty of&#xA; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU&#xA; Lesser General Public License for more details.&#xA;&#xA; You should have received a copy of the GNU Lesser General Public&#xA; License along with this library; if not, see &lt;http://www.gnu.org/licenses/&gt;.&#xA;&#xA;----------------------------------------------------------------------------&#xA;Copyright © 2011-${Year} ${CopyrightHolder}&#xA;****************************************************************************/" />
<TextStylePolicy FileWidth="120" TabWidth="4" TabsToSpaces="False" IndentWidth="4" RemoveTrailingWhitespace="True" NoTabsAfterNonTabs="False" EolMarker="Unix" scope="text/x-csharp" />
<CSharpFormattingPolicy IndentBlock="True" IndentBraces="False" IndentSwitchSection="True" IndentSwitchCaseSection="True" LabelPositioning="OneLess" NewLinesForBracesInTypes="True" NewLinesForBracesInMethods="True" NewLinesForBracesInProperties="True" NewLinesForBracesInAccessors="True" NewLinesForBracesInAnonymousMethods="True" NewLinesForBracesInControlBlocks="True" NewLinesForBracesInAnonymousTypes="True" NewLinesForBracesInObjectCollectionArrayInitializers="True" NewLinesForBracesInLambdaExpressionBody="True" NewLineForElse="True" NewLineForCatch="True" NewLineForFinally="True" SpacingAfterMethodDeclarationName="False" SpaceWithinMethodDeclarationParenthesis="False" SpaceBetweenEmptyMethodDeclarationParentheses="False" SpaceAfterMethodCallName="False" SpaceWithinMethodCallParentheses="False" SpaceBetweenEmptyMethodCallParentheses="False" SpaceWithinExpressionParentheses="False" SpaceWithinCastParentheses="False" SpaceWithinOtherParentheses="False" SpaceAfterCast="False" SpacesIgnoreAroundVariableDeclaration="False" SpaceBeforeOpenSquareBracket="False" SpaceBetweenEmptySquareBrackets="False" SpaceWithinSquareBrackets="False" SpaceAfterColonInBaseTypeDeclaration="True" SpaceAfterComma="True" SpaceAfterDot="False" SpaceAfterSemicolonsInForStatement="True" SpaceBeforeColonInBaseTypeDeclaration="True" SpaceBeforeComma="False" SpaceBeforeDot="False" SpaceBeforeSemicolonsInForStatement="False" SpacingAroundBinaryOperator="Single" WrappingPreserveSingleLine="True" WrappingKeepStatementsOnSingleLine="True" PlaceSystemDirectiveFirst="True" NewLineForMembersInObjectInit="False" NewLineForMembersInAnonymousTypes="False" NewLineForClausesInQuery="False" SpaceAfterControlFlowStatementKeyword="False" scope="text/x-csharp" />
</Policies>
</Properties>
</MonoDevelop>
</ProjectExtensions>
</Project>