mirror of
https://github.com/aaru-dps/Aaru.Decoders.git
synced 2025-12-16 19:24:32 +00:00
Fix namespaces.
This commit is contained in:
@@ -57,6 +57,11 @@
|
|||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<Compile Include="Bluray\BCA.cs" />
|
||||||
|
<Compile Include="Bluray\Cartridge.cs" />
|
||||||
|
<Compile Include="Bluray\DDS.cs" />
|
||||||
|
<Compile Include="Bluray\DI.cs" />
|
||||||
|
<Compile Include="Bluray\Spare.cs" />
|
||||||
<Compile Include="CD\SectorBuilder.cs" />
|
<Compile Include="CD\SectorBuilder.cs" />
|
||||||
<Compile Include="CD\Subchannel.cs" />
|
<Compile Include="CD\Subchannel.cs" />
|
||||||
<Compile Include="SCSI\Inquiry.cs" />
|
<Compile Include="SCSI\Inquiry.cs" />
|
||||||
@@ -147,11 +152,6 @@
|
|||||||
<Compile Include="SCSI\DiscStructureCapabilities.cs" />
|
<Compile Include="SCSI\DiscStructureCapabilities.cs" />
|
||||||
<Compile Include="SCSI\Sense.cs" />
|
<Compile Include="SCSI\Sense.cs" />
|
||||||
<Compile Include="ATA\Registers.cs" />
|
<Compile Include="ATA\Registers.cs" />
|
||||||
<Compile Include="Blu-ray\DI.cs" />
|
|
||||||
<Compile Include="Blu-ray\BCA.cs" />
|
|
||||||
<Compile Include="Blu-ray\DDS.cs" />
|
|
||||||
<Compile Include="Blu-ray\Spare.cs" />
|
|
||||||
<Compile Include="Blu-ray\Cartridge.cs" />
|
|
||||||
<Compile Include="Xbox\DMI.cs" />
|
<Compile Include="Xbox\DMI.cs" />
|
||||||
<Compile Include="SCSI\SSC\BlockLimits.cs" />
|
<Compile Include="SCSI\SSC\BlockLimits.cs" />
|
||||||
<Compile Include="SCSI\SSC\DensitySupport.cs" />
|
<Compile Include="SCSI\SSC\DensitySupport.cs" />
|
||||||
@@ -190,6 +190,7 @@
|
|||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<Folder Include="Blu-ray" />
|
||||||
<Folder Include="SCSI\" />
|
<Folder Include="SCSI\" />
|
||||||
<Folder Include="ATA\" />
|
<Folder Include="ATA\" />
|
||||||
<Folder Include="Blu-ray\" />
|
<Folder Include="Blu-ray\" />
|
||||||
|
|||||||
Reference in New Issue
Block a user