mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Implement reading of ISO9660 root directory.
This commit is contained in:
@@ -71,6 +71,8 @@
|
||||
<Compile Include="FAT\Super.cs" />
|
||||
<Compile Include="FAT\Xattr.cs" />
|
||||
<Compile Include="HPOFS.cs" />
|
||||
<Compile Include="ISO9660\Consts\Internal.cs" />
|
||||
<Compile Include="ISO9660\Date.cs" />
|
||||
<Compile Include="ISO9660\Dir.cs" />
|
||||
<Compile Include="ISO9660\File.cs" />
|
||||
<Compile Include="ISO9660\Super.cs" />
|
||||
@@ -184,7 +186,7 @@
|
||||
<Compile Include="ISO9660\Structs\XA.cs" />
|
||||
<Compile Include="ISO9660\Structs\Ziso.cs" />
|
||||
<Compile Include="ISO9660\Structs\Joliet.cs" />
|
||||
<Compile Include="ISO9660\Structs\Common.cs" />
|
||||
<Compile Include="ISO9660\Structs\Internal.cs" />
|
||||
<Compile Include="ISO9660\Consts\ISO.cs" />
|
||||
<Compile Include="ISO9660\Consts\HighSierra.cs" />
|
||||
<Compile Include="ISO9660\Consts\XA.cs" />
|
||||
|
||||
Reference in New Issue
Block a user