From 93f3a3b0dd010f3778d1a63b19f58c07798bbd43 Mon Sep 17 00:00:00 2001 From: Konstantin S Date: Fri, 6 Dec 2024 06:52:38 +0400 Subject: [PATCH] fix: Test --- .../H.NotifyIcon.Apps.Console.csproj | 54 ++--- .../H.NotifyIcon.Apps.Maui.csproj | 148 +++++++------- .../H.NotifyIcon.Apps.Wpf.csproj | 70 +++---- src/libs/Directory.Build.props | 174 ++++++++--------- .../H.GeneratedIcons.System.Drawing.csproj | 62 +++--- src/libs/H.NotifyIcon/H.NotifyIcon.csproj | 184 +++++++++--------- .../H.NotifyIcon.IntegrationTests.csproj | 64 +++--- 7 files changed, 378 insertions(+), 378 deletions(-) diff --git a/src/apps/H.NotifyIcon.Apps.Console/H.NotifyIcon.Apps.Console.csproj b/src/apps/H.NotifyIcon.Apps.Console/H.NotifyIcon.Apps.Console.csproj index c6e1f6e..09e642f 100644 --- a/src/apps/H.NotifyIcon.Apps.Console/H.NotifyIcon.Apps.Console.csproj +++ b/src/apps/H.NotifyIcon.Apps.Console/H.NotifyIcon.Apps.Console.csproj @@ -1,28 +1,28 @@ - - - - net4.8;net8.0-windows - Exe - preview - enable - enable - true - - - - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - + + + + net4.8;net8.0-windows + Exe + preview + enable + enable + true + + + + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + \ No newline at end of file diff --git a/src/apps/H.NotifyIcon.Apps.Maui/H.NotifyIcon.Apps.Maui.csproj b/src/apps/H.NotifyIcon.Apps.Maui/H.NotifyIcon.Apps.Maui.csproj index dab8cca..f566cc9 100644 --- a/src/apps/H.NotifyIcon.Apps.Maui/H.NotifyIcon.Apps.Maui.csproj +++ b/src/apps/H.NotifyIcon.Apps.Maui/H.NotifyIcon.Apps.Maui.csproj @@ -1,74 +1,74 @@ - - - - $(TargetFrameworks);net8.0-maccatalyst - $(TargetFrameworks);net8.0-windows10.0.19041.0 - - - - - - - Exe - H.NotifyIcon.Apps.Maui - true - true - enable - enable - - - H.NotifyIcon.Apps.Maui - - - com.companyname.h.notifyicon.apps.maui - - - 1.0 - 1 - - 11.0 - 13.1 - 21.0 - 10.0.17763.0 - 10.0.17763.0 - 6.5 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + $(TargetFrameworks);net8.0-maccatalyst + $(TargetFrameworks);net8.0-windows10.0.19041.0 + + + + + + + Exe + H.NotifyIcon.Apps.Maui + true + true + enable + enable + + + H.NotifyIcon.Apps.Maui + + + com.companyname.h.notifyicon.apps.maui + + + 1.0 + 1 + + 11.0 + 13.1 + 21.0 + 10.0.17763.0 + 10.0.17763.0 + 6.5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/apps/H.NotifyIcon.Apps.Wpf/H.NotifyIcon.Apps.Wpf.csproj b/src/apps/H.NotifyIcon.Apps.Wpf/H.NotifyIcon.Apps.Wpf.csproj index dfbfe76..2c353b4 100644 --- a/src/apps/H.NotifyIcon.Apps.Wpf/H.NotifyIcon.Apps.Wpf.csproj +++ b/src/apps/H.NotifyIcon.Apps.Wpf/H.NotifyIcon.Apps.Wpf.csproj @@ -1,36 +1,36 @@ - - - - WinExe - net4.6.2;net8.0-windows - true - true - preview - enable - enable - true - - - - - <_Parameter1>System.Windows.ResourceDictionaryLocation.None - <_Parameter1_IsLiteral>true - <_Parameter2>System.Windows.ResourceDictionaryLocation.SourceAssembly - <_Parameter2_IsLiteral>true - - - - - - all - compile; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - - + + + + WinExe + net4.6.2;net8.0-windows + true + true + preview + enable + enable + true + + + + + <_Parameter1>System.Windows.ResourceDictionaryLocation.None + <_Parameter1_IsLiteral>true + <_Parameter2>System.Windows.ResourceDictionaryLocation.SourceAssembly + <_Parameter2_IsLiteral>true + + + + + + all + compile; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + + \ No newline at end of file diff --git a/src/libs/Directory.Build.props b/src/libs/Directory.Build.props index 06cc851..255102c 100644 --- a/src/libs/Directory.Build.props +++ b/src/libs/Directory.Build.props @@ -1,87 +1,87 @@ - - - - - - - System.Drawing - $(DefineConstants);HAS_SYSTEM_DRAWING - $(DefineConstants);HAS_SKIA_SHARP - - - - true - $(MSBuildThisFileDirectory)../key.snk - - - - - <_Parameter1>true - - - - - $(PACKAGE_RELEASE_NOTES) - true - true - havendv - MIT - nuget_icon.png - README.md - https://github.com/HavenDV/H.NotifyIcon - - - - - - - - - v - dev - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - true - - - - true - latest - All - true - - $(NoWarn);CA1502;CA1506;CA1010;CA1822 - - - - true - true - true - false - false - - - + + + + + + + System.Drawing + $(DefineConstants);HAS_SYSTEM_DRAWING + $(DefineConstants);HAS_SKIA_SHARP + + + + true + $(MSBuildThisFileDirectory)../key.snk + + + + + <_Parameter1>true + + + + + $(PACKAGE_RELEASE_NOTES) + true + true + havendv + MIT + nuget_icon.png + README.md + https://github.com/HavenDV/H.NotifyIcon + + + + + + + + + v + dev + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + true + + + + true + latest + All + true + + $(NoWarn);CA1502;CA1506;CA1010;CA1822 + + + + true + true + true + false + false + + + diff --git a/src/libs/H.GeneratedIcons.System.Drawing/H.GeneratedIcons.System.Drawing.csproj b/src/libs/H.GeneratedIcons.System.Drawing/H.GeneratedIcons.System.Drawing.csproj index 6c6383a..38d8f02 100644 --- a/src/libs/H.GeneratedIcons.System.Drawing/H.GeneratedIcons.System.Drawing.csproj +++ b/src/libs/H.GeneratedIcons.System.Drawing/H.GeneratedIcons.System.Drawing.csproj @@ -1,32 +1,32 @@ - - - - net4.6.2;netstandard2.0;net6.0;net8.0 - - - - - - - - - - - - - - - - - - - - - - - - This package allows to generate icons. - tray-icon;notify-icon;interop;console;generator;icon;system;drawing - - + + + + net4.6.2;netstandard2.0;net6.0;net8.0 + + + + + + + + + + + + + + + + + + + + + + + + This package allows to generate icons. + tray-icon;notify-icon;interop;console;generator;icon;system;drawing + + \ No newline at end of file diff --git a/src/libs/H.NotifyIcon/H.NotifyIcon.csproj b/src/libs/H.NotifyIcon/H.NotifyIcon.csproj index 60d930b..e4759fb 100644 --- a/src/libs/H.NotifyIcon/H.NotifyIcon.csproj +++ b/src/libs/H.NotifyIcon/H.NotifyIcon.csproj @@ -1,93 +1,93 @@ - - - - net4.6.2;netstandard2.0;net6.0;net8.0 - $(NoWarn);CA1031;CA1003;CA1502;CS3016;CS8981;CA1513 - - - - This package allows to create TrayIcon for any platform. - tray-icon;notify-icon;interop;console;ecoqos;eco;qos;quality-of-service;efficiency-mode - - - - - - - - - - - - - - - - - - - - all - compile; build; native; contentfiles; analyzers; buildtransitive - - - all - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + net4.6.2;netstandard2.0;net6.0;net8.0 + $(NoWarn);CA1031;CA1003;CA1502;CS3016;CS8981;CA1513 + + + + This package allows to create TrayIcon for any platform. + tray-icon;notify-icon;interop;console;ecoqos;eco;qos;quality-of-service;efficiency-mode + + + + + + + + + + + + + + + + + + + + all + compile; build; native; contentfiles; analyzers; buildtransitive + + + all + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/tests/H.NotifyIcon.IntegrationTests/H.NotifyIcon.IntegrationTests.csproj b/src/tests/H.NotifyIcon.IntegrationTests/H.NotifyIcon.IntegrationTests.csproj index d26a84e..4f5fccf 100644 --- a/src/tests/H.NotifyIcon.IntegrationTests/H.NotifyIcon.IntegrationTests.csproj +++ b/src/tests/H.NotifyIcon.IntegrationTests/H.NotifyIcon.IntegrationTests.csproj @@ -1,33 +1,33 @@ - - - - net4.8;net8.0-windows - true - - - - - - - - - - - - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - + + + + net4.8;net8.0-windows + true + + + + + + + + + + + + + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + \ No newline at end of file