diff options
Diffstat (limited to 'src/api')
4 files changed, 12 insertions, 4 deletions
diff --git a/src/api/burn/WixToolset.BootstrapperCore.Native/WixToolset.BootstrapperCore.Native.nuspec b/src/api/burn/WixToolset.BootstrapperCore.Native/WixToolset.BootstrapperCore.Native.nuspec index d86bb3cd..37757d7c 100644 --- a/src/api/burn/WixToolset.BootstrapperCore.Native/WixToolset.BootstrapperCore.Native.nuspec +++ b/src/api/burn/WixToolset.BootstrapperCore.Native/WixToolset.BootstrapperCore.Native.nuspec | |||
@@ -6,6 +6,7 @@ | |||
6 | <title>$title$</title> | 6 | <title>$title$</title> |
7 | <description>$description$</description> | 7 | <description>$description$</description> |
8 | <authors>$authors$</authors> | 8 | <authors>$authors$</authors> |
9 | <icon>wix.png</icon> | ||
9 | <license type="expression">MS-RL</license> | 10 | <license type="expression">MS-RL</license> |
10 | <requireLicenseAcceptance>false</requireLicenseAcceptance> | 11 | <requireLicenseAcceptance>false</requireLicenseAcceptance> |
11 | <copyright>$copyright$</copyright> | 12 | <copyright>$copyright$</copyright> |
@@ -15,6 +16,7 @@ | |||
15 | 16 | ||
16 | <files> | 17 | <files> |
17 | <file src="$projectFolder$\build\$id$.props" target="build\" /> | 18 | <file src="$projectFolder$\build\$id$.props" target="build\" /> |
19 | <file src="$projectFolder$\..\..\..\internal\images\wix.png" /> | ||
18 | <file src="$projectFolder$\inc\*" target="build\native\include" /> | 20 | <file src="$projectFolder$\inc\*" target="build\native\include" /> |
19 | </files> | 21 | </files> |
20 | </package> | 22 | </package> |
diff --git a/src/api/burn/WixToolset.Mba.Core/WixToolset.Mba.Core.nuspec b/src/api/burn/WixToolset.Mba.Core/WixToolset.Mba.Core.nuspec index 36fe83cc..6eda95db 100644 --- a/src/api/burn/WixToolset.Mba.Core/WixToolset.Mba.Core.nuspec +++ b/src/api/burn/WixToolset.Mba.Core/WixToolset.Mba.Core.nuspec | |||
@@ -6,6 +6,7 @@ | |||
6 | <title>$title$</title> | 6 | <title>$title$</title> |
7 | <description>$description$</description> | 7 | <description>$description$</description> |
8 | <authors>$authors$</authors> | 8 | <authors>$authors$</authors> |
9 | <icon>wix.png</icon> | ||
9 | <license type="expression">MS-RL</license> | 10 | <license type="expression">MS-RL</license> |
10 | <requireLicenseAcceptance>false</requireLicenseAcceptance> | 11 | <requireLicenseAcceptance>false</requireLicenseAcceptance> |
11 | <copyright>$copyright$</copyright> | 12 | <copyright>$copyright$</copyright> |
@@ -18,6 +19,7 @@ | |||
18 | </metadata> | 19 | </metadata> |
19 | 20 | ||
20 | <files> | 21 | <files> |
22 | <file src="$projectFolder$\..\..\..\internal\images\wix.png" /> | ||
21 | <file src="net20\$id$.dll" target="lib\net20" /> | 23 | <file src="net20\$id$.dll" target="lib\net20" /> |
22 | <file src="net20\$id$.xml" target="lib\net20" /> | 24 | <file src="net20\$id$.xml" target="lib\net20" /> |
23 | <file src="netstandard2.0\$id$.dll" target="lib\netstandard2.0" /> | 25 | <file src="netstandard2.0\$id$.dll" target="lib\netstandard2.0" /> |
diff --git a/src/api/burn/balutil/balutil.nuspec b/src/api/burn/balutil/balutil.nuspec index 666e47d0..be51ec79 100644 --- a/src/api/burn/balutil/balutil.nuspec +++ b/src/api/burn/balutil/balutil.nuspec | |||
@@ -1,11 +1,12 @@ | |||
1 | <?xml version="1.0"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <package > | 2 | <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> |
3 | <metadata minClientVersion="4.0"> | 3 | <metadata minClientVersion="4.0"> |
4 | <id>$id$</id> | 4 | <id>$id$</id> |
5 | <version>$version$</version> | 5 | <version>$version$</version> |
6 | <title>$title$</title> | 6 | <title>$title$</title> |
7 | <description>$description$</description> | 7 | <description>$description$</description> |
8 | <authors>$authors$</authors> | 8 | <authors>$authors$</authors> |
9 | <icon>wix.png</icon> | ||
9 | <license type="expression">MS-RL</license> | 10 | <license type="expression">MS-RL</license> |
10 | <requireLicenseAcceptance>false</requireLicenseAcceptance> | 11 | <requireLicenseAcceptance>false</requireLicenseAcceptance> |
11 | <copyright>$copyright$</copyright> | 12 | <copyright>$copyright$</copyright> |
@@ -19,6 +20,7 @@ | |||
19 | 20 | ||
20 | <files> | 21 | <files> |
21 | <file src="$projectFolder$\build\$id$.props" target="build\" /> | 22 | <file src="$projectFolder$\build\$id$.props" target="build\" /> |
23 | <file src="$projectFolder$\..\..\..\internal\images\wix.png" /> | ||
22 | <file src="$projectFolder$\inc\*" target="build\native\include" /> | 24 | <file src="$projectFolder$\inc\*" target="build\native\include" /> |
23 | <file src="..\..\v141\x86\balutil.lib" target="build\native\v14\x86" /> | 25 | <file src="..\..\v141\x86\balutil.lib" target="build\native\v14\x86" /> |
24 | <file src="..\..\v141\x64\balutil.lib" target="build\native\v14\x64" /> | 26 | <file src="..\..\v141\x64\balutil.lib" target="build\native\v14\x64" /> |
diff --git a/src/api/burn/bextutil/bextutil.nuspec b/src/api/burn/bextutil/bextutil.nuspec index 1ce2c7fb..125e8807 100644 --- a/src/api/burn/bextutil/bextutil.nuspec +++ b/src/api/burn/bextutil/bextutil.nuspec | |||
@@ -1,11 +1,12 @@ | |||
1 | <?xml version="1.0"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <package > | 2 | <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> |
3 | <metadata minClientVersion="4.0"> | 3 | <metadata minClientVersion="4.0"> |
4 | <id>$id$</id> | 4 | <id>$id$</id> |
5 | <version>$version$</version> | 5 | <version>$version$</version> |
6 | <title>$title$</title> | 6 | <title>$title$</title> |
7 | <description>$description$</description> | 7 | <description>$description$</description> |
8 | <authors>$authors$</authors> | 8 | <authors>$authors$</authors> |
9 | <icon>wix.png</icon> | ||
9 | <license type="expression">MS-RL</license> | 10 | <license type="expression">MS-RL</license> |
10 | <requireLicenseAcceptance>false</requireLicenseAcceptance> | 11 | <requireLicenseAcceptance>false</requireLicenseAcceptance> |
11 | <copyright>$copyright$</copyright> | 12 | <copyright>$copyright$</copyright> |
@@ -19,6 +20,7 @@ | |||
19 | 20 | ||
20 | <files> | 21 | <files> |
21 | <file src="$projectFolder$\build\$id$.props" target="build\" /> | 22 | <file src="$projectFolder$\build\$id$.props" target="build\" /> |
23 | <file src="$projectFolder$\..\..\..\internal\images\wix.png" /> | ||
22 | <file src="$projectFolder$\inc\*" target="build\native\include" /> | 24 | <file src="$projectFolder$\inc\*" target="build\native\include" /> |
23 | <file src="..\..\v141\x86\bextutil.lib" target="build\native\v14\x86" /> | 25 | <file src="..\..\v141\x86\bextutil.lib" target="build\native\v14\x86" /> |
24 | <file src="..\..\v141\x64\bextutil.lib" target="build\native\v14\x64" /> | 26 | <file src="..\..\v141\x64\bextutil.lib" target="build\native\v14\x64" /> |