C# 클래스 CCNet.Build.Common.ProjectReference

Project reference item.
상속: ProjectElement
파일 보기 프로젝트 열기: shuruev/CCNet.Extensions 1 사용 예제들

공개 메소드들

메소드 설명
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