__VSPPROJECTUPGRADEVIAFACTORYREPAIRFLAGS Enumeration

 

Specifies the upgrade process of a flavored project.

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

[FlagsAttribute]
public enum __VSPPROJECTUPGRADEVIAFACTORYREPAIRFLAGS

Member nameDescription
VSPUVF_PROJECT_DEPRECATED

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

VSPUVF_PROJECT_INCOMPATIBLE

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

VSPUVF_PROJECT_NOREPAIR

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

VSPUVF_PROJECT_ONEWAYUPGRADE

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

VSPUVF_PROJECT_SAFEREPAIR

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

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).

Return to top
Show: