2 references to BuildProjectInSolutionAttribute
Microsoft.Build (1)
BackEnd\Components\ProjectCache\ProjectCacheService.cs (1)
770var buildProjectInSolution = projectConfiguration.Attributes![SolutionConfiguration.BuildProjectInSolutionAttribute];
Microsoft.Build.Tasks.Core (1)
AssignProjectConfiguration.cs (1)
337string buildProjectInSolution = projectConfigurationElement.GetAttribute(SolutionConfiguration.BuildProjectInSolutionAttribute);