Quantcast
Channel: SharpDevelop Community
Viewing all articles
Browse latest Browse all 1764

Choose which .exe to debug

$
0
0

I have a solution with a number of projects in it -- the 'core' project, with the business logic, some other helper projects (data access, and so on), and then one project per GUI that will be supported (the target GUI is a windows form, but I develop under a 'everything more than a command-line interface is a feature' paradigm).  However, every time I got to debug, the Windows form project starts instead of the console project.  I can see that the Console .exe is generated in the bin folder; how do I specify which exe is used when I press F5?


Viewing all articles
Browse latest Browse all 1764

Trending Articles