Implement NET8 server but without packaging capability.

This commit is contained in:
Burak Kaan Köse
2024-07-19 03:06:01 +02:00
parent 0cb39d41e8
commit 756cf5992c
22 changed files with 436 additions and 55 deletions

9
Wino.Server/App.xaml Normal file
View File

@@ -0,0 +1,9 @@
<Application
x:Class="Wino.Server.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:Wino.Server">
<Application.Resources>
<ResourceDictionary Source="TrayIconResources.xaml" />
</Application.Resources>
</Application>