C# Класс Prebuild.Core.Targets.VS2003Target

Наследование: ITarget
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
CleanProject ( ProjectNode project ) : void
CleanSolution ( SolutionNode solution ) : void
MakeRefPath ( ProjectNode project ) : string
WriteProject ( SolutionNode solution, ProjectNode project ) : void
WriteSolution ( SolutionNode solution ) : void

Описание методов

Clean() публичный Метод

Cleans the specified kern.
public Clean ( Kernel kern ) : void
kern Kernel The kern.
Результат void

GetXmlDocFile() публичный статический Метод

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.
Результат string

VS2003Target() публичный Метод

Initializes a new instance of the VS2003Target class.
public VS2003Target ( ) : System
Результат System

Write() публичный Метод

Writes the specified kern.
public Write ( Kernel kern ) : void
kern Kernel The kern.
Результат void