I have two projects. I want project A to contain all of the published files from Project B.
I added Project B as a reference to Project A. This gives me the exe file for Project B in Project A's output. However, all DLLs from Project B are missing within Project A, which results in the included exe file not working.
Is there any easy way to reference Project B in Project A with all of it's dependencies so when I publish project A, it contains the latest version of Project B fully runnable?