ui/winui/App.xaml

branch
newapi
changeset 205
b1ac0dd1d38b
child 211
5d71a36b833b
equal deleted inserted replaced
204:4a258d47f964 205:b1ac0dd1d38b
1 <?xml version="1.0" encoding="utf-8"?>
2 <Application
3 x:Class="winui.App"
4 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
5 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
6 xmlns:local="using:winui">
7 <Application.Resources>
8 <ResourceDictionary>
9 <ResourceDictionary.MergedDictionaries>
10 <XamlControlsResources xmlns="using:Microsoft.UI.Xaml.Controls" />
11 <!-- Other merged dictionaries here -->
12 </ResourceDictionary.MergedDictionaries>
13 <!-- Other app resources here -->
14 </ResourceDictionary>
15 </Application.Resources>
16 </Application>

mercurial