πŸ”€Change Launcher Executable Name

The icon will be showed in the taskbar

Open Project File

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

2. Add a new line under <PropertyGroup>

<AssemblyName>MY NEW NAME</AssemblyName>
  1. Save the project and you will see the new Launcher name!

See also Set an Application Icon

Last updated