aboutsummaryrefslogtreecommitdiff
path: root/src/stub/WixToolset.Burn.nuspec
blob: 35392523fc45cc691f94400fe6e4f2cda778cea1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata minClientVersion="4.0">
    <id>$id$</id>
    <version>$version$</version>
    <authors>$authors$</authors>
    <owners>$authors$</owners>
    <license type="expression">MS-RL</license>
    <projectUrl>https://github.com/wixtoolset/burn</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>$description$</description>
    <copyright>$copyright$</copyright>
  </metadata>

  <files>
    <file src="$projectFolder$$id$.props" target="buildTransitive" />
    <file src="Win32\burn.exe" target="tools\x86" />
    <file src="Win32\burn.pdb" target="tools\x86" />
  </files>
</package>