src/FingersDance.Control.SessionInput/FingersDance.Control.SessionInput.xml
author cavaliet
Thu, 05 Nov 2009 13:13:52 +0100
changeset 187 b266af50744c
parent 61 9e2f007b19b3
permissions -rw-r--r--
Change file and event names for code to be clearer and more coherent with the project and cuttings organisation
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
61
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
     1
<?xml version="1.0" encoding="utf-8" ?>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
     2
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
     3
<!--
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
     4
This file contains the information needed to install your application
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
     5
with the Surface Shell. Please refer to the documentation for deployment
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
     6
instructions.
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
     7
-->
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
     8
<ss:ApplicationInfo
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
     9
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    10
 xmlns:ss="http://schemas.microsoft.com/Surface/2007/ApplicationMetadata">
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    11
  <Application>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    12
    <Title>FingersDance.Control.SessionInput</Title>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    13
    <Description>FingersDance.Control.SessionInput</Description>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    14
    <ExecutableFile>FingersDance.Control.SessionInput.exe</ExecutableFile>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    15
    <Arguments></Arguments>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    16
    <IconImageFile>Resources\icon.png</IconImageFile>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    17
    <Preview>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    18
      <PreviewImageFile>Resources\iconPreview.png</PreviewImageFile>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    19
    </Preview>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    20
    <Tags>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    21
      <!--
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    22
      If your application uses tagged objects, please uncomment this section to register the tags with the Shell. 
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    23
      You can register ByteTag(s), IdentityTag(s) or both by using the appropriate instructions below.
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    24
      -->
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    25
      <!--
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    26
      To register ByteTags:
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    27
      1. Please uncomment the Byte Tag Element below.
9e2f007b19b3 Projet InputSession
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
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    29
      3. Please remove the Launch element if you do not want to register the tag with Object Routing.
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    30
      -->
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    31
      <!--
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    32
      <ByteTag Value="C0">
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    33
        <Actions>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    34
          <Launch />
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    35
        </Actions>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    36
      </ByteTag>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    37
      -->
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    38
      <!--
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    39
      To register IdentityTags:
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    40
      1. Please uncomment the Identity Tag Element below.
9e2f007b19b3 Projet InputSession
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
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    42
      3. Please remove the Launch element if you do not want to register the tag with Object Routing.
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    43
      -->
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    44
      <!--
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    45
      <IdentityTag Series="0000000000000000">
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    46
        <Actions>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    47
          <Launch /> 
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    48
        </Actions>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    49
      </IdentityTag>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    50
      -->
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    51
    </Tags>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    52
  </Application>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    53
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    54
  <!--
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    55
  Uncomment this section and comment out the Application element above
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    56
  if you are creating an Attract Mode Application.
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    57
  -->
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    58
  <!--
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    59
  <AttractApplication>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    60
    <ExecutableFile>FingersDance.Control.SessionInput.exe</ExecutableFile>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    61
    <Arguments></Arguments>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    62
  </AttractApplication>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    63
  -->
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    64
</ss:ApplicationInfo>