C# Class AvalonStudio.Toolchains.ProjectExtensions

Show file Open project: VitalElement/AvalonStudio

Public Methods

Method Description
GetBinDirectory ( this project, IStandardProject superProject ) : string
GetDependencies ( string dependencyFile ) : List
GetObjectDirectory ( this project, IStandardProject superProject ) : string
GetOutputDirectory ( this project, IStandardProject superProject ) : string

Method Details

GetBinDirectory() public static method

public static GetBinDirectory ( this project, IStandardProject superProject ) : string
project this
superProject IStandardProject
return string

GetDependencies() public static method

public static GetDependencies ( string dependencyFile ) : List
dependencyFile string
return List

GetObjectDirectory() public static method

public static GetObjectDirectory ( this project, IStandardProject superProject ) : string
project this
superProject IStandardProject
return string

GetOutputDirectory() public static method

public static GetOutputDirectory ( this project, IStandardProject superProject ) : string
project this
superProject IStandardProject
return string