C# Class NuGet.VisualStudio.SolutionExtensions

Mostra file Open project: monoman/NugetCracker

Public Methods

Method Description
AddFolderToSolution ( this solution, string solutionFolderName, string physicalFolderPath ) : void
GetAllProjects ( this solution ) : IEnumerable

Get the list of all supported projects in the current solution. This method recursively iterates through all projects.

GetName ( this solution ) : string

Method Details

AddFolderToSolution() public static method

public static AddFolderToSolution ( this solution, string solutionFolderName, string physicalFolderPath ) : void
solution this
solutionFolderName string
physicalFolderPath string
return void

GetAllProjects() public static method

Get the list of all supported projects in the current solution. This method recursively iterates through all projects.
public static GetAllProjects ( this solution ) : IEnumerable
solution this
return IEnumerable

GetName() public static method

public static GetName ( this solution ) : string
solution this
return string