Adds support for QNX6 filesystem, closes #18.

This commit is contained in:
2016-09-02 06:03:58 +01:00
parent 4f9cf01613
commit fa7cb35c45
6 changed files with 299 additions and 8 deletions

View File

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