| 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> |
| 3 | <metadata minClientVersion="4.0"> |
| 4 | <id>$id$</id> |
| 5 | <version>$version$</version> |
| 6 | <title>$title$</title> |
| 7 | <description>$description$</description> |
| 8 | <authors>$authors$</authors> |
| 9 | <icon>wix.png</icon> |
| 10 | <license type="expression">MS-RL</license> |
| 11 | <requireLicenseAcceptance>false</requireLicenseAcceptance> |
| 12 | <copyright>$copyright$</copyright> |
| 13 | <projectUrl>$projectUrl$</projectUrl> |
| 14 | <repository type="$repositorytype$" url="$repositoryurl$" commit="$repositorycommit$" /> |
| 15 | <dependencies> |
| 16 | <dependency id="WixToolset.DUtil" version="[$version$,$nextmajorversion$)" /> |
| 17 | </dependencies> |
| 18 | </metadata> |
| 19 | |
| 20 | <files> |
| 21 | <file src="$projectFolder$\build\$id$.props" target="build\" /> |
| 22 | <file src="$projectFolder$\..\..\..\internal\images\wix.png" /> |
| 23 | <file src="$projectFolder$\inc\*" target="build\native\include" /> |
| 24 | <file src="$projectFolder$\..\inc\BootstrapperExtensionTypes.h" target="build\native\include" /> |
| 25 | <file src="$projectFolder$\..\inc\BootstrapperExtensionEngineTypes.h" target="build\native\include" /> |
| 26 | <file src="..\..\v143\x86\bextutil.lib" target="build\native\v14\x86" /> |
| 27 | <file src="..\..\v143\x64\bextutil.lib" target="build\native\v14\x64" /> |
| 28 | <file src="..\..\v143\ARM64\bextutil.lib" target="build\native\v14\ARM64" /> |
| 29 | </files> |
| 30 | </package> |