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