summaryrefslogtreecommitdiff
path: root/src/internal/internal.sln (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Convert WixToolsetTest.Sdk to MSTest.***Bob Arnson2025-03-031-2/+0
| | | | | | | ***Does not include a full conversion to traversal projects. The wix segment already uses traversal projects extensively so there isn't a significant per win, especially compared to the effort required...but MSTest's method-level parallelism cuts test run time in half (~60->~30).
* Convert ext\ to MSTest and traversal projects.Bob Arnson2025-03-031-0/+36
| | | | | | | | - Move ext\ unit tests to MSTest. - MSBuildify ext projects with MSTest execution. - Fork test support projects for MSTest: - WixInternal.TestSupport - WixInternal.Core.TestPackage
* Separate WixInternal content from official WixToolset namespaceRob Mensching2022-11-081-3/+3
|
* Normalize ToolsetTask implementation to call wix.exe and heat.exeRob Mensching2022-10-141-2/+20
| | | | | | | Share the ToolsetTask implementation that can find .NET Core and .NET Framework with multiple architectures. Fixes 6951
* Build simplification and parallelizationRob Mensching2021-12-301-0/+2
|
* Implement integrated build processRob Mensching2021-05-111-0/+55