Conditionally compile a class for either desktop or handheld
Now I'm not expecting to be able to make a single DLL, but would like to be able to compile the same code to either platform.
I've got it down to the references in the project. I need to be able to switch from the desktop versions of 'System', 'System.data'. 'System.xml' to the handheld ones easily and error-free!
Any ideas?

