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

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

공개 메소드들

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

Cleans the specified kern.

GetXmlDocFile ( ProjectNode project, ConfigurationNode conf ) : string

Gets the XML doc file.

VS2003Target ( ) : System

Initializes a new instance of the VS2003Target class.

Write ( Kernel kern ) : void

Writes the specified kern.

비공개 메소드들

메소드 설명
CleanProject ( ProjectNode project ) : void
CleanSolution ( SolutionNode solution ) : void
MakeRefPath ( ProjectNode project ) : string
WriteProject ( SolutionNode solution, ProjectNode project ) : void
WriteSolution ( SolutionNode solution ) : 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

VS2003Target() 공개 메소드

Initializes a new instance of the VS2003Target class.
public VS2003Target ( ) : System
리턴 System

Write() 공개 메소드

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