Reputation: 11
so I’ve been trying to rename a old project that I had been working on but every time I rename the folder that contains my csproj it won’t load and asks to load the the file with the folder name
My old project was Metroloader/Metroloader.csproj
The thing I want to change it to is Nutsloader/Nutsloader.csproj
Upvotes: 0
Views: 1249
Reputation: 3910
You need to edit .sln file and provide correct folder path to your renamed .csproj
Upvotes: 1
Reputation: 24913
Upvotes: 1