NAntTask.

BuildFile Property

Summary

The build file to build.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Tasks
Containing Type
NAntTask

Syntax

[TaskAttribute("buildfile")]
public FileInfo BuildFile { get; set; }

Attributes

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

Value

Type Description
FileInfo