I've a solution with two projects on VS2008: an ASP.NET Web App and a Windows App. They don't depend on eachother.
Is it possible to prevent Visual Studio from doing a "Start project" for the Windows App when I'm Debugging?
On this question are solving a similar issue with WCF Apps but not with Windows Apps.
Thank you in advance.
Juan Hoyos