mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Implement SCSI INQUIRY command response decoding (and added
adequate disk tag).
This commit is contained in:
@@ -100,6 +100,7 @@
|
||||
<Compile Include="Checksums\ReedSolomon.cs" />
|
||||
<Compile Include="Commands\PrintHex.cs" />
|
||||
<Compile Include="Commands\Decode.cs" />
|
||||
<Compile Include="Decoders\SCSI.cs" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
<ItemGroup>
|
||||
@@ -108,6 +109,7 @@
|
||||
<Folder Include="ImagePlugins\" />
|
||||
<Folder Include="Commands\" />
|
||||
<Folder Include="Checksums\" />
|
||||
<Folder Include="Decoders\" />
|
||||
</ItemGroup>
|
||||
<ProjectExtensions>
|
||||
<MonoDevelop>
|
||||
|
||||
Reference in New Issue
Block a user