NAnt SDK Documentation - v0.92

VcConfigurationBase.IntermediateDir Property

Gets the intermediate directory, specified relative to project directory.

[Visual Basic]
MustOverride Public ReadOnly Property IntermediateDir As String
[C#]
public abstract string IntermediateDir {get;}

Property Value

The intermediate directory, specified relative to project directory.

See Also

VcConfigurationBase Class | NAnt.VSNet Namespace