NAnt SDK Documentation - v0.92

ProjectBase.ProjectDependencies Property

Gets the set of projects that the project depends on.

[Visual Basic]
Public ReadOnly Property ProjectDependencies As ProjectBaseCollection
[C#]
public ProjectBaseCollection ProjectDependencies {get;}

Property Value

The set of projects that the project depends on.

See Also

ProjectBase Class | NAnt.VSNet Namespace