Results 1 to 4 of 4

Thread: In a .NET project, where I can specify developer's name, company name etc.?

  1. #1

    Thread Starter
    Fanatic Member sbasak's Avatar
    Join Date
    Aug 2001
    Location
    Globe Trotter
    Posts
    524

    In a .NET project, where I can specify developer's name, company name etc.?

    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
    Life is a one way journey, not a destination. Travel it with a smile and never regret anything.
    Yesterday is history, tomorrow is a mystery, today is gift - that's why we call it present.

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    when you create a new project in the IDE, you get a file called AssemblyInfo.vb . Open that.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  3. #3
    Frenzied Member
    Join Date
    Oct 2002
    Location
    Gammapolis
    Posts
    1,474
    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.
    Last edited by Lunatic3; Apr 9th, 2003 at 08:28 AM.
    'Heading for the automatic overload'
    Marillion, Brave, The Great Escape, 1994

    'How will WE stand the FIRE TOMORROW?'
    Eloy, Silent Cries and Mighty Echoes, The Vision - Burning, 1979

  4. #4
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width