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

ManagedProjectBase.Prepare Method 

[This is preliminary documentation and subject to change.]

Prepares the project for being built.

[Visual Basic]
Overrides Protected Sub Prepare( _
   ByVal solutionConfiguration As String _
)
[C#]
protected override void Prepare(
   string solutionConfiguration
);

Parameters

solutionConfiguration
The solution configuration that is built.

Remarks

Ensures the configuration-level object directory exists and ensures that none of the output files are marked read-only.

See Also

ManagedProjectBase Class | NAnt.VSNet Namespace