Skip to content

A Visual Studio Add In that looks for assembly references between projects and replaces them with proper Project References

Notifications You must be signed in to change notification settings

gerardog/VSProjectReferenceFixerAddin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VSProjectReferenceFixerAddin

A Visual Studio Add In that looks for assembly references between projects and replaces them with proper Project References

Did you messed up when adding the references to a project and used assembly references instead of project references? This visual studio add-in will fix your solution for you.

Tested on Visual Studio 2010 and 2013.

Installation

  • Create folder %APPDATA%\Microsoft\MsEnvShared\Addins
  • Download release and unzip there.
  • Restart Visual Studio

How to use

In visual studio, Go to Tools -> FixReferencesAddIn

Look at the results in the Output window. For Example:

 Project a generates assembly: a
 Project b generates assembly: b
 Fixing References on project b for project a

About

A Visual Studio Add In that looks for assembly references between projects and replaces them with proper Project References

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published