Summary
Get the directory in which intermediate build output that is not
specific to the build configuration will be stored.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet - Containing Type
- ProjectBase
Syntax
public virtual DirectoryInfo ObjectDir { get; }
Remarks
For NAnt.VSNet.ProjectLocation.Local
projects, this is defined
as <Project Directory<\obj
.
For NAnt.VSNet.ProjectLocation.Web
projects, this is defined
as %HOMEPATH%\VSWebCache\<Machine Name>\<Project Directory>\obj
.
Value
Type | Description |
---|---|
DirectoryInfo |