DocumentationSourceProjects Method

This returns an enumerable list of MSBuild project file configurations based on the current settings and the given configuration and platform.

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public IEnumerable<ProjectFileConfiguration> Projects(
	string configurationName,
	string platformName
)

Parameters

configurationName  String
The configuration to use
platformName  String
The platform to use

Return Value

IEnumerableProjectFileConfiguration
An enumerable list of project configurations matching the SourceFile path. Sub-folders are only included if IncludeSubFolders is set to true. Any solution files (.sln) found are returned last, each followed by the projects extracted from them.

See Also