1 reference to TryGetLaunchProfileSettings
dotnet (1)
Commands\Test\MTP\SolutionAndProjectUtility.cs (1)
334
var launchSettings =
TryGetLaunchProfileSettings
(Path.GetDirectoryName(projectFullPath)!, Path.GetFileNameWithoutExtension(projectFullPath), project.GetPropertyValue(ProjectProperties.AppDesignerFolder), buildOptions, profileName: null);