20 references to Project
Microsoft.Build (2)
Definition\Project.cs (1)
396
:
this
(projectFile, globalProperties, toolsVersion, ProjectCollection.GlobalProjectCollection)
Definition\ProjectCollection.cs (1)
1215
project = new
Project
(fileName, globalProperties, effectiveToolsVersion, this);
Microsoft.Build.Engine.OM.UnitTests (11)
Definition\Project_Tests.cs (5)
3254
var project = new
Project
(testFiles.ProjectFile, new Dictionary<string, string>(), MSBuildConstants.CurrentToolsVersion, projectCollection);
3284
var project = new
Project
(testFiles.ProjectFile, new Dictionary<string, string>(), MSBuildConstants.CurrentToolsVersion, projectCollection);
3575
var project = new
Project
(testFiles.ProjectFile, new Dictionary<string, string>(), MSBuildConstants.CurrentToolsVersion, projectCollection);
3770
var project = new
Project
(testFiles.ProjectFile, new Dictionary<string, string>(), MSBuildConstants.CurrentToolsVersion, projectCollection);
3845
var globResult = new
Project
(testFiles.ProjectFile, null, MSBuildConstants.CurrentToolsVersion, projectCollection).GetAllGlobs();
Definition\ProjectItem_Tests.cs (6)
1155
ObjectModelHelpers.AssertItems(expectedInclude, new
Project
(testFiles.ProjectFile, new Dictionary<string, string>(), MSBuildConstants.CurrentToolsVersion, projectCollection).Items.ToList());
1175
ObjectModelHelpers.AssertItems(expectedInclude, new
Project
(testFiles.ProjectFile, new Dictionary<string, string>(), MSBuildConstants.CurrentToolsVersion, projectCollection).Items.ToList());
2216
var project = new
Project
(testProject.ProjectFile, new Dictionary<string, string>(), MSBuildConstants.CurrentToolsVersion, env.CreateProjectCollection().Collection);
2276
var project = new
Project
(testProject.ProjectFile, new Dictionary<string, string>(), MSBuildConstants.CurrentToolsVersion, env.CreateProjectCollection().Collection);
3660
return new
Project
(p, new Dictionary<string, string>(), MSBuildConstants.CurrentToolsVersion, c)
3756
var project = new
Project
(testFiles.ProjectFile, new Dictionary<string, string>(), null, projectCollection);
Microsoft.Build.Engine.UnitTests (4)
BackEnd\BuildManager_Tests.cs (1)
3730
var p2pProject = new
Project
(p2pProjectPath, new Dictionary<string, string>(), MSBuildConstants.CurrentToolsVersion, collection);
BackEnd\IntrinsicTask_Tests.cs (1)
3988
var project = new
Project
(p, new Dictionary<string, string>(), MSBuildConstants.CurrentToolsVersion, c);
Evaluation\EvaluationLogging_Tests.cs (1)
88
var project = new
Project
(projectFile, null, null, collection);
Instance\ProjectInstance_Internal_Tests.cs (1)
721
(f, xml, c) => new
Project
(f, null, null, c).CreateProjectInstance()
Microsoft.Build.UnitTests.Shared (3)
EngineTestEnvironment.cs (1)
218
Project project = new
Project
(ProjectFile, globalProperties, toolsVersion, projectCollection);
ObjectModelHelpers.cs (2)
125
return new
Project
(p, new Dictionary<string, string>(), MSBuildConstants.CurrentToolsVersion, c)
988
Project project = new
Project
(projectFileFullPath, null, null, projectCollection);