__VSADDVPFLAGS Enumeration

 

Determines whether to add a new virtual project to the Project window.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

[FlagsAttribute]
public enum __VSADDVPFLAGS

Member nameDescription
ADDVP_AddToProjectWindow

Add the virtual project to the Solution Explorer window hierarchy.

ADDVP_ExcludeFromBuild

Exclude the virtual project from the build.

ADDVP_ExcludeFromCfgUI

Exclude the virtual project from the configuration UI.

ADDVP_ExcludeFromDebugLaunch

Exclude the virtual project from debugging.

ADDVP_ExcludeFromDeploy

Exclude the virtual project from deployment of the project.

ADDVP_ExcludeFromEnumOutputs

Exclude the virtual project from enumeration output groups.

ADDVP_ExcludeFromSCC

Exclude items within the virtual project from source code control.

Return to top
Show: