NAntTask.

BuildFiles Property

Summary

Used to specify a set of build files to process.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Tasks
Containing Type
NAntTask

Syntax

[BuildElement("buildfiles")]
public virtual FileSet BuildFiles { get; set; }

Attributes

Type Description
BuildElementAttribute Indicates that the property should be treated as an XML element and further processing should be done.

Value

Type Description
FileSet