Add skeleton for ISO9660 read-only implementation.

This commit is contained in:
2019-07-19 12:14:30 +01:00
parent ccb27ef822
commit 6d91450b28
6 changed files with 89 additions and 1 deletions

View File

@@ -71,6 +71,10 @@
<Compile Include="FAT\Super.cs" />
<Compile Include="FAT\Xattr.cs" />
<Compile Include="HPOFS.cs" />
<Compile Include="ISO9660\Dir.cs" />
<Compile Include="ISO9660\File.cs" />
<Compile Include="ISO9660\Super.cs" />
<Compile Include="ISO9660\Xattr.cs" />
<Compile Include="PCFX.cs" />
<Compile Include="AmigaDOS.cs" />
<Compile Include="AppleHFS.cs" />