NAnt SDK Documentation - v0.92

ProjectBase.Prepare Method 

Prepares the project for being built.

[Visual Basic]
Overridable Protected Sub Prepare( _
   ByVal solutionConfiguration As Configuration _
)
[C#]
protected virtual void Prepare(
   Configuration solutionConfiguration
);

Parameters

solutionConfiguration
The solution configuration that is built.

Remarks

The default implementation will ensure that none of the output files are marked read-only.

See Also

ProjectBase Class | NAnt.VSNet Namespace