Added support for exFAT, this closes #15.

This commit is contained in:
2016-08-18 01:13:52 +01:00
parent ba2d56a611
commit 33abf2b0ed
5 changed files with 295 additions and 1 deletions

View File

@@ -86,6 +86,7 @@
<Compile Include="AppleMFS\Structs.cs" />
<Compile Include="AppleMFS\Super.cs" />
<Compile Include="AppleMFS\Xattr.cs" />
<Compile Include="exFAT.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>