| 1 | <?xml version="1.0"?> |
| 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 | <group targetFramework=".NETFramework4.6.2" /> |
| 17 | <group targetFramework=".NETStandard2.0" /> |
| 18 | <group targetFramework="Native"> |
| 19 | <dependency id="WixToolset.DUtil" version="[$version$,$nextmajorversion$)" /> |
| 20 | </group> |
| 21 | </dependencies> |
| 22 | </metadata> |
| 23 | |
| 24 | <files> |
| 25 | <file src="$projectFolder$\..\..\..\internal\images\wix.png" /> |
| 26 | |
| 27 | <file src="$projectFolder$\build\WixToolset.BootstrapperApplicationApi.props" target="build\" /> |
| 28 | |
| 29 | <file src="$projectFolder$\build\_._" target="lib\native" /> |
| 30 | <file src="net462\$id$.dll" target="lib\net462" /> |
| 31 | <file src="net462\$id$.xml" target="lib\net462" /> |
| 32 | <file src="netstandard2.0\$id$.dll" target="lib\netstandard2.0" /> |
| 33 | <file src="netstandard2.0\$id$.xml" target="lib\netstandard2.0" /> |
| 34 | |
| 35 | <file src="v143\ARM64\mbanative.dll" target="runtimes\win-arm64\native" /> |
| 36 | <file src="v143\x64\mbanative.dll" target="runtimes\win-x64\native" /> |
| 37 | <file src="v143\x86\mbanative.dll" target="runtimes\win-x86\native" /> |
| 38 | |
| 39 | <file src="$projectFolder$\..\balutil\inc\*" target="build\native\include" /> |
| 40 | <file src="$projectFolder$\..\inc\BootstrapperApplicationTypes.h" target="build\native\include" /> |
| 41 | <file src="$projectFolder$\..\inc\BootstrapperEngineTypes.h" target="build\native\include" /> |
| 42 | <file src="v143\x86\balutil.lib" target="build\native\v14\x86" /> |
| 43 | <file src="v143\x64\balutil.lib" target="build\native\v14\x64" /> |
| 44 | <file src="v143\ARM64\balutil.lib" target="build\native\v14\ARM64" /> |
| 45 | </files> |
| 46 | </package> |