test/Control.Player.Test/App.xaml
changeset 32 8f2692c743ff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test/Control.Player.Test/App.xaml	Thu Aug 06 23:54:56 2009 +0200
@@ -0,0 +1,14 @@
+<Application x:Class="Control.Player.Test.App"
+    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
+    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
+    StartupUri="SurfacePlayerTest.xaml"
+    >
+    <Application.Resources>
+      <ResourceDictionary>
+        <ResourceDictionary.MergedDictionaries>
+          <ResourceDictionary Source="/Microsoft.Surface.Presentation.Generic;v1.0.0.0;31bf3856ad364e35;component/themes\generic.xaml"/>
+          <ResourceDictionary Source="Control.Player.Test.Skin.Ressources.xaml"/>
+        </ResourceDictionary.MergedDictionaries>
+      </ResourceDictionary>
+    </Application.Resources>
+</Application>