C# 클래스 Bari.Plugins.VsCore.Tools.XBuild

Mono's MSBuild implementation
상속: Bari.Core.Tools.ManuallyInstallableExternalTool, IMSBuild
파일 보기 프로젝트 열기: vigoo/bari

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Run ( IFileSystemDirectory root, string relativePath ) : void

Runs MSBuild

XBuild ( IParameters parameters ) : System

Constructs the MSBuild runner

메소드 상세

Run() 공개 메소드

Runs MSBuild
public Run ( IFileSystemDirectory root, string relativePath ) : void
root IFileSystemDirectory The root directory which will became MSBuild's root directory
relativePath string Relative path of the solution file (or MSBuild file) to be processed
리턴 void

XBuild() 공개 메소드

Constructs the MSBuild runner
public XBuild ( IParameters parameters ) : System
parameters IParameters User defined parameters for bari
리턴 System