mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
581 lines
33 KiB
XML
581 lines
33 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>Aaru.DiscImages</RootNamespace>
|
|
<AssemblyName>Aaru.Images</AssemblyName>
|
|
<ReleaseVersion>$(Version)</ReleaseVersion>
|
|
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
|
|
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
|
|
<Version>6.0.0-alpha8</Version>
|
|
<Company>Claunia.com</Company>
|
|
<Copyright>Copyright © 2011-2022 Natalia Portillo</Copyright>
|
|
<Product>Aaru Data Preservation Suite</Product>
|
|
<Title>Aaru.DiscImages</Title>
|
|
<ApplicationVersion>$(Version)</ApplicationVersion>
|
|
<TargetFramework>net6</TargetFramework>
|
|
<NoWarn>CS0649</NoWarn>
|
|
<LangVersion>10</LangVersion>
|
|
<Description>Media image formats used by the Aaru Data Preservation Suite.</Description>
|
|
<PackageProjectUrl>https://github.com/aaru-dps/</PackageProjectUrl>
|
|
<PackageLicenseExpression>LGPL-2.1-only</PackageLicenseExpression>
|
|
<RepositoryUrl>https://github.com/aaru-dps/Aaru</RepositoryUrl>
|
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
|
<NeutralLanguage>en-US</NeutralLanguage>
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
<IncludeSymbols>true</IncludeSymbols>
|
|
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
|
<Authors>Natalia Portillo <claunia@claunia.com></Authors>
|
|
<DisableImplicitNamespaceImports>true</DisableImplicitNamespaceImports>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<NrtRevisionFormat>$(Version)+{chash:8}</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\net6</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\net6</OutputPath>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ConsolePause>false</ConsolePause>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Claunia.Encoding" Version="1.9.2"/>
|
|
<PackageReference Include="Claunia.RsrcFork" Version="1.2.0"/>
|
|
<PackageReference Include="DotNetZip" Version="1.16.0"/>
|
|
<PackageReference Include="plist-cil" Version="2.2.0"/>
|
|
<PackageReference Include="SharpCompress" Version="0.30.1"/>
|
|
<PackageReference Include="System.ValueTuple" Version="4.5.0"/>
|
|
<PackageReference Include="Unclassified.NetRevisionTask" Version="0.4.2" PrivateAssets="all"/>
|
|
</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\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="ByteAddressable\AtariLynx.cs"/>
|
|
<Compile Include="ByteAddressable\GameBoy.cs"/>
|
|
<Compile Include="ByteAddressable\GameBoyAdvance.cs"/>
|
|
<Compile Include="ByteAddressable\MasterSystem.cs"/>
|
|
<Compile Include="ByteAddressable\NES.cs"/>
|
|
<Compile Include="ByteAddressable\Nintendo64.cs"/>
|
|
<Compile Include="ByteAddressable\SegaMegaDrive.cs"/>
|
|
<Compile Include="ByteAddressable\SuperNintendo.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="AaruFormat\CdEcc.cs"/>
|
|
<Compile Include="AaruFormat\ClauniaSubchannelTransform.cs"/>
|
|
<Compile Include="AaruFormat\Constants.cs"/>
|
|
<Compile Include="AaruFormat\AaruFormat.cs"/>
|
|
<Compile Include="AaruFormat\Enums.cs"/>
|
|
<Compile Include="AaruFormat\Helpers.cs"/>
|
|
<Compile Include="AaruFormat\Identify.cs"/>
|
|
<Compile Include="AaruFormat\Properties.cs"/>
|
|
<Compile Include="AaruFormat\Read.cs"/>
|
|
<Compile Include="AaruFormat\Structs.cs"/>
|
|
<Compile Include="AaruFormat\Tape.cs"/>
|
|
<Compile Include="AaruFormat\Verify.cs"/>
|
|
<Compile Include="AaruFormat\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="DiskDupe\Constants.cs"/>
|
|
<Compile Include="DiskDupe\DiskDupe.cs"/>
|
|
<Compile Include="DiskDupe\Helpers.cs"/>
|
|
<Compile Include="DiskDupe\Identify.cs"/>
|
|
<Compile Include="DiskDupe\Properties.cs"/>
|
|
<Compile Include="DiskDupe\Read.cs"/>
|
|
<Compile Include="DiskDupe\Structs.cs"/>
|
|
<Compile Include="DiskDupe\Unsupported.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="..\Aaru.CommonTypes\Aaru.CommonTypes.csproj"></ProjectReference>
|
|
<ProjectReference Include="..\Aaru.Checksums\Aaru.Checksums.csproj"></ProjectReference>
|
|
<ProjectReference Include="..\Aaru.Compression\Aaru.Compression.csproj"></ProjectReference>
|
|
<ProjectReference Include="..\Aaru.Database\Aaru.Database.csproj"/>
|
|
<ProjectReference Include="..\Aaru.Helpers\Aaru.Helpers.csproj"></ProjectReference>
|
|
<ProjectReference Include="..\Aaru.Console\Aaru.Console.csproj"></ProjectReference>
|
|
<ProjectReference Include="..\Aaru.Decoders\Aaru.Decoders.csproj"></ProjectReference>
|
|
<ProjectReference Include="..\Aaru.Filters\Aaru.Filters.csproj"></ProjectReference>
|
|
<ProjectReference Include="..\Aaru.Settings\Aaru.Settings.csproj"/>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="..\LICENSE.LGPL">
|
|
<Link>LICENSE.LGPL</Link>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ProjectExtensions>
|
|
<MonoDevelop>
|
|
<Properties>
|
|
<Policies>
|
|
<StandardHeader IncludeInNewFiles="True" Text="/***************************************************************************
Aaru Data Preservation Suite
----------------------------------------------------------------------------
 
