C# Class Prebuild.Core.Targets.NAntTarget

Inheritance: ITarget
Afficher le fichier Open project: 3di/3di-viewer-rei-libs

Méthodes publiques

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

Private Methods

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

Method Details

Clean() public méthode

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

GetXmlDocFile() public static méthode

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

Write() public méthode

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