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

ProjectSettings.PreBuildEvent Property

[This is preliminary documentation and subject to change.]

Contains commands to be run before a build takes place.

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

Remarks

Valid commands are those in a .bat file. For more info see MSDN.

See Also

ProjectSettings Class | NAnt.VSNet Namespace