Skip to content

Commit e96746f

Browse files
CopilotJusterZhu
andcommitted
Add ApplicationIcon property and icon files to both projects
Co-authored-by: JusterZhu <11714536+JusterZhu@users.noreply.github.com>
1 parent f6a39f4 commit e96746f

4 files changed

Lines changed: 12 additions & 0 deletions

File tree

src/c#/GeneralUpdate.Drivelution/GeneralUpdate.Drivelution.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<Copyright>Copyright © 2020-2026 JusterZhu. All rights reserved.</Copyright>
2020
<PackageProjectUrl>https://github.com/GeneralLibrary/GeneralUpdate</PackageProjectUrl>
2121
<PackageLicenseUrl>https://github.com/GeneralLibrary/GeneralUpdate?tab=Apache-2.0-1-ov-file#readme</PackageLicenseUrl>
22+
<ApplicationIcon>GeneralUpdate.ico</ApplicationIcon>
2223
<PackageIcon>GeneralUpdate.png</PackageIcon>
2324
<RepositoryUrl>https://github.com/GeneralLibrary/GeneralUpdate</RepositoryUrl>
2425
<RepositoryType>public</RepositoryType>
@@ -36,6 +37,11 @@
3637

3738
<!-- Package Icon -->
3839
<ItemGroup>
40+
<None Include="../../../imgs/GeneralUpdate.ico">
41+
<Pack>True</Pack>
42+
<Link>%(Filename)%(Extension)</Link>
43+
<PackagePath>./</PackagePath>
44+
</None>
3945
<None Include="../../../imgs/GeneralUpdate.png">
4046
<Pack>True</Pack>
4147
<Link>%(Filename)%(Extension)</Link>
16.6 KB
Binary file not shown.

src/c#/GeneralUpdate.Extension/GeneralUpdate.Extension.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<Copyright>Copyright © 2020-2026 JusterZhu. All rights reserved.</Copyright>
1414
<PackageProjectUrl>https://github.com/GeneralLibrary/GeneralUpdate</PackageProjectUrl>
1515
<PackageLicenseUrl>https://github.com/GeneralLibrary/GeneralUpdate?tab=Apache-2.0-1-ov-file#readme</PackageLicenseUrl>
16+
<ApplicationIcon>GeneralUpdate.ico</ApplicationIcon>
1617
<PackageIcon>GeneralUpdate.png</PackageIcon>
1718
<RepositoryUrl>https://github.com/GeneralLibrary/GeneralUpdate</RepositoryUrl>
1819
<RepositoryType>public</RepositoryType>
@@ -33,6 +34,11 @@
3334

3435
<!-- Package Icon -->
3536
<ItemGroup>
37+
<None Include="../../../imgs/GeneralUpdate.ico">
38+
<Pack>True</Pack>
39+
<Link>%(Filename)%(Extension)</Link>
40+
<PackagePath>./</PackagePath>
41+
</None>
3642
<None Include="../../../imgs/GeneralUpdate.png">
3743
<Pack>True</Pack>
3844
<Link>%(Filename)%(Extension)</Link>
16.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)