NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
ProjectBase.Prepare Method
[This is preliminary documentation and subject to change.]
Prepares the project for being built.
[Visual Basic]
Overridable Protected Sub Prepare( _
ByVal
solutionConfiguration As
String _
)
[C#]
protected virtual
void Prepare(
string 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