Windows Phone 7 上的 XAP 文件是什么?

发布于 2024-10-20 09:36:08 字数 59 浏览 1 评论 0原文

我很想知道Windows Phone 7上的XAP文件是什么;它有多重要;以及我如何创建它。你能帮我吗?

I really want to know what the XAP file on Windows Phone 7 is; how important it is; and how I can create it. Could you help me?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

面犯桃花 2024-10-27 09:36:09

XAP 是应用程序包 - 它是可分发单元,允许您在设备(或模拟器)上安装应用程序。基本上,它是一个具有不同扩展名的 ZIP 文件。如果将 XAP 更改为 ZIP,您将能够相当轻松地阅读其内容。

XAP 文件格式继承自标准 Silverlight,并且由于 WP7 是围绕相同的基本核心构建的,因此文件格式保持不变。

下面是对其功能的很好的描述(请记住,尽管它讨论的是 Silverlight,但相同的主要思想也适用于 WP7):
http://beyondrelational.com/blogs/dinesh/archive/ 2010/08/18/what-is-xap-file.aspx

XAP is the application package - it is the distributable unit that allows you to install the application on a device (or emulator). Basically, it is a ZIP file with a different extension. If you change XAP to ZIP, you'll be able to read its contents fairly easy.

The XAP file format was inherited from standard Silverlight, and since WP7 is built around the same fundamental core, the file format remained unchanged.

Here is a pretty good description of what it does (remember, that even though it talks about Silverlight, the same main idea applies to WP7):
http://beyondrelational.com/blogs/dinesh/archive/2010/08/18/what-is-xap-file.aspx

才能让你更想念 2024-10-27 09:36:09

除了 Dennis 的精彩帖子之外,关于 XAP 文件的另一件事 - 它是一个 ZIP 文件 - 因此,如果您想查看其中的内容,只需将其重命名为 .zip,然后使用普通的 ZIP 浏览器(例如 Windows 资源管理器)打开它)

In addition to Dennis' excellent post, one other thing about a XAP file - it's a ZIP file - so if you want to look inside one, then just rename it to .zip and then open it using a normal ZIP browser (e.g Windows explorer)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文