22 references to Project
Microsoft.Build (2)
Definition\Project.cs (1)
402
:
this
(projectFile, globalProperties, toolsVersion, ProjectCollection.GlobalProjectCollection)
Definition\ProjectCollection.cs (1)
1277
project = new
Project
(fileName, globalProperties, effectiveToolsVersion, this);
Microsoft.Build.Engine.OM.UnitTests (11)
Definition\Project_Tests.cs (5)
3253
var project = new
Project
(testFiles.ProjectFile, new Dictionary<string, string>(), MSBuildConstants.CurrentToolsVersion, projectCollection);
3283
var project = new
Project
(testFiles.ProjectFile, new Dictionary<string, string>(), MSBuildConstants.CurrentToolsVersion, projectCollection);
3574
var project = new
Project
(testFiles.ProjectFile, new Dictionary<string, string>(), MSBuildConstants.CurrentToolsVersion, projectCollection);
3769
var project = new
Project
(testFiles.ProjectFile, new Dictionary<string, string>(), MSBuildConstants.CurrentToolsVersion, projectCollection);
3844
var globResult = new
Project
(testFiles.ProjectFile, null, MSBuildConstants.CurrentToolsVersion, projectCollection).GetAllGlobs();
Definition\ProjectItem_Tests.cs (6)
1153
ObjectModelHelpers.AssertItems(expectedInclude, new
Project
(testFiles.ProjectFile, new Dictionary<string, string>(), MSBuildConstants.CurrentToolsVersion, projectCollection).Items.ToList());
1173
ObjectModelHelpers.AssertItems(expectedInclude, new
Project
(testFiles.ProjectFile, new Dictionary<string, string>(), MSBuildConstants.CurrentToolsVersion, projectCollection).Items.ToList());
2214
var project = new
Project
(testProject.ProjectFile, new Dictionary<string, string>(), MSBuildConstants.CurrentToolsVersion, env.CreateProjectCollection().Collection);
2274
var project = new
Project
(testProject.ProjectFile, new Dictionary<string, string>(), MSBuildConstants.CurrentToolsVersion, env.CreateProjectCollection().Collection);
3658
return new
Project
(p, new Dictionary<string, string>(), MSBuildConstants.CurrentToolsVersion, c)
3754
var project = new
Project
(testFiles.ProjectFile, new Dictionary<string, string>(), null, projectCollection);
Microsoft.Build.Engine.UnitTests (6)
BackEnd\BuildManager_Tests.cs (1)
3773
var p2pProject = new
Project
(p2pProjectPath, new Dictionary<string, string>(), MSBuildConstants.CurrentToolsVersion, collection);
BackEnd\IntrinsicTask_Tests.cs (1)
3992
var project = new
Project
(p, new Dictionary<string, string>(), MSBuildConstants.CurrentToolsVersion, c);
BackEnd\MSBuild_Tests.cs (2)
2054
var project = new
Project
(mainProjectPath, globalProperties, null, collection);
2129
project = new
Project
(mainProjectPath, null, null, collection);
Evaluation\EvaluationLogging_Tests.cs (1)
88
var project = new
Project
(projectFile, null, null, collection);
Instance\ProjectInstance_Internal_Tests.cs (1)
719
(f, xml, c) => new
Project
(f, null, null, c).CreateProjectInstance()
Microsoft.Build.UnitTests.Shared (3)
EngineTestEnvironment.cs (1)
210
Project project = new
Project
(ProjectFile, globalProperties, toolsVersion, projectCollection);
ObjectModelHelpers.cs (2)
123
return new
Project
(p, new Dictionary<string, string>(), MSBuildConstants.CurrentToolsVersion, c)
986
Project project = new
Project
(projectFileFullPath, null, null, projectCollection);