Method | Description | |
---|---|---|
IsSolution ( string inputFile ) : bool |
Gets a value indicating whether or not the specified file is a recognized solution file.
|
|
Parse ( string solutionFile ) : ReadOnlyCollection |
Parses project file names from a solution file.
|
Method | Description | |
---|---|---|
SolutionParser ( ) : System |
Creates a new solution parser.
|
public IsSolution ( string inputFile ) : bool | ||
inputFile | string | Input file name. |
return | bool |
public Parse ( string solutionFile ) : ReadOnlyCollection |
||
solutionFile | string | Solution file name. |
return | ReadOnlyCollection |