NAntTask.

DefaultTarget Property

Summary

The target to execute. To specify more than one target separate targets with a space. Targets are executed in order if possible. The default is to use target specified in the project's default attribute.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Tasks
Containing Type
NAntTask

Syntax

[TaskAttribute("target")]
public string DefaultTarget { get; set; }

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.

Value

Type Description
string