NAnt SDK Documentation - v0.85-nightly-2005-11-09

Project.BuildTargets Property

[This is preliminary documentation and subject to change.]

The list of targets to build.

[Visual Basic]
Public ReadOnly Property BuildTargets As StringCollection
[C#]
public System.Collections.Specialized.StringCollection BuildTargets {get;}

Remarks

Targets are built in the order they appear in the collection. If the collection is empty the default target will be built.

See Also

Project Class | NAnt.Core Namespace