This topic has not yet been rated - Rate this topic

Project.Build Method

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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.