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

.fsproj section generating and referring to the version information
Inheritance: Bari.Plugins.VsCore.VisualStudio.ProjectSections.MSBuildProjectSectionBase
Datei anzeigen Open project: vigoo/bari

Public Methods

Method Description
VersionSection ( Suite suite ) : System.IO

Initializes the class

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

Writes the section using an XML writer

Method Details

VersionSection() public method

Initializes the class
public VersionSection ( Suite suite ) : System.IO
suite Suite Active suite
return System.IO

Write() public method

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
return void