DocumentationSourceProjects Method
This returns an enumerable list of MSBuild project file configurations based on the current settings
and the given configuration and platform.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public IEnumerable<ProjectFileConfiguration> Projects(
string configurationName,
string platformName
)
Public Function Projects (
configurationName As String,
platformName As String
) As IEnumerable(Of ProjectFileConfiguration)
public:
IEnumerable<ProjectFileConfiguration^>^ Projects(
String^ configurationName,
String^ platformName
)
member Projects :
configurationName : string *
platformName : string -> IEnumerable<ProjectFileConfiguration>
- configurationName String
- The configuration to use
- platformName String
- The platform to use
IEnumerableProjectFileConfigurationAn 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.