src/FingersDance.Control.Player/App.xaml
changeset 3 4f1ea403073d
parent 0 f603bde47f41
child 4 7b7f95dc9027
equal deleted inserted replaced
2:06de3a61998f 3:4f1ea403073d
     1 <Application x:Class="FingersDance.Control.Player.App"
     1 <Application x:Class="FingersDance.Control.Player.App"
     2     xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
     2     xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
     3     xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
     3     xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
     4     StartupUri="SurfaceWindow1.xaml"
     4     StartupUri="SurfacePlayerTest.xaml"
     5     >
     5     >
     6     <Application.Resources>
     6     <Application.Resources>
     7       <ResourceDictionary>
     7       <ResourceDictionary>
     8         <ResourceDictionary.MergedDictionaries>
     8         <ResourceDictionary.MergedDictionaries>
     9           <ResourceDictionary Source="/Microsoft.Surface.Presentation.Generic;v1.0.0.0;31bf3856ad364e35;component/themes\generic.xaml"/>
     9           <ResourceDictionary Source="/Microsoft.Surface.Presentation.Generic;v1.0.0.0;31bf3856ad364e35;component/themes\generic.xaml"/>