JSharpProject.

Prepare(Configuration) Method

Summary

Prepares the project for being built.
Assembly
NAnt.VSNet.dll
Namespace
NAnt.VSNet
Containing Type
JSharpProject

Syntax

protected override void Prepare(Configuration solutionConfiguration)

Remarks

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

Parameters

Name Type Description
solutionConfiguration Configuration The solution configuration that is built.

Return Value

Type Description
void