summaryrefslogtreecommitdiff
path: root/src/tools/WixToolset.HeatTasks/HeatTask.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Normalize ToolsetTask implementation to call wix.exe and heat.exeRob Mensching2022-10-141-134/+5
| | | | | | | Share the ToolsetTask implementation that can find .NET Core and .NET Framework with multiple architectures. Fixes 6951
* Standardize on .NET 6 as the minimum for .NET Core platform.Rob Mensching2022-10-031-0/+5
| | | | Closes 6942
* Create WixToolset.Heat.nupkg to distribute heat.exe and Heat targetsRob Mensching2022-08-011-0/+176
Moves Heat functionality to the "tools" layer and packages it all up in WixToolset.Heat.nupkg for distribution in WiX v4. Completes 6838