aboutsummaryrefslogtreecommitdiff
path: root/src/tools/heat/HeatCommand.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Automated code clean upRob Mensching2022-12-061-15/+12
|
* Improve command line error reporting and remove some unused errorsRob Mensching2022-08-151-1/+1
| | | | Fixes 6468
* Redesign command-line help to meet the needs of WiX v4Rob Mensching2022-08-151-9/+13
|
* Create WixToolset.Heat.nupkg to distribute heat.exe and Heat targetsRob Mensching2022-08-011-0/+277
Moves Heat functionality to the "tools" layer and packages it all up in WixToolset.Heat.nupkg for distribution in WiX v4. Completes 6838