In a .NET project, where I can specify developer's name, company name etc. - so that I can get the same while compiling the project to an EXE file (by right clicking on the Exe and selecting properties tab)?
Thanx
In a .NET project, where I can specify developer's name, company name etc. - so that I can get the same while compiling the project to an EXE file (by right clicking on the Exe and selecting properties tab)?
Thanx
when you create a new project in the IDE, you get a file called AssemblyInfo.vb . Open that.
You can set them via a file called AssemblyInfo.vb
The file version usualy begins with 1.0. and increments by each build, you can disable this increment in project properties.
To Cander: Didn't know you were answering too.
;)