NAnt SDK Documentation - v0.92

ManagedProjectReference Constructor (XmlElement, ReferencesResolver, ProjectBase, SolutionBase, TempFileCollection, GacCache, DirectoryInfo)

[Visual Basic]
Overloads Public Sub New( _
   ByVal xmlDefinition As XmlElement, _
   ByVal referencesResolver As ReferencesResolver, _
   ByVal parent As ProjectBase, _
   ByVal solution As SolutionBase, _
   ByVal tfc As TempFileCollection, _
   ByVal gacCache As GacCache, _
   ByVal outputDir As DirectoryInfo _
)
[C#]
public ManagedProjectReference(
   XmlElement xmlDefinition,
   ReferencesResolver referencesResolver,
   ProjectBase parent,
   SolutionBase solution,
   TempFileCollection tfc,
   GacCache gacCache,
   DirectoryInfo outputDir
);

See Also

ManagedProjectReference Class | NAnt.VSNet Namespace | ManagedProjectReference Constructor Overload List