Move common Apple boot block information and structs to its own class.

This commit is contained in:
2020-02-19 00:12:15 +00:00
parent 80a38c860d
commit 7ac5e40965
12 changed files with 309 additions and 228 deletions

View File

@@ -54,6 +54,9 @@
<PackageReference Include="Unclassified.NetRevisionTask" Version="0.3.0" />
</ItemGroup>
<ItemGroup>
<Compile Include="AppleCommon\Consts.cs" />
<Compile Include="AppleCommon\Info.cs" />
<Compile Include="AppleCommon\Structs.cs" />
<Compile Include="AppleHFS\AppleHFS.cs" />
<Compile Include="AppleHFS\Consts.cs" />
<Compile Include="AppleHFS\Info.cs" />