2024-07-19 03:06:01 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
2024-07-19 00:57:12 +02:00
|
|
|
<Application
|
2024-07-21 02:17:11 +02:00
|
|
|
x:Class="Wino.Server.NET8.ServerApp"
|
2024-07-19 00:57:12 +02:00
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
2024-07-19 03:06:01 +02:00
|
|
|
xmlns:local="using:Wino.Server.NET8"
|
|
|
|
|
xmlns:styles="using:Wino.Server.Styles">
|
2024-07-19 00:57:12 +02:00
|
|
|
<Application.Resources>
|
|
|
|
|
<ResourceDictionary>
|
|
|
|
|
<ResourceDictionary.MergedDictionaries>
|
|
|
|
|
<XamlControlsResources xmlns="using:Microsoft.UI.Xaml.Controls" />
|
2024-07-19 03:06:01 +02:00
|
|
|
<styles:TrayIconResources />
|
2024-07-19 00:57:12 +02:00
|
|
|
</ResourceDictionary.MergedDictionaries>
|
|
|
|
|
</ResourceDictionary>
|
|
|
|
|
</Application.Resources>
|
|
|
|
|
</Application>
|