2 types derived from ExecutableLaunchConfiguration
Aspire.Hosting.Python (2)
PythonAppLaunchConfiguration.cs (1)
9
internal sealed class PythonLaunchConfiguration() :
ExecutableLaunchConfiguration
("python")
src\Aspire.Hosting\Dcp\Model\ExecutableLaunchConfiguration.cs (1)
33
internal class ProjectLaunchConfiguration() :
ExecutableLaunchConfiguration
("project")