简体   繁体   中英

How to rename Exe file and config from release folder in WinForms app?

I have a Solution with "Name1" . When I do build in bin folder I have "Name1.exe" and "Name1.exe.config"

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

I renamed project and solution, but when I do build I still have "Name1.exe"

How can I get another name of my exe file?

在此输入图像描述 Assuming you work in Visual Studio: Go to project properties (menu Debug->Name of your project), go to first section "Application", there will be field "Assembly name". Change it to whatever you want

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM