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