Renaming a Visual Studio .NET 2008 C++ project
I didn't think too hard when initially naming my Visual Studio C++ project and now want to rename it. I'd love to avoid doing a replace all on the name of the project (and renaming all files in the project directory), because this would be error p开发者_运维知识库rone and tedious. Is there a way to rename the project within Visual Studio?
Thanks,
Eric
In Solution Explorer - right click your project, click on 'Rename'
EDIT - for refactoring there is limited support for Rename in VS2008. Otherwise you need something like Resharper.
精彩评论