Filename : ${FileName}
Author(s) : ${AuthorName} <${AuthorEmail}>

Component : Component
 
--[ Description ] ----------------------------------------------------------
 
 Description
 
--[ License ] --------------------------------------------------------------
 
 This library is free software; you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as
 published by the Free Software Foundation; either version 2.1 of the
 License, or (at your option) any later version.

 This library is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 Lesser General Public License for more details.

 You should have received a copy of the GNU Lesser General Public
 License along with this library; if not, see <http://www.gnu.org/licenses/>.

----------------------------------------------------------------------------
Copyright © 2011-${Year} ${CopyrightHolder}
****************************************************************************/"/>
|
|
<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" NewLineForMembersInObjectInit="False" NewLineForMembersInAnonymousTypes="False" NewLineForClausesInQuery="False" SpaceAfterControlFlowStatementKeyword="False" scope="text/x-csharp"/>
|
|
</Policies>
|
|
</Properties>
|
|
</MonoDevelop>
|
|
</ProjectExtensions>
|
|
<PropertyGroup Condition="$(TargetFramework.StartsWith('net4')) and '$(OS)' == 'Unix'">
|
|
<!-- When compiling .NET SDK 2.0 projects targeting .NET 4.x on Mono using 'dotnet build' you -->
|
|
<!-- have to teach MSBuild where the Mono copy of the reference asssemblies is -->
|
|
<!-- Look in the standard install locations -->
|
|
<BaseFrameworkPathOverrideForMono Condition="'$(BaseFrameworkPathOverrideForMono)' == '' AND EXISTS('/Library/Frameworks/Mono.framework/Versions/Current/lib/mono')">/Library/Frameworks/Mono.framework/Versions/Current/lib/mono</BaseFrameworkPathOverrideForMono>
|
|
<BaseFrameworkPathOverrideForMono Condition="'$(BaseFrameworkPathOverrideForMono)' == '' AND EXISTS('/usr/lib/mono')">/usr/lib/mono</BaseFrameworkPathOverrideForMono>
|
|
<BaseFrameworkPathOverrideForMono Condition="'$(BaseFrameworkPathOverrideForMono)' == '' AND EXISTS('/usr/local/lib/mono')">/usr/local/lib/mono</BaseFrameworkPathOverrideForMono>
|
|
<!-- If we found Mono reference assemblies, then use them -->
|
|
<FrameworkPathOverride Condition="'$(BaseFrameworkPathOverrideForMono)' != '' AND '$(TargetFramework)' == 'net40'">$(BaseFrameworkPathOverrideForMono)/4.0-api</FrameworkPathOverride>
|
|
<FrameworkPathOverride Condition="'$(BaseFrameworkPathOverrideForMono)' != '' AND '$(TargetFramework)' == 'net45'">$(BaseFrameworkPathOverrideForMono)/4.5-api</FrameworkPathOverride>
|
|
<FrameworkPathOverride Condition="'$(BaseFrameworkPathOverrideForMono)' != '' AND '$(TargetFramework)' == 'net451'">$(BaseFrameworkPathOverrideForMono)/4.5.1-api</FrameworkPathOverride>
|
|
<FrameworkPathOverride Condition="'$(BaseFrameworkPathOverrideForMono)' != '' AND '$(TargetFramework)' == 'net452'">$(BaseFrameworkPathOverrideForMono)/4.5.2-api</FrameworkPathOverride>
|
|
<FrameworkPathOverride Condition="'$(BaseFrameworkPathOverrideForMono)' != '' AND '$(TargetFramework)' == 'net46'">$(BaseFrameworkPathOverrideForMono)/4.6-api</FrameworkPathOverride>
|
|
<FrameworkPathOverride Condition="'$(BaseFrameworkPathOverrideForMono)' != '' AND '$(TargetFramework)' == 'net461'">$(BaseFrameworkPathOverrideForMono)/4.6.1-api</FrameworkPathOverride>
|
|
<FrameworkPathOverride Condition="'$(BaseFrameworkPathOverrideForMono)' != '' AND '$(TargetFramework)' == 'net462'">$(BaseFrameworkPathOverrideForMono)/4.6.2-api</FrameworkPathOverride>
|
|
<FrameworkPathOverride Condition="'$(BaseFrameworkPathOverrideForMono)' != '' AND '$(TargetFramework)' == 'net47'">$(BaseFrameworkPathOverrideForMono)/4.7-api</FrameworkPathOverride>
|
|
<FrameworkPathOverride Condition="'$(BaseFrameworkPathOverrideForMono)' != '' AND '$(TargetFramework)' == 'net471'">$(BaseFrameworkPathOverrideForMono)/4.7.1-api</FrameworkPathOverride>
|
|
<EnableFrameworkPathOverride Condition="'$(BaseFrameworkPathOverrideForMono)' != ''">true</EnableFrameworkPathOverride>
|
|
<!-- Add the Facades directory. Not sure how else to do this. Necessary at least for .NET 4.5 -->
|
|
<AssemblySearchPaths Condition="'$(BaseFrameworkPathOverrideForMono)' != ''">$(FrameworkPathOverride)/Facades;$(AssemblySearchPaths)</AssemblySearchPaths>
|
|
</PropertyGroup>
|
|
</Project>
|