StoneSteps.Expat.VS2022.Static
2.5.0.3
See the version list below for details.
dotnet add package StoneSteps.Expat.VS2022.Static --version 2.5.0.3
NuGet\Install-Package StoneSteps.Expat.VS2022.Static -Version 2.5.0.3
<PackageReference Include="StoneSteps.Expat.VS2022.Static" Version="2.5.0.3" />
paket add StoneSteps.Expat.VS2022.Static --version 2.5.0.3
#r "nuget: StoneSteps.Expat.VS2022.Static, 2.5.0.3"
// Install StoneSteps.Expat.VS2022.Static as a Cake Addin #addin nuget:?package=StoneSteps.Expat.VS2022.Static&version=2.5.0.3 // Install StoneSteps.Expat.VS2022.Static as a Cake Tool #tool nuget:?package=StoneSteps.Expat.VS2022.Static&version=2.5.0.3
This package contains static Expat libraries and header files for the x64 platform, built with Visual C++ 2022, against Debug/Release MT/DLL MSVC CRT.
The Expat static library appropriate for the platform and configuration selected in a Visual Studio solution is explicitly referenced within this package and will appear within the solution folder tree after the package is installed, except for static library projects. The solution may need to be reloaded to make the library file visible. This library may be moved into any solution folder after the installation.
Note that the Expat library path in this package will be selected as Debug or Release based on whether the active configuration is designated as a development or as a release configuration in the underlying .vcxproj file.
Specifically, the initial project configurations have a property called UseDebugLibraries in the underlying .vcxproj file, which reflects whether the confiration is intended for building release or development artifacts. Additional configurations copied from these initial ones inherit this property. Manually created configurations should have this property defined in the .vcxproj file.
Do not install this package if your projects use debug configurations without UseDebugLibraries. Note that CMake-generated Visual Studio projects will not emit this property.
Expat libraries in this package are built with narrow character support only and cannot parse XML documents maintained as wide character strings.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
native | native is compatible. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on StoneSteps.Expat.VS2022.Static:
Package | Downloads |
---|---|
StoneSteps.Exiv2.VS2022.Static
Exiv2 is a C++ library to read, write, delete and modify EXIF image metadata. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Package Notes:
* Static libraries for Debug/Release configurations, x64 platform
* Built in Visual C++ 2022, against Debug/Release MT/DLL MSVC CRT
* Built with narrow character support only.
* Static libraries in this package are not injected into static library projects
See Expat release notes for details:
https://github.com/libexpat/libexpat/releases/tag/R_2_5_0