Added support for XENIX partition table.

This commit is contained in:
2017-08-02 13:57:53 +01:00
parent 78cdc846af
commit e68cbc96a3
3 changed files with 64 additions and 244 deletions

View File

@@ -54,6 +54,7 @@
<Compile Include="Human68k.cs" />
<Compile Include="Xbox.cs" />
<Compile Include="UNIX.cs" />
<Compile Include="XENIX.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>