Implement NET8 server but without packaging capability.
This commit is contained in:
9
Wino.Server/App.xaml
Normal file
9
Wino.Server/App.xaml
Normal 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>
|
||||
Reference in New Issue
Block a user