I frequently use @alexrp's Vezel.Zig.Sdk, which introduces the project file extensions .cproj, cxxproj, and .zigproj. As of today, it is not possible to add these projects to a solution file, because the extensions are not recognized.
Built-in project types appear to be handled in ProjectTypeTable.BuiltInTypes.cs. Would it be possible to add more project types here, or is there another way to allow them to be recognized by solution files?