How to rename an existing project/solution/assembly in Visual Studio 2017? #visualstudio #dotnet

preview_player
Показать описание
How to rename a project or solution in Visual Studio?
Hi, I was working on a project and the project was 50% completed. Then I was informed that there is a minor change in Project Name and need to change the project name/solution name in Visual Studio as well.

I did a right click on the solution/project name in Visual Studio 2017 and renamed it. But the issue was all the classes in my project have the namespace as the old project name.

One way is to globally find and replace the project name but that will bring too much risk.

Another option that is safe and easy is to change the Project Properties.

Watch the video till the end to know the process to rename a project/solution in Visual Studio 2017

Rename a project in Visual Studio. Rename a solution in Visual Studio 2017.

Change Project Properties and Assembly name in Visual Studio 2017.

#visual_studio, #visual_studio_2017 #development #dotnet #productivity #visualstudio
Рекомендации по теме
Комментарии
Автор

Thank you, very straight to the point, was very helpful!

HarmonyIsDead
Автор

Thanks for this on point tutorial! Keep up the good work

darcostoianov