NAnt SDK Documentation - v0.92
ProjectReferenceBase.LoadProject Method
[Visual Basic]
Protected Function LoadProject( _
ByVal
solution
As
SolutionBase
, _
ByVal
tfc
As
TempFileCollection
, _
ByVal
gacCache
As
GacCache
, _
ByVal
outputDir
As
DirectoryInfo
, _
ByVal
projectFile
As
String
_
) As
ProjectBase
[C#]
protected
ProjectBase
LoadProject(
SolutionBase
solution
,
TempFileCollection
tfc
,
GacCache
gacCache
,
DirectoryInfo
outputDir
,
string
projectFile
);
See Also
ProjectReferenceBase Class
|
NAnt.VSNet Namespace