3 references to GetPropertiesLaunchSettingsPath
dotnet (2)
Commands\Run\RunCommand.cs (1)
270
string launchSettingsPath = CommonRunHelpers.
GetPropertiesLaunchSettingsPath
(buildPathContainer, propsDirectory);
Commands\Test\MTP\SolutionAndProjectUtility.cs (1)
373
var launchSettingsPath = CommonRunHelpers.
GetPropertiesLaunchSettingsPath
(projectDirectory, appDesignerFolder);
dotnet-watch (1)
Process\LaunchSettingsProfile.cs (1)
34
var launchSettingsPath = CommonRunHelpers.
GetPropertiesLaunchSettingsPath
(projectDirectory, "Properties");