Common style resources when using library projects?

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.

+3
source share
1 answer

xml , lib " " ( ). , lib . .

+2

All Articles