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