2 references to GetFlatLaunchSettingsPath
dotnet (1)
Commands\Test\MTP\SolutionAndProjectUtility.cs (1)
384
var runJsonPath = LaunchSettings.
GetFlatLaunchSettingsPath
(projectDirectory, projectNameWithoutExtension);
Microsoft.DotNet.ProjectTools (1)
LaunchSettings\LaunchSettings.cs (1)
45
string runJsonPath =
GetFlatLaunchSettingsPath
(buildPathContainer, appName);