How do I run separate projects in the same solution so that it only runs the one I want?

Viewed 14

I have two different C++ projects in the same solution. When I try to run the second program it runs the first one instead.

0 Answers
Related