Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Separate WixInternal content from official WixToolset namespace | Rob Mensching | 2022-11-08 | 1 | -104/+0 |
| | |||||
* | Simplify reference resolution | Rob Mensching | 2022-10-14 | 1 | -73/+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.exe | Rob Mensching | 2022-10-14 | 1 | -0/+177 |
Share the ToolsetTask implementation that can find .NET Core and .NET Framework with multiple architectures. Fixes 6951 |