Is it possible to have more than one executable for a single project?
My use case is the following: I got a solution with plenty of projects in it, divided by roles (Business Entity, UI, Data Access, etc.) and I would like to have a project for the shell / console applications. I know I can create one project per console application, I know I could create a single console app that would accomplish more things, but for this once, I'd like to generate more than one .exe.
Thanks.