C# 클래스 AvalonStudio.Toolchains.ProjectExtensions

파일 보기 프로젝트 열기: VitalElement/AvalonStudio

공개 메소드들

메소드 설명
GetBinDirectory ( this project, IStandardProject superProject ) : string
GetDependencies ( string dependencyFile ) : List
GetObjectDirectory ( this project, IStandardProject superProject ) : string
GetOutputDirectory ( this project, IStandardProject superProject ) : string

메소드 상세

GetBinDirectory() 공개 정적인 메소드

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

GetDependencies() 공개 정적인 메소드

public static GetDependencies ( string dependencyFile ) : List
dependencyFile string
리턴 List

GetObjectDirectory() 공개 정적인 메소드

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

GetOutputDirectory() 공개 정적인 메소드

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