开发者

Renaming a Visual Studio .NET 2008 C++ project

开发者 https://www.devze.com 2023-01-19 01:59 出处:网络
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 p

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消