mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Separated SCSI decoders by type.
This commit is contained in:
@@ -69,6 +69,16 @@
|
||||
<Compile Include="CD\ATIP.cs" />
|
||||
<Compile Include="CD\Enums.cs" />
|
||||
<Compile Include="CD\CDTextOnLeadIn.cs" />
|
||||
<Compile Include="SCSI\MMC\AACS.cs" />
|
||||
<Compile Include="SCSI\MMC\CPRM.cs" />
|
||||
<Compile Include="SCSI\MMC\Enums.cs" />
|
||||
<Compile Include="SCSI\MMC\Hybrid.cs" />
|
||||
<Compile Include="SCSI\MMC\WriteProtect.cs" />
|
||||
<Compile Include="SCSI\MMC\DiscInformation.cs" />
|
||||
<Compile Include="SCSI\MMC\TrackInformation.cs" />
|
||||
<Compile Include="SCSI\MMC\OPW.cs" />
|
||||
<Compile Include="SCSI\Enums.cs" />
|
||||
<Compile Include="SCSI\VendorString.cs" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user