Application deploys to Windows Phone 7 apps rather than xbox live

怎甘沉沦 提交于 2019-12-10 21:55:52

问题


When I deploy my game (which uses XNA/C#) from Visual Studio to a windows phone 7 device it goes to the applications area rather than the xbox live sub directory (if I can call it that?). I know this isn't meant to be like this because sample XNA WP7 applications deploy to the xbox live sub directory.


回答1:


Check your game's WMAppManifest.xml file. Make sure the Genre attribute under the App element says Apps.Games and not Apps.Normal.



来源:https://stackoverflow.com/questions/4357820/application-deploys-to-windows-phone-7-apps-rather-than-xbox-live

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!