C# Класс CCNet.Build.Common.ProjectReference

Project reference item.
Наследование: ProjectElement
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ConvertToBinary ( TargetFramework framework, string name ) : void

Removes project reference from a project document replacing it with the binary one.

ProjectReference ( XElement element ) : System

Initializes a new instance.

UpdateLocation ( string path ) : void

Updates the include location.

Описание методов

ConvertToBinary() публичный Метод

Removes project reference from a project document replacing it with the binary one.
public ConvertToBinary ( TargetFramework framework, string name ) : void
framework TargetFramework
name string
Результат void

ProjectReference() публичный Метод

Initializes a new instance.
public ProjectReference ( XElement element ) : System
element XElement
Результат System

UpdateLocation() публичный Метод

Updates the include location.
public UpdateLocation ( string path ) : void
path string
Результат void