diff options
Diffstat (limited to '')
-rw-r--r-- | src/Directory.csproj.props | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Directory.csproj.props b/src/Directory.csproj.props index 57111c40..c926f263 100644 --- a/src/Directory.csproj.props +++ b/src/Directory.csproj.props | |||
@@ -11,6 +11,7 @@ | |||
11 | </PropertyGroup> | 11 | </PropertyGroup> |
12 | 12 | ||
13 | <ItemGroup Condition=" '$(IsWixTestProject)'!='true' "> | 13 | <ItemGroup Condition=" '$(IsWixTestProject)'!='true' "> |
14 | <Content Include="$(MSBuildThisFileDirectory)internal\images\wix.png" PackagePath="/" /> | 14 | <Content Include="$(PackageEulaSource)" Pack="true" PackagePath="/" /> |
15 | <Content Include="$(PackageIconSource)" Pack="true" PackagePath="/" /> | ||
15 | </ItemGroup> | 16 | </ItemGroup> |
16 | </Project> | 17 | </Project> |