We have a web-service with different APIs. To be more modular we use AreaRegistration of MVC to make APIs optional. So, my main project don't have any dependencies on my API project. My problem is that when i want to publish my web-servicenone of the dlls of my APIs are deployed in my bin directory, so the web-service is empty, and the same when i build on my TFS.We have a web-service with different APIs. To b