Visual Studio move project to a different folder

Posted by HeavyWave on Stack Overflow See other posts from Stack Overflow or by HeavyWave
Published on 2010-04-12T05:22:30Z Indexed on 2010/04/12 13:52 UTC
Read the original article Hit count: 286

How do I move a project to a different folder in Visual Studio? I am used to this structure in my projects.

-- app
---- Project.Something
---- Project.SomethingElse

I want to rename the whole namespace SomethingElse to SomethingNew, what's the best way to do that (without manually going into .sln file)?

© Stack Overflow or respective owner

Related posts about visual-studio

Related posts about visual-studio-2008