__VSADDVPFLAGS Enum

Definition

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

ADDVP_AddToProjectWindow 1

Add the virtual project to the Solution Explorer window hierarchy.

ADDVP_ExcludeFromBuild 2

Exclude the virtual project from the build.

ADDVP_ExcludeFromCfgUI 64

Exclude the virtual project from the configuration UI.

ADDVP_ExcludeFromDebugLaunch 4

Exclude the virtual project from debugging.

ADDVP_ExcludeFromDeploy 8

Exclude the virtual project from deployment of the project.

ADDVP_ExcludeFromEnumOutputs 32

Exclude the virtual project from enumeration output groups.

ADDVP_ExcludeFromSCC 16

Exclude items within the virtual project from source code control.

Applies to