IDocumentationSource.Projects Method
Definition
- Namespace
- Sandcastle.Core.Project
- Assembly
- Sandcastle.Core.dll
This returns an enumerable list of MSBuild project file configurations based on the current settings and the given configuration and platform.
IEnumerable<ProjectFileConfiguration> Projects(string configurationName, string platformName)
Parameters
Returns
- IEnumerable<ProjectFileConfiguration>
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.