Skip to content

Commit 7df5cfc

Browse files
committed
added logo to package
1 parent e81798c commit 7df5cfc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CompuMaster.Text.Diff/CompuMaster.Text.Diff.vbproj

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<RootNamespace></RootNamespace>
@@ -56,10 +56,17 @@
5656
</PropertyGroup>
5757
<PropertyGroup>
5858
<MyType>Empty</MyType>
59+
<PackageIconUrl />
5960
</PropertyGroup>
6061
<ItemGroup>
6162
<PackageReference Include="CommandLineParser" Version="2.8.0" />
6263
<PackageReference Include="CompuMaster.VisualBasicCompatibility" Version="1.0.4" />
6364
<PackageReference Include="difflib" Version="2017.7.26.1241" />
6465
</ItemGroup>
66+
<ItemGroup>
67+
<None Include="logo_64x64.png">
68+
<Pack>True</Pack>
69+
<PackagePath></PackagePath>
70+
</None>
71+
</ItemGroup>
6572
</Project>
6.77 KB
Loading

0 commit comments

Comments
 (0)