summaryrefslogtreecommitdiff
path: root/src/internal/WixToolset.BaseBuildTasks.Sources/FileSearchHelperMethods.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Simplify reference resolutionRob Mensching2022-10-141-57/+0
| | | | | | | | WiX v3 extension loading had options that were rarely if ever used and library paths modeled after C++. Given the new Sdk-style model in WiX v4, we can simplify reference resolution. Fixes 6945, 6946
* Normalize ToolsetTask implementation to call wix.exe and heat.exeRob Mensching2022-10-141-0/+57
Share the ToolsetTask implementation that can find .NET Core and .NET Framework with multiple architectures. Fixes 6951