src/FingersDance/App.xaml
author cavaliet
Tue, 24 Nov 2009 11:35:07 +0100
changeset 225 b60e13ed75c8
parent 106 9dfc0ee0ab17
permissions -rw-r--r--
Now an annotation has a list of gesture string and not simple gesture string. These are saved into and loaded from the ldt xml file.

<Application x:Class="FingersDance.App"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    StartupUri="MainSurfaceWindow.xaml"
    >
    <Application.Resources>
      <ResourceDictionary>
        <ResourceDictionary.MergedDictionaries>
          <ResourceDictionary Source="/Microsoft.Surface.Presentation.Generic;v1.0.0.0;31bf3856ad364e35;component/themes\generic.xaml"/>
          <ResourceDictionary Source="pack://application:,,,/FingersDance.Control.Pivot;component/FingersDance.Control.Pivot.Ressource.xaml"/>
          <ResourceDictionary Source="pack://application:,,,/FingersDance.Control.TimeLine;component/FingersDance.Control.TimeLine.Ressources.xaml"/>
          <ResourceDictionary Source="/FingersDance.Control.SaisieSeance;Component/fingersDance.Control.SessionInput.ressources.xaml"/>
        </ResourceDictionary.MergedDictionaries>
      </ResourceDictionary>
    </Application.Resources>
</Application>