Reputation: 161
I have to remame the projcet name from AAA to BBB in VS2010. What can I do?
Upvotes: 13
Views: 16688
Reputation: 178031
To rename every detail of a project:
Search the project's folder for any references to the old project name in file contents. Typical places are:
Start Visual Studio and load the .sln file.
Upvotes: 37
Reputation: 97818
Select the project node in Solution Explorer, then click on its name again -- just like you would rename anything in Windows Explorer.
Upvotes: -2