NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
NAntTask.InheritRefs Property
[This is preliminary documentation and subject to change.]
Specifies whether all references will be copied to the new project. The default is false.
[Visual Basic]
<TaskAttribute(Name:="inheritrefs", Required:=False, ExpandProperties:=True, ProcessXml:=True), _
BooleanValidator>
Public Property InheritRefs As
Boolean
[C#]
[TaskAttribute(Name="inheritrefs", Required=False, ExpandProperties=True, ProcessXml=True)]
[BooleanValidator]
public
bool InheritRefs {get; set;}
Remarks
Missing <remarks> documentation for P:NAnt.Core.Tasks.NAntTask.InheritRefs
See Also
NAntTask Class | NAnt.Core.Tasks Namespace