C# 클래스 GenerateMsBuildTask.ProjectRootElementExtensions

파일 보기 프로젝트 열기: skolima/generate-msbuild

공개 메소드들

메소드 설명
EnsureImportExists ( this project, string importedProject ) : void
EnsureItemExists ( this project, string itemType, string include ) : void
EnsurePropertyExists ( this project, string name, string value ) : void
GetAssemblyName ( this project ) : string
GetOutputFileName ( this project ) : string
GetOutputPath ( this project ) : string
GetOutputType ( this project ) : string
GetProjectId ( this project ) : System.Guid
GetTypeId ( this project ) : System.Guid
SetDefaultPropertyValue ( this project, string name, string value ) : void

메소드 상세

EnsureImportExists() 공개 정적인 메소드

public static EnsureImportExists ( this project, string importedProject ) : void
project this
importedProject string
리턴 void

EnsureItemExists() 공개 정적인 메소드

public static EnsureItemExists ( this project, string itemType, string include ) : void
project this
itemType string
include string
리턴 void

EnsurePropertyExists() 공개 정적인 메소드

public static EnsurePropertyExists ( this project, string name, string value ) : void
project this
name string
value string
리턴 void

GetAssemblyName() 공개 정적인 메소드

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

GetOutputFileName() 공개 정적인 메소드

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

GetOutputPath() 공개 정적인 메소드

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

GetOutputType() 공개 정적인 메소드

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

GetProjectId() 공개 정적인 메소드

public static GetProjectId ( this project ) : System.Guid
project this
리턴 System.Guid

GetTypeId() 공개 정적인 메소드

public static GetTypeId ( this project ) : System.Guid
project this
리턴 System.Guid

SetDefaultPropertyValue() 공개 정적인 메소드

public static SetDefaultPropertyValue ( this project, string name, string value ) : void
project this
name string
value string
리턴 void