In Visual Studio 2010, I have an ASP.NET MVC 3 project called blahblah. Thus, all the code in this project is referred to as blah blah. Controllers, blahblah.Configuration, etc.
I want to be able to rename the project to blahblah.Web. Now I know that I can just right-click on the project and proceed to rename, but if I do, none of the name matches will happen anymore.
I would like to somehow transform all namespaces so that this is a relatively new project name. blahblah.Web.Controllers, blahblah.Web.Configuration, etc.
Is there an easy way to do this?
source share