This content is part of a third party extension that is not supported by the Cake project.
                        For more information about this extension see Cake.Incubator.
                            
	
		Summary
            Gets the SolutionProjects, excluding any SolutionFolders
            
		- Assembly
- Cake.Incubator .dll 
- Namespace
- Cake.Incubator . Solution Parser Extensions 
- Containing Type
- SolutionParser Extensions 
Syntax
public static IEnumerable<SolutionProject> GetProjects(this SolutionParserResult projects)Examples
            Gets an absolute assembly path for a project
            
	SolutionProjectResult result = ParseSolution(new FilePath("test.sln"));
result.GetProjects();Parameters
| Name | Type | Description | 
|---|---|---|
| projects | SolutionParserResult | The SolutionProject collection | 
Return Value
| Type | Description | 
|---|---|
| IEnumerable | The SolutionProjects | 
