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>
9 <ResourceDictionary.MergedDictionaries>
12 Styles that define common aspects of the platform look and feel
13 Required by Visual Studio project and item templates
15 <ResourceDictionary Source="Common/StandardStyles.xaml"/>
16 </ResourceDictionary.MergedDictionaries>
19 </Application.Resources>