-
-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Bump DependencyPropertyGenerator in the all group
Bumps the all group with 1 update: [DependencyPropertyGenerator](https://github.com/HavenDV/DependencyPropertyGenerator). Updates `DependencyPropertyGenerator` from 1.4.0 to 1.5.0 - [Release notes](https://github.com/HavenDV/DependencyPropertyGenerator/releases) - [Commits](https://github.com/HavenDV/DependencyPropertyGenerator/commits/v1.5.0) --- updated-dependencies: - dependency-name: DependencyPropertyGenerator dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
fd2185e
commit c0bfc0b
Showing
6 changed files
with
262 additions
and
262 deletions.
There are no files selected for viewing
70 changes: 35 additions & 35 deletions
70
src/apps/H.NotifyIcon.Apps.Wpf/H.NotifyIcon.Apps.Wpf.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,36 @@ | ||
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop"> | ||
|
||
<PropertyGroup> | ||
<OutputType>WinExe</OutputType> | ||
<TargetFrameworks>net4.6.2;net9.0-windows</TargetFrameworks> | ||
<UseWPF>true</UseWPF> | ||
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources> | ||
<LangVersion>preview</LangVersion> | ||
<Nullable>enable</Nullable> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<EnableWindowsTargeting>true</EnableWindowsTargeting> | ||
</PropertyGroup> | ||
|
||
<ItemGroup Label="AssemblyInfo"> | ||
<AssemblyAttribute Include="System.Windows.ThemeInfo"> | ||
<_Parameter1>System.Windows.ResourceDictionaryLocation.None</_Parameter1> | ||
<_Parameter1_IsLiteral>true</_Parameter1_IsLiteral> | ||
<_Parameter2>System.Windows.ResourceDictionaryLocation.SourceAssembly</_Parameter2> | ||
<_Parameter2_IsLiteral>true</_Parameter2_IsLiteral> | ||
</AssemblyAttribute> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="DependencyPropertyGenerator" Version="1.4.0"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="System.Drawing.Common" Version="9.0.0" /> | ||
<PackageReference Include="System.Resources.Extensions" Version="9.0.0" PrivateAssets="All" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\..\libs\H.NotifyIcon.Wpf\H.NotifyIcon.Wpf.csproj" /> | ||
</ItemGroup> | ||
|
||
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop"> | ||
|
||
<PropertyGroup> | ||
<OutputType>WinExe</OutputType> | ||
<TargetFrameworks>net4.6.2;net9.0-windows</TargetFrameworks> | ||
<UseWPF>true</UseWPF> | ||
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources> | ||
<LangVersion>preview</LangVersion> | ||
<Nullable>enable</Nullable> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
<EnableWindowsTargeting>true</EnableWindowsTargeting> | ||
</PropertyGroup> | ||
|
||
<ItemGroup Label="AssemblyInfo"> | ||
<AssemblyAttribute Include="System.Windows.ThemeInfo"> | ||
<_Parameter1>System.Windows.ResourceDictionaryLocation.None</_Parameter1> | ||
<_Parameter1_IsLiteral>true</_Parameter1_IsLiteral> | ||
<_Parameter2>System.Windows.ResourceDictionaryLocation.SourceAssembly</_Parameter2> | ||
<_Parameter2_IsLiteral>true</_Parameter2_IsLiteral> | ||
</AssemblyAttribute> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="DependencyPropertyGenerator" Version="1.5.0"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="System.Drawing.Common" Version="9.0.0" /> | ||
<PackageReference Include="System.Resources.Extensions" Version="9.0.0" PrivateAssets="All" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\..\libs\H.NotifyIcon.Wpf\H.NotifyIcon.Wpf.csproj" /> | ||
</ItemGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,60 +1,60 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFrameworks>net9.0;net9.0-android;net9.0-ios;net9.0-maccatalyst;net9.0-windows10.0.19041.0</TargetFrameworks> | ||
<!-- Uncomment to also build the tizen app. You will need to install tizen by following this: https://github.com/Samsung/Tizen.NET --> | ||
<!-- <TargetFrameworks>$(TargetFrameworks);net8.0-tizen</TargetFrameworks> --> | ||
<UseMaui>true</UseMaui> | ||
<DefineConstants>$(DefineConstants);HAS_PLATFORM_CODE;HAS_MAUI</DefineConstants> | ||
<DefineConstants Condition="'$(TargetFramework)'=='net9.0-windows10.0.19041.0'">$(DefineConstants);HAS_MAUI_WINUI</DefineConstants> | ||
<NoWarn>$(NoWarn);CA1031;CS8002;CS0108;CA1501;CA1513</NoWarn> | ||
<EnableWindowsTargeting>true</EnableWindowsTargeting> | ||
|
||
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">12.2</SupportedOSPlatformVersion> | ||
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">15.0</SupportedOSPlatformVersion> | ||
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'">21.0</SupportedOSPlatformVersion> | ||
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</SupportedOSPlatformVersion> | ||
<TargetPlatformMinVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</TargetPlatformMinVersion> | ||
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'tizen'">6.5</SupportedOSPlatformVersion> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Label="NuGet"> | ||
<Description>This is an implementation of a NotifyIcon (aka system tray icon or taskbar icon) for the MAUI platform. | ||
It does not just rely on the Windows Forms NotifyIcon component, | ||
but is a purely independent control which leverages several features of the WinUI 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. | ||
</Description> | ||
<PackageTags>notifyicon;maui;tray</PackageTags> | ||
</PropertyGroup> | ||
|
||
<ItemGroup Label="AssemblyInfo"> | ||
<AssemblyAttribute Include="Microsoft.Maui.Controls.XmlnsPrefix"> | ||
<_Parameter1>https://notifyicon.com/</_Parameter1> | ||
<_Parameter2>tb</_Parameter2> | ||
</AssemblyAttribute> | ||
<AssemblyAttribute Include="Microsoft.Maui.Controls.XmlnsDefinition"> | ||
<_Parameter1>https://notifyicon.com/</_Parameter1> | ||
<_Parameter2>H.NotifyIcon</_Parameter2> | ||
</AssemblyAttribute> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="DependencyPropertyGenerator" Version="1.4.0"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="EventGenerator.Generator" Version="0.13.1"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\H.NotifyIcon\H.NotifyIcon.csproj" /> | ||
</ItemGroup> | ||
|
||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFrameworks>net9.0;net9.0-android;net9.0-ios;net9.0-maccatalyst;net9.0-windows10.0.19041.0</TargetFrameworks> | ||
<!-- Uncomment to also build the tizen app. You will need to install tizen by following this: https://github.com/Samsung/Tizen.NET --> | ||
<!-- <TargetFrameworks>$(TargetFrameworks);net8.0-tizen</TargetFrameworks> --> | ||
<UseMaui>true</UseMaui> | ||
<DefineConstants>$(DefineConstants);HAS_PLATFORM_CODE;HAS_MAUI</DefineConstants> | ||
<DefineConstants Condition="'$(TargetFramework)'=='net9.0-windows10.0.19041.0'">$(DefineConstants);HAS_MAUI_WINUI</DefineConstants> | ||
<NoWarn>$(NoWarn);CA1031;CS8002;CS0108;CA1501;CA1513</NoWarn> | ||
<EnableWindowsTargeting>true</EnableWindowsTargeting> | ||
|
||
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">12.2</SupportedOSPlatformVersion> | ||
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">15.0</SupportedOSPlatformVersion> | ||
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'">21.0</SupportedOSPlatformVersion> | ||
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</SupportedOSPlatformVersion> | ||
<TargetPlatformMinVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</TargetPlatformMinVersion> | ||
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'tizen'">6.5</SupportedOSPlatformVersion> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Label="NuGet"> | ||
<Description>This is an implementation of a NotifyIcon (aka system tray icon or taskbar icon) for the MAUI platform. | ||
It does not just rely on the Windows Forms NotifyIcon component, | ||
but is a purely independent control which leverages several features of the WinUI 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. | ||
</Description> | ||
<PackageTags>notifyicon;maui;tray</PackageTags> | ||
</PropertyGroup> | ||
|
||
<ItemGroup Label="AssemblyInfo"> | ||
<AssemblyAttribute Include="Microsoft.Maui.Controls.XmlnsPrefix"> | ||
<_Parameter1>https://notifyicon.com/</_Parameter1> | ||
<_Parameter2>tb</_Parameter2> | ||
</AssemblyAttribute> | ||
<AssemblyAttribute Include="Microsoft.Maui.Controls.XmlnsDefinition"> | ||
<_Parameter1>https://notifyicon.com/</_Parameter1> | ||
<_Parameter2>H.NotifyIcon</_Parameter2> | ||
</AssemblyAttribute> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiVersion)" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="DependencyPropertyGenerator" Version="1.5.0"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="EventGenerator.Generator" Version="0.13.1"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\H.NotifyIcon\H.NotifyIcon.csproj" /> | ||
</ItemGroup> | ||
|
||
</Project> |
118 changes: 59 additions & 59 deletions
118
src/libs/H.NotifyIcon.Uno.WinUI/H.NotifyIcon.Uno.WinUI.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,60 +1,60 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFrameworks>net8.0;net8.0-android;net8.0-ios;net8.0-maccatalyst;net8.0-windows10.0.19041</TargetFrameworks> | ||
<SignAssembly>false</SignAssembly> | ||
<DefineConstants>$(DefineConstants);HAS_WINUI;IS_PACKABLE;HAS_PLATFORM_CODE</DefineConstants> | ||
<DefineConstants Condition=" '$(TargetFramework)' != 'net8.0-windows10.0.19041' ">$(DefineConstants);HAS_UNO</DefineConstants> | ||
<Nullable>enable</Nullable> | ||
<NoWarn>$(NoWarn);Uno0001;Uno0002;CA1010;CA1031;CS8002;CS0114;CS3009;CA1063;CA1513;CA2000;CA1416;NETSDK1206</NoWarn> | ||
<EnableWindowsTargeting>true</EnableWindowsTargeting> | ||
<EnableMsixTooling>true</EnableMsixTooling> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Label="NuGet"> | ||
<Description>This is an implementation of a NotifyIcon (aka system tray icon or taskbar icon) for the Uno.WinUI Skia.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 Uno.WinUI Skia.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. | ||
</Description> | ||
<PackageTags>NotifyIcon, Uno, Tray, Notify, ToolTip, Popup, Balloon, Toast</PackageTags> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="DependencyPropertyGenerator" Version="1.4.0"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="EventGenerator.Generator" Version="0.13.1"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\H.NotifyIcon\H.NotifyIcon.csproj" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'"> | ||
<PackageReference Include="Uno.WinUI" Version="5.5.87" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0-android'"> | ||
<PackageReference Include="Uno.WinUI" Version="5.5.87" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0-ios'"> | ||
<PackageReference Include="Uno.WinUI" Version="5.5.87" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0-maccatalyst'"> | ||
<PackageReference Include="Uno.WinUI" Version="5.5.87" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0-windows10.0.19041'"> | ||
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.241114003" /> | ||
<PackageReference Include="System.Collections.Immutable" Version="9.0.0" /> | ||
<PackageReference Include="System.Reflection.Metadata" Version="9.0.0" /> | ||
</ItemGroup> | ||
|
||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFrameworks>net8.0;net8.0-android;net8.0-ios;net8.0-maccatalyst;net8.0-windows10.0.19041</TargetFrameworks> | ||
<SignAssembly>false</SignAssembly> | ||
<DefineConstants>$(DefineConstants);HAS_WINUI;IS_PACKABLE;HAS_PLATFORM_CODE</DefineConstants> | ||
<DefineConstants Condition=" '$(TargetFramework)' != 'net8.0-windows10.0.19041' ">$(DefineConstants);HAS_UNO</DefineConstants> | ||
<Nullable>enable</Nullable> | ||
<NoWarn>$(NoWarn);Uno0001;Uno0002;CA1010;CA1031;CS8002;CS0114;CS3009;CA1063;CA1513;CA2000;CA1416;NETSDK1206</NoWarn> | ||
<EnableWindowsTargeting>true</EnableWindowsTargeting> | ||
<EnableMsixTooling>true</EnableMsixTooling> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Label="NuGet"> | ||
<Description>This is an implementation of a NotifyIcon (aka system tray icon or taskbar icon) for the Uno.WinUI Skia.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 Uno.WinUI Skia.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. | ||
</Description> | ||
<PackageTags>NotifyIcon, Uno, Tray, Notify, ToolTip, Popup, Balloon, Toast</PackageTags> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="DependencyPropertyGenerator" Version="1.5.0"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<PackageReference Include="EventGenerator.Generator" Version="0.13.1"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\H.NotifyIcon\H.NotifyIcon.csproj" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'"> | ||
<PackageReference Include="Uno.WinUI" Version="5.5.87" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0-android'"> | ||
<PackageReference Include="Uno.WinUI" Version="5.5.87" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0-ios'"> | ||
<PackageReference Include="Uno.WinUI" Version="5.5.87" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0-maccatalyst'"> | ||
<PackageReference Include="Uno.WinUI" Version="5.5.87" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0-windows10.0.19041'"> | ||
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.241114003" /> | ||
<PackageReference Include="System.Collections.Immutable" Version="9.0.0" /> | ||
<PackageReference Include="System.Reflection.Metadata" Version="9.0.0" /> | ||
</ItemGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.