Added tests for ISO9660 filesystem.

This commit is contained in:
2017-09-28 12:53:50 +01:00
parent 85004d9c42
commit 0d55b070a7
2 changed files with 165 additions and 0 deletions

View File

@@ -178,6 +178,7 @@
<Compile Include="Filesystems\COHERENT_MBR.cs" />
<Compile Include="Filesystems\HTFS_MBR.cs" />
<Compile Include="Filesystems\DTFS_MBR.cs" />
<Compile Include="Filesystems\ISO9660.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />