diff options
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 | ||