C# Class Bari.Plugins.VsCore.Tools.XBuild

Mono's MSBuild implementation
Inheritance: Bari.Core.Tools.ManuallyInstallableExternalTool, IMSBuild
Datei anzeigen Open project: vigoo/bari

Private Properties

Property Type Description

Public Methods

Method Description
Run ( IFileSystemDirectory root, string relativePath ) : void

Runs MSBuild

XBuild ( IParameters parameters ) : System

Constructs the MSBuild runner

Method Details

Run() public method

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
return void

XBuild() public method

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