DocumentationSource.ProjectsIn Method

This is used to get a list of all projects in a solution file regardless of configuration and platform.

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.12.21.0
public static IEnumerable<string> ProjectsIn(
	string solutionFile
)

Parameters

solutionFile  String
The solution filename from which to get the project names

Return Value

IEnumerable<String>
An enumerable list of the projects within the solution regardless of configuration or platform build combinations in which they are enabled.

See Also