C# Class CCNet.Build.Common.ProjectReference

Project reference item.
Inheritance: ProjectElement
Show file Open project: shuruev/CCNet.Extensions Class Usage Examples

Public Methods

Method Description
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.

Method Details

ConvertToBinary() public method

Removes project reference from a project document replacing it with the binary one.
public ConvertToBinary ( TargetFramework framework, string name ) : void
framework TargetFramework
name string
return void

ProjectReference() public method

Initializes a new instance.
public ProjectReference ( XElement element ) : System
element XElement
return System

UpdateLocation() public method

Updates the include location.
public UpdateLocation ( string path ) : void
path string
return void