NAnt SDK Documentation - v0.92

VcProjectConfiguration.ObjectDir Property

Get the directory in which intermediate build output will be stored for this configuration.

[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 obj\<configuration name>.

.resx and .licx files will only be recompiled if the compiled resource files in the ObjectDir are not uptodate.

See Also

VcProjectConfiguration Class | NAnt.VSNet Namespace