pull/975/merge
AraHaan 3 months ago committed by GitHub
commit f5d0b58d19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 8
      .gitignore
  2. 2
      contrib/nuget/nuget.csproj
  3. 2
      contrib/vstudio/readme.txt

8
.gitignore vendored

@ -30,10 +30,10 @@
.vs .vs
*.user *.user
*.nupkg *.nupkg
contrib/vstudio/vc143/x86 contrib/vstudio/vc17/x86
contrib/vstudio/vc143/x64 contrib/vstudio/vc17/x64
contrib/vstudio/vc143/arm contrib/vstudio/vc17/arm
contrib/vstudio/vc143/arm64 contrib/vstudio/vc17/arm64
contrib/nuget/bin contrib/nuget/bin
contrib/nuget/obj contrib/nuget/obj
*.included *.included

@ -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" />

@ -43,7 +43,7 @@ Build instructions for Visual Studio 2015 (32 bits or 64 bits)
Build instructions for Visual Studio 2022 (64 bits) Build instructions for Visual Studio 2022 (64 bits)
-------------------------------------------------------------- --------------------------------------------------------------
- Decompress current zlib, including all contrib/* files - Decompress current zlib, including all contrib/* files
- Open contrib\vstudio\vc143\zlibvc.sln with Microsoft Visual C++ 2022 - Open contrib\vstudio\vc17\zlibvc.sln with Microsoft Visual C++ 2022

Loading…
Cancel
Save