Reputation: 13
How can I change the project to run in VS2012 for C++?
Here I have two projects in one solution. Both have a main function and only the first one is always running. I would like to change it.
Upvotes: 0
Views: 114
Reputation: 493
Your question is not about programming but You can Right Click on Other project and select Set as StartUp Project. Or Right click and Debug->Start new instance
Upvotes: 2
Reputation: 15531
Right click on a project, choose - Set as StartUp project. More info on the subject: How to: Set Startup Projects.
Upvotes: 1