NAnt SDK Documentation - v0.92
VcProject Constructor
[Visual Basic]
Public Sub New( _
ByVal
solution
As
SolutionBase
, _
ByVal
projectPath
As
String
, _
ByVal
xmlDefinition
As
XmlElement
, _
ByVal
solutionTask
As
SolutionTask
, _
ByVal
tfc
As
TempFileCollection
, _
ByVal
gacCache
As
GacCache
, _
ByVal
refResolver
As
ReferencesResolver
, _
ByVal
outputDir
As
DirectoryInfo
_
)
[C#]
public VcProject(
SolutionBase
solution
,
string
projectPath
,
XmlElement
xmlDefinition
,
SolutionTask
solutionTask
,
TempFileCollection
tfc
,
GacCache
gacCache
,
ReferencesResolver
refResolver
,
DirectoryInfo
outputDir
);
See Also
VcProject Class
|
NAnt.VSNet Namespace