Compiling into files whose names are different than the project name in MSVS (2005+)
I was wondering: If I am us开发者_如何学JAVAing MSVS2005 or later and wish to compile my project into a file (exe, dll, lib, etc) whose name is different than the project name, what should I do? Where is this setting? I couldn't seem to find this setting anywhere.
Thanks!
It is different for different types of projects. I can tell you that for C# (and, most likely, VB.NET as well), it's in project properties (right-click on the project in Solution Explorer, choose Properties), tab Application, field Assembly Name (the very first one).
精彩评论