SUR40应用程序的xml文件 [英] xml file for SUR40 application

查看:67
本文介绍了SUR40应用程序的xml文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


有人可以帮助查看此xml文件吗?它有什么问题吗?我的应用程序不会出现在shell启动器中。还有一个问题:在构建项目时是否自动创建了xml?或者我创建一个名为myapp.xml的xml myslef?谢谢!

Can someone help look at this xml file? Is there anything wrong with it? My application won't show up in the shell launcher. And another question: does the xml created automatically when I build the project? Or I create a xml myslef named it myapp.xml? Thanks!

<?xml version =" 1.0"编码= QUOT; UTF-8英寸?>

<?xml version="1.0" encoding="utf-8" ?>

- < ss:ApplicationInfo xmlns:xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns:ss =" http://schemas.microsoft.com/Surface/2007/ApplicationMetadata">

- <ss:ApplicationInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ss="http://schemas.microsoft.com/Surface/2007/ApplicationMetadata">

- < Application>

- <Application>

< Title>手指画< / Title>

<Title>Finger Painting </Title>

<说明>探索手指画工具< / Description>

<Description>Explore finger painting tool</Description>

< ExecutableFile> Program\FingerPaintingApplication.exe< / ExecutableFile>

<ExecutableFile>Program\FingerPaintingApplication.exe</ExecutableFile>

<参数/>

<Arguments />

< IconImageFile> BingResources\icon.png< / IconImageFile>

<IconImageFile>BingResources\icon.png</IconImageFile>

- < Tags>

- <Tags>

- < Tag Value =" 0x10">

- <Tag Value="0x10">

- <操作>

- <Actions>

<启动/>

<Launch />

< / Actions>

</Actions>

< / Tag>

</Tag>

- < Tag Value =" ; 0x11">

- <Tag Value="0x11">

- <操作>

- <Actions>

<启动/>

<Launch />

< / Actions>

</Actions>

< / Tag>

</Tag>

- < Tag Value =" ; 0x12">

- <Tag Value="0x12">

- <操作>

- <Actions>

<启动/>

<Launch />

< / Actions>

</Actions>

< / Tag>

</Tag>

- < Tag Value =" ; 0x14">

- <Tag Value="0x14">

- <操作>

- <Actions>

<启动/>

<Launch />

< / Actions>

</Actions>

< / Tag>

</Tag>

< / Tags>

</Tags>

< / Application>

</Application>

< / ss:ApplicationInfo>

</ss:ApplicationInfo>

推荐答案

您好,

"ExecutableFile""和"IconImageFile"和"IconImageFile"。属性应指向包含完整路径的正确文件。

The "ExecutableFile" and "IconImageFile" properties should point to the correct files with full path in it.

例如"C:\Program files\FingerPainting\FingerPaintingApplication.exe"

For Example "C:\Program files\FingerPainting\FingerPaintingApplication.exe"

您可以通过在Windows资源管理器窗口中复制属性值并查看是否找到它来对此进行测试。

You can test this by copying the property value in your Windows Explorer window and see whether it is found or not.


这篇关于SUR40应用程序的xml文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