In Debug | Configuration Manager…, I’ve got Active solution configuration set to Debug and Active solution platform set to x86, and I’ve got Project contexts set to:
My project, Debug, ARM, with both the Build and Deploy checkboxes checked.
Does this mean my app will only run on ARM devices? If so, can I make this project “cross-device” or will I need two separate but virtually identical projects?
UPDATE
That doesn’t work so well (setting to “ARM” in Project contexts), because in the designer I then get, “Design view is unavailable for x64 and ARM target platforms.”
By default, you app is going to run on all 3 platforms (if you select “Any CPU” in the Active solution platform)
When you create the app package to upload to the store (Project->Store->Create App Package), you can choose the platform individually. Which you would need to if you are using Bing Maps (you gotta compile for each platform individually)