Method | Description | |
---|---|---|
FsprojGenerator ( IEnumerable |
Initializes the project file generator
|
|
Generate ( Project project, IEnumerable |
Writes the output
|
public FsprojGenerator ( IEnumerable |
||
sections | IEnumerable |
Fsproj section writers to be used |
return | System.Collections.Generic |
public Generate ( Project project, IEnumerable |
||
project | Project | The project to generate fsproj file for |
references | IEnumerable |
Paths to the external references to be included in the project |
output | Output where the fsproj file will be written | |
versionOutput | Output where the version info should be generated | |
versionFileName | string | File name relative to the fsproj file for the version info |
return | void |