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

상속: ITarget
파일 보기 프로젝트 열기: 3di/3di-viewer-rei-libs

공개 메소드들

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

Cleans the specified kern.

GetXmlDocFile ( ProjectNode project, ConfigurationNode conf ) : string

Gets the XML doc file.

Write ( Kernel kern ) : void

Writes the specified kern.

비공개 메소드들

메소드 설명
BuildReference ( SolutionNode solution, ReferenceNode refr ) : string
BuildReferencePath ( SolutionNode solution, ReferenceNode refr ) : string
CleanProject ( ProjectNode project ) : void
CleanSolution ( SolutionNode solution ) : void
FindFileReference ( string refName, ProjectNode project ) : string
GetExtension ( string refrName ) : 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

GetXmlDocFile() 공개 정적인 메소드

Gets the XML doc file.
public static GetXmlDocFile ( 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