C# 클래스 GitLink.ProjectExtensions

파일 보기 프로젝트 열기: GitTools/GitLink

공개 메소드들

메소드 설명
CreateSrcSrv ( this project, SrcSrvContext srcSrvContext ) : void
CreateSrcSrv ( this project, string srcsrvFile, SrcSrvContext srcSrvContext ) : void
DumpProperties ( this project ) : void
GetCompilableItems ( this project ) : IEnumerable
GetOutputFile ( this project ) : string
GetOutputPdbFile ( this project ) : string
GetOutputSrcSrvFile ( this project ) : string
GetProjectName ( this project ) : string
GetRelativeTargetDirectory ( this project ) : string
GetTargetDirectory ( this project ) : string
GetTargetExtension ( this project ) : string
GetTargetFileName ( this project ) : string
VerifyPdbFiles ( this project, IEnumerable files ) : string>.Dictionary
VerifyPdbFiles ( this project, IEnumerable files, string pdbFileFullPath ) : string>.Dictionary

메소드 상세

CreateSrcSrv() 공개 정적인 메소드

public static CreateSrcSrv ( this project, SrcSrvContext srcSrvContext ) : void
project this
srcSrvContext SrcSrvContext
리턴 void

CreateSrcSrv() 공개 정적인 메소드

public static CreateSrcSrv ( this project, string srcsrvFile, SrcSrvContext srcSrvContext ) : void
project this
srcsrvFile string
srcSrvContext SrcSrvContext
리턴 void

DumpProperties() 공개 정적인 메소드

public static DumpProperties ( this project ) : void
project this
리턴 void

GetCompilableItems() 공개 정적인 메소드

public static GetCompilableItems ( this project ) : IEnumerable
project this
리턴 IEnumerable

GetOutputFile() 공개 정적인 메소드

public static GetOutputFile ( this project ) : string
project this
리턴 string

GetOutputPdbFile() 공개 정적인 메소드

public static GetOutputPdbFile ( this project ) : string
project this
리턴 string

GetOutputSrcSrvFile() 공개 정적인 메소드

public static GetOutputSrcSrvFile ( this project ) : string
project this
리턴 string

GetProjectName() 공개 정적인 메소드

public static GetProjectName ( this project ) : string
project this
리턴 string

GetRelativeTargetDirectory() 공개 정적인 메소드

public static GetRelativeTargetDirectory ( this project ) : string
project this
리턴 string

GetTargetDirectory() 공개 정적인 메소드

public static GetTargetDirectory ( this project ) : string
project this
리턴 string

GetTargetExtension() 공개 정적인 메소드

public static GetTargetExtension ( this project ) : string
project this
리턴 string

GetTargetFileName() 공개 정적인 메소드

public static GetTargetFileName ( this project ) : string
project this
리턴 string

VerifyPdbFiles() 공개 정적인 메소드

public static VerifyPdbFiles ( this project, IEnumerable files ) : string>.Dictionary
project this
files IEnumerable
리턴 string>.Dictionary

VerifyPdbFiles() 공개 정적인 메소드

public static VerifyPdbFiles ( this project, IEnumerable files, string pdbFileFullPath ) : string>.Dictionary
project this
files IEnumerable
pdbFileFullPath string
리턴 string>.Dictionary