Complete changing icons

This commit is contained in:
Terry MacDonald 2020-10-23 18:32:21 +13:00
parent de445bc601
commit dd223c851d
6 changed files with 5 additions and 4 deletions

View File

@ -53,7 +53,7 @@
<RunCodeAnalysis>true</RunCodeAnalysis>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>HeliosPlus.ico</ApplicationIcon>
<ApplicationIcon>HeliosPlus2.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup>
<StartupObject>HeliosPlus.Program</StartupObject>
@ -250,6 +250,7 @@
</ItemGroup>
<ItemGroup>
<Content Include="HeliosPlus.ico" />
<Content Include="HeliosPlus2.ico" />
<Content Include="Resources\redarrows.png" />
</ItemGroup>
<ItemGroup>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 369 KiB

BIN
HeliosPlus/HeliosPlus2.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 457 KiB

View File

@ -7,7 +7,7 @@ using System.Runtime.InteropServices;
// associated with an assembly.
[assembly: AssemblyTitle("HeliosPlus")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyDescription("Automatically run your games with a different display profile and revert when finished.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("HeliosPlus")]
@ -38,4 +38,4 @@ using System.Runtime.InteropServices;
[assembly: AssemblyVersion("0.9.9.*")]
[assembly: AssemblyFileVersion("0.9.9.0")]
[assembly: NeutralResourcesLanguage("")]
[assembly: NeutralResourcesLanguage("en")]

View File

@ -122,7 +122,7 @@
<value>..\Resources\Epic.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="HeliosPlus" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\HeliosPlus.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
<value>..\Resources\HeliosPlus2.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Origin" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Origin.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>

Binary file not shown.