0
kicks
Project to File Reference Switcher for Visual Studio
Switching from project to file references in visual studio has always been a pain. Once you add a project to the solution you have to go find all the locations the assembly is referenced by file path and remove and update to a project reference.
On top of playing hide and seek with references, the actual act of changing references is a slow and painful experience.
So I decided to experiment and write my first visual studio extension, "Reference Switcher"