Add a lightweight MSCab parser.

This commit is contained in:
Paul Chote
2016-06-14 01:45:51 +01:00
parent bd3096f21b
commit 054b3a43a4
3 changed files with 168 additions and 0 deletions

View File

@@ -753,6 +753,8 @@
<Compile Include="AI\DummyAI.cs" />
<Compile Include="UtilityCommands\ListInstallShieldContentsCommand.cs" />
<Compile Include="UtilityCommands\ListMixContentsCommand.cs" />
<Compile Include="UtilityCommands\ListMSCabContentsCommand.cs" />
<Compile Include="FileFormats\MSCabCompression.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>