mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Separated SCSI commands by category/vendor.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user