2 references to Project
Microsoft.Build (1)
Definition\Project.cs (1)
413: this(projectFile, globalProperties, toolsVersion, projectCollection, ProjectLoadSettings.Default)
Microsoft.Build.Engine.OM.UnitTests (1)
ObjectModelRemoting\RemoteProjectsProviderMock\ExporterMock.cs (1)
164public Project LoadProjectWithSettings(string path, ProjectLoadSettings settings) => new Project(path, null, null, this.Collection, settings);