diff options
author | Bob Arnson <bob@firegiant.com> | 2025-01-22 22:45:45 -0500 |
---|---|---|
committer | Bob Arnson <github@bobs.org> | 2025-01-23 08:44:13 -0500 |
commit | 63223d5c023846ab7b4cef222326c913d2e0521f (patch) | |
tree | ed96fabf5095f6892df61c50129a22f44fa9d2f3 /src/test | |
parent | 7288b0b76f8b902510631fa70ae2b8b962dbf589 (diff) | |
download | wix-63223d5c023846ab7b4cef222326c913d2e0521f.tar.gz wix-63223d5c023846ab7b4cef222326c913d2e0521f.tar.bz2 wix-63223d5c023846ab7b4cef222326c913d2e0521f.zip |
Emit deprecation warning for Heat.
Fixes https://github.com/wixtoolset/issues/issues/8913
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/burn/TestData/Manual/BundleB/BundleB.wixproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/burn/TestData/Manual/BundleB/BundleB.wixproj b/src/test/burn/TestData/Manual/BundleB/BundleB.wixproj index b37138e0..36792c2b 100644 --- a/src/test/burn/TestData/Manual/BundleB/BundleB.wixproj +++ b/src/test/burn/TestData/Manual/BundleB/BundleB.wixproj | |||
@@ -4,7 +4,7 @@ | |||
4 | <OutputType>Bundle</OutputType> | 4 | <OutputType>Bundle</OutputType> |
5 | <BA>hyperlinkLicense</BA> | 5 | <BA>hyperlinkLicense</BA> |
6 | <UpgradeCode>{5DE2F206-3C37-4265-81F7-095284E16B08}</UpgradeCode> | 6 | <UpgradeCode>{5DE2F206-3C37-4265-81F7-095284E16B08}</UpgradeCode> |
7 | <HarvestDirectoryAdditionalOptions>-generate payloadgroup</HarvestDirectoryAdditionalOptions> | 7 | <HarvestDirectoryAdditionalOptions>-generate payloadgroup -sw5149</HarvestDirectoryAdditionalOptions> |
8 | </PropertyGroup> | 8 | </PropertyGroup> |
9 | 9 | ||
10 | <ItemGroup> | 10 | <ItemGroup> |