C# Class NArrange.Core.MSBuildSolutionParser

MSBuild solution file parser.
Inheritance: ISolutionParser
Show file Open project: MarcStan/NArrange Class Usage Examples

Public Methods

Method Description
Parse ( string solutionFile ) : ReadOnlyCollection

Parses project file names from a solution file.

Method Details

Parse() public method

Parses project file names from a solution file.
public Parse ( string solutionFile ) : ReadOnlyCollection
solutionFile string Solution file name.
return ReadOnlyCollection