Rename a Visual Studio Project
- Change the name of the project from the IDE
- Save the solution and close Visual Studio
- Rename the folder containing the project using explorer
- In a text editor, edit the solution file to reflect the new folder name
- Re-open the IDE and “save all” to update dependent projects
- Update the “Assembly name” and “Default namespace” to reflect the new name
- Modify existing namespaces to reflect the new name