Add server projects. Packaging with WinUI server doesn't work. Payload contains two or more files etc.
This commit is contained in:
10
Wino.Server.WPF/App.xaml
Normal file
10
Wino.Server.WPF/App.xaml
Normal file
@@ -0,0 +1,10 @@
|
||||
<Application
|
||||
x:Class="Wino.Server.App"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
ShutdownMode="OnExplicitShutdown"
|
||||
xmlns:local="clr-namespace:Wino.Server">
|
||||
<Application.Resources>
|
||||
<ResourceDictionary Source="TrayIconResources.xaml" />
|
||||
</Application.Resources>
|
||||
</Application>
|
||||
Reference in New Issue
Block a user