C# 클래스 Prebuild.Core.Targets.MonoDevelopTarget

상속: ITarget
파일 보기 프로젝트 열기: aurora-sim/Aurora-Libs

공개 메소드들

메소드 설명
Clean ( Kernel kern ) : void

Cleans the specified kern.

GenerateXmlDocFile ( ProjectNode project, ConfigurationNode conf ) : string

Gets the XML doc file.

Write ( Kernel kern ) : void

Writes the specified kern.

비공개 메소드들

메소드 설명
BuildReference ( SolutionNode solution, ReferenceNode refr ) : string
CleanProject ( ProjectNode project ) : void
CleanSolution ( SolutionNode solution ) : void
FindFileReference ( string refName, ProjectNode project ) : string
PrependPath ( string path ) : string
WriteCombine ( SolutionNode solution ) : void
WriteProject ( SolutionNode solution, ProjectNode project ) : void

메소드 상세

Clean() 공개 메소드

Cleans the specified kern.
public Clean ( Kernel kern ) : void
kern Kernel The kern.
리턴 void

GenerateXmlDocFile() 공개 정적인 메소드

Gets the XML doc file.
public static GenerateXmlDocFile ( ProjectNode project, ConfigurationNode conf ) : string
project Prebuild.Core.Nodes.ProjectNode The project.
conf Prebuild.Core.Nodes.ConfigurationNode The conf.
리턴 string

Write() 공개 메소드

Writes the specified kern.
public Write ( Kernel kern ) : void
kern Kernel The kern.
리턴 void