NAnt SDK Documentation - v0.92

FileSet.CaseSensitive Property

Indicates whether include and exclude patterns must be treated in a case-sensitive way. The default is true on Unix; otherwise, false.

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

See Also

FileSet Class | NAnt.Core.Types Namespace