From 3abf00a71151d1caef6e853a2f330d7691f4abf8 Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Thu, 24 Apr 2025 21:32:49 -0400 Subject: Remove deprecated Heat. Fixes https://github.com/wixtoolset/issues/issues/9039 --- src/tools/WixToolset.Heat/README.md | 30 -- src/tools/WixToolset.Heat/WixToolset.Heat.csproj | 12 - src/tools/WixToolset.Heat/WixToolset.Heat.nuspec | 26 -- src/tools/WixToolset.Heat/WixToolset.Heat.targets | 526 ---------------------- 4 files changed, 594 deletions(-) delete mode 100644 src/tools/WixToolset.Heat/README.md delete mode 100644 src/tools/WixToolset.Heat/WixToolset.Heat.csproj delete mode 100644 src/tools/WixToolset.Heat/WixToolset.Heat.nuspec delete mode 100644 src/tools/WixToolset.Heat/WixToolset.Heat.targets (limited to 'src/tools/WixToolset.Heat') diff --git a/src/tools/WixToolset.Heat/README.md b/src/tools/WixToolset.Heat/README.md deleted file mode 100644 index 7858da67..00000000 --- a/src/tools/WixToolset.Heat/README.md +++ /dev/null @@ -1,30 +0,0 @@ -# WixToolset.Heat - old harvesting tool from WiX v3 - -The `WixToolset.Heat` package provides the (now deprecated) harvesting tools originally designed for WiX v3. The bulk of the functionality provided by this package has been eclipsed by the `Files` element. It is recommended to migrate to that new functionality or a custom solution. - -[Web Site][web] | [Documentation][docs] | [Issue Tracker][issues] | [Discussions][discussions] - - -## Open Source Maintenance Fee - -To ensure the long-term sustainability of this project, users of this package who generate revenue must pay an [Open Source Maintenance Fee][osmf]. While the source code is freely available under the terms of the [LICENSE][license], this package and other aspects of the project require [adherence to the Open Source Maintenance Fee EULA][eula]. - -To pay the Maintenance Fee, [become a Sponsor](https://github.com/sponsors/wixtoolset). - - -## Additional resources - -* [WiX Website][web] -* [WiX Documentation][docs] -* [WiX Issue Tracker][issues] -* [WiX Discussions][discussions] - - -[web]: https://www.firegiant.com/wixtoolset/ -[docs]: https://docs.firegiant.com/wixtoolset/ -[issues]: https://github.com/wixtoolset/issues/issues -[discussions]: https://github.com/orgs/wixtoolset/discussions -[sdk]: https://www.nuget.org/packages/WixToolset.Sdk/ -[osmf]: https://opensourcemaintenancefee.org/ -[license]: https://github.com/wixtoolset/wix/blob/main/LICENSE.TXT -[eula]: https://github.com/wixtoolset/wix/blob/main/OSMFEULA.txt diff --git a/src/tools/WixToolset.Heat/WixToolset.Heat.csproj b/src/tools/WixToolset.Heat/WixToolset.Heat.csproj deleted file mode 100644 index 2166028a..00000000 --- a/src/tools/WixToolset.Heat/WixToolset.Heat.csproj +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - net6.0 - WiX Toolset Heat MSBuild integration - $(PublishRoot)WixToolset.Heat\ - $(MSBuildThisFileName).nuspec - $(PublishDir) - - diff --git a/src/tools/WixToolset.Heat/WixToolset.Heat.nuspec b/src/tools/WixToolset.Heat/WixToolset.Heat.nuspec deleted file mode 100644 index f01faa04..00000000 --- a/src/tools/WixToolset.Heat/WixToolset.Heat.nuspec +++ /dev/null @@ -1,26 +0,0 @@ - - - - $id$ - $version$ - $title$ - $description$ - $authors$ - icon.png - README.md - OSMFEULA.txt - true - $packageTags$ - $copyright$ - $projectUrl$ - - - - - - - - - - - diff --git a/src/tools/WixToolset.Heat/WixToolset.Heat.targets b/src/tools/WixToolset.Heat/WixToolset.Heat.targets deleted file mode 100644 index c20bd194..00000000 --- a/src/tools/WixToolset.Heat/WixToolset.Heat.targets +++ /dev/null @@ -1,526 +0,0 @@ - - - - - - - - $(MSBuildThisFileDirectory)..\tools\net6.0\ - $(MSBuildThisFileDirectory)..\tools\net472\ - $(WixHeatBinDir)WixToolset.HeatTasks.dll - - - $(MSBuildThisFileDirectory)..\tools\net472\x86\ - - $(MSBuildThisFileDirectory)..\tools\net472\x86\heat.exe - $(MSBuildThisFileDirectory)..\tools\net472\x64\heat.exe - - - - - - - - - - - - - $(NoLogo) - $(SuppressAllWarnings) - $(SuppressSpecificWarnings) - $(TreatWarningsAsErrors) - $(TreatSpecificWarningsAsErrors) - $(VerboseOutput) - true - false - true - false - - - - - - false - - $(HarvestNoLogo) - $(HarvestSuppressAllWarnings) - $(HarvestSuppressSpecificWarnings) - $(HarvestTreatWarningsAsErrors) - $(HarvestTreatSpecificWarningsAsErrors) - $(HarvestVerboseOutput) - $(HarvestAutogenerateGuids) - $(HarvestGenerateGuidsNow) - $(HarvestSuppressFragments) - $(HarvestSuppressUniqueIds) - $(HarvestTransforms) - $(IntermediateOutputPath)Product.Generated.wxs - $(IntermediateOutputPath)Bundle.Generated.wxs - $(MSBuildBinPath) - - - - - $(HarvestNoLogo) - $(HarvestSuppressAllWarnings) - $(HarvestSuppressSpecificWarnings) - $(HarvestTreatWarningsAsErrors) - $(HarvestTreatSpecificWarningsAsErrors) - $(HarvestVerboseOutput) - $(HarvestAutogenerateGuids) - $(HarvestGenerateGuidsNow) - $(HarvestSuppressFragments) - $(HarvestSuppressUniqueIds) - $(HarvestTransforms) - - - - - $(HarvestNoLogo) - $(HarvestSuppressAllWarnings) - $(HarvestSuppressSpecificWarnings) - $(HarvestTreatWarningsAsErrors) - $(HarvestTreatSpecificWarningsAsErrors) - $(HarvestVerboseOutput) - $(HarvestAutogenerateGuids) - $(HarvestGenerateGuidsNow) - $(HarvestSuppressFragments) - $(HarvestSuppressUniqueIds) - $(HarvestTransforms) - - - - - - $(CoreCompileDependsOn); - Harvest - - - ConvertReferences; - ConvertBundleReferences; - HarvestProjects; - HarvestDirectory; - HarvestFile; - GenerateCode; - - - - - - - - RefreshGeneratedFile; - RefreshBundleGeneratedFile - - - - - - - - - <_HeatProjectReference Include="@(_MSBuildProjectReferenceExistent)" Condition=" '%(_MSBuildProjectReferenceExistent.DoNotHarvest)' == '' "> - %(_MSBuildProjectReferenceExistent.RefTargetDir) - Binaries;Symbols;Sources;Content;Satellites;Documents - %(_MSBuildProjectReferenceExistent.Name) - $(IntermediateOutputPath)_%(_MSBuildProjectReferenceExistent.Filename).wxs - - - - - - - - <_GeneratedFiles Include="$(HarvestProjectsGeneratedFile)" /> - - - - - - - - - <_HeatProjectReference Include="@(_MSBuildProjectReferenceExistent)" Condition=" '%(_MSBuildProjectReferenceExistent.DoNotHarvest)' == '' "> - Binaries;Symbols;Sources;Content;Satellites;Documents - payloadgroup - $(IntermediateOutputPath)_%(_MSBuildProjectReferenceExistent.Filename).wxs - - - - - - - - <_GeneratedFiles Include="$(HarvestProjectsGeneratedFile)" /> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - $(HarvestProjectsTransforms) - $(HarvestProjectsProjectOutputGroups) - $(HarvestProjectsDirectoryIds) - $(HarvestProjectsAdditionalOptions) - - - $(HarvestProjectsTransforms) - $(HarvestProjectsProjectOutputGroups) - $(HarvestProjectsDirectoryIds) - $(HarvestProjectsAdditionalOptions) - - - - - CombineHarvestProjects - - - - - - - - - - - - - - - - - $(HarvestDirectoryTransforms) - $(HarvestDirectoryComponentGroupName) - $(HarvestDirectoryDirectoryRefId) - $(HarvestDirectoryKeepEmptyDirectories) - $(HarvestDirectoryPreprocessorVariable) - $(HarvestDirectorySuppressCom) - $(HarvestDirectorySuppressRootDirectory) - $(HarvestDirectorySuppressRegistry) - $(HarvestDirectoryAdditionalOptions) - - - - - - GetHarvestDirectoryContent - - - - - - - - - - - - - - - - - - - - - - - - - - $(HarvestFileTransforms) - $(HarvestFileComponentGroupName) - $(HarvestFileDirectoryRefId) - $(HarvestFilePreprocessorVariable) - $(HarvestFileSuppressCom) - $(HarvestFileSuppressRegistry) - $(HarvestFileSuppressRootDirectory) - $(HarvestFileAdditionalOptions) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.3-55-g6feb