There may be an obvious way to do this, so apologies if this seems trivial.
I have a solution with multiple projects that produce an exe file. I have another solution which includes a number of the same files, and which produces a dll.
I want to distribute both of these files to users (for separate purposes), but I want to make sure that they are both compiled whenever I make an update to any of the shared files.
Can I include both projects in a single solution, but producing different executables? Is there (another) correct way to do this?
Thanks
David