Summary
Gets the set of projects that the project depends on.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet - Containing Type
- ProjectBase
Syntax
public ProjectBaseCollection ProjectDependencies { get; }
Value
Type | Description |
---|---|
Project |
The set of projects that the project depends on. |