test/Control.Player.Test/App.xaml
author sarias
Wed, 09 Sep 2009 08:38:44 +0200
changeset 41 ce8b404aaae4
parent 32 8f2692c743ff
permissions -rw-r--r--
regle probleme de chargement des videos
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
32
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
     1
<Application x:Class="Control.Player.Test.App"
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
     2
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
     3
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
     4
    StartupUri="SurfacePlayerTest.xaml"
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
     5
    >
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
     6
    <Application.Resources>
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
     7
      <ResourceDictionary>
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
     8
        <ResourceDictionary.MergedDictionaries>
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
     9
          <ResourceDictionary Source="/Microsoft.Surface.Presentation.Generic;v1.0.0.0;31bf3856ad364e35;component/themes\generic.xaml"/>
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    10
          <ResourceDictionary Source="Control.Player.Test.Skin.Ressources.xaml"/>
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    11
        </ResourceDictionary.MergedDictionaries>
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    12
      </ResourceDictionary>
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    13
    </Application.Resources>
8f2692c743ff Control.Player.Test Project
sarias
parents:
diff changeset
    14
</Application>