TinyXML.Static 2.6.2.2

Requires NuGet 2.5 or higher.

dotnet add package TinyXML.Static --version 2.6.2.2
NuGet\Install-Package TinyXML.Static -Version 2.6.2.2
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="TinyXML.Static" Version="2.6.2.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TinyXML.Static --version 2.6.2.2
#r "nuget: TinyXML.Static, 2.6.2.2"
#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.
// Install TinyXML.Static as a Cake Addin
#addin nuget:?package=TinyXML.Static&version=2.6.2.2

// Install TinyXML.Static as a Cake Tool
#tool nuget:?package=TinyXML.Static&version=2.6.2.2

TinyXML 2.6.2官方版的源码包,添加到工程后将自动编译。适所有平台工具集以及编译类型。

杀人越货必备良药。

温馨提示:如果仅需要使用其头文件,则 <ExcludeAssets>contentfiles</ExcludeAssets> 即可,这样将不会发生编译行为。

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.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.6.2.2 800 9/17/2020

- Switched over to VC 2010
- Fixed up all the build issues arising from that. (Lots of latent build problems.)
- Removed the old, now unmaintained and likely not working, build files.
- Fixed some static analysis issues reported by orbitcowboy from cppcheck.
- Bayard 95 sent in analysis from a different analyzer - fixes applied from that as well.
- Tim Kosse sent a patch fixing an infinite loop.
- Ma Anguo identified a doc issue.
- Eddie Cohen identified a missing qualifier resulting in a compilation error on some systems.
- Fixed a line ending bug. (What year is this? Can we all agree on a format for text files? Please? ...oh well.)