Summary
Indicates whether include and exclude patterns must be treated in a
case-sensitive way. The default is
true
on Unix;
otherwise, false
.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Types - Containing Type
- FileSet
Syntax
[TaskAttribute("casesensitive")]
public bool CaseSensitive { get; set; }
Attributes
Type | Description |
---|---|
Task |
Indicates that property should be treated as a XML attribute for the task. |
Value
Type | Description |
---|---|
bool |