EXE Name

ADO DOT NET

Centurion
Joined
Dec 20, 2006
Messages
160
In VB6 I was able to give a name to my output .exe file, so it will have the custom "Internal Name" in the Properties Window / Version.
But in .NET I can't.
Can I?
 
There should be a file called AssemblyInfo that is included in the default win exe project by visual studio. Open that up for those options and more.

-ner
 
In VS2005 this information is optionally available through the project's properties. Really this is just a friendly UI that directly manipulates the assembly info file.
 
Back
Top