aboutsummaryrefslogtreecommitdiff
path: root/src/tools/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Centralize test project configuration with IsWixTestProjectRob Mensching2022-09-232-18/+2
|
* Update heat to use StandardDirectory elementRob Mensching2022-08-164-15/+153
| | | | 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-0121-0/+786
Moves Heat functionality to the "tools" layer and packages it all up in WixToolset.Heat.nupkg for distribution in WiX v4. Completes 6838