12 references to Project
Microsoft.Build (1)
Definition\Project.cs (1)
225
:
this
(xml, globalProperties, toolsVersion, projectCollection, ProjectLoadSettings.Default)
Microsoft.Build.Engine.OM.UnitTests (8)
Definition\Project_Tests.cs (6)
373
Project project = new
Project
(xml, null, null, collection, ProjectLoadSettings.IgnoreMissingImports);
389
Project project = new
Project
(xml, null, null, new ProjectCollection(), ProjectLoadSettings.IgnoreMissingImports);
3992
Project unused = new
Project
(pre, null, null, collection, ProjectLoadSettings.IgnoreEmptyImports);
4039
Project unused = new
Project
(pre, null, null, collection, ProjectLoadSettings.IgnoreInvalidImports);
4079
Project unused = new
Project
(pre, null, null, collection, ProjectLoadSettings.IgnoreInvalidImports);
4122
Project unused = new
Project
(pre, null, null, collection, ProjectLoadSettings.IgnoreMissingImports);
Instance\ProjectInstance_Tests.cs (1)
469
var projBEval = new
Project
(projB, null, null, pc, loadSettings);
ObjectModelRemoting\RemoteProjectsProviderMock\ExporterMock.cs (1)
175
Project project = new
Project
(xml, null, null, this.Collection, settings);
Microsoft.Build.Engine.UnitTests (2)
Evaluation\ProjectSdkImplicitImport_Tests.cs (1)
480
Project project = new
Project
(rootElement,
Instance\ProjectInstance_Internal_Tests.cs (1)
867
: new
Project
(rootElement, globalProperties: null, toolsVersion: null, projectCollection, projectLoadSettings).CreateProjectInstance();
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
Build\ProjectBuildManager.cs (1)
113
var project = new MSB.Evaluation.
Project
(