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.props2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ext/WixExt.props b/src/ext/WixExt.props
index 538c6b97..56f40f50 100644
--- a/src/ext/WixExt.props
+++ b/src/ext/WixExt.props
@@ -8,10 +8,12 @@
8 <NoWarn>NU5100</NoWarn> 8 <NoWarn>NU5100</NoWarn>
9 <WixExtensionPackageFolder>wixext6</WixExtensionPackageFolder> 9 <WixExtensionPackageFolder>wixext6</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" />