Renaming a Visual Studio .NET 2008 C ++ Project

I did not think too much when I first called my project Visual Studio C ++ and now I want to rename it. I would like to avoid replacing everyone with the project name (and renaming all the files in the project directory), because it would be error prone and tedious. Is there a way to rename a project in Visual Studio?

Thank,

Eric

+3
source share
1 answer

In Solution Explorer - right-click the project, click Rename

EDIT - Rename VS2008. - Resharper.

-1

Source: https://habr.com/ru/post/1768647/


All Articles