I have been working on a fairly simple WinForms C# app on my desktop PC. I also have a Windows Mobile 6.5.3 device with .NET Compact Framework 2.0, that I would like to test the app on as well. Is this possible?

I know how to create a desktop app through Visual Studio 2008 Pro, and I know how to create a smart device app that works great, but I can't seem to "convert" my current desktop project into a smart device project. I would imagine that pretty much all of the code can stay unchanged, but I don't want to have to create a new project, add all of the source files and recreate the hierarchy. Is there some way that I can use the same VS Solution to deploy to both the desktop and to my WM device?

Thanks for any tips.