ProjectReferenceInformation Class

Definition

Information of the project reference including full path, assembly name, etc.

public ref class ProjectReferenceInformation
public class ProjectReferenceInformation
type ProjectReferenceInformation = class
Public Class ProjectReferenceInformation
Inheritance
ProjectReferenceInformation

Constructors

ProjectReferenceInformation()

Properties

AssemblyName

Assembly name for the project reference.

CompilationItems

Items included in the project reference for compilation <Compile Include="" />

FullPath

Full path to the csproj file of the project.

ProjectName

Name of the project reference.

Applies to