Get the directory in which intermediate build output that is not specific to the build configuration will be stored.
For Local projects, this is defined as <Project Directory<\obj
.
For Web projects, this is defined as %HOMEPATH%\VSWebCache\<Machine Name>\<Project Directory>\obj
.
ProjectBase Class | NAnt.VSNet Namespace