aboutsummaryrefslogtreecommitdiff
path: root/src/tools/heat (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix harvesting project names with invalid charsMike Wileczka2023-04-191-1/+1
| | | 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.
* Add Name to Payloads created during directory harvesting.Sean Hall2023-01-151-2/+7
| | | | 7161
* Implement SourceDir substitution for Payloads.Sean Hall2023-01-151-0/+35
| | | | 7160
* Correctly harvest registry files with multiszRob Mensching2022-12-065-18/+18
| | | | Fixes 7044
* Automated code clean upRob Mensching2022-12-064-73/+66
|
* Normalize SectionType and OutputType "Product" to "Package"Rob Mensching2022-11-041-0/+1
|
* Standardize on .NET 6 as the minimum for .NET Core platform.Rob Mensching2022-10-031-2/+2
| | | | Closes 6942
* Add direct reference to System.Configuration.ConfigurationManagerRob Mensching2022-08-161-0/+1
| | | | | | | | MSBuild seems to have introduced a breaking change which requires referencing a later System.Configuration.ConfigurationManager for netcoreapp heat working with MSBuild. Fixes 6868
* Update heat to use StandardDirectory elementRob Mensching2022-08-169-3981/+4045
| | | | Fixes 6631
* 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-153-23/+22
|
* 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-0158-0/+86898
Moves Heat functionality to the "tools" layer and packages it all up in WixToolset.Heat.nupkg for distribution in WiX v4. Completes 6838