ADO DOT NET Posted April 8, 2007 Posted April 8, 2007 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? Quote
*Experts* Nerseus Posted April 8, 2007 *Experts* Posted April 8, 2007 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 Quote "I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
mskeel Posted April 19, 2007 Posted April 19, 2007 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. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.