NAnt SDK Documentation - v0.85-nightly-2005-11-09

ProjectBase.ProjectDirectory Property

[This is preliminary documentation and subject to change.]

Gets the directory containing the VS.NET project.

[Visual Basic]
MustOverride Public ReadOnly Property ProjectDirectory As DirectoryInfo
[C#]
public abstract System.IO.DirectoryInfo ProjectDirectory {get;}

Remarks

Missing <remarks> documentation for P:NAnt.VSNet.ProjectBase.ProjectDirectory

See Also

ProjectBase Class | NAnt.VSNet Namespace