Hi,

I have a class with a Main that runs some tests. This class exists within a project that is the startup project in Visual Studio. I would like to just run that class Main instead of the startup project main, but I can't figure out how to make that happen.

Is it possible to do?