NAnt SDK Documentation - v0.92
VcProject.CreateReference Method
[Visual Basic]
Overridable Protected Function CreateReference( _
ByVal
solution
As
SolutionBase
, _
ByVal
xmlDefinition
As
XmlElement
_
) As
ReferenceBase
[C#]
protected virtual
ReferenceBase
CreateReference(
SolutionBase
solution
,
XmlElement
xmlDefinition
);
See Also
VcProject Class
|
NAnt.VSNet Namespace