aboutsummaryrefslogtreecommitdiff
path: root/src/ext/WixExt.props
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/WixExt.props')
-rw-r--r--src/ext/WixExt.props4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ext/WixExt.props b/src/ext/WixExt.props
index 538c6b97..d2c4929a 100644
--- a/src/ext/WixExt.props
+++ b/src/ext/WixExt.props
@@ -6,12 +6,14 @@
6 <IncludeBuildOutput>false</IncludeBuildOutput> 6 <IncludeBuildOutput>false</IncludeBuildOutput>
7 <SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking> 7 <SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>
8 <NoWarn>NU5100</NoWarn> 8 <NoWarn>NU5100</NoWarn>
9 <WixExtensionPackageFolder>wixext6</WixExtensionPackageFolder> 9 <WixExtensionPackageFolder>wixext7</WixExtensionPackageFolder>
10 <PackageTags>$(PackageTags) wixext CustomActions</PackageTags> 10 <PackageTags>$(PackageTags) wixext CustomActions</PackageTags>
11 <IsWixExtension>true</IsWixExtension>
11 </PropertyGroup> 12 </PropertyGroup>
12 13
13 <ItemGroup> 14 <ItemGroup>
14 <Content Include="$(MSBuildProjectName).targets" PackagePath="build" /> 15 <Content Include="$(MSBuildProjectName).targets" PackagePath="build" />
16 <Content Include="$(PackageLicenseAcceptanceTargets)" Pack="true" PackagePath="build/CheckLicenseAcceptance.targets" />
15 <Content Include="$(TargetPath)" PackagePath="$(WixExtensionPackageFolder)" /> 17 <Content Include="$(TargetPath)" PackagePath="$(WixExtensionPackageFolder)" />
16 18
17 <PackageReference Include="WixToolset.Extensibility" PrivateAssets="all" /> 19 <PackageReference Include="WixToolset.Extensibility" PrivateAssets="all" />