2 references to GetPropertiesLaunchSettingsPath
dotnet (1)
Commands\Test\MTP\SolutionAndProjectUtility.cs (1)
381
var launchSettingsPath = LaunchSettings.
GetPropertiesLaunchSettingsPath
(projectDirectory, appDesignerFolder);
Microsoft.DotNet.ProjectTools (1)
LaunchSettings\LaunchSettings.cs (1)
41
string launchSettingsPath =
GetPropertiesLaunchSettingsPath
(buildPathContainer, propsDirectory);