dotnet / dotnet/project-system
Remove remaining .xproj support
Open
Area-Infrastructure
Triage-Approved
- Dominant language
- C#
- Stars
- 1k
- Forks
- 415
- PR merge metrics
- No merged PRs in 30d
Description
We no longer support `.xproj` project type. Drew had [removed support for .xproj migration](https://github.com/dotnet/project-system/pull/4895), but there are still remaining bits of .xproj within the codebase. These include:
- Xproj factory and (potential) test in *VS.UnitTests*
- Xproj factory, mention of `LegacyXProj`, and mention in *VSPackage.resx* in *Managed.VS*
- *ext.xproj.swr* file and reference in *CommonFiles.swixproj*
- Mention within the *rules-of-the-project-system.md* document
Contributor guide
Assessment
This issue has not been assessed yet.