src/FingersDance/App.xaml
changeset 45 f003ae353cd7
parent 0 f603bde47f41
child 46 f1a26ca4177e
equal deleted inserted replaced
44:9c6ea1f246da 45:f003ae353cd7
     1 <Application x:Class="FingersDance.App"
     1 <Application x:Class="FingersDance.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="MainSurfaceWindow.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"/>