Answer the question
In order to leave comments, you need to log in
How to rename a project in Visual Studio?
Hello. I'm writing code in a console application (.NET Framework). On C Sharp.
So I was impatient to change the name of the project instead of ConsoleApp1.sln to my own. I googled for a long time, some Vasya Pupkin advised me to go into the project folder and rename it, but then nothing changed in visual studio, and in addition he wrote the path not found, delete the project?
Thankfully I had a copy. But I still couldn't find a way to change the name anywhere???
Answer the question
In order to leave comments, you need to log in
To rename a project:
1. Rename the project itself in the Solution Explorer;
2. In the project properties, change the old name to the new one everywhere.
3. Close the project, rename the folder with it;
4. Rename MyProjectName.sln ;
5. Open MyProjectName.sln with a notepad, change the name of the folder to a new one.
Everything
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question