DocumentationSourceProjectsIn 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.2.18.0
public static IEnumerable<string> ProjectsIn(
	string solutionFile
)

Parameters

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

Return Value

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

See Also