Adds support for btrfs and closes #27.

This commit is contained in:
2016-05-05 01:00:47 +01:00
parent 5af0806999
commit f3fdc7378a
2 changed files with 200 additions and 2 deletions

View File

@@ -59,6 +59,7 @@
<Compile Include="UNIXBFS.cs" />
<Compile Include="Acorn.cs" />
<Compile Include="Nintendo.cs" />
<Compile Include="BTRFS.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>