C# 클래스 Bari.Plugins.Fsharp.VisualStudio.FsprojSections.PropertiesSection

상속: Bari.Plugins.VsCore.VisualStudio.ProjectSections.MSBuildProjectSectionBase
파일 보기 프로젝트 열기: vigoo/bari

공개 메소드들

메소드 설명
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