UPS project allows to synchronize Visual Studio solution folder structure to physical file system also fixing all file and project references.
The UPS tool is invoked by specifying full path to the solution (.sln) file.
dotnet tool install --global dotnet-ups
Download from NuGet
├───DatabaseConnection
├───Helpers
│ └───MusicianLibrary
├───MusicLibrary
├───SpecialLibrary
└───StructurlFailure
├───DatabaseConnection
├───StructurlFailure
└───ThirdParty
├───MusicianLibrary
├───MusicLibrary
└───SpecialFolder
└───SpecialLibrary