C# Класс Bari.Plugins.Csharp.VisualStudio.CsprojSections.PropertiesSection

.csproj section for generic project properties
Наследование: Bari.Plugins.VsCore.VisualStudio.ProjectSections.MSBuildProjectSectionBase
Показать файл Открыть проект

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

Метод Описание
PropertiesSection ( Suite suite, IProjectGuidManagement projectGuidManagement, [ targetDir ) : System

Initializes the class

Write ( XmlWriter writer, Project project, IMSBuildProjectGeneratorContext context ) : void

Writes the section using an XML writer

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

Метод Описание
GetOutputType ( ProjectType type ) : string
WriteAppConfig ( XmlWriter writer, Project project ) : void
WriteApplicationIcon ( XmlWriter writer, Project project, Bari.Plugins.Csharp.Model.CsharpProjectParameters parameters ) : void
WriteConfigurationSpecificPart ( XmlWriter writer, Project project ) : void
WriteManifest ( XmlWriter writer, Project project ) : void

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

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

Initializes the class
public PropertiesSection ( Suite suite, IProjectGuidManagement projectGuidManagement, [ targetDir ) : System
suite Suite Active suite
projectGuidManagement IProjectGuidManagement Project GUID management service
targetDir [ Target directory where the compiled files will be placed
Результат System

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

Writes the section using an XML writer
public Write ( XmlWriter writer, Project project, IMSBuildProjectGeneratorContext context ) : void
writer System.Xml.XmlWriter XML writer to use
project Project The project to generate .csproj for
context IMSBuildProjectGeneratorContext Current .csproj generation context
Результат void