Skip to content

Commit

Permalink
use SharpZip 0.86 for .NET 4 profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Q committed Dec 4, 2018
1 parent 4b6265b commit f1bb027
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 12 deletions.
1 change: 1 addition & 0 deletions main/NPOI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\solution\packages\SharpZipLib.0.86.0\lib\20\ICSharpCode.SharpZipLib.dll</HintPath>
</Reference>
<Reference Include="System">
Expand Down
5 changes: 3 additions & 2 deletions ooxml/NPOI.OOXML.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,9 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="ICSharpCode.SharpZipLib">
<HintPath>..\solution\packages\SharpZipLib.1.0.0\lib\net45\ICSharpCode.SharpZipLib.dll</HintPath>
<Reference Include="ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\solution\packages\SharpZipLib.0.86.0\lib\20\ICSharpCode.SharpZipLib.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
Expand Down
5 changes: 3 additions & 2 deletions openxml4Net/NPOI.OpenXml4Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,9 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="ICSharpCode.SharpZipLib">
<HintPath>..\solution\Lib\ICSharpCode.SharpZipLib.dll</HintPath>
<Reference Include="ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\solution\packages\SharpZipLib.0.86.0\lib\20\ICSharpCode.SharpZipLib.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
Expand Down
2 changes: 2 additions & 0 deletions testcases/main/NPOI.TestCases.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@
<Compile Include="POITestCase.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="RunSerialyAndSweepTmpFilesAttribute.cs" />
<Compile Include="SS\Format\CellFormatTestBase.cs" />
<Compile Include="SS\Format\TestCellFormat.cs" />
<Compile Include="SS\Formula\Atp\TestDateParser.cs" />
<Compile Include="SS\Formula\Atp\TestIfError.cs" />
<Compile Include="SS\Formula\Atp\TestNetworkdaysFunction.cs" />
Expand Down
9 changes: 5 additions & 4 deletions testcases/ooxml/NPOI.OOXML.TestCases.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\solution\visualstudio\packages\NUnit3TestAdapter.3.10.0\build\net35\NUnit3TestAdapter.props" Condition="Exists('..\..\solution\visualstudio\packages\NUnit3TestAdapter.3.10.0\build\net35\NUnit3TestAdapter.props')" />
<Import Project="..\..\solution\visualstudio\packages\NUnit.3.10.1\build\NUnit.props" Condition="Exists('..\..\solution\visualstudio\packages\NUnit.3.10.1\build\NUnit.props')" />
<PropertyGroup>
Expand Down Expand Up @@ -110,6 +110,7 @@
<DependentUpon>Settings.settings</DependentUpon>
</Compile>
<Compile Include="SS\Converter\TestExcelToHtmlConverterSuite.cs" />
<Compile Include="SS\Format\TestCellFormatPart.cs" />
<Compile Include="SS\Formula\Eval\TestXSSFCircularReferences.cs" />
<Compile Include="SS\Formula\Functions\TestProper.cs" />
<Compile Include="SS\TestWorkbookFactory.cs" />
Expand Down Expand Up @@ -140,6 +141,7 @@
<Compile Include="XSSF\Streaming\SXSSFRowTests.cs" />
<Compile Include="XSSF\Streaming\SXSSFSheetTests.cs" />
<Compile Include="XSSF\Streaming\SXSSFWorkbookTests.cs" />
<Compile Include="XSSF\TestSheetProtection.cs" />
<Compile Include="XSSF\UserModel\Charts\TestXSSFCategoryAxis.cs" />
<Compile Include="XSSF\UserModel\Charts\TestXSSFChartAxis.cs" />
<Compile Include="XSSF\UserModel\Charts\TestXSSFChartLegend.cs" />
Expand Down Expand Up @@ -220,6 +222,7 @@
<Compile Include="XWPF\UserModel\TestXWPFStyles.cs" />
<Compile Include="XWPF\UserModel\TestXWPFTable.cs" />
<Compile Include="XWPF\UserModel\TestXWPFTableCell.cs" />
<Compile Include="XWPF\UserModel\TestXWPFTableRow.cs" />
<Compile Include="XWPF\XWPFTestDataSamples.cs" />
</ItemGroup>
<ItemGroup>
Expand Down Expand Up @@ -281,9 +284,7 @@
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<Folder Include="SS\Format\" />
</ItemGroup>
<ItemGroup />
<ItemGroup />
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
8 changes: 4 additions & 4 deletions testcases/ooxml/Properties/Settings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f1bb027

Please sign in to comment.