Is there a recommended way to manage dependencies in Visual Studio (particularly with mBed). It seems that with the default project setup, all the core mBed header files are kept in the Project > Debug file.
Take for example the BLE_API from ARM. I can download it from this link, for a specific platform (I chose nrf51-DK). Then I can choose the toolchain, my options are GccARM, uVision5, EmBlocks, IAR, uVision4, ZIP Archive. It seems that GccARM or ZIP Archive are most likely to work, the built option includes a MakeFile, then both contain a folder tree with the project source. What should I import, wherein the project should these be kept?