C# 클래스 Bari.Plugins.VCpp.VisualStudio.VcxprojGenerator

Class generating .vcxproj project files
상속: IMSBuildProjectGeneratorContext
파일 보기 프로젝트 열기: vigoo/bari

공개 메소드들

메소드 설명
Generate ( Project project, IEnumerable references, TextWriter output ) : void

Writes the output

VcxprojGenerator ( IEnumerable sections ) : System.Collections.Generic

Initializes the project file generator

메소드 상세

Generate() 공개 메소드

Writes the output
public Generate ( Project project, IEnumerable references, TextWriter output ) : void
project Project The project to generate vcxproj file for
references IEnumerable Paths to the external references to be included in the project
output System.IO.TextWriter Output where the vcxproj file will be written
리턴 void

VcxprojGenerator() 공개 메소드

Initializes the project file generator
public VcxprojGenerator ( IEnumerable sections ) : System.Collections.Generic
sections IEnumerable Vcxproj section writers to be used
리턴 System.Collections.Generic