aboutsummaryrefslogtreecommitdiff
path: root/src/tools/test/WixToolsetTest.HeatTasks/TestData/HeatProject/Tools Version 4Cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated Heat.Bob Arnson2025-06-182-47/+0
| | | | Fixes https://github.com/wixtoolset/issues/issues/9039
* Fix harvesting project names with invalid charsMike Wileczka2023-04-192-0/+47
Project names with invalid characters, namely spaces, where not being harvested properly. The sanitized name is requires for the `Source="$(var.PROJECT_NAME` output. Updated harvest project unit test for project names with spaces.