__VSPPROJECTUPGRADEVIAFACTORYREPAIRFLAGS Enum

Definition

Specifies the upgrade process of a flavored project.

This enumeration supports a bitwise combination of its member values.

public enum class __VSPPROJECTUPGRADEVIAFACTORYREPAIRFLAGS
public enum class __VSPPROJECTUPGRADEVIAFACTORYREPAIRFLAGS
enum __VSPPROJECTUPGRADEVIAFACTORYREPAIRFLAGS
[System.Flags]
public enum __VSPPROJECTUPGRADEVIAFACTORYREPAIRFLAGS
[<System.Flags>]
type __VSPPROJECTUPGRADEVIAFACTORYREPAIRFLAGS = 
Public Enum __VSPPROJECTUPGRADEVIAFACTORYREPAIRFLAGS
Inheritance
__VSPPROJECTUPGRADEVIAFACTORYREPAIRFLAGS
Attributes

Fields

VSPUVF_PROJECT_DEPRECATED 256

No upgrade occurs because the version of the project is no longer supported.

VSPUVF_PROJECT_INCOMPATIBLE 128

No upgrade occurs because the version of the project is incompatible.

VSPUVF_PROJECT_NOREPAIR 0

No upgrade occurs because the project is already up to date.

VSPUVF_PROJECT_ONEWAYUPGRADE 64

A full upgrade occurs that makes the project incompatible with the previous version of the product.

VSPUVF_PROJECT_SAFEREPAIR 16

The upgrade is not a real full upgrade but merely a repair to make the project asset compatible without the risk of issues being encountered by the previous versions of the product.

VSPUVF_PROJECT_UNSAFEREPAIR 32

The upgrade is not a full upgrade, but also has a risk of issues being encountered by the newer or previous version of the product (for example, if a newer dependent SDK is not currently installed).

Applies to