Monorepo for Aesthetic.Computer
aesthetic.computer
1<?xml version="1.0" encoding="utf-8"?>
2<Application
3 x:Class="AestheticComputer.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:AestheticComputer">
7 <Application.Resources>
8 <ResourceDictionary>
9 <ResourceDictionary.MergedDictionaries>
10 <XamlControlsResources xmlns="using:Microsoft.UI.Xaml.Controls" />
11 </ResourceDictionary.MergedDictionaries>
12 </ResourceDictionary>
13 </Application.Resources>
14</Application>