Summary
Get the directory in which intermediate build output will be stored
for this configuration.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet - Containing Type
- ConfigurationBase
Syntax
public virtual 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 NAnt.VSNet.ConfigurationBase.ObjectDir
are not
uptodate.
Value
Type | Description |
---|---|
DirectoryInfo |