test/Control.Player.Test/App.xaml
author cavaliet
Wed, 14 Oct 2009 17:42:22 +0200
changeset 151 5f011a5ce421
parent 32 8f2692c743ff
permissions -rw-r--r--
update characters because merge made strange things with encoding.

<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>