diff options
author | Rob Mensching <rob@firegiant.com> | 2024-04-25 11:12:22 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2024-04-25 13:31:39 -0700 |
commit | ca8a55ed44bd739e5eb7d77fbcdb3eba3ba0fee8 (patch) | |
tree | 7b563a020a5d89ec29071597dfb93c9bb2706b8c /src/ext | |
parent | a500693e3c9e94304c8b9a8229203b2b750900aa (diff) | |
download | wix-ca8a55ed44bd739e5eb7d77fbcdb3eba3ba0fee8.tar.gz wix-ca8a55ed44bd739e5eb7d77fbcdb3eba3ba0fee8.tar.bz2 wix-ca8a55ed44bd739e5eb7d77fbcdb3eba3ba0fee8.zip |
Update to wixext folder to v6
Diffstat (limited to 'src/ext')
-rw-r--r-- | src/ext/WixExt.props | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/WixExt.props b/src/ext/WixExt.props index 4babfb7c..c6afb59f 100644 --- a/src/ext/WixExt.props +++ b/src/ext/WixExt.props | |||
@@ -6,7 +6,7 @@ | |||
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 | <WixExtensionPackageFolder>wixext6</WixExtensionPackageFolder> |
10 | </PropertyGroup> | 10 | </PropertyGroup> |
11 | 11 | ||
12 | <ItemGroup> | 12 | <ItemGroup> |