src/FingersDance.Control.Screen/App.xaml
changeset 39 0efa1d506f28
parent 38 fe84b5081ba2
child 40 d30b625ecb8b
equal deleted inserted replaced
38:fe84b5081ba2 39:0efa1d506f28
     1 <Application x:Class="FingersDance.Control.Screen.App"
       
     2     xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
       
     3     xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
       
     4     StartupUri="SurfaceWindow1.xaml"
       
     5     >
       
     6     <Application.Resources>
       
     7       <ResourceDictionary>
       
     8         <ResourceDictionary.MergedDictionaries>
       
     9           <ResourceDictionary Source="/Microsoft.Surface.Presentation.Generic;v1.0.0.0;31bf3856ad364e35;component/themes\generic.xaml"/>
       
    10         </ResourceDictionary.MergedDictionaries>
       
    11       </ResourceDictionary>
       
    12     </Application.Resources>
       
    13 </Application>