aboutsummaryrefslogtreecommitdiff
path: root/src/tools/heat/Data/HarvesterWarnings.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Emit deprecation warning for Heat.Bob Arnson2025-01-231-1/+6
| | | | Fixes https://github.com/wixtoolset/issues/issues/8913
* Create WixToolset.Heat.nupkg to distribute heat.exe and Heat targetsRob Mensching2022-08-011-0/+79
Moves Heat functionality to the "tools" layer and packages it all up in WixToolset.Heat.nupkg for distribution in WiX v4. Completes 6838