C# Class Prebuild.Core.Targets.VS2003Target

Inheritance: ITarget
显示文件 Open project: aurora-sim/Aurora-Libs

Public Methods

Method 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

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

VS2003Target() public method

Initializes a new instance of the VS2003Target class.
public VS2003Target ( ) : System
return System

Write() public method

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