I have been looking at the XNA Platformer SampleXNA Platformer Sample and noticed that, when you change the resolution, the game world still renders at 800x480 and not the new width and height of the display.
Can anyone suggest a simple way to make the Platformer sample support multiple resolutions?