Method AddProject
AddProject(string, string)
When implemented by a class, adds project to the solution
ProjectId AddProject(string projectName, string projectPath)
Parameters
Returns
AddProject(ProjectInfo)
When implemented by a class, adds a new project to this solution
ProjectId AddProject(ProjectInfo projectInfo)
Parameters
projectInfo
ProjectInfoProjectInfo representing newly created project.
Returns
- ProjectId
Microsoft.CodeAnalysis.ProjectId
that is created.