aboutsummaryrefslogtreecommitdiff
path: root/src/tools/test/WixToolsetTest.Heat (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Convert tools\ to MSTest and traversal projects.Bob Arnson2025-03-034-17/+19
|
* Emit deprecation warning for Heat.Bob Arnson2025-01-231-1/+1
| | | | Fixes https://github.com/wixtoolset/issues/issues/8913
* Add Name to Payloads created during directory harvesting.Sean Hall2023-01-153-0/+36
| | | | 7161
* Implement SourceDir substitution for Payloads.Sean Hall2023-01-151-0/+80
| | | | 7160
* Correctly harvest registry files with multiszRob Mensching2022-12-065-12/+268
| | | | Fixes 7044
* Separate WixInternal content from official WixToolset namespaceRob Mensching2022-11-083-3/+3
|
* Centralize test project configuration with IsWixTestProjectRob Mensching2022-09-231-9/+1
|
* 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-012-0/+112
Moves Heat functionality to the "tools" layer and packages it all up in WixToolset.Heat.nupkg for distribution in WiX v4. Completes 6838