Add app icons.

This commit is contained in:
Jared Goodwin 2020-05-02 20:16:43 -07:00
parent ae72b81503
commit 4d4f1f0d18
4 changed files with 14 additions and 0 deletions

View File

@ -8,6 +8,7 @@
<AssemblyName>Remotely_ScreenCast.Linux</AssemblyName>
<Platforms>AnyCPU;x64;x86</Platforms>
<RootNamespace>Remotely.ScreenCast.Linux</RootNamespace>
<ApplicationIcon>favicon.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
@ -40,6 +41,14 @@
<None Remove="Input\**" />
</ItemGroup>
<ItemGroup>
<None Remove="favicon.ico" />
</ItemGroup>
<ItemGroup>
<Content Include="favicon.ico" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Drawing.Common" Version="4.7.0" />
</ItemGroup>

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

View File

@ -21,6 +21,10 @@
<None Remove="favicon.ico" />
</ItemGroup>
<ItemGroup>
<Content Include="favicon.ico" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.MixedReality.WebRTC" Version="1.0.3" />
<PackageReference Include="Microsoft.Win32.SystemEvents" Version="4.7.0" />

View File

@ -11,6 +11,7 @@
<RootNamespace>Remotely.Server</RootNamespace>
<AssemblyName>Remotely_Server</AssemblyName>
<UserSecretsId>36e32491-91a5-42e6-a466-819233f0c593</UserSecretsId>
<ApplicationIcon>wwwroot\favicon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>