Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我使用 Visual Studio 2012 RC 为 windows phone 8 编写应用程序。我想知道我是否可以在 windows phone 7 上安装和运行相同的应用程序?
无法为WP8 构建并部署到 WP7 和 WP8。
可以为WP7 构建并部署到 WP7 和 WP8。
最好的解决方案是仔细编写代码,并明确区分您对 WP8 特定 API 的使用。
然后,您可以拥有两个项目,一个用于使用 WP7 工具构建的 WP7,另一个用于 WP8,您使用 WP8 工具构建。Visual Studio 中的链接文件将是实现此目的的好方法。
不,没有向后兼容性。不过,你可以反过来做,编写一个可以在 WP8 上运行的 WP7 应用程序