libxml2.vcpkg 2.14.5

dotnet add package libxml2.vcpkg --version 2.14.5
                    
NuGet\Install-Package libxml2.vcpkg -Version 2.14.5
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="libxml2.vcpkg" Version="2.14.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="libxml2.vcpkg" Version="2.14.5" />
                    
Directory.Packages.props
<PackageReference Include="libxml2.vcpkg" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add libxml2.vcpkg --version 2.14.5
                    
#r "nuget: libxml2.vcpkg, 2.14.5"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package libxml2.vcpkg@2.14.5
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=libxml2.vcpkg&version=2.14.5
                    
Install as a Cake Addin
#tool nuget:?package=libxml2.vcpkg&version=2.14.5
                    
Install as a Cake Tool

libxml2.vcpkg

Este pacote NuGet fornece a biblioteca libxml2 versão 2.11.5, compilada com o vcpkg para Windows x64 usando o Microsoft Visual Studio 2022 (toolset v143).

📦 Conteúdo do pacote

  • Arquivos de cabeçalho (include/libxml/*.h)
  • Bibliotecas estáticas:
    • libxml2.lib
    • charset.lib
    • iconv.lib
    • lzma.lib
    • zlib.lib (ou zlibd.lib no modo Debug)
  • Bibliotecas dinâmicas (.dll) para Debug e Release
  • Arquivo .targets que configura automaticamente:
    • Include paths
    • Lib paths
    • Dependências
    • Cópia dos .dll para a pasta de saída

⚙️ Como usar

  1. Adicione o pacote ao seu projeto C++ via NuGet:

  2. O Visual Studio aplicará automaticamente as configurações via o arquivo .targets incluído.

  3. Certifique-se de que o projeto esteja em plataforma x64.

🔁 Configuração automática

  • Em Release: links com zlib.lib
  • Em Debug: links com zlibd.lib
  • As DLLs são copiadas para $(OutDir) após o build

📝 Licença

Product Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.