5 references to ProjectReferences
Microsoft.Build (3)
Construction\Solution\SolutionFile.cs (1)
1459
proj.
ProjectReferences
.Add(referencedProjectGuid);
Construction\Solution\SolutionProjectGenerator.cs (2)
1473
if (project.
ProjectReferences
.Count > 0)
1615
foreach (string projectReferenceGuid in project.
ProjectReferences
)
Microsoft.Build.Engine.UnitTests (2)
Construction\SolutionFile_NewParser_Tests.cs (1)
122
List<string> aspNetProjectReferences = solution.ProjectsInOrder[0].
ProjectReferences
;
Construction\SolutionFile_OldParser_Tests.cs (1)
1579
List<string> aspNetProjectReferences = solution.ProjectsInOrder[0].
ProjectReferences
;