Class ProjectReferenceInfo
Project info structure
Inheritance
object
ProjectReferenceInfo
Namespace: IdeProjectFileEditor
Assembly: BuildSystem.Utils.dll
Syntax
public sealed class ProjectReferenceInfo : ValueType
Fields
Attributes
Returns the project reference attributes. Key = attrbute name; Value = attribute value
Declaration
public Dictionary<string, string> Attributes
Field Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<,><string, string> |
Condition
Project reference condition (ItemGroup condition)
Declaration
public string Condition
Field Value
Type | Description |
---|---|
string |
Name
Project name whithout extension
Declaration
public string Name
Field Value
Type | Description |
---|---|
string |
Path
Project path (HintPath/Include attribute value)
Declaration
public string Path
Field Value
Type | Description |
---|---|
string |
ReferenceType
DotNet Reference Type
Declaration
public DotNetReferenceType ReferenceType
Field Value
Type | Description |
---|---|
DotNetReferenceType |