Nagu
Nagu

Reputation: 5114

How to Rename winforms application?

Hi I've created a winforms application abc. I renamed it to xyz. when i try to run my application in my task manager it is showing abc.exe is running even i rename it to xyz.

How can i change it?

Upvotes: 6

Views: 7849

Answers (1)

itowlson
itowlson

Reputation: 74842

Project | Properties, select the Application tab, and enter the desired EXE name into the "Assembly name" field.

Upvotes: 8

Related Questions