How to Change the exe name of the Windows Application in Visual Studio?

When you create a Windows Application in Visual Studio, by default, the name of the exe is the same as the Project.

How to change the exe name of the Windows Application in Visual Studio 2010 ?

Note that when you try to change or rename the project, still the exe name will be the same. To change the exe name of the Application Name, you must change the Assembly Name which defaults to the Project Name.

How to change the exe name of the Windows Application in Visual Studio 2010 ?

To change the exe name follow the steps below .

1. Right click on the project from solution explorer and click properties .

2. In the Project Properties Window , Navigate to the Application tab .

3. Change the Name of the Assembly to the desired exe name in the “Assembly Name” field . and save the changes

How to change the exe name of the Windows Application in Visual Studio 2010 ?

4. Build the project Now and navigate to the project output folder(debug/bin) to see the exe with the new name 🙂

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

Do you want to hide the start page in Microsoft Visual Studio 2012 within few simple steps? Here we go....
DataTip is a feature in Visual Studio that provides the users an easy way to view information about variables used...
Today, when I was trying to install the Team Foundation Server (TFS) Power Tools 2013, I received an error “The...