Enum ProjectReferenceType
Enumeration
Namespace: CodeFactory.VisualStudio
Assembly: CodeFactory.VisualStudio.dll
Syntax
public enum ProjectReferenceType
  Fields
| Name | Description | 
|---|---|
| Assembly | Reference is a direct assembly file that is referenced by the project.  | 
      
| Com | Reference is a com library.  | 
      
| NuGet | Reference comes from a direct external nuget feed.  | 
      
| Project | Reference is an existing project within the solution.  | 
      
| Unknown | The reference is of an unknown type.  |