5 references to PredictActiveSolutionConfigurationName
Microsoft.Build (1)
Construction\Solution\SolutionProjectGenerator.cs (1)
2114return PredictActiveSolutionConfigurationName(_solutionFile, _globalProperties);
Microsoft.Build.Engine.UnitTests (4)
Construction\SolutionProjectGenerator_Tests.cs (4)
1852Assert.Equal("Debug|Mixed Platforms", SolutionProjectGenerator.PredictActiveSolutionConfigurationName(solution, globalProperties)); 1855Assert.Equal("Release|Mixed Platforms", SolutionProjectGenerator.PredictActiveSolutionConfigurationName(solution, globalProperties)); 1858Assert.Equal("Release|Win32", SolutionProjectGenerator.PredictActiveSolutionConfigurationName(solution, globalProperties)); 1861Assert.Null(SolutionProjectGenerator.PredictActiveSolutionConfigurationName(solution, globalProperties));