Skip to content

Commit

Permalink
update csproj files
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyqus committed Jul 29, 2021
1 parent 2678051 commit 936dbe7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
4 changes: 4 additions & 0 deletions OpenXmlFormats/NPOI.OpenXmlFormats.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
<OutputPath>..\solution\Lib</OutputPath>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'">
<DocumentationFile></DocumentationFile>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\main\NPOI.Core.csproj" />
<ProjectReference Include="..\openxml4Net\NPOI.OpenXml4Net.Core.csproj" />
Expand Down
6 changes: 6 additions & 0 deletions ooxml/NPOI.OOXML.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="BouncyCastle.Crypto, Version=1.8.6.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL">
<HintPath>..\solution\packages\Portable.BouncyCastle.1.8.6\lib\net40\BouncyCastle.Crypto.dll</HintPath>
</Reference>
<Reference Include="ICSharpCode.SharpZipLib, Version=1.3.1.9, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
<HintPath>..\solution\packages\SharpZipLib.1.3.1\lib\net45\ICSharpCode.SharpZipLib.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
Expand Down
2 changes: 1 addition & 1 deletion ooxml/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Portable.BouncyCastle" version="1.8.6" targetFramework="net45" />
<package id="SharpZipLib" version="1.3.2" targetFramework="net45" />
<package id="SharpZipLib" version="1.3.1" targetFramework="net45" />
</packages>
3 changes: 3 additions & 0 deletions openxml4Net/NPOI.OpenXml4Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="ICSharpCode.SharpZipLib, Version=1.3.1.9, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
<HintPath>..\solution\packages\SharpZipLib.1.3.1\lib\net45\ICSharpCode.SharpZipLib.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
Expand Down

0 comments on commit 936dbe7

Please sign in to comment.