5 references to PredictActiveSolutionConfigurationName
Microsoft.Build (1)
Construction\Solution\SolutionProjectGenerator.cs (1)
2184return PredictActiveSolutionConfigurationName(_solutionFile, _globalProperties);
Microsoft.Build.Engine.UnitTests (4)
Construction\SolutionProjectGenerator_Tests.cs (4)
1914Assert.Equal("Debug|Mixed Platforms", SolutionProjectGenerator.PredictActiveSolutionConfigurationName(solution, globalProperties)); 1917Assert.Equal("Release|Mixed Platforms", SolutionProjectGenerator.PredictActiveSolutionConfigurationName(solution, globalProperties)); 1920Assert.Equal("Release|Win32", SolutionProjectGenerator.PredictActiveSolutionConfigurationName(solution, globalProperties)); 1923Assert.Null(SolutionProjectGenerator.PredictActiveSolutionConfigurationName(solution, globalProperties));