test/Control.Player.Test/App.xaml
changeset 32 8f2692c743ff
equal deleted inserted replaced
31:d3582ce60905 32:8f2692c743ff
       
     1 <Application x:Class="Control.Player.Test.App"
       
     2     xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
       
     3     xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
       
     4     StartupUri="SurfacePlayerTest.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 Source="Control.Player.Test.Skin.Ressources.xaml"/>
       
    11         </ResourceDictionary.MergedDictionaries>
       
    12       </ResourceDictionary>
       
    13     </Application.Resources>
       
    14 </Application>