aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/nuget/nuget.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/nuget/nuget.csproj b/contrib/nuget/nuget.csproj
index 9dd2453c..06391345 100644
--- a/contrib/nuget/nuget.csproj
+++ b/contrib/nuget/nuget.csproj
@@ -9,6 +9,7 @@
9 <Copyright>(C) 1995-2025 Jean-loup Gailly and Mark Adler</Copyright> 9 <Copyright>(C) 1995-2025 Jean-loup Gailly and Mark Adler</Copyright>
10 <version>1.3.1.2</version> 10 <version>1.3.1.2</version>
11 <PackageDescription>NuGet Package for consuming native builds of zlib into .NET without complexity.</PackageDescription> 11 <PackageDescription>NuGet Package for consuming native builds of zlib into .NET without complexity.</PackageDescription>
12 <PackageReadmeFile>README</PackageReadmeFile>
12 <!-- 13 <!--
13 Warns about not having any lib or ref assemblies (.NET Assemblies) in those directories. 14 Warns about not having any lib or ref assemblies (.NET Assemblies) in those directories.
14 Native only packages that is to be consumed in .NET should not require these. 15 Native only packages that is to be consumed in .NET should not require these.
@@ -20,6 +21,7 @@
20 21
21 <ItemGroup> 22 <ItemGroup>
22 <None Include="../../LICENSE" Pack="true" PackagePath="" /> 23 <None Include="../../LICENSE" Pack="true" PackagePath="" />
24 <None Include="../../README" Pack="true" PackagePath="" />
23 <!-- Package up Windows builds. --> 25 <!-- Package up Windows builds. -->
24 <None Condition="$([MSBuild]::IsOSPlatform('Windows'))" Include="../vstudio/vc17/x86/ZlibDll$(Configuration)/zlibwapi.dll" Pack="true" PackagePath="runtimes/win-x86/native" /> 26 <None Condition="$([MSBuild]::IsOSPlatform('Windows'))" Include="../vstudio/vc17/x86/ZlibDll$(Configuration)/zlibwapi.dll" Pack="true" PackagePath="runtimes/win-x86/native" />
25 <None Condition="$([MSBuild]::IsOSPlatform('Windows'))" Include="../vstudio/vc17/x64/ZlibDll$(Configuration)/zlibwapi.dll" Pack="true" PackagePath="runtimes/win-x64/native" /> 27 <None Condition="$([MSBuild]::IsOSPlatform('Windows'))" Include="../vstudio/vc17/x64/ZlibDll$(Configuration)/zlibwapi.dll" Pack="true" PackagePath="runtimes/win-x64/native" />