SolutionContext::ShouldDeploy Property
Visual Studio 2015
Sets or returns whether the current project is deployed when the solution configuration associated with this SolutionContext is selected.
Assembly: EnvDTE (in EnvDTE.dll)
Property Value
Type: System::BooleanA Boolean value indicating false if the project does not support being built.
If the project does not support being built, ShouldDeploy is false, and setting it to true has no effect.
Show: