__ProjectReferenceOutputValidity Enumeration
Visual Studio 2015
Project reference output states returned by QueryCheckIsProjectReferenceOutputValid.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
| Member name | Description | |
|---|---|---|
| PROV_DoDefaultCheck | Let the base project determine the referenced output validity. | |
| PROV_OutputInvalid | Reject the project reference. | |
| PROV_OutputValid | Skip the base project out validity check and add the reference. |
Show: