C# Class Prebuild.Core.Targets.MakefileTarget

Inheritance: ITarget
Afficher le fichier Open project: aurora-sim/Aurora-Libs

Méthodes publiques

Méthode Description
Clean ( Kernel kern ) : void
Write ( Kernel kern ) : void

Private Methods

Méthode Description
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

Method Details

Clean() public méthode

public Clean ( Kernel kern ) : void
kern Kernel
Résultat void

Write() public méthode

public Write ( Kernel kern ) : void
kern Kernel
Résultat void