NAnt SDK Documentation - v0.85-nightly-2005-11-09

VcConfigurationBase.BuildPath Property

[This is preliminary documentation and subject to change.]

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