Rename Visual Studio solution folder

Asked

Viewed 3,337 times

0

I did all the procedure to change the namespace name of my project, this all neat already compiling and everything, only when I go in the file explorer the folders are with the old name and can’t modify, someone know how to proceed?

Images of the properly named hiccup: inserir a descrição da imagem aqui

Images of the folder in the file explorer: inserir a descrição da imagem aqui

  • Already tried renaming by explorer?

  • Yes, when I open the solution the projects do not carry.

2 answers

0

It’s simple,

Open the project normally on Visual Studio, search in the solution manager a button with the name "Solutions and Folders", is next to a little house called "beginning", click, it will display the project folders, just click on the right click and then rename. After that, you’ll be renamed.

0

Press the Ctrl+Shift+F,e keys in the Replace in files tab in the find What option type the old value, and in Replace With the new value and press the Replace All button.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.