C# Class Bari.Plugins.VCpp.VisualStudio.VcxprojGenerator

Class generating .vcxproj project files
Inheritance: IMSBuildProjectGeneratorContext
Datei anzeigen Open project: vigoo/bari

Public Methods

Method Description
Generate ( Project project, IEnumerable references, TextWriter output ) : void

Writes the output

VcxprojGenerator ( IEnumerable sections ) : System.Collections.Generic

Initializes the project file generator

Method Details

Generate() public method

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

VcxprojGenerator() public method

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