Separated SCSI commands by category/vendor.

This commit is contained in:
2016-01-11 19:40:58 +00:00
parent c98d64e544
commit 8c24edf3dd
10 changed files with 2320 additions and 2024 deletions

View File

@@ -48,15 +48,22 @@
<Compile Include="Device\Variables.cs" />
<Compile Include="Device\Destructor.cs" />
<Compile Include="Device\Commands.cs" />
<Compile Include="Device\ScsiCommands.cs" />
<Compile Include="Device\AtaCommands.cs" />
<Compile Include="Device\AtapiCommands.cs" />
<Compile Include="Device\ScsiCommands\MMC.cs" />
<Compile Include="Device\ScsiCommands\SPC.cs" />
<Compile Include="Device\ScsiCommands\SBC.cs" />
<Compile Include="Device\ScsiCommands\Pioneer.cs" />
<Compile Include="Device\ScsiCommands\Plextor.cs" />
<Compile Include="Device\ScsiCommands\NEC.cs" />
<Compile Include="Device\ScsiCommands\HL-DT-ST.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
<Folder Include="Linux\" />
<Folder Include="Windows\" />
<Folder Include="Device\" />
<Folder Include="Device\ScsiCommands\" />
</ItemGroup>
<ProjectExtensions>
<MonoDevelop>