src/FingersDance/App.xaml
author PAMPHILE Jonathan <pamphile@efrei.fr>
Wed, 14 Oct 2009 14:02:31 +0200
changeset 148 c379899e9c94
parent 106 9dfc0ee0ab17
permissions -rw-r--r--
MVVM
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
     1
<Application x:Class="FingersDance.App"
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
     2
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
     3
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
45
f003ae353cd7 Dev des 4 User Panels Resizables avec un pivot basique.
sarias
parents: 0
diff changeset
     4
    StartupUri="MainSurfaceWindow.xaml"
0
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
     5
    >
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
     6
    <Application.Resources>
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
     7
      <ResourceDictionary>
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
     8
        <ResourceDictionary.MergedDictionaries>
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
     9
          <ResourceDictionary Source="/Microsoft.Surface.Presentation.Generic;v1.0.0.0;31bf3856ad364e35;component/themes\generic.xaml"/>
61
9e2f007b19b3 Projet InputSession
sarias
parents: 46
diff changeset
    10
          <ResourceDictionary Source="pack://application:,,,/FingersDance.Control.Pivot;component/FingersDance.Control.Pivot.Ressource.xaml"/>
92
3a0b48be34bd New positions for the player's button
riley
parents: 61
diff changeset
    11
          <ResourceDictionary Source="pack://application:,,,/FingersDance.Control.TimeLine;component/FingersDance.Control.TimeLine.Ressources.xaml"/>
106
9dfc0ee0ab17 Update Pivot(disbled effects) add Session input design
riley
parents: 92
diff changeset
    12
          <ResourceDictionary Source="/FingersDance.Control.SaisieSeance;Component/fingersDance.Control.SessionInput.ressources.xaml"/>
0
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
    13
        </ResourceDictionary.MergedDictionaries>
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
    14
      </ResourceDictionary>
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
    15
    </Application.Resources>
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
    16
</Application>