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

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

공개 메소드들

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

비공개 메소드들

메소드 설명
CleanSolution ( SolutionNode solution ) : void
FindFileReference ( string refName, ProjectNode project ) : string
NicePath ( ProjectNode proj, string path ) : string
ProjectClashes ( ProjectNode project ) : bool
ProjectOutput ( ProjectNode project, ConfigurationNode config ) : string
ProjectTypeToExtension ( ProjectType t ) : string
ProjectTypeToTarget ( ProjectType t ) : string
WriteIntro ( StreamWriter f, SolutionNode solution ) : void
WritePhony ( StreamWriter f, SolutionNode solution ) : void
WriteProject ( StreamWriter f, SolutionNode solution, ProjectNode project ) : void
WriteProjectDependencies ( StreamWriter f, SolutionNode solution, ProjectNode project ) : void
WriteProjectFiles ( StreamWriter f, SolutionNode solution, ProjectNode project ) : void
WriteProjectReferences ( StreamWriter f, SolutionNode solution, ProjectNode project ) : void
WriteSolution ( SolutionNode solution ) : void

메소드 상세

Clean() 공개 메소드

public Clean ( Kernel kern ) : void
kern Kernel
리턴 void

Write() 공개 메소드

public Write ( Kernel kern ) : void
kern Kernel
리턴 void