C# Class Prebuild.Core.Targets.VS2005Target

Inheritance: ITarget
Mostrar archivo Open project: aurora-sim/Aurora-Libs

Public Methods

Method Description
Clean ( Kernel kern ) : void

Cleans the specified kern.

VS2005Target ( ) : System

Initializes a new instance of the VS2005Target class.

Write ( Kernel kern ) : void

Writes the specified kern.

Protected Methods

Method Description
GetToolsVersionXml ( FrameworkVersion frameworkVersion ) : string

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

GetToolsVersionXml() protected method

protected GetToolsVersionXml ( FrameworkVersion frameworkVersion ) : string
frameworkVersion FrameworkVersion
return string

VS2005Target() public method

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

Write() public method

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