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 b2fc779..66ec39f 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 @@ -15,7 +15,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/libs/Directory.Build.props b/src/libs/Directory.Build.props index ca8a51c..e31552f 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.NotifyIcon.Wpf/H.NotifyIcon.Wpf.csproj b/src/libs/H.NotifyIcon.Wpf/H.NotifyIcon.Wpf.csproj index 3ae9cf1..6673413 100644 --- a/src/libs/H.NotifyIcon.Wpf/H.NotifyIcon.Wpf.csproj +++ b/src/libs/H.NotifyIcon.Wpf/H.NotifyIcon.Wpf.csproj @@ -1,67 +1,67 @@ - - - - net4.6.2;net6.0-windows;net8.0-windows - true - $(DefineConstants);HAS_WPF;HAS_PLATFORM_CODE - Hardcodet.Wpf.TaskbarNotification - $(NoWarn);WPF0005;WPF0041;CA1030;CA1031;CA1513;CA1510 - enable - true - - - - - - - - - <_Parameter1>System.Windows.ResourceDictionaryLocation.None - <_Parameter1_IsLiteral>true - <_Parameter2>System.Windows.ResourceDictionaryLocation.SourceAssembly - <_Parameter2_IsLiteral>true - - - <_Parameter1>http://www.hardcodet.net/taskbar - <_Parameter2>tb - - - <_Parameter1>http://www.hardcodet.net/taskbar - <_Parameter2>H.NotifyIcon - - - - - This is an implementation of a NotifyIcon (aka system tray icon or taskbar icon) for the WPF platform. -It does not just rely on the Windows Forms NotifyIcon component, -but is a purely independent control which leverages several features of the WPF framework in order to display rich tooltips, -popups, context menus, and balloon messages. It can be used directly in code or embedded in any XAML file. - - NotifyIcon, WPF, Tray, Notify, ToolTip, Popup, Balloon, Toast - - - - - - - - - all - compile; build; native; contentfiles; analyzers; buildtransitive - - - all - compile; build; native; contentfiles; analyzers; buildtransitive - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - + + + + net4.6.2;net6.0-windows;net8.0-windows + true + $(DefineConstants);HAS_WPF;HAS_PLATFORM_CODE + Hardcodet.Wpf.TaskbarNotification + $(NoWarn);WPF0005;WPF0041;CA1030;CA1031;CA1513;CA1510 + enable + true + + + + + + + + + <_Parameter1>System.Windows.ResourceDictionaryLocation.None + <_Parameter1_IsLiteral>true + <_Parameter2>System.Windows.ResourceDictionaryLocation.SourceAssembly + <_Parameter2_IsLiteral>true + + + <_Parameter1>http://www.hardcodet.net/taskbar + <_Parameter2>tb + + + <_Parameter1>http://www.hardcodet.net/taskbar + <_Parameter2>H.NotifyIcon + + + + + This is an implementation of a NotifyIcon (aka system tray icon or taskbar icon) for the WPF platform. +It does not just rely on the Windows Forms NotifyIcon component, +but is a purely independent control which leverages several features of the WPF framework in order to display rich tooltips, +popups, context menus, and balloon messages. It can be used directly in code or embedded in any XAML file. + + NotifyIcon, WPF, Tray, Notify, ToolTip, Popup, Balloon, Toast + + + + + + + + + all + compile; build; native; contentfiles; analyzers; buildtransitive + + + all + compile; build; native; contentfiles; analyzers; buildtransitive + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + \ 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 0c9202c..47279a4 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 d066fd2..92c2a54 100644 --- a/src/tests/H.NotifyIcon.IntegrationTests/H.NotifyIcon.IntegrationTests.csproj +++ b/src/tests/H.NotifyIcon.IntegrationTests/H.NotifyIcon.IntegrationTests.csproj @@ -6,7 +6,7 @@ - + @@ -19,7 +19,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive