Easy "Build" question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When I 'build' my Windows Application solution, it created three files in the
"bin" directory. How do I change the name of the .exe it creates in the bin
directory?
 
If you are using Visual Studio .NET, open the Project Properties, on the
General tab, change the "Assembly Name" to whatever you want (without
the .exe extension).
 
Back
Top