I make some shared libraries that are shared by several projects that I do. The problem is that when it comes to XML, the XML library project is not part of the main project. At the moment I am doing everything programmatically, which is clearly not perfect.
Is there a way to do this (except pasting it manually each time)
Whereas other team members should use this framework, so I want it to really be just a reference to it and use it without too much hassle.
source
share