mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2025-08-30 07:42:27 +02:00
Add initial Nuget packaging files.
Use zlib_native instead of zlib-msvc-v140.
This commit is contained in:
30
pdfio_native.nuspec
Normal file
30
pdfio_native.nuspec
Normal file
@@ -0,0 +1,30 @@
|
||||
<?xml version="1.0"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>pdfio_native</id>
|
||||
<title>PDFio Library for VS2019+</title>
|
||||
<version>1.0-b0</version>
|
||||
<authors>Michael R Sweet</authors>
|
||||
<owners>michaelrsweet</owners>
|
||||
<projectUrl>https://github.com/michaelrsweet/pappl</projectUrl>
|
||||
<license type="expression">Apache-2.0</license>
|
||||
<icon>native/pdfio-128.png</icon>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<description>PDFio Library for VS2019+</description>
|
||||
<summary>PDFio is a simple C library for reading and writing PDF files. PDFio is licensed under the Apache License Version 2.0 with an exception to allow linking against GNU GPL2-only software.</summary>
|
||||
<copyright>Copyright © 2019-2021 by Michael R Sweet</copyright>
|
||||
<tags>pdf file native</tags>
|
||||
<dependencies>
|
||||
<dependency id="pdfio_native.redist" version="1.0-b0" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="doc\pdfio-128.png" target="native" />
|
||||
<file src="README.md" target="native" />
|
||||
<file src="pdfio_native.props" target="native" />
|
||||
<file src="pdfio.h" target="native\include" />
|
||||
<file src="pdfio-content.h" target="native\include" />
|
||||
<!--<file src="Win32\**\pdfio*.lib" target="native\lib\Win32" />-->
|
||||
<file src="x64\**\pdfio*.lib" target="native\lib\x64" />
|
||||
</files>
|
||||
</package>
|
Reference in New Issue
Block a user