NAnt SDK Documentation - v0.92

ProjectEntry Constructor 

[Visual Basic]
Public Sub New( _
   ByVal guid As String, _
   ByVal path As String _
)
[C#]
public ProjectEntry(
   string guid,
   string path
);

See Also

ProjectEntry Class | NAnt.VSNet Namespace