src/FingersDance.Control.SessionInput/FingersDance.Control.SessionInput.xml
author cavaliet
Wed, 28 Oct 2009 17:07:27 +0100
changeset 182 25b49d4f1635
parent 61 9e2f007b19b3
permissions -rw-r--r--
First step of data reorganisation : session is meant to disappear : a "session" is in fact a project and one project owns several cuttings, one per user. WARNING : this commit builds without problems but we can not open more than one UserPanel.

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

<!--
This file contains the information needed to install your application
with the Surface Shell. Please refer to the documentation for deployment
instructions.
-->
<ss:ApplicationInfo
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xmlns:ss="http://schemas.microsoft.com/Surface/2007/ApplicationMetadata">
  <Application>
    <Title>FingersDance.Control.SessionInput</Title>
    <Description>FingersDance.Control.SessionInput</Description>
    <ExecutableFile>FingersDance.Control.SessionInput.exe</ExecutableFile>
    <Arguments></Arguments>
    <IconImageFile>Resources\icon.png</IconImageFile>
    <Preview>
      <PreviewImageFile>Resources\iconPreview.png</PreviewImageFile>
    </Preview>
    <Tags>
      <!--
      If your application uses tagged objects, please uncomment this section to register the tags with the Shell. 
      You can register ByteTag(s), IdentityTag(s) or both by using the appropriate instructions below.
      -->
      <!--
      To register ByteTags:
      1. Please uncomment the Byte Tag Element below.
      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
      3. Please remove the Launch element if you do not want to register the tag with Object Routing.
      -->
      <!--
      <ByteTag Value="C0">
        <Actions>
          <Launch />
        </Actions>
      </ByteTag>
      -->
      <!--
      To register IdentityTags:
      1. Please uncomment the Identity Tag Element below.
      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
      3. Please remove the Launch element if you do not want to register the tag with Object Routing.
      -->
      <!--
      <IdentityTag Series="0000000000000000">
        <Actions>
          <Launch /> 
        </Actions>
      </IdentityTag>
      -->
    </Tags>
  </Application>

  <!--
  Uncomment this section and comment out the Application element above
  if you are creating an Attract Mode Application.
  -->
  <!--
  <AttractApplication>
    <ExecutableFile>FingersDance.Control.SessionInput.exe</ExecutableFile>
    <Arguments></Arguments>
  </AttractApplication>
  -->
</ss:ApplicationInfo>