Table of Contents

Class DotNetProject.ProjectReference

Namespace
Alternet.Common.Projects.DotNet
Assembly
Alternet.Common.v10.dll

Represents a project reference stored in the project references list.

public class DotNetProject.ProjectReference
Inheritance
DotNetProject.ProjectReference

Constructors

ProjectReference(string)

Initializes a new instance of the ProjectReference class with specified name.

ProjectReference(string, string, string)

Initializes a new instance of the ProjectReference class with specified parameters.

Properties

ProjectGUID

Gets or sets GUID of the project.

ProjectName

Gets or sets name of the project.

ProjectPath

Gets or sets Path of the project.