Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 926 Bytes

README.md

File metadata and controls

38 lines (29 loc) · 926 Bytes

Unscrew Project Structure

UPS project allows to synchronize Visual Studio solution folder structure to physical file system also fixing all file and project references.

Global Tool

The UPS tool is invoked by specifying full path to the solution (.sln) file.

dotnet tool install --global dotnet-ups

Download from NuGet

Solution

Solution view

Before

├───DatabaseConnection
├───Helpers
│   └───MusicianLibrary
├───MusicLibrary
├───SpecialLibrary
└───StructurlFailure

After

├───DatabaseConnection
├───StructurlFailure
└───ThirdParty
    ├───MusicianLibrary
    ├───MusicLibrary
    └───SpecialFolder
        └───SpecialLibrary