BuildDependency Members
Include Protected Members
Include Inherited Members
Represents all of the projects that the specified project depends on to complete a build.
The BuildDependency type exposes the following members.
Methods
Name
Description
Adds a project to the list of projects that must be built first.
Removes all projects from the list of projects that must be built first.
Removes a project from the list that specifies the order in which projects are built.
Top
Properties
Name
Description
Returns the BuildDependencies collection containing the BuildDependency object that supports this property.
Gets the top-level extensibility object.
Gets the Project associated with the object.
Gets a list of the projects that must be built before the BuildDependency.Project project is built.
Top