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