add sharpziplib for gzip so we can make portable JMD dumping without relying on the native 7z.dll

This commit is contained in:
zeromus 2012-05-07 18:42:43 +00:00
parent 02bad39a88
commit de0cdf1c3c
2 changed files with 3 additions and 0 deletions

View File

@ -65,6 +65,9 @@
<NoWin32Manifest>true</NoWin32Manifest>
</PropertyGroup>
<ItemGroup>
<Reference Include="ICSharpCode.SharpZipLib">
<HintPath>..\ICSharpCode.SharpZipLib.dll</HintPath>
</Reference>
<Reference Include="LuaInterface, Version=2.0.0.16708, Culture=neutral, processorArchitecture=x86" Condition=" '$(OS)' == 'Windows_NT' ">
<SpecificVersion>False</SpecificVersion>
<HintPath>.\LuaInterface.dll</HintPath>

BIN
ICSharpCode.SharpZipLib.dll Normal file

Binary file not shown.