Summary
Prepares the project for being built.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet - Containing Type
- ProjectBase
Syntax
protected virtual void Prepare(Configuration solutionConfiguration)
Remarks
The default implementation will ensure 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 |