libmxml1_native.nuspec 1.5 KB

123456789101112131415161718192021222324252627282930
  1. <?xml version="1.0"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  3. <metadata>
  4. <id>libmxml1_native</id>
  5. <title>Small XML File Parsing Library for VS2019+</title>
  6. <version>3.3.0</version>
  7. <authors>Michael R Sweet</authors>
  8. <owners>michaelrsweet</owners>
  9. <projectUrl>https://github.com/michaelrsweet/mxml</projectUrl>
  10. <license type="expression">Apache-2.0</license>
  11. <icon>build/native/mxml-128.png</icon>
  12. <readme>build/native/README.md</readme>
  13. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  14. <description>Small XML File Parsing Library</description>
  15. <summary>Mini-XML is a small XML parsing library that you can use to read XML data files or strings in your application without requiring large non-standard libraries.</summary>
  16. <copyright>Copyright © 2003-2021 by Michael R Sweet</copyright>
  17. <tags>xml</tags>
  18. <dependencies>
  19. <dependency id="libmxml1_native.redist" version="3.3.0" />
  20. </dependencies>
  21. </metadata>
  22. <files>
  23. <file src="..\doc\mxml-128.png" target="build\native" />
  24. <file src="..\README.md" target="build\native" />
  25. <file src="libmxml1_native.props" target="build\native" />
  26. <file src="..\mxml.h" target="build\native\include" />
  27. <!--<file src="Win32\**\libmxml1.lib" target="build\native\lib\Win32" />-->
  28. <file src="x64\**\libmxml1.lib" target="build\native\lib\x64" />
  29. </files>
  30. </package>