__VSADDVPFLAGS Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether to add a new virtual project to the Project window.
This enumeration supports a bitwise combination of its member values.
public enum class __VSADDVPFLAGS
public enum class __VSADDVPFLAGS
enum __VSADDVPFLAGS
[System.Flags]
public enum __VSADDVPFLAGS
[<System.Flags>]
type __VSADDVPFLAGS =
Public Enum __VSADDVPFLAGS
- Inheritance
-
__VSADDVPFLAGS
- Attributes
Fields
Name | Value | Description |
---|---|---|
ADDVP_AddToProjectWindow | 1 | Add the virtual project to the Solution Explorer window hierarchy. |
ADDVP_ExcludeFromBuild | 2 | Exclude the virtual project from the build. |
ADDVP_ExcludeFromDebugLaunch | 4 | Exclude the virtual project from debugging. |
ADDVP_ExcludeFromDeploy | 8 | Exclude the virtual project from deployment of the project. |
ADDVP_ExcludeFromSCC | 16 | Exclude items within the virtual project from source code control. |
ADDVP_ExcludeFromEnumOutputs | 32 | Exclude the virtual project from enumeration output groups. |
ADDVP_ExcludeFromCfgUI | 64 | Exclude the virtual project from the configuration UI. |