aboutsummaryrefslogtreecommitdiff
path: root/src/tools/test/WixToolsetTest.Heat/HeatRunner.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Convert tools\ to MSTest and traversal projects.Bob Arnson2025-03-031-1/+1
|
* Emit deprecation warning for Heat.Bob Arnson2025-01-231-1/+1
| | | | Fixes https://github.com/wixtoolset/issues/issues/8913
* Separate WixInternal content from official WixToolset namespaceRob Mensching2022-11-081-1/+1
|
* Update heat to use StandardDirectory elementRob Mensching2022-08-161-13/+4
| | | | Fixes 6631
* Remove unused WixToolset.Core.Burn reference to shrink ~10MBRob Mensching2022-08-151-1/+0
|
* Create WixToolset.Heat.nupkg to distribute heat.exe and Heat targetsRob Mensching2022-08-011-0/+92
Moves Heat functionality to the "tools" layer and packages it all up in WixToolset.Heat.nupkg for distribution in WiX v4. Completes 6838