Starting a new project in solution file

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Satu
    New Member
    • Feb 2008
    • 1

    Starting a new project in solution file

    when i creates a new project in .net 2.0 its start with project file in solution explorer but i want that it should start with solution file so that i can add number of projects to it.

    if anybody have any idea regarding how to alter the setting of Visual studio so that every project should start with solution file pls do help me.
  • Shashi Sadasivan
    Recognized Expert Top Contributor
    • Aug 2007
    • 1435

    #2
    I think you are targetting visual studio.

    If you click on the top most text in the solution explorer
    should look something like "Solution 'MyProject'"
    right click it and choose Add->Existing Project

    Or from the right hand menu you may also choose set startup projects and choose the multiple projects option. if those projects are not inter related.

    Comment

    • wimpos
      New Member
      • Jan 2008
      • 19

      #3
      Originally posted by Shashi Sadasivan
      I think you are targetting visual studio.

      If you click on the top most text in the solution explorer
      should look something like "Solution 'MyProject'"
      right click it and choose Add->Existing Project

      Or from the right hand menu you may also choose set startup projects and choose the multiple projects option. if those projects are not inter related.
      When you go to Tools>Options>P rojects & Solutions
      you can check the option: "always show solution"

      So you alwayse can use right mouse button to Add project

      Regards
      W.

      Comment

      • Plater
        Recognized Expert Expert
        • Apr 2007
        • 7872

        #4
        When you go to create a new project from the file menu, there is a little drop-box that dictates if a new solution is created, or the project is added to the current solution.

        The option is clearly displayed for you when creating the project.

        Comment

        Working...