aboutsummaryrefslogtreecommitdiff
path: root/src/api/burn/balutil/balutil.nuspec
blob: be51ec795f32e57e9a69dd8b62545b7ee579bf4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="utf-8"?>
<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>
    <icon>wix.png</icon>
    <license type="expression">MS-RL</license>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <copyright>$copyright$</copyright>
    <projectUrl>$projectUrl$</projectUrl>
    <repository type="$repositorytype$" url="$repositoryurl$" commit="$repositorycommit$" />
    <dependencies>
      <dependency id="WixToolset.BootstrapperCore.Native" version="[$version$,5)" />
      <dependency id="WixToolset.DUtil" version="[$version$,5)" />
    </dependencies>
  </metadata>

  <files>
    <file src="$projectFolder$\build\$id$.props" target="build\" />
    <file src="$projectFolder$\..\..\..\internal\images\wix.png" />
    <file src="$projectFolder$\inc\*" target="build\native\include" />
    <file src="..\..\v141\x86\balutil.lib" target="build\native\v14\x86" />
    <file src="..\..\v141\x64\balutil.lib" target="build\native\v14\x64" />
    <file src="..\..\v141\ARM64\balutil.lib" target="build\native\v14\ARM64" />
  </files>
</package>