NAnt SDK Documentation - v0.92

VcProject.ObjectDir Property

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

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

Remarks

This is a directory relative to the project directory, named temp\.

See Also

VcProject Class | NAnt.VSNet Namespace