Reputation: 988
I want to be able to have a solution where
Is this possible?
Upvotes: 0
Views: 238
Reputation: 36629
Sure, this should be possible. You probably need some post-build script to move the projectB-dll and all dependencies to the build folder of project A, or some configuration to specify where the dll should be loaded from.
I'm not sure what you are referring to with your last point, but I would not expect the debugger to have any problems locating the debug symbols or corresponding source code in this case. If you are moving the dlls files you should probably also move the corresponding pdb files to ensure they can be loaded correctly.
Upvotes: 1