Hi,

We have an upcoming large project that has multiple class libraries,and different types of user interfaces such as asp.net website, windows forms project, wpf project..I mean, each of the projects have specific ways to show the startup form/page..

My question is how would I display a specific startup page/form during compilation or runtime given I have multiple projects?

To explain further, here's the scenario...

First, if I would test the login page (aspx) which is inside the solution..So if I press F5, the aspx login page would show.. (win form and wpf wont show)

Next, I want to test the wpf login form..If I press F5, wpf login form would show..(aspx and win form wont show)

Next, I want to test the windows form..If I press F5, windows form login screen would show...(wpf and aspx wont show)

Is there a setting that I would change in visual studio 2008? Hope you get my point...

Thanks...

Greg