NAnt SDK Documentation - v0.92

ProjectBase.ObjectDir Property

Get the directory in which intermediate build output that is not specific to the build configuration will be stored.

[Visual Basic]
Overridable Public ReadOnly Property ObjectDir As DirectoryInfo
[C#]
public virtual System.IO.DirectoryInfo ObjectDir {get;}

Remarks

For Local projects, this is defined as <Project Directory<\obj.

For Web projects, this is defined as %HOMEPATH%\VSWebCache\<Machine Name>\<Project Directory>\obj.

See Also

ProjectBase Class | NAnt.VSNet Namespace