Changing Project directory name.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Sin Jeong-hun

    #1

    Changing Project directory name.

    In Visual Studio, I can change the name of the solution, project and
    other source file names. But the problem is, actual sub folder name
    for the project is determined at the creation of the project. As for
    now, I manually open sln file with Notepad, and edit the directory
    name, and rename the directory.
    Is this the only way?

  • Nicholas Paldino [.NET/C# MVP]

    #2
    Re: Changing Project directory name.

    If you mean you want to change the location of the projects in the
    solution, then no, this is the only way. You have to perform the steps you
    have laid out.


    --
    - Nicholas Paldino [.NET/C# MVP]
    - mvp@spam.guard. caspershouse.co m

    "Sin Jeong-hun" <typingcat@gmai l.comwrote in message
    news:1188916793 .762469.40440@5 0g2000hsm.googl egroups.com...
    In Visual Studio, I can change the name of the solution, project and
    other source file names. But the problem is, actual sub folder name
    for the project is determined at the creation of the project. As for
    now, I manually open sln file with Notepad, and edit the directory
    name, and rename the directory.
    Is this the only way?
    >

    Comment

    Working...