I just got into c# and downloaded Rider, created a solution and stuff. I created to projects to run two programs (bc in one project can be only one main entry point), and after I launch my program it only executes first one. I can't figure it out how to specify executing each program.
Asked
Active
Viewed 878 times
1 Answers
3
Right click on the project and select "Set startup project" before pressing the Start Button. Either, you can choose the right project with the dropdown near the start button.

Emanuele
- 723
- 4
- 15
-
Yeah, thanks dude, helped me out) – mad.redhead Apr 07 '20 at 14:06