Interface IProjectDependencyScanner
Analyze project dependencies
Namespace: ProjectDependencyScanner
Assembly: BuildSystem.Utils.dll
Syntax
public interface IProjectDependencyScanner
Properties
SrcProjectsList
Add all source projects to this list and execute the Scan() function. After executing the Scan() function, all projects in SrcProjectsList will fill in their dependenсy projects.
Declaration
IDSProjectsList SrcProjectsList { get; }
Property Value
Type | Description |
---|---|
IDSProjectsList |
Methods
Scan()
Execute this function to collect all project dependencies in SrcProjectsList
Declaration
void Scan()