Implement ATA/ATAPI IDENTIFY decoder.

This commit is contained in:
2015-10-17 01:26:17 +01:00
parent 6e7ed8e743
commit 12842dccfc
6 changed files with 1900 additions and 26 deletions

View File

@@ -10,7 +10,6 @@
<RootNamespace>DiscImageChef.Decoders</RootNamespace>
<AssemblyName>DiscImageChef.Decoders</AssemblyName>
<ReleaseVersion>2.2</ReleaseVersion>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>