22 references to Project
Microsoft.Build (5)
Definition\Project.cs (5)
144
:
this
(ProjectRootElement.Create(projectCollection), null, null, projectCollection)
154
:
this
(ProjectRootElement.Create(projectCollection, newProjectFileOptions), null, null, projectCollection)
167
:
this
(ProjectRootElement.Create(projectCollection, DefaultNewProjectTemplateOptions), globalProperties, toolsVersion, projectCollection)
181
:
this
(ProjectRootElement.Create(projectCollection, newProjectFileOptions), globalProperties, toolsVersion, projectCollection)
209
:
this
(xml, globalProperties, toolsVersion, ProjectCollection.GlobalProjectCollection)
Microsoft.Build.Engine.OM.UnitTests (14)
Construction\ProjectRootElement_Tests.cs (1)
1749
var project = new
Project
(rootElement, null, null, projectCollection);
Definition\Project_Tests.cs (10)
138
Project project = new
Project
(xml, null, null, collection);
166
Project project = new
Project
(xml, null, null, collection);
1233
Project p = new
Project
(GetSampleProjectRootElement(), null, ObjectModelHelpers.MSBuildDefaultToolsVersion, collection);
1263
Project p = new
Project
(GetSampleProjectRootElement(), null, ObjectModelHelpers.MSBuildDefaultToolsVersion, collection);
1291
Project p = new
Project
(GetSampleProjectRootElement(), globalProperties, ObjectModelHelpers.MSBuildDefaultToolsVersion, collection);
1609
var project = new
Project
(projectRootElement, new Dictionary<string, string>(), MSBuildConstants.CurrentToolsVersion, projectCollection);
3907
Project unused = new
Project
(pre, null, null, collection);
3948
Project unused = new
Project
(pre, null, null, collection);
4165
Project unused = new
Project
(pre, null, null, collection);
4211
Project unused = new
Project
(pre2, null, null, collection);
Definition\ProjectCollection_Tests.cs (1)
1404
project = new
Project
(pre, null, null, collection);
Instance\ProjectInstance_Tests.cs (2)
427
var projBEval = new
Project
(projB, null, null, pc);
511
var projBEval = new
Project
(projB, null, null, pc);
Microsoft.Build.Engine.UnitTests (3)
BackEnd\BuildManager_Tests.cs (2)
3706
var mainProject = new
Project
(mainRootElement, new Dictionary<string, string>(), MSBuildConstants.CurrentToolsVersion, collection);
3857
var project = new
Project
(root, new Dictionary<string, string>(), MSBuildConstants.CurrentToolsVersion,
EscapingInProjects_Tests.cs (1)
650
Project project = new
Project
(projectElement, null, null, collection);