C# Class Prebuild.Core.Targets.MonoDevelopTarget

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

Méthodes publiques

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

Private Methods

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

Method Details

Clean() public méthode

Cleans the specified kern.
public Clean ( Kernel kern ) : void
kern Kernel The kern.
Résultat void

GenerateXmlDocFile() public static méthode

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.
Résultat string

Write() public méthode

Writes the specified kern.
public Write ( Kernel kern ) : void
kern Kernel The kern.
Résultat void