https://github.com/gerardog/vsprojectreferencefixeraddin
A Visual Studio Add In that looks for assembly references between projects and replaces them with proper Project References
https://github.com/gerardog/vsprojectreferencefixeraddin
assembly-references csharp visual-studio
Last synced: 17 days ago
JSON representation
A Visual Studio Add In that looks for assembly references between projects and replaces them with proper Project References
- Host: GitHub
- URL: https://github.com/gerardog/vsprojectreferencefixeraddin
- Owner: gerardog
- Created: 2014-12-30T17:21:22.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-30T18:04:13.000Z (over 11 years ago)
- Last Synced: 2025-01-11T10:25:11.103Z (over 1 year ago)
- Topics: assembly-references, csharp, visual-studio
- Language: Smalltalk
- Size: 211 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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](https://github.com/gerardog/VSProjectReferenceFixerAddin/releases/download/0.1/FixReferencesAddIn.zip) 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
```