SolutionBuild Methods
Visual Studio 2015
Namespace:
EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
| Name | Description | |
|---|---|---|
![]() | Build(Boolean) | Causes the active solution configuration to begin building. |
![]() | BuildProject(String^, String^, Boolean) | Builds the specified project and its dependencies in the context of the specified solution configuration. |
![]() | Clean(Boolean) | Deletes all compiler-generated support files for marked projects. |
![]() | Debug() | Starts debugging the solution. |
![]() | Deploy(Boolean) | Causes each project in the active solution configuration that is marked for deployment to deploy. |
![]() | Run() | Causes the active solution configuration to execute. |
Show:
