NAnt SDK Documentation - v0.92

FileSet.IncludesFile.AsIs Property

If true then the patterns in the include file will be added to the FileSet without pattern matching or checking if the file exists. The default is false.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="asis", ExpandProperties:=True, ProcessXml:=True), _  BooleanValidator>
Public Property AsIs As Boolean
[C#]
[TaskAttribute(Required=False, Name="asis", ExpandProperties=True, ProcessXml=True)]
[BooleanValidator]
public bool AsIs {get; set;}

See Also

FileSet.IncludesFile Class | NAnt.Core.Types Namespace