🐛Add support for the Microsoft Resilient File System (aka ReFS), fixes #13

This commit is contained in:
2017-12-30 17:47:55 +00:00
parent 55291344a6
commit 0d0bc878a6
4 changed files with 179 additions and 19 deletions

View File

@@ -59,6 +59,7 @@
<Compile Include="PCEngine.cs" />
<Compile Include="IFilesystem.cs" />
<Compile Include="ProDOS.cs" />
<Compile Include="ReFS.cs" />
<Compile Include="SolarFS.cs" />
<Compile Include="Symbian.cs" />
<Compile Include="SysV.cs" />