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

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

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

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

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

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

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

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

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

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

Initializes a new instance of the VS2008Target class.
public VSGenericTarget ( ) : System
Результат System

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

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