Definition\Project.cs (5)
150: this(ProjectRootElement.Create(projectCollection), null, null, projectCollection)
160: this(ProjectRootElement.Create(projectCollection, newProjectFileOptions), null, null, projectCollection)
173: this(ProjectRootElement.Create(projectCollection, DefaultNewProjectTemplateOptions), globalProperties, toolsVersion, projectCollection)
187: this(ProjectRootElement.Create(projectCollection, newProjectFileOptions), globalProperties, toolsVersion, projectCollection)
215: this(xml, globalProperties, toolsVersion, ProjectCollection.GlobalProjectCollection)