aboutsummaryrefslogtreecommitdiff
path: root/src/api/burn/WixToolset.BootstrapperCore.Native/WixToolset.BootstrapperCore.Native.nuspec
blob: d86bb3cd58a08a39075fe2ca2b2b4626a3315f7f (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>
    <title>$title$</title>
    <description>$description$</description>
    <authors>$authors$</authors>
    <license type="expression">MS-RL</license>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <copyright>$copyright$</copyright>
    <projectUrl>$projectUrl$</projectUrl>
    <repository type="$repositorytype$" url="$repositoryurl$" commit="$repositorycommit$" />
  </metadata>

  <files>
    <file src="$projectFolder$\build\$id$.props" target="build\" />
    <file src="$projectFolder$\inc\*" target="build\native\include" />
  </files>
</package>