diff options
| author | Rob Mensching <rob@firegiant.com> | 2024-03-06 14:48:10 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2024-03-07 10:55:57 -0800 |
| commit | 3d2d46f62fc01e2653d0251ad9703090574e7c41 (patch) | |
| tree | ffdf7dce6c646f38b5e3ad8325c2ce78ca891a1a /src/api/burn/WixToolset.BootstrapperApplicationApi/WixToolset.BootstrapperApplicationApi.nuspec | |
| parent | a8504dc4eb1c2d09965b0858699ac737336ef3c1 (diff) | |
| download | wix-3d2d46f62fc01e2653d0251ad9703090574e7c41.tar.gz wix-3d2d46f62fc01e2653d0251ad9703090574e7c41.tar.bz2 wix-3d2d46f62fc01e2653d0251ad9703090574e7c41.zip | |
Better .nupkg names
Diffstat (limited to 'src/api/burn/WixToolset.BootstrapperApplicationApi/WixToolset.BootstrapperApplicationApi.nuspec')
| -rw-r--r-- | src/api/burn/WixToolset.BootstrapperApplicationApi/WixToolset.BootstrapperApplicationApi.nuspec | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/src/api/burn/WixToolset.BootstrapperApplicationApi/WixToolset.BootstrapperApplicationApi.nuspec b/src/api/burn/WixToolset.BootstrapperApplicationApi/WixToolset.BootstrapperApplicationApi.nuspec new file mode 100644 index 00000000..22099635 --- /dev/null +++ b/src/api/burn/WixToolset.BootstrapperApplicationApi/WixToolset.BootstrapperApplicationApi.nuspec | |||
| @@ -0,0 +1,46 @@ | |||
| 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$,5)" /> | ||
| 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\BootstrapperApplication.h" target="build\native\include" /> | ||
| 41 | <file src="$projectFolder$\..\inc\BootstrapperEngine.h" target="build\native\include" /> | ||
| 42 | <file src="v141\x86\balutil.lib" target="build\native\v14\x86" /> | ||
| 43 | <file src="v141\x64\balutil.lib" target="build\native\v14\x64" /> | ||
| 44 | <file src="v141\ARM64\balutil.lib" target="build\native\v14\ARM64" /> | ||
| 45 | </files> | ||
| 46 | </package> | ||
