author | cavaliet |
Thu, 22 Oct 2009 14:48:43 +0200 | |
changeset 167 | 206f07a8d887 |
parent 72 | f1ca0958c992 |
permissions | -rw-r--r-- |
72
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
1 |
<?xml version="1.0" encoding="utf-8" ?> |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
2 |
|
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
3 |
<!-- |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
4 |
This file contains the information needed to install your application |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
5 |
with the Surface Shell. Please refer to the documentation for deployment |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
6 |
instructions. |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
7 |
--> |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
8 |
<ss:ApplicationInfo |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
9 |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
10 |
xmlns:ss="http://schemas.microsoft.com/Surface/2007/ApplicationMetadata"> |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
11 |
<Application> |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
12 |
<Title>FingersDance.Control.ListVideo</Title> |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
13 |
<Description>FingersDance.Control.ListVideo</Description> |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
14 |
<ExecutableFile>FingersDance.Control.ListVideo.exe</ExecutableFile> |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
15 |
<Arguments></Arguments> |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
16 |
<IconImageFile>Resources\icon.png</IconImageFile> |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
17 |
<Preview> |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
18 |
<PreviewImageFile>Resources\iconPreview.png</PreviewImageFile> |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
19 |
</Preview> |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
20 |
<Tags> |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
21 |
<!-- |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
22 |
If your application uses tagged objects, please uncomment this section to register the tags with the Shell. |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
23 |
You can register ByteTag(s), IdentityTag(s) or both by using the appropriate instructions below. |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
24 |
--> |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
25 |
<!-- |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
26 |
To register ByteTags: |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
27 |
1. Please uncomment the Byte Tag Element below. |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
28 |
2. Replace "C0" below with the value of your Byte Tag (in hexadecimal format). Repeat this section (this element and its children) for other Byte Tags |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
29 |
3. Please remove the Launch element if you do not want to register the tag with Object Routing. |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
30 |
--> |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
31 |
<!-- |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
32 |
<ByteTag Value="C0"> |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
33 |
<Actions> |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
34 |
<Launch /> |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
35 |
</Actions> |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
36 |
</ByteTag> |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
37 |
--> |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
38 |
<!-- |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
39 |
To register IdentityTags: |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
40 |
1. Please uncomment the Identity Tag Element below. |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
41 |
2. Replace "0000000000000000" below with the series of your Identity Tag (in hexadecimal format). Repeat this section (this element and its children) for other Identity Tags |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
42 |
3. Please remove the Launch element if you do not want to register the tag with Object Routing. |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
43 |
--> |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
44 |
<!-- |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
45 |
<IdentityTag Series="0000000000000000"> |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
46 |
<Actions> |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
47 |
<Launch /> |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
48 |
</Actions> |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
49 |
</IdentityTag> |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
50 |
--> |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
51 |
</Tags> |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
52 |
</Application> |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
53 |
|
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
54 |
<!-- |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
55 |
Uncomment this section and comment out the Application element above |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
56 |
if you are creating an Attract Mode Application. |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
57 |
--> |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
58 |
<!-- |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
59 |
<AttractApplication> |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
60 |
<ExecutableFile>FingersDance.Control.ListVideo.exe</ExecutableFile> |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
61 |
<Arguments></Arguments> |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
62 |
</AttractApplication> |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
63 |
--> |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
64 |
</ss:ApplicationInfo> |