NAnt SDK Documentation - v0.92

VcConfigurationBase.BuildPath Property

Gets the path in which the output file will be created before its copied to the actual output path.

[Visual Basic]
Overrides Public ReadOnly Property BuildPath As String
[C#]
public override string BuildPath {get;}

Remarks

For Visual C++ projects, the output file will be immediately created in the output path.

See Also

VcConfigurationBase Class | NAnt.VSNet Namespace