C# Класс Bari.Plugins.Fsharp.VisualStudio.FsprojSections.PropertiesSection

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

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

Метод Описание
PropertiesSection ( Suite suite, IProjectGuidManagement projectGuidManagement, [ targetDir ) : System
Write ( XmlWriter writer, Project project, IMSBuildProjectGeneratorContext context ) : void

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

Метод Описание
GetOutputType ( ProjectType type ) : string
WriteConfigurationSpecificPart ( XmlWriter writer, Project project ) : void

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

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

public PropertiesSection ( Suite suite, IProjectGuidManagement projectGuidManagement, [ targetDir ) : System
suite Suite
projectGuidManagement IProjectGuidManagement
targetDir [
Результат System

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

public Write ( XmlWriter writer, Project project, IMSBuildProjectGeneratorContext context ) : void
writer System.Xml.XmlWriter
project Project
context IMSBuildProjectGeneratorContext
Результат void