diff options
Diffstat (limited to 'src/stub/runtime.win.WixToolset.Burn.nuspec')
-rw-r--r-- | src/stub/runtime.win.WixToolset.Burn.nuspec | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/stub/runtime.win.WixToolset.Burn.nuspec b/src/stub/runtime.win.WixToolset.Burn.nuspec new file mode 100644 index 00000000..e296bf8f --- /dev/null +++ b/src/stub/runtime.win.WixToolset.Burn.nuspec | |||
@@ -0,0 +1,20 @@ | |||
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 | <authors>$authors$</authors> | ||
7 | <owners>$authors$</owners> | ||
8 | <!-- <license type="expression">MS-RL</license> --> | ||
9 | <licenseUrl>https://licenses.nuget.org/MS-RL</licenseUrl> | ||
10 | <projectUrl>https://github.com/wixtoolset/burn</projectUrl> | ||
11 | <requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
12 | <description>$description$</description> | ||
13 | <copyright>$copyright$</copyright> | ||
14 | </metadata> | ||
15 | |||
16 | <files> | ||
17 | <file src="Win32\burn.x86.exe" target="runtimes\win-x86\native" /> | ||
18 | <file src="Win32\burn.x86.pdb" target="runtimes\win-x86\native" /> | ||
19 | </files> | ||
20 | </package> | ||