Parses Visual Studio solution files, both the classic .sln (text) format and the new .slnx (XML) format, into a unified Solution model.
Parser
01 Syntax
Microsoft.VisualBasic.ApplicationServices.Development.VisualStudio.sln.File.Parser
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| Parse | 1 | Parse a solution file, automatically dispatching on its extension. |
| SplitQuoted | 1 | Split a comma separated list, honoring double quotes so that paths containing commas are not broken. |
03 Members
Parse(
String)Parse a solution file, automatically dispatching on its extension.
SplitQuoted(
String)Split a comma separated list, honoring double quotes so that paths containing commas are not broken.