aboutsummaryrefslogtreecommitdiff
path: root/src/api/burn/balutil/balutil.nuspec
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/burn/balutil/balutil.nuspec')
-rw-r--r--src/api/burn/balutil/balutil.nuspec29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/api/burn/balutil/balutil.nuspec b/src/api/burn/balutil/balutil.nuspec
deleted file mode 100644
index be51ec79..00000000
--- a/src/api/burn/balutil/balutil.nuspec
+++ /dev/null
@@ -1,29 +0,0 @@
1<?xml version="1.0" encoding="utf-8"?>
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 <dependency id="WixToolset.BootstrapperCore.Native" version="[$version$,5)" />
17 <dependency id="WixToolset.DUtil" version="[$version$,5)" />
18 </dependencies>
19 </metadata>
20
21 <files>
22 <file src="$projectFolder$\build\$id$.props" target="build\" />
23 <file src="$projectFolder$\..\..\..\internal\images\wix.png" />
24 <file src="$projectFolder$\inc\*" target="build\native\include" />
25 <file src="..\..\v141\x86\balutil.lib" target="build\native\v14\x86" />
26 <file src="..\..\v141\x64\balutil.lib" target="build\native\v14\x64" />
27 <file src="..\..\v141\ARM64\balutil.lib" target="build\native\v14\ARM64" />
28 </files>
29</package>