In Visual Studio, I have two C++ projects - Gui.vcproj and Dll.vcproj.
Gui is an application and Dll produces a DLL.
What's the best way to make the dependency resolution automatic?
I tried adding Dll.vcproj into Gui.vcproj's references, but it doesn't seem working.