Solution Creating 2 EXE Files

I have a solution that creates 20+ DLLs and 2 EXEs.
One EXE is simply a subset on the other EXE.

When debugging from the IDE, I would like to have the full EXE run instead of the subset EXE.
Short of creating another solution for the subset EXE, is there a setting that determines which EXE has this priority?

Hi!!

I had the same situation some time ago…
Try going to the Solution Explorer and right-click on the EXE you want, then select the menu item “Set as StartUp Project”

Hope this help you!

Thank you. Probably would not have found that option in this lifetime.