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/ext/Bal/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/ext/Bal/test')
-rw-r--r-- | src/ext/Bal/test/examples/Directory.wixproj.props | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/Bal/test/examples/Directory.wixproj.props b/src/ext/Bal/test/examples/Directory.wixproj.props index 2226b690..3ce0ad09 100644 --- a/src/ext/Bal/test/examples/Directory.wixproj.props +++ b/src/ext/Bal/test/examples/Directory.wixproj.props | |||
@@ -4,7 +4,7 @@ | |||
4 | <PropertyGroup> | 4 | <PropertyGroup> |
5 | <OutputType>Bundle</OutputType> | 5 | <OutputType>Bundle</OutputType> |
6 | <TargetExt>.exe</TargetExt> | 6 | <TargetExt>.exe</TargetExt> |
7 | <HarvestDirectoryAdditionalOptions>-generate payloadgroup</HarvestDirectoryAdditionalOptions> | 7 | <HarvestDirectoryAdditionalOptions>-generate payloadgroup -sw5149</HarvestDirectoryAdditionalOptions> |
8 | <OutputPath>$(OutputPath)examples\</OutputPath> | 8 | <OutputPath>$(OutputPath)examples\</OutputPath> |
9 | <DefaultCompressionLevel>None</DefaultCompressionLevel> | 9 | <DefaultCompressionLevel>None</DefaultCompressionLevel> |
10 | <InstallerPlatform>x64</InstallerPlatform> | 10 | <InstallerPlatform>x64</InstallerPlatform> |