Skip to content
/ UPS Public

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

Notifications You must be signed in to change notification settings

floatas/UPS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages