Adds support for F2FS.

This commit is contained in:
2016-09-02 18:10:54 +01:00
parent 6e1649859e
commit 9f3840aa10
4 changed files with 275 additions and 0 deletions

View File

@@ -100,6 +100,7 @@
<Compile Include="QNX4.cs" />
<Compile Include="QNX6.cs" />
<Compile Include="JFS.cs" />
<Compile Include="F2FS.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>