C# Class Prebuild.Core.Targets.NAntTarget

Inheritance: ITarget
Mostrar archivo Open project: 3di/3di-viewer-rei-libs

Public Methods

Method 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

Method 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 method

Cleans the specified kern.
public Clean ( Kernel kern ) : void
kern Kernel The kern.
return void

GetXmlDocFile() public static method

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.
return string

Write() public method

Writes the specified kern.
public Write ( Kernel kern ) : void
kern Kernel The kern.
return void