FSharpWorkspaceProjects Type
Interface for managing with projects in an F# workspace.
Instance members
Instance member |
Description
|
Full Usage:
this.AddOrUpdate
Parameters:
string
outputFileName : string
sourceFiles : string seq
referencesOnDisk : string seq
otherOptions : string list
Returns: FSharpProjectIdentifier
|
|
Full Usage:
this.AddOrUpdate
Parameters:
string
outputPath : string
compilerArgs : string seq
Returns: FSharpProjectIdentifier
|
|
Full Usage:
this.AddOrUpdate
Parameters:
ProjectConfig
sourceFilePaths : string seq
Returns: FSharpProjectIdentifier
|
Adds or updates an F# project in the workspace. Project is identified by the project file and output path or FSharpProjectIdentifier.
|