NAnt SDK Documentation - v0.92
VcProjectReference 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 VcProjectReference(
XmlElement
xmlDefinition
,
ReferencesResolver
referencesResolver
,
ProjectBase
parent
,
SolutionBase
solution
,
TempFileCollection
tfc
,
GacCache
gacCache
,
DirectoryInfo
outputDir
);
See Also
VcProjectReference Class
|
NAnt.VSNet Namespace
|
VcProjectReference Constructor Overload List