NAnt SDK Documentation - v0.92

ResourceFileSet.DynamicPrefix Property

Indicates whether prefixes should be dynamically generated by taking the path of the resource relative to the basedir and appending it to the specified prefix. The default is false.

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

See Also

ResourceFileSet Class | NAnt.DotNet.Types Namespace