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/Directory.csproj.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/Directory.csproj.props')
-rw-r--r-- | src/Directory.csproj.props | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Directory.csproj.props b/src/Directory.csproj.props index ef0070ed..56c724ee 100644 --- a/src/Directory.csproj.props +++ b/src/Directory.csproj.props | |||
@@ -9,4 +9,8 @@ | |||
9 | <DocumentationFile Condition=" '$(CreateDocumentationFile)'=='true' ">$(OutputPath)\$(AssemblyName).xml</DocumentationFile> | 9 | <DocumentationFile Condition=" '$(CreateDocumentationFile)'=='true' ">$(OutputPath)\$(AssemblyName).xml</DocumentationFile> |
10 | <DebugType Condition=" '$(DebugType)'=='' ">embedded</DebugType> | 10 | <DebugType Condition=" '$(DebugType)'=='' ">embedded</DebugType> |
11 | </PropertyGroup> | 11 | </PropertyGroup> |
12 | |||
13 | <ItemGroup> | ||
14 | <Content Include="$(MSBuildThisFileDirectory)internal\images\wix.png" PackagePath="/" /> | ||
15 | </ItemGroup> | ||
12 | </Project> | 16 | </Project> |