change the name of output dll

爱⌒轻易说出口 提交于 2019-11-30 00:53:17

问题


I am working on .net 1.1 legacy system and need to change the name of outputted dll.

When I go to change the "output file" under project property it's greyed out and won't let me change it.

How do I do this?


回答1:


Depending on which version of Visual Studio.NET you are running, try going to Project Properties -> Application, and then change the Assembly Name field. On earlier versions it might be in a different place but I think the Assembly Name field is still the one you are looking for.




回答2:


In Visual Studio 2017, change the "Target Name" under Project Properties-> Configuration Properties-> General.



来源:https://stackoverflow.com/questions/6739633/change-the-name-of-output-dll

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!