I have a solution with a class library.
And then I have another solution with a web application which uses the dll above.
Everytime i make some changes on the class library I have to go to web application, remove the class library reference and add it again.
Is it possible to get this done automatically?