VS2005 - Renaming Issues

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

    VS2005 - Renaming Issues

    Is it easy to rename solutions and projects in VS2005 ? If so, what is the
    safest way ?

    I have a solution called ABC1, there are 2 projects in this solution ABC1
    and ABC1install.

    I want to rename them as ABC2 (solution), and ABC2 (project) and ABC2install
    (project).

    I would also want to be able to run both sets of projects from 1 machine...


  • Scott M.

    #2
    Re: VS2005 - Renaming Issues

    Just right-click the project and/or solution in the Solution Explorer and
    choose rename....just as you would rename a file on your hard drive.

    Your Solution Explorer may not be showing the actual solution in the SE
    window though, but if you go to the Tools menu and choose Options and then
    go to the "Projects and Solutions" node, you can show the solution by
    checking "Always show solution".

    Note that changing your project and/or solution names will not change any
    namespaces to change, so you may want to change those in the project's
    properties dialog (double click My Project in the SE window).

    -Scott

    "Rob" <robc1@yahoo.co mwrote in message
    news:DpSdnX5hPY T769PVnZ2dnUVZ_ qDinZ2d@comcast .com...
    Is it easy to rename solutions and projects in VS2005 ? If so, what is
    the safest way ?
    >
    I have a solution called ABC1, there are 2 projects in this solution ABC1
    and ABC1install.
    >
    I want to rename them as ABC2 (solution), and ABC2 (project) and
    ABC2install (project).
    >
    I would also want to be able to run both sets of projects from 1
    machine...
    >

    Comment

    • Rob

      #3
      Re: VS2005 - Renaming Issues

      Thanks Scott,

      How might I change the folder that the files reside in ?



      "Scott M." <smar@nospam.no spamwrote in message
      news:eQRxvTwyIH A.3680@TK2MSFTN GP05.phx.gbl...
      Just right-click the project and/or solution in the Solution Explorer and
      choose rename....just as you would rename a file on your hard drive.
      >
      Your Solution Explorer may not be showing the actual solution in the SE
      window though, but if you go to the Tools menu and choose Options and then
      go to the "Projects and Solutions" node, you can show the solution by
      checking "Always show solution".
      >
      Note that changing your project and/or solution names will not change any
      namespaces to change, so you may want to change those in the project's
      properties dialog (double click My Project in the SE window).
      >
      -Scott
      >
      "Rob" <robc1@yahoo.co mwrote in message
      news:DpSdnX5hPY T769PVnZ2dnUVZ_ qDinZ2d@comcast .com...
      >Is it easy to rename solutions and projects in VS2005 ? If so, what is
      >the safest way ?
      >>
      >I have a solution called ABC1, there are 2 projects in this solution ABC1
      >and ABC1install.
      >>
      >I want to rename them as ABC2 (solution), and ABC2 (project) and
      >ABC2install (project).
      >>
      >I would also want to be able to run both sets of projects from 1
      >machine...
      >>
      >
      >

      Comment

      • Scott M.

        #4
        Re: VS2005 - Renaming Issues

        A project folder can be picked up and moved to any local location you wish
        just by normal Windows move operations, but when you open the solution, you
        will get an error that the project couldn't be located. If you get passed
        that error and simply choose to add an existing project to the solution, you
        can then browse to the new location for the existing project.

        -Scott


        "Rob" <robc1@yahoo.co mwrote in message
        news:t7ednZ7GZ5 0sV9PVnZ2dnUVZ_ umdnZ2d@comcast .com...
        Thanks Scott,
        >
        How might I change the folder that the files reside in ?
        >
        >
        >
        "Scott M." <smar@nospam.no spamwrote in message
        news:eQRxvTwyIH A.3680@TK2MSFTN GP05.phx.gbl...
        >Just right-click the project and/or solution in the Solution Explorer and
        >choose rename....just as you would rename a file on your hard drive.
        >>
        >Your Solution Explorer may not be showing the actual solution in the SE
        >window though, but if you go to the Tools menu and choose Options and
        >then go to the "Projects and Solutions" node, you can show the solution
        >by checking "Always show solution".
        >>
        >Note that changing your project and/or solution names will not change any
        >namespaces to change, so you may want to change those in the project's
        >properties dialog (double click My Project in the SE window).
        >>
        >-Scott
        >>
        >"Rob" <robc1@yahoo.co mwrote in message
        >news:DpSdnX5hP YT769PVnZ2dnUVZ _qDinZ2d@comcas t.com...
        >>Is it easy to rename solutions and projects in VS2005 ? If so, what is
        >>the safest way ?
        >>>
        >>I have a solution called ABC1, there are 2 projects in this solution
        >>ABC1 and ABC1install.
        >>>
        >>I want to rename them as ABC2 (solution), and ABC2 (project) and
        >>ABC2install (project).
        >>>
        >>I would also want to be able to run both sets of projects from 1
        >>machine...
        >>>
        >>
        >>
        >
        >

        Comment

        Working...