Convert TestPlatform.sln to slnx format by nohwnd · Pull Request #15551 · microsoft/vstest (original) (raw)

Replace the legacy .sln solution file with the new .slnx XML-based format introduced in .NET 9+. The .slnx format is cleaner, easier to diff, and the recommended format going forward.

Changes

Verification

Closes #15543