diff options
author | Rob Mensching <rob@firegiant.com> | 2022-11-08 12:50:13 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2022-11-08 16:20:25 -0800 |
commit | 7e498d6348c26583972ea1cdf7d51dadc8f5b792 (patch) | |
tree | a6de8db79a4d18a6c373385792f07f402b2d2482 /src/ext/WixExt.props | |
parent | 86146e8c044a1aea2ea162701b1fc344d19e4dc3 (diff) | |
download | wix-7e498d6348c26583972ea1cdf7d51dadc8f5b792.tar.gz wix-7e498d6348c26583972ea1cdf7d51dadc8f5b792.tar.bz2 wix-7e498d6348c26583972ea1cdf7d51dadc8f5b792.zip |
Ensure all published .nupkgs have an icon
Diffstat (limited to 'src/ext/WixExt.props')
-rw-r--r-- | src/ext/WixExt.props | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ext/WixExt.props b/src/ext/WixExt.props index 23bce7fa..fecfdd78 100644 --- a/src/ext/WixExt.props +++ b/src/ext/WixExt.props | |||
@@ -3,14 +3,12 @@ | |||
3 | 3 | ||
4 | <Project> | 4 | <Project> |
5 | <PropertyGroup> | 5 | <PropertyGroup> |
6 | <PackageIcon>wix.png</PackageIcon> | ||
7 | <IncludeBuildOutput>false</IncludeBuildOutput> | 6 | <IncludeBuildOutput>false</IncludeBuildOutput> |
8 | <SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking> | 7 | <SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking> |
9 | <NoWarn>NU5100</NoWarn> | 8 | <NoWarn>NU5100</NoWarn> |
10 | </PropertyGroup> | 9 | </PropertyGroup> |
11 | 10 | ||
12 | <ItemGroup> | 11 | <ItemGroup> |
13 | <Content Include="$(MSBuildThisFileDirectory)..\internal\images\wix.png" PackagePath="/" /> | ||
14 | <Content Include="$(MSBuildProjectName).targets" PackagePath="build" /> | 12 | <Content Include="$(MSBuildProjectName).targets" PackagePath="build" /> |
15 | <Content Include="$(TargetPath)" PackagePath="wixext4" /> | 13 | <Content Include="$(TargetPath)" PackagePath="wixext4" /> |
16 | 14 | ||