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.props3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ext/WixExt.props b/src/ext/WixExt.props
index 19a96254..4babfb7c 100644
--- a/src/ext/WixExt.props
+++ b/src/ext/WixExt.props
@@ -6,11 +6,12 @@
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>wixext5</WixExtensionPackageFolder>
9 </PropertyGroup> 10 </PropertyGroup>
10 11
11 <ItemGroup> 12 <ItemGroup>
12 <Content Include="$(MSBuildProjectName).targets" PackagePath="build" /> 13 <Content Include="$(MSBuildProjectName).targets" PackagePath="build" />
13 <Content Include="$(TargetPath)" PackagePath="wixext5" /> 14 <Content Include="$(TargetPath)" PackagePath="$(WixExtensionPackageFolder)" />
14 15
15 <PackageReference Include="WixToolset.Extensibility" PrivateAssets="all" /> 16 <PackageReference Include="WixToolset.Extensibility" PrivateAssets="all" />
16 </ItemGroup> 17 </ItemGroup>