Project.Build Method
.NET Framework 2.0
Builds the project.
| Name | Description |
|---|---|
| Project.Build () | Builds the default targets of the project. |
| Project.Build (String) | Builds the specified target in the project. |
| Project.Build (String[]) | Builds the specified list of targets in the project. |
| Project.Build (String[], IDictionary) | Builds the specified list of targets in the project, and returns the outputs of the targets. |
| Project.Build (String[], IDictionary, BuildSettings) | Builds the specified list of targets in the project using the specified settings, and returns the outputs of the targets. |