C# Class NArrange.Core.MSBuildProjectParser

Parses an individual MSBuild project (e.g. .csproj, .vbproj) for individual source file names.
Inheritance: IProjectParser
Mostrar archivo Open project: MarcStan/NArrange Class Usage Examples

Public Methods

Method Description
Parse ( string projectFile ) : ReadOnlyCollection

Parses source file names from a project file.

Method Details

Parse() public method

Parses source file names from a project file.
public Parse ( string projectFile ) : ReadOnlyCollection
projectFile string Project file name.
return ReadOnlyCollection