问题
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