2017-12-21 02:03:21 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2018-04-11 08:13:49 +01:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2015-10-05 20:27:44 +01:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
|
<ProjectGuid>{0BEB3088-B634-4289-AE17-CDF2D25D00D5}</ProjectGuid>
|
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
|
<RootNamespace>DiscImageChef.Decoders</RootNamespace>
|
|
|
|
|
|
<AssemblyName>DiscImageChef.Decoders</AssemblyName>
|
2018-04-11 22:56:48 +01:00
|
|
|
|
<ReleaseVersion>$(Version)</ReleaseVersion>
|
2018-04-11 08:13:49 +01:00
|
|
|
|
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
|
2018-04-11 08:28:45 +01:00
|
|
|
|
<TargetFramework>net461</TargetFramework>
|
2018-04-11 22:56:48 +01:00
|
|
|
|
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
|
|
|
|
|
|
<Version>4.0.99.1628</Version>
|
|
|
|
|
|
<Company>Claunia.com</Company>
|
|
|
|
|
|
<Copyright>Copyright © 2011-2018 Natalia Portillo</Copyright>
|
|
|
|
|
|
<Product>The Disc Image Chef</Product>
|
|
|
|
|
|
<Title>DiscImageChef.Decoders</Title>
|
|
|
|
|
|
<ApplicationVersion>$(Version)</ApplicationVersion>
|
2015-10-05 20:27:44 +01:00
|
|
|
|
</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" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
2015-10-19 01:46:06 +01:00
|
|
|
|
<Compile Include="SCSI\Inquiry.cs" />
|
2015-10-19 02:04:38 +01:00
|
|
|
|
<Compile Include="Floppy\Enums.cs" />
|
|
|
|
|
|
<Compile Include="Floppy\System3740.cs" />
|
|
|
|
|
|
<Compile Include="Floppy\System34.cs" />
|
|
|
|
|
|
<Compile Include="Floppy\Perpendicular.cs" />
|
|
|
|
|
|
<Compile Include="Floppy\ISO.cs" />
|
|
|
|
|
|
<Compile Include="Floppy\Apple2.cs" />
|
|
|
|
|
|
<Compile Include="Floppy\AppleSony.cs" />
|
|
|
|
|
|
<Compile Include="Floppy\Commodore.cs" />
|
|
|
|
|
|
<Compile Include="Floppy\Amiga.cs" />
|
2015-10-19 02:28:40 +01:00
|
|
|
|
<Compile Include="DVD\Enums.cs" />
|
|
|
|
|
|
<Compile Include="DVD\PFI.cs" />
|
|
|
|
|
|
<Compile Include="DVD\DMI.cs" />
|
|
|
|
|
|
<Compile Include="DVD\BCA.cs" />
|
|
|
|
|
|
<Compile Include="DVD\DDS.cs" />
|
|
|
|
|
|
<Compile Include="DVD\RMD.cs" />
|
|
|
|
|
|
<Compile Include="DVD\Spare.cs" />
|
|
|
|
|
|
<Compile Include="DVD\PRI.cs" />
|
|
|
|
|
|
<Compile Include="DVD\UDI.cs" />
|
|
|
|
|
|
<Compile Include="DVD\ADIP.cs" />
|
|
|
|
|
|
<Compile Include="DVD\Layers.cs" />
|
|
|
|
|
|
<Compile Include="DVD\AACS.cs" />
|
|
|
|
|
|
<Compile Include="DVD\CSS&CPRM.cs" />
|
|
|
|
|
|
<Compile Include="DVD\CPRM.cs" />
|
|
|
|
|
|
<Compile Include="DVD\Cartridge.cs" />
|
2015-10-19 02:40:30 +01:00
|
|
|
|
<Compile Include="CD\TOC.cs" />
|
|
|
|
|
|
<Compile Include="CD\Session.cs" />
|
|
|
|
|
|
<Compile Include="CD\FullTOC.cs" />
|
|
|
|
|
|
<Compile Include="CD\PMA.cs" />
|
|
|
|
|
|
<Compile Include="CD\ATIP.cs" />
|
|
|
|
|
|
<Compile Include="CD\Enums.cs" />
|
|
|
|
|
|
<Compile Include="CD\CDTextOnLeadIn.cs" />
|
2015-10-19 02:59:32 +01:00
|
|
|
|
<Compile Include="SCSI\MMC\AACS.cs" />
|
|
|
|
|
|
<Compile Include="SCSI\MMC\CPRM.cs" />
|
|
|
|
|
|
<Compile Include="SCSI\MMC\Enums.cs" />
|
|
|
|
|
|
<Compile Include="SCSI\MMC\Hybrid.cs" />
|
|
|
|
|
|
<Compile Include="SCSI\MMC\WriteProtect.cs" />
|
|
|
|
|
|
<Compile Include="SCSI\MMC\DiscInformation.cs" />
|
|
|
|
|
|
<Compile Include="SCSI\Enums.cs" />
|
2017-12-21 02:03:21 +00:00
|
|
|
|
<Compile Include="SCSI\Modes\00_SFF.cs" />
|
|
|
|
|
|
<Compile Include="SCSI\Modes\01.cs" />
|
|
|
|
|
|
<Compile Include="SCSI\Modes\01_MMC.cs" />
|
|
|
|
|
|
<Compile Include="SCSI\Modes\02.cs" />
|
|
|
|
|
|
<Compile Include="SCSI\Modes\03.cs" />
|
|
|
|
|
|
<Compile Include="SCSI\Modes\04.cs" />
|
|
|
|
|
|
<Compile Include="SCSI\Modes\05.cs" />
|
|
|
|
|
|
<Compile Include="SCSI\Modes\06.cs" />
|
|
|
|
|
|
<Compile Include="SCSI\Modes\07.cs" />
|
|
|
|
|
|
<Compile Include="SCSI\Modes\07_MMC.cs" />
|
|
|
|
|
|
<Compile Include="SCSI\Modes\08.cs" />
|
|
|
|
|
|
<Compile Include="SCSI\Modes\0A.cs" />
|
|
|
|
|
|
<Compile Include="SCSI\Modes\0B.cs" />
|
|
|
|
|
|
<Compile Include="SCSI\Modes\0C.cs" />
|
|
|
|
|
|
<Compile Include="SCSI\Modes\0D.cs" />
|
|
|
|
|
|
<Compile Include="SCSI\Modes\0E.cs" />
|
|
|
|
|
|
<Compile Include="SCSI\Modes\0F.cs" />
|
|
|
|
|
|
<Compile Include="SCSI\Modes\10.cs" />
|
|
|
|
|
|
<Compile Include="SCSI\Modes\10_SSC.cs" />
|
|
|
|
|
|
<Compile Include="SCSI\Modes\11.cs" />
|
|
|
|
|
|
<Compile Include="SCSI\Modes\12_13_14.cs" />
|
|
|
|
|
|
<Compile Include="SCSI\Modes\1A.cs" />
|
|
|
|
|
|
<Compile Include="SCSI\Modes\1B.cs" />
|
|
|
|
|
|
<Compile Include="SCSI\Modes\1C.cs" />
|
|
|
|
|
|
<Compile Include="SCSI\Modes\1C_SFF.cs" />
|
|
|
|
|
|
<Compile Include="SCSI\Modes\1D.cs" />
|
|
|
|
|
|
<Compile Include="SCSI\Modes\21_Certance.cs" />
|
|
|
|
|
|
<Compile Include="SCSI\Modes\22_Certance.cs" />
|
|
|
|
|
|
<Compile Include="SCSI\Modes\24_IBM.cs" />
|
|
|
|
|
|
<Compile Include="SCSI\Modes\2A.cs" />
|
|
|
|
|
|
<Compile Include="SCSI\Modes\2F_IBM.cs" />
|
|
|
|
|
|
<Compile Include="SCSI\Modes\30_Apple.cs" />
|
|
|
|
|
|
<Compile Include="SCSI\Modes\3B_HP.cs" />
|
|
|
|
|
|
<Compile Include="SCSI\Modes\3C_HP.cs" />
|
|
|
|
|
|
<Compile Include="SCSI\Modes\3D_HP.cs" />
|
|
|
|
|
|
<Compile Include="SCSI\Modes\3D_IBM.cs" />
|
|
|
|
|
|
<Compile Include="SCSI\Modes\3E_Fujitsu.cs" />
|
|
|
|
|
|
<Compile Include="SCSI\Modes\3E_HP.cs" />
|
|
|
|
|
|
<Compile Include="SCSI\Modes\Headers.cs" />
|
|
|
|
|
|
<Compile Include="SCSI\Modes\Mode10.cs" />
|
|
|
|
|
|
<Compile Include="SCSI\Modes\Mode6.cs" />
|
|
|
|
|
|
<Compile Include="SCSI\Modes\Structs.cs" />
|
2015-10-19 02:59:32 +01:00
|
|
|
|
<Compile Include="SCSI\VendorString.cs" />
|
2015-10-19 03:17:03 +01:00
|
|
|
|
<Compile Include="ATA\Identify.cs" />
|
2015-10-19 04:32:16 +01:00
|
|
|
|
<Compile Include="SCSI\EVPD.cs" />
|
2015-11-01 02:16:29 +00:00
|
|
|
|
<Compile Include="SCSI\MMC\Features.cs" />
|
2015-11-02 19:12:19 +00:00
|
|
|
|
<Compile Include="SCSI\DiscStructureCapabilities.cs" />
|
2015-11-23 00:30:01 +00:00
|
|
|
|
<Compile Include="SCSI\Sense.cs" />
|
2017-08-21 04:28:05 +01:00
|
|
|
|
<Compile Include="ATA\Registers.cs" />
|
2015-12-01 03:23:31 +00:00
|
|
|
|
<Compile Include="Blu-ray\DI.cs" />
|
|
|
|
|
|
<Compile Include="Blu-ray\BCA.cs" />
|
|
|
|
|
|
<Compile Include="Blu-ray\DDS.cs" />
|
|
|
|
|
|
<Compile Include="Blu-ray\Spare.cs" />
|
|
|
|
|
|
<Compile Include="Blu-ray\Cartridge.cs" />
|
2015-12-03 08:02:12 +00:00
|
|
|
|
<Compile Include="Xbox\DMI.cs" />
|
2016-01-15 07:00:43 +00:00
|
|
|
|
<Compile Include="SCSI\SSC\BlockLimits.cs" />
|
|
|
|
|
|
<Compile Include="SCSI\SSC\DensitySupport.cs" />
|
2016-01-15 07:13:11 +00:00
|
|
|
|
<Compile Include="SCSI\Types.cs" />
|
2016-08-21 19:23:58 +01:00
|
|
|
|
<Compile Include="LisaTag.cs" />
|
2016-10-08 04:29:04 +01:00
|
|
|
|
<Compile Include="CD\Sector.cs" />
|
2016-10-17 04:41:27 +01:00
|
|
|
|
<Compile Include="PCMCIA\Enums.cs" />
|
|
|
|
|
|
<Compile Include="PCMCIA\Types.cs" />
|
|
|
|
|
|
<Compile Include="PCMCIA\CIS.cs" />
|
|
|
|
|
|
<Compile Include="PCMCIA\VendorCode.cs" />
|
2016-10-22 22:58:01 +01:00
|
|
|
|
<Compile Include="MMC\CSD.cs" />
|
|
|
|
|
|
<Compile Include="MMC\CID.cs" />
|
|
|
|
|
|
<Compile Include="MMC\ExtendedCSD.cs" />
|
|
|
|
|
|
<Compile Include="MMC\OCR.cs" />
|
|
|
|
|
|
<Compile Include="MMC\VendorString.cs" />
|
|
|
|
|
|
<Compile Include="SecureDigital\CID.cs" />
|
|
|
|
|
|
<Compile Include="SecureDigital\CSD.cs" />
|
|
|
|
|
|
<Compile Include="SecureDigital\SCR.cs" />
|
|
|
|
|
|
<Compile Include="SecureDigital\OCR.cs" />
|
|
|
|
|
|
<Compile Include="SecureDigital\VendorString.cs" />
|
2017-05-23 22:58:02 +01:00
|
|
|
|
<Compile Include="Xbox\SS.cs" />
|
2017-10-08 17:50:29 +01:00
|
|
|
|
<Compile Include="Sega\CD.cs" />
|
|
|
|
|
|
<Compile Include="Sega\Saturn.cs" />
|
|
|
|
|
|
<Compile Include="Sega\Dreamcast.cs" />
|
2015-10-05 20:27:44 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\DiscImageChef.Helpers\DiscImageChef.Helpers.csproj">
|
|
|
|
|
|
<Project>{F8BDF57B-1571-4CD0-84B3-B422088D359A}</Project>
|
|
|
|
|
|
<Name>DiscImageChef.Helpers</Name>
|
|
|
|
|
|
</ProjectReference>
|
2015-10-18 22:04:03 +01:00
|
|
|
|
<ProjectReference Include="..\DiscImageChef.Console\DiscImageChef.Console.csproj">
|
|
|
|
|
|
<Project>{CCAA7AFE-C094-4D82-A66D-630DE8A3F545}</Project>
|
|
|
|
|
|
<Name>DiscImageChef.Console</Name>
|
|
|
|
|
|
</ProjectReference>
|
2015-10-05 20:27:44 +01:00
|
|
|
|
</ItemGroup>
|
2015-10-19 01:46:06 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Folder Include="SCSI\" />
|
|
|
|
|
|
<Folder Include="ATA\" />
|
|
|
|
|
|
<Folder Include="Blu-ray\" />
|
|
|
|
|
|
<Folder Include="DVD\" />
|
|
|
|
|
|
<Folder Include="SCSI\MMC\" />
|
|
|
|
|
|
<Folder Include="CD\" />
|
|
|
|
|
|
<Folder Include="Floppy\" />
|
2015-12-03 08:02:12 +00:00
|
|
|
|
<Folder Include="Xbox\" />
|
2016-01-15 07:00:43 +00:00
|
|
|
|
<Folder Include="SCSI\SSC\" />
|
2016-10-17 04:41:27 +01:00
|
|
|
|
<Folder Include="PCMCIA\" />
|
2016-10-22 22:58:01 +01:00
|
|
|
|
<Folder Include="MMC\" />
|
|
|
|
|
|
<Folder Include="SecureDigital\" />
|
2017-10-08 17:50:29 +01:00
|
|
|
|
<Folder Include="Sega\" />
|
2015-10-19 01:46:06 +01:00
|
|
|
|
</ItemGroup>
|
2016-07-28 18:13:49 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="..\LICENSE.LGPL">
|
|
|
|
|
|
<Link>LICENSE.LGPL</Link>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
</ItemGroup>
|
2015-10-19 02:04:38 +01:00
|
|
|
|
<ProjectExtensions>
|
|
|
|
|
|
<MonoDevelop>
|
|
|
|
|
|
<Properties>
|
|
|
|
|
|
<Policies>
|
2017-08-21 04:28:05 +01:00
|
|
|
|
<DotNetNamingPolicy DirectoryNamespaceAssociation="PrefixedHierarchical" ResourceNamePolicy="MSBuild" />
|
|
|
|
|
|
<StandardHeader IncludeInNewFiles="True" Text="/***************************************************************************
The Disc Image Chef
----------------------------------------------------------------------------
 
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" IndentWidth="4" RemoveTrailingWhitespace="True" NoTabsAfterNonTabs="False" EolMarker="Native" TabsToSpaces="True" scope="text/x-csharp" />
|
2017-10-08 17:50:29 +01:00
|
|
|
|
<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" NewLineForMembersInObjectInit="True" NewLineForMembersInAnonymousTypes="True" NewLineForClausesInQuery="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" SpaceAfterControlFlowStatementKeyword="False" scope="text/x-csharp" />
|
2015-10-19 02:04:38 +01:00
|
|
|
|
</Policies>
|
|
|
|
|
|
</Properties>
|
|
|
|
|
|
</MonoDevelop>
|
|
|
|
|
|
</ProjectExtensions>
|
2015-10-05 20:27:44 +01:00
|
|
|
|
</Project>
|