# KnownLaunchConfigurationTypes Fields

- Package: [Aspire.Hosting](/reference/api/csharp/aspire.hosting.md)
- Type: [KnownLaunchConfigurationTypes](/reference/api/csharp/aspire.hosting/knownlaunchconfigurationtypes.md)
- Kind: `Fields`
- Members: `1`

Well-known launch configuration type identifiers.

<a id="project"></a>

## Project

- Name: `Project`
- Modifiers: `static` `const`
- Returns: `string`

The .NET project launch configuration type.

```csharp
public const static string Project
```

## Remarks

This type is reserved for resources that carry [IProjectMetadata](/reference/api/csharp/aspire.hosting/iprojectmetadata.md). Aspire hands the project path (and launch profile) to the IDE, which owns building and launching the project, so no process fallback is offered for resources using this type.
