Renaming Project Folders & Solution Files in Visual Studio

preview_player
Показать описание
Learn how to rename solution files and project folders and have them reflected in Visual Studio and your code repository.
Рекомендации по теме
Комментарии
Автор

Thank you bro, your video is very helpful

muhamadguruh
Автор

OMG THANKS FINALLY I CAN CONTINUE CODING

aboxninja
Автор

Why not just right-click in the solution explorer and select rename?

longbeachboy
Автор

Thank you. I'm new to C#, so I'm not ready to do as I am about to ask. How about one of you folks creating an app to Copy and Rename a project?

johnmooney
Автор

Thank you very much, this helps a TON! :D

SamHasPlans
Автор

Thanks dude helped out alot. God bless you!

FullStackIndie
Автор

Thank you so much, it helped me a lot

paankouri
Автор

its not change the namespaces of the project .

adreesumer
Автор

There was "rename" right under remove in the menu. dude.

MorgurEdits
Автор

Visual Studio renaming

How to rename a project?

Create a new project with the desired name

1. Make sure the Form size (Proporties window) of the old project and the new project are the same.
2. Copy the content of the Form, not the Form itself but the elements on the Form of the old program. (click on one element then Ctrl-A then copy)
Paste the copied content on the Form of the new project.
3. Copy the program code page belonging to the Form of the old project.
Paste the old code page content on the new project code page of the new Form.

And ready you are.

When there are multiple Forms, repeat the above procedure for each Form.

jansterenborg