Adds support for cram filesystem, closes #24

This commit is contained in:
2016-09-14 14:59:17 +01:00
parent 8120a5a869
commit 8da64e3e67
4 changed files with 207 additions and 1 deletions

View File

@@ -110,6 +110,7 @@
<Compile Include="VMfs.cs" />
<Compile Include="VxFS.cs" />
<Compile Include="Squash.cs" />
<Compile Include="Cram.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>