Port to XNA 4.0 and Windows Phone 7
description
Hi!
I ported the current development trunk to Windows Phone 7 (which doesn't compile out of the box because unsafe code and stackalloc aren't supported).
I "fixed" most problem methods by cloning them into an #if WINDOWS_PHONE .. #endif section. Needless to say that this added to the mess already made by the #if USE_STACKALLOC .. #endif sections in the library, so I'd recommend to only see this port as a stop-gap measure you could point people to until there's an officially WP7 build.
The attached file contains binaries for XNA 4.0 x86, Xbox 360 and Windows Phone 7, source code and a patch (in unified diff format) detailing my changes.