src/FingersDance.Control.Player/App.xaml
author PAMPHILE Jonathan <pamphile@efrei.fr>
Mon, 31 Aug 2009 15:01:46 +0200
changeset 37 513de10ba65a
parent 35 ed77793b767a
permissions -rw-r--r--
Test des menus
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.Control.Player.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"
35
ed77793b767a Control Pivot,
sarias
parents: 4
diff changeset
     4
    StartupUri="SurfaceWindow1.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"/>
4
7b7f95dc9027 skin 1 du player
riley
parents: 3
diff changeset
    10
          <ResourceDictionary Source="FingersDance.Control.Player.Skin.Ressources.xaml"/>
0
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
    11
        </ResourceDictionary.MergedDictionaries>
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
    12
      </ResourceDictionary>
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
    13
    </Application.Resources>
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
    14
</Application>