|
|
@ -9,6 +9,7 @@ |
|
|
|
<Copyright>(C) 1995-2024 Jean-loup Gailly and Mark Adler</Copyright> |
|
|
|
<Copyright>(C) 1995-2024 Jean-loup Gailly and Mark Adler</Copyright> |
|
|
|
<version>1.3.1.1</version> |
|
|
|
<version>1.3.1.1</version> |
|
|
|
<PackageDescription>NuGet Package for consuming native builds of zlib into .NET without complexity.</PackageDescription> |
|
|
|
<PackageDescription>NuGet Package for consuming native builds of zlib into .NET without complexity.</PackageDescription> |
|
|
|
|
|
|
|
<PackageReadmeFile>README</PackageReadmeFile> |
|
|
|
<!-- |
|
|
|
<!-- |
|
|
|
Warns about not having any lib or ref assemblies (.NET Assemblies) in those directories. |
|
|
|
Warns about not having any lib or ref assemblies (.NET Assemblies) in those directories. |
|
|
|
Native only packages that is to be consumed in .NET should not require these. |
|
|
|
Native only packages that is to be consumed in .NET should not require these. |
|
|
@ -20,6 +21,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<None Include="../../LICENSE" Pack="true" PackagePath="" /> |
|
|
|
<None Include="../../LICENSE" Pack="true" PackagePath="" /> |
|
|
|
|
|
|
|
<None Include="../../README" Pack="true" PackagePath="" /> |
|
|
|
<!-- Package up Windows builds. --> |
|
|
|
<!-- Package up Windows builds. --> |
|
|
|
<None Condition="$([MSBuild]::IsOSPlatform('Windows'))" Include="../vstudio/vc17/x86/ZlibDll$(Configuration)/zlibwapi.dll" Pack="true" PackagePath="runtimes/win-x86/native" /> |
|
|
|
<None Condition="$([MSBuild]::IsOSPlatform('Windows'))" Include="../vstudio/vc17/x86/ZlibDll$(Configuration)/zlibwapi.dll" Pack="true" PackagePath="runtimes/win-x86/native" /> |
|
|
|
<None Condition="$([MSBuild]::IsOSPlatform('Windows'))" Include="../vstudio/vc17/x64/ZlibDll$(Configuration)/zlibwapi.dll" Pack="true" PackagePath="runtimes/win-x64/native" /> |
|
|
|
<None Condition="$([MSBuild]::IsOSPlatform('Windows'))" Include="../vstudio/vc17/x64/ZlibDll$(Configuration)/zlibwapi.dll" Pack="true" PackagePath="runtimes/win-x64/native" /> |
|
|
|