How to rename the application at post-build in Visual studio 2005
-
Hi, Now, I need to rename the application after build process. Now, the project name is set to MY.PROJECT.UI because it's major on the UI feature. But, I need to change the application name to MyProject.exe How can I do? Do you have any suggestion?
-
Hi, Now, I need to rename the application after build process. Now, the project name is set to MY.PROJECT.UI because it's major on the UI feature. But, I need to change the application name to MyProject.exe How can I do? Do you have any suggestion?
-
Hi, Now, I need to rename the application after build process. Now, the project name is set to MY.PROJECT.UI because it's major on the UI feature. But, I need to change the application name to MyProject.exe How can I do? Do you have any suggestion?
I got it out just now. :) Change the Assembly name in the properties window of the project.
-
It's so kind of you. :)