C# Class Prebuild.Core.Targets.VS2003Target

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.

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.

Private Methods

Méthode Description
CleanProject ( ProjectNode project ) : void
CleanSolution ( SolutionNode solution ) : void
MakeRefPath ( ProjectNode project ) : string
WriteProject ( SolutionNode solution, ProjectNode project ) : void
WriteSolution ( SolutionNode solution ) : 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

VS2003Target() public méthode

Initializes a new instance of the VS2003Target class.
public VS2003Target ( ) : System
Résultat System

Write() public méthode

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