fix build error on release mode and add miss SharpZipLib nuget package

This commit is contained in:
cxfksword
2014-02-08 21:54:37 +08:00
committed by Yeechan Lu
parent e94fed0137
commit 8c7547ab03
3 changed files with 34 additions and 1 deletions

View File

@@ -3,4 +3,5 @@
<package id="InputSimulator" version="1.0.4.0" targetFramework="net35" />
<package id="log4net" version="2.0.3" targetFramework="net35" />
<package id="Newtonsoft.Json" version="5.0.8" targetFramework="net35" />
<package id="SharpZipLib" version="0.86.0" targetFramework="net35" />
</packages>