add sharpziplib for gzip so we can make portable JMD dumping without relying on the native 7z.dll
This commit is contained in:
parent
02bad39a88
commit
de0cdf1c3c
|
@ -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>
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue