diff options
Diffstat (limited to 'src/balutil/balutil.nuspec')
-rw-r--r-- | src/balutil/balutil.nuspec | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/balutil/balutil.nuspec b/src/balutil/balutil.nuspec new file mode 100644 index 00000000..fb07def8 --- /dev/null +++ b/src/balutil/balutil.nuspec | |||
@@ -0,0 +1,22 @@ | |||
1 | <?xml version="1.0"?> | ||
2 | <package > | ||
3 | <metadata> | ||
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/balutil</projectUrl> | ||
11 | <requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
12 | <description>$description$</description> | ||
13 | <copyright>$copyright$</copyright> | ||
14 | </metadata> | ||
15 | |||
16 | <files> | ||
17 | <file src="build\$id$.props" target="build\" /> | ||
18 | <file src="inc\*" target="build\native\include" /> | ||
19 | <file src="..\..\build\$configuration$\v140_xp\x86\balutil.lib" target="build\native\v140\x86" /> | ||
20 | <file src="..\..\build\$configuration$\v141_xp\x86\balutil.lib" target="build\native\v141\x86" /> | ||
21 | </files> | ||
22 | </package> | ||