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

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

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

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

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

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

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

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

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

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