Skip to content
This repository was archived by the owner on Apr 22, 2026. It is now read-only.

Commit 331fc86

Browse files
committed
feat: replace .sln with XML .slnx solution file
1 parent 5c2eada commit 331fc86

2 files changed

Lines changed: 18 additions & 99 deletions

File tree

NotifyIcon.sln

Lines changed: 0 additions & 99 deletions
This file was deleted.

NotifyIcon.slnx

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<Solution>
2+
<Configurations>
3+
<Platform Name="Any CPU" />
4+
<Platform Name="x64" />
5+
</Configurations>
6+
<Project Path="NotifyIcon.Demo.Avalonia/NotifyIcon.Demo.Avalonia.csproj" />
7+
<Project Path="NotifyIcon.Demo.Maui/NotifyIcon.Demo.Maui.csproj">
8+
<Deploy />
9+
</Project>
10+
<Project Path="NotifyIcon.Demo.Wice/NotifyIcon.Demo.Wice.csproj" />
11+
<Project Path="NotifyIcon.Demo.WinForm/NotifyIcon.Demo.WinForm.csproj" />
12+
<Project Path="NotifyIcon.Demo.WinUI/NotifyIcon.Demo.WinUI.csproj">
13+
<Platform Project="x64" />
14+
<Deploy />
15+
</Project>
16+
<Project Path="NotifyIcon.Demo.WPF/NotifyIcon.Demo.WPF.csproj" />
17+
<Project Path="NotifyIcon/NotifyIcon.csproj" />
18+
</Solution>

0 commit comments

Comments
 (0)