test/Control.Player.Test/App.xaml
author cavaliet
Wed, 28 Oct 2009 17:07:27 +0100
changeset 182 25b49d4f1635
parent 32 8f2692c743ff
permissions -rw-r--r--
First step of data reorganisation : session is meant to disappear : a "session" is in fact a project and one project owns several cuttings, one per user. WARNING : this commit builds without problems but we can not open more than one UserPanel.
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>