Merge pull request #26354 from ksooo/pvr-fix-listitem-titleextrainfo
[xbmc.git] / lib / libUPnP / Neptune / Build / Targets / x86-microsoft-winrt-vs2011 / TestShell / App.xaml
blob9a9f7c1159be4857812b70a6192e64e2867eff35
1 <Application
2     x:Class="TestShell.App"
3     xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
4     xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
5     xmlns:local="using:TestShell">
7     <Application.Resources>
8         <ResourceDictionary>
9             <ResourceDictionary.MergedDictionaries>
11                 <!-- 
12                     Styles that define common aspects of the platform look and feel
13                     Required by Visual Studio project and item templates
14                  -->
15                 <ResourceDictionary Source="Common/StandardStyles.xaml"/>
16             </ResourceDictionary.MergedDictionaries>
18         </ResourceDictionary>
19     </Application.Resources>
20 </Application>