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

.csproj section for generic project properties
Inheritance: Bari.Plugins.VsCore.VisualStudio.ProjectSections.MSBuildProjectSectionBase
Datei anzeigen Open project: vigoo/bari

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

PropertiesSection() public method

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

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