Windows Windows 部手机上的通用应用程序
Windows Universal Apps on Windows Phones
在 Visual Studio 2015 年,有多种项目类型可以制作 Windows Phone 应用程序。它们是:
- Windows -> 通用
- Windows 8 -> 通用
- Windows 8 -> Windows
- Windows 8 -> Windows Phone
问题: 如果我使用选项 1(Windows 通用),应用程序 运行 是否会在:
- Windows Phone 8.0 手机
- Windows 8.0 片
- Windows 8.0 台式机
- Windows Phone 8.1 手机
- Windows 8.1 片
- Windows 8.1 桌面
- Windows Phone 10 部手机
- Windows 10 片
- 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 桌面应用程序。
希望对您有所帮助。
在 Visual Studio 2015 年,有多种项目类型可以制作 Windows Phone 应用程序。它们是:
- Windows -> 通用
- Windows 8 -> 通用
- Windows 8 -> Windows
- Windows 8 -> Windows Phone
问题: 如果我使用选项 1(Windows 通用),应用程序 运行 是否会在:
- Windows Phone 8.0 手机
- Windows 8.0 片
- Windows 8.0 台式机
- Windows Phone 8.1 手机
- Windows 8.1 片
- Windows 8.1 桌面
- Windows Phone 10 部手机
- Windows 10 片
- 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 桌面应用程序。
希望对您有所帮助。