Windows Windows 部手机上的通用应用程序

Windows Universal Apps on Windows Phones

在 Visual Studio 2015 年,有多种项目类型可以制作 Windows Phone 应用程序。它们是:

  1. Windows -> 通用
  2. Windows 8 -> 通用
  3. Windows 8 -> Windows
  4. Windows 8 -> Windows Phone

问题: 如果我使用选项 1(Windows 通用),应用程序 运行 是否会在:

  1. Windows Phone 8.0 手机
  2. Windows 8.0 片
  3. Windows 8.0 台式机
  4. Windows Phone 8.1 手机
  5. Windows 8.1 片
  6. Windows 8.1 桌面
  7. Windows Phone 10 部手机
  8. Windows 10 片
  9. Windows 10 个桌面

欢迎补充 commentary/comments。

Windows 通用 - 将创建一个二进制文件,它将 运行 在所有 Windows 10 台设备上。手机、平板电脑、台式机等。它不会在 Windows 8 台设备上 运行。

Windows 8 Universal - 将为 Windows phone 和 Windows Tablet/Desktop 创建单独的项目,它们将创建单独的二进制文件。他们将在 Windows 8 台和 windows 10 台设备上 运行。

但请记住,这些应用程序的桌面版本是较新样式的桌面应用程序(rt、metro 或您想要的任何名称),而不是 "true" Windows 桌面应用程序。

希望对您有所帮助。