# ProjectResourceOptions

- Module: [Aspire.Hosting](/reference/api/typescript/aspire.hosting.md)
- Version: `13.2.0`
- Kind: `handle`
- Source: [GitHub](https://github.com/microsoft/aspire)

## Definition

```typescript
interface ProjectResourceOptions {
  excludeKestrelEndpoints: boolean;
  excludeLaunchProfile: boolean;
  launchProfileName: string;
}
```

## Properties

- `excludeKestrelEndpoints`: `boolean` `get - set` -- Gets the ExcludeKestrelEndpoints property
- `excludeLaunchProfile`: `boolean` `get - set` -- Gets the ExcludeLaunchProfile property
- `launchProfileName`: `string` `get - set` -- Gets the LaunchProfileName property
