i have been reading for couple hours on this matter with no success.
Here is my situation :
Project A's output is a compiled dll file witch is used on other projects
Multiple people are working on Project A
Project A has its own repository, lets name it repoA
I can't include the project's source in the other projects, i am only allowed to use it's compiled dll.
Project B is a web application in repoB
Multiple people are working on Project B
All projects are on the same machine(local server)
So how can i include the dll from repoA into all other projects (repoB ... repoZ), and keep it up-to-date whenever the repoA is updated.
I am using VS2013 and msysGit