C# Class Bari.Plugins.Csharp.VisualStudio.CsprojSections.VersionSection

.csproj section generating and referring to the version information
Inheritance: Bari.Plugins.VsCore.VisualStudio.ProjectSections.MSBuildProjectSectionBase
Afficher le fichier Open project: vigoo/bari

Méthodes publiques

Méthode 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 méthode

Initializes the class
public VersionSection ( Suite suite ) : System.IO
suite Suite Active suite
Résultat System.IO

Write() public méthode

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
Résultat void