src/FingersDance.Control.Player/App.xaml
author sarias
Fri, 31 Jul 2009 00:45:42 +0200
changeset 3 4f1ea403073d
parent 0 f603bde47f41
child 4 7b7f95dc9027
permissions -rw-r--r--
Projet Menu avec profondeur complete. Projet Player sans design play pause basique Les deux projets ont un Surface[name]Test.xaml & .cs pour montrer les fonctionalites. (pour tester il faut "set up as start up project")
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"
3
4f1ea403073d Projet Menu avec profondeur complete.
sarias
parents: 0
diff changeset
     4
    StartupUri="SurfacePlayerTest.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"/>
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
    10
        </ResourceDictionary.MergedDictionaries>
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
    11
      </ResourceDictionary>
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
    12
    </Application.Resources>
f603bde47f41 Le repository FingersDance avec nouvelle arborescence.
sarias
parents:
diff changeset
    13
</Application>