NAnt SDK Documentation - v0.92

NAntTask.InheritRefs Property

Specifies whether all references will be copied to the new project. The default is false.

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

See Also

NAntTask Class | NAnt.Core.Tasks Namespace