We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d73b81 commit 329d35cCopy full SHA for 329d35c
Source/VisualPairCoding/VisualPairCoding.AvaloniaUI/VisualPairCoding.AvaloniaUI.csproj
@@ -8,6 +8,7 @@
8
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
9
<SelfContained>true</SelfContained>
10
<PublishSingleFile>true</PublishSingleFile>
11
+ <ApplicationIcon>Assets\coworkers.ico</ApplicationIcon>
12
</PropertyGroup>
13
<ItemGroup>
14
<None Remove=".gitignore" />
@@ -21,6 +22,7 @@
21
22
</ItemGroup>
23
24
<AvaloniaResource Include="Assets\\*" />
25
+ <Content Include="Assets\coworkers.ico" />
26
<PackageReference Include="Avalonia" Version="0.10.18" />
27
<PackageReference Include="Avalonia.Desktop" Version="0.10.18" />
28
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
0 commit comments