Add a utility command to output an actor's MiniYaml tree

Possibly taking in a path (to a .zip/.oramap/directory).
This commit is contained in:
Taryn Hill
2016-04-03 08:03:49 -05:00
parent a8fc18522e
commit 1359361832
2 changed files with 52 additions and 0 deletions

View File

@@ -755,6 +755,7 @@
<Compile Include="UtilityCommands\ListMixContentsCommand.cs" />
<Compile Include="UtilityCommands\ListMSCabContentsCommand.cs" />
<Compile Include="FileFormats\MSCabCompression.cs" />
<Compile Include="UtilityCommands\OutputActorMiniYamlCommand.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>