C# Class Prebuild.Core.Targets.VSGenericTarget

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

Public Methods

Method Description
Clean ( Kernel kern ) : void

Cleans the specified kern.

VSGenericTarget ( ) : System

Initializes a new instance of the VS2008Target class.

Write ( Kernel kern ) : void

Writes the specified kern.

Private Methods

Method Description
CleanProject ( ProjectNode project ) : void
CleanSolution ( SolutionNode solution ) : void
ContainsSqlFiles ( string folder ) : bool
FindProjectInSolution ( string name, SolutionNode solution ) : ProjectNode
FindProjectInSolutionRecursively ( string name, SolutionNode solution ) : ProjectNode
MakeRefPath ( ProjectNode project ) : string
WriteConfigurationLines ( ICollection configurations, SolutionNode solution, StreamWriter ss ) : void
WriteDatabaseFoldersAndFiles ( IndentedTextWriter writer, string folder ) : void
WriteDatabaseProject ( SolutionNode solution, Prebuild.Core.Nodes.DatabaseProjectNode project ) : void
WriteEmbeddedSolution ( StreamWriter writer, SolutionNode embeddedSolution ) : void
WriteNestedFolder ( StreamWriter writer, System.Guid parentGuid, System.Guid childGuid ) : void
WriteNestedProject ( StreamWriter writer, SolutionNode solution, System.Guid projectGuid ) : void
WriteNestedProjectMap ( StreamWriter writer, SolutionNode embeddedSolution ) : void
WriteProject ( SolutionNode solution, ProjectNode project ) : void
WriteProject ( SolutionNode solution, StreamWriter ss, Prebuild.Core.Nodes.DatabaseProjectNode dbProject ) : void
WriteProject ( SolutionNode solution, StreamWriter ss, ProjectNode project ) : void
WriteProject ( StreamWriter ss, SolutionNode solution, string language, System.Guid guid, string name, string projectFullPath ) : void
WriteProject ( StreamWriter writer, string language, System.Guid projectGuid, string name, string location ) : void
WriteProject ( StreamWriter writer, string language, System.Guid projectGuid, string name, string location, FilesNode files ) : void
WriteProjectDeclarations ( StreamWriter writer, SolutionNode actualSolution, SolutionNode embeddedSolution ) : void
WriteSolution ( SolutionNode solution, bool writeSolutionToDisk ) : void
WriteSolutionFiles ( SolutionNode solution, StreamWriter ss ) : void

Method Details

Clean() public method

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

VSGenericTarget() public method

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

Write() public method

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