I have a very large .NET solution with hundreds of projects (all c#) how can I figure out which of the projects is the application project to set as the start up project.
I was thinking of grepping the csproj files for some keyword that indicates it's an executable.
Thank you