C# Class Bari.Plugins.Fsharp.VisualStudio.FsprojSections.PropertiesSection

Inheritance: Bari.Plugins.VsCore.VisualStudio.ProjectSections.MSBuildProjectSectionBase
Datei anzeigen Open project: vigoo/bari

Public Methods

Method Description
PropertiesSection ( Suite suite, IProjectGuidManagement projectGuidManagement, [ targetDir ) : System
Write ( XmlWriter writer, Project project, IMSBuildProjectGeneratorContext context ) : void

Private Methods

Method Description
GetOutputType ( ProjectType type ) : string
WriteConfigurationSpecificPart ( XmlWriter writer, Project project ) : void

Method Details

PropertiesSection() public method

public PropertiesSection ( Suite suite, IProjectGuidManagement projectGuidManagement, [ targetDir ) : System
suite Suite
projectGuidManagement IProjectGuidManagement
targetDir [
return System

Write() public method

public Write ( XmlWriter writer, Project project, IMSBuildProjectGeneratorContext context ) : void
writer System.Xml.XmlWriter
project Project
context IMSBuildProjectGeneratorContext
return void