AppManifest.xml 与 WMAppManifest.xml - Windows Phone 7 应用程序中的类库

发布于 2024-10-01 15:19:57 字数 190 浏览 2 评论 0原文

在将我的第一个应用程序提交到 Windows Phone 7 Marketplace 之前,我想知道是否应该修改 AppManifest.xml 文件。

我的应用程序由两个程序集(应用程序 + 类库)组成,我想知道是否必须在 AppManifest 中使用 Deployment.Parts 才能通过认证过程。

有人有这方面的经验吗?

Before I submit my first app to the Windows Phone 7 Marketplace, I would like to know whether I should modify the AppManifest.xml file.

My app comprises of two assemblies (the app + class library) and I was wondering if I have to use Deployment.Parts in the AppManifest in order to pass the certification process.

Anybody has any experience with that?

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

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

发布评论

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

评论(2

负佳期 2024-10-08 15:19:57

根据 Windows Phone 7 应用程序认证要求

4.1.1 软件包要求列表

XAP 包必须包含
正在关注

a.有效的 Windows Phone 应用程序
清单文件,名为
WMAppManifest.xml。

b.中的元素
WMAppManifest.xml 文件必须包含
应用程序标题。这
元素不能为空。这
在第 2 步中输入的申请标题
向 Windows 提交过程
电话市场和标题
手机上显示的必须是
一样。

c.有效的 .NET 应用程序清单
文件,名为 AppManifest.xml。

d.中指定的程序集文件
AppManifest.xml 文件。

所以答案是肯定的 - 在将应用程序提交到 Marketplace 之前,您需要在 AppManifest.xml 中声明使用的程序集。

构建 XAP 包时,AppManifest.xaml 中会自动引用这些内容。但是,在 Visual Studio 中工作时,该文件将保持为空。

According to the Windows Phone 7 Application Certification Requirements:

4.1.1 List of Package Requirements

The XAP package must contain the
following

a. A valid Windows Phone application
manifest file, named
WMAppManifest.xml.

b. The element in the
WMAppManifest.xml file must contain
the application title. The
element must not be empty. The
Application title entered in Step 2 of
the submission process to Windows
Phone Marketplace and the title
displayed on the phone must be the
same.

c. A valid .NET application manifest
file, named AppManifest.xml.

d. The assembly files as specified in
the AppManifest.xml file.

So the answer would be yes - you need to declare the used assemblies in AppManifest.xml before submitting the application to the Marketplace.

These are referenced in AppManifest.xaml automatically when the XAP package is built. When working in Visual Studio, though, the file will remain empty.

七七 2024-10-08 15:19:57

除非出现问题,否则 Visual Studio 应该为您完成所有工作,并且您根本不需要修改此文件。

Unless something is going wrong then Visual Studio should do all the work for you and you should not need to modify this file at all.

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