mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Move DeviceType to CommonTypes.
This commit is contained in:
@@ -49,6 +49,7 @@
|
||||
<Compile Include="..\CICMMetadata\dotnet\cicm.cs">
|
||||
<Link>Metadata/cicm.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="Enums\DeviceType.cs" />
|
||||
<Compile Include="Enums\Images.cs" />
|
||||
<Compile Include="Exceptions\Images.cs" />
|
||||
<Compile Include="Extents\ExtentsByte.cs" />
|
||||
|
||||
13
DiscImageChef.CommonTypes/Enums/DeviceType.cs
Normal file
13
DiscImageChef.CommonTypes/Enums/DeviceType.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace DiscImageChef.CommonTypes.Enums
|
||||
{
|
||||
public enum DeviceType
|
||||
{
|
||||
Unknown,
|
||||
ATA,
|
||||
ATAPI,
|
||||
SCSI,
|
||||
SecureDigital,
|
||||
MMC,
|
||||
NVMe
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user