Adds support for Zettabyte File System, closes #26.

This commit is contained in:
2016-09-18 05:09:55 +01:00
parent 09d0e32543
commit bf98ed9ffc
4 changed files with 830 additions and 5 deletions

View File

@@ -115,6 +115,7 @@
<Compile Include="UDF.cs" />
<Compile Include="ECMA67.cs" />
<Compile Include="FATX.cs" />
<Compile Include="ZFS.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>