mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
* DiscImageChef.Devices/Enums.cs:
* DiscImageChef.Devices/Command.cs: * DiscImageChef.Devices/Device/Commands.cs: * DiscImageChef.Devices/Device/Variables.cs: * DiscImageChef.Devices/Device/Destructor.cs: * DiscImageChef.Devices/Device/Constructor.cs: * DiscImageChef.Devices/DiscImageChef.Devices.csproj: Added device class. * DiscImageChef.Devices/Device/ScsiCommands.cs: Added device class. Added SCSI INQUIRY.
This commit is contained in:
@@ -45,11 +45,17 @@
|
||||
<Compile Include="Windows\Command.cs" />
|
||||
<Compile Include="Linux\Command.cs" />
|
||||
<Compile Include="Command.cs" />
|
||||
<Compile Include="Device\Constructor.cs" />
|
||||
<Compile Include="Device\Variables.cs" />
|
||||
<Compile Include="Device\Destructor.cs" />
|
||||
<Compile Include="Device\Commands.cs" />
|
||||
<Compile Include="Device\ScsiCommands.cs" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
<ItemGroup>
|
||||
<Folder Include="Linux\" />
|
||||
<Folder Include="Windows\" />
|
||||
<Folder Include="Device\" />
|
||||
</ItemGroup>
|
||||
<ProjectExtensions>
|
||||
<MonoDevelop>
|
||||
|
||||
Reference in New Issue
Block a user