C# Class MsBuilderific.Core.VisualStudio.V2010.VisualStudio2010RessourceFinder

This class provides .csproj and .vbproj parsing capabilities
Inheritance: IVisualStudioProjectRessourceFinder
Exibir arquivo Open project: Vooban/vooban.msbuilderific

Public Methods

Method Description
ExtractRessourcesFromProject ( string visualStudioProjectPath ) : IEnumerable

Parses the visual studio project and return the resulting

Private Methods

Method Description
GetProjectAsXDocument ( string visualStudioProjectPath ) : System.Xml.Linq.XDocument

Get the visual studio project as a XDocument instance, without xml namespaces

Method Details

ExtractRessourcesFromProject() public method

Parses the visual studio project and return the resulting
public ExtractRessourcesFromProject ( string visualStudioProjectPath ) : IEnumerable
visualStudioProjectPath string
return IEnumerable