NAnt SDK Documentation - v0.92

JSharpProject.Prepare Method 

Prepares the project for being built.

[Visual Basic]
Overrides Protected Sub Prepare( _
   ByVal solutionConfiguration As Configuration _
)
[C#]
protected override void Prepare(
   Configuration 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

JSharpProject Class | NAnt.VSNet Namespace