mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Add app icons.
This commit is contained in:
parent
ae72b81503
commit
4d4f1f0d18
@ -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>
|
||||
|
||||
BIN
ScreenCast.Linux/favicon.ico
Normal file
BIN
ScreenCast.Linux/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 103 KiB |
@ -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" />
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user