Skip to content

Commit

Permalink
Add app icons.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbound committed May 3, 2020
1 parent 0463f9b commit 248af54
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ScreenCast.Linux/ScreenCast.Linux.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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'">
Expand Down Expand Up @@ -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>
Expand Down
Binary file added ScreenCast.Linux/favicon.ico
Binary file not shown.
4 changes: 4 additions & 0 deletions ScreenCast.Win/ScreenCast.Win.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down
1 change: 1 addition & 0 deletions Server/Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 248af54

Please sign in to comment.