NAnt SDK Documentation - v0.92

ConfigurationBase.ObjectDir Property

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

[Visual Basic]
Overridable Public ReadOnly Property ObjectDir As DirectoryInfo
[C#]
public virtual 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

ConfigurationBase Class | NAnt.VSNet Namespace