# KnownLaunchConfigurationTypes

- Kind: `class`
- Package: [Aspire.Hosting](/reference/api/csharp/aspire.hosting.md)
- Version: `13.5.3`
- Namespace: `Aspire.Hosting.ApplicationModel`
- Target framework: `net10.0`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/b5f143315ffb6968ea939a9978797a5b20e4c688/src/Aspire.Hosting/ApplicationModel/KnownLaunchConfigurationTypes.cs)

Well-known launch configuration type identifiers.

## Definition

```csharp
namespace Aspire.Hosting.ApplicationModel;

public static class KnownLaunchConfigurationTypes
{
    // ...
}
```

## Remarks

The launch configuration type tells the IDE which launcher to use for a resource. Integrations are free to define their own identifiers (for example `"go"` or `"python"`); only the identifiers that Aspire itself gives special meaning to are listed here.

## Fields

- [Project](/reference/api/csharp/aspire.hosting/knownlaunchconfigurationtypes/fields.md#project) : `string` `static` -- The .NET project launch configuration type.
