C# Class CCNet.Build.Common.ProjectReference

Project reference item.
Inheritance: ProjectElement
Afficher le fichier Open project: shuruev/CCNet.Extensions Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

ProjectReference() public méthode

Initializes a new instance.
public ProjectReference ( XElement element ) : System
element XElement
Résultat System

UpdateLocation() public méthode

Updates the include location.
public UpdateLocation ( string path ) : void
path string
Résultat void