VcProjectConfiguration.

ObjectDir Property

Summary

Get the directory in which intermediate build output will be stored for this configuration.
Assembly
NAnt.VSNet.dll
Namespace
NAnt.VSNet
Containing Type
VcProjectConfiguration

Syntax

public override 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.VcProjectConfiguration.ObjectDir are not uptodate.

Value

Type Description
DirectoryInfo