I can drag/drop a framework's build output into my project, and it's added there and I have access to my framework methods and classes.
Yet any time I build framework, I need to remove it from my project and add it again, because it copies the framework output into my project.
What I want is to be able to link them together, so that whenever I change framework, I access it from my project without the need to delete it and add it again.
What should I do?