Easy "Build" question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Brad Burke

    #1

    Easy "Build" question

    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?
    --
    Brad Burke
    FusionData, LLC
    970 222-1501
  • Joshua Flanagan

    #2
    Re: Easy "Build&quo t; question

    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).


    Brad Burke wrote:[color=blue]
    > 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?[/color]

    Comment

    Working...