I'm using Visual Studio 2005 and my simple application wants to use .NET Framework 2.0. I assume this because when I run it on another computer it tells me it needs it to run. I rather just force my app to use .NET 1.0 or 1.1.

I've searched this forum and come up empty. I did find a post elsewhere explaining how application configuration files can help you achieve this but no details on how to do it.

It seems there should be a way inside the sophisticated IDE environment to tell the compiler this. Any ideas?