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

VcProject.ObjectDir Property

[This is preliminary documentation and subject to change.]

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