How to rename an exe file and configuration from a release folder in a WinForms application?

I have a solution with "Name1". When I create the bin folder, I have "Name1.exe"and"Name1.exe.config"

Now I want to make some changes to this application and get "Name2.exe"and"Name2.exe.config"

I renamed the project and the solution, but when I create it, I still have "Name1.exe"

How do I get a different name for my exe file?

+4
source share
1 answer

enter image description here , Visual Studio: ( Debug- > Name ), "", " ". ,

+7

All Articles