Skip to content

Commit 329d35c

Browse files
committed
Add Icon when creating releases
1 parent 6d73b81 commit 329d35c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Source/VisualPairCoding/VisualPairCoding.AvaloniaUI/VisualPairCoding.AvaloniaUI.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
99
<SelfContained>true</SelfContained>
1010
<PublishSingleFile>true</PublishSingleFile>
11+
<ApplicationIcon>Assets\coworkers.ico</ApplicationIcon>
1112
</PropertyGroup>
1213
<ItemGroup>
1314
<None Remove=".gitignore" />
@@ -21,6 +22,7 @@
2122
</ItemGroup>
2223
<ItemGroup>
2324
<AvaloniaResource Include="Assets\\*" />
25+
<Content Include="Assets\coworkers.ico" />
2426
<PackageReference Include="Avalonia" Version="0.10.18" />
2527
<PackageReference Include="Avalonia.Desktop" Version="0.10.18" />
2628
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->

0 commit comments

Comments
 (0)