Initial IFolder Installshield (.Z) package impl. Parses the package header/toc and prints a file list.

This commit is contained in:
Paul Chote
2010-11-09 13:29:37 +13:00
parent 356c750b23
commit 86058ec19f
2 changed files with 121 additions and 0 deletions

View File

@@ -103,6 +103,7 @@
<Compile Include="Filesystem\Folder.cs" />
<Compile Include="Filesystem\PackageWriter.cs" />
<Compile Include="Filesystem\CompressedPackage.cs" />
<Compile Include="Filesystem\InstallShieldPackage.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.