π€Change Launcher Executable Name
The icon will be showed in the taskbar
This tutorial requires to open GameLauncher.sln in Visual Studio
Open Project File
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>

Save the project and you will see the new Launcher name!

See also Set an Application Icon
Last updated