Summary
Gets or sets the base directory used for relative references.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- Project
Syntax
public string BaseDirectory { get; set; }
Remarks
The NAnt.Core.Project.BaseDirectory
gets and sets the built-in property
named "nant.project.basedir".
Value
Type | Description |
---|---|
string | The base directory used for relative references. |