2 references to BuildingProject
Microsoft.Build (1)
BackEnd\Components\ProjectCache\ProjectCacheService.cs (1)
428
string? buildingProject = buildRequestConfiguration.GlobalProperties[DesignTimeProperties.
BuildingProject
]?.EvaluatedValue;
Microsoft.Build.Framework (1)
Constants.cs (1)
153
internal const string BuildingProject = nameof(
BuildingProject
);