# Change Launcher Executable Name

{% hint style="warning" %}
This tutorial requires to open *<mark style="color:purple;">**GameLauncher.sln**</mark>* in Visual Studio
{% endhint %}

### Open Project File

1. In the **Solution Explorer,** in the **GameLauncher project,** right click **-> Edit Project File**

<figure><img src="https://4090346021-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOQCKadC4SNL7ML9xwPi2%2Fuploads%2FWAZ4yJIl3Z8EyocRDfaW%2Fimage.png?alt=media&#x26;token=b1657025-3d9c-494b-be54-18e56bf4942c" alt=""><figcaption></figcaption></figure>

2\. Add a new line under **\<PropertyGroup>**

```
<AssemblyName>MY NEW NAME</AssemblyName>
```

<figure><img src="https://4090346021-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOQCKadC4SNL7ML9xwPi2%2Fuploads%2FQEGy80ide5O2bJ5U8mfp%2Fimage.png?alt=media&#x26;token=39a697a5-9f1a-473d-addf-2b19b7a52ca7" alt=""><figcaption></figcaption></figure>

3. **Save the project** and you will see the new Launcher name!

<figure><img src="https://4090346021-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOQCKadC4SNL7ML9xwPi2%2Fuploads%2F1HmGBg9cHqpsbkG0u6Rp%2Fimage.png?alt=media&#x26;token=65f19f3d-5d97-4212-b7f0-9a6964b70ad9" alt=""><figcaption></figcaption></figure>

See also [set-an-application-icon](https://gamelauncher.gitbook.io/documentation/customization/set-an-application-icon "mention")
