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?
Bryuk source
share