Added the HeliosPlus Icon properly

This commit is contained in:
temacdonald 2020-05-03 20:40:42 +12:00
parent cc42c05bd7
commit cd63bd1f98
3 changed files with 10 additions and 4 deletions

View File

@ -227,6 +227,12 @@
<ItemGroup> <ItemGroup>
<None Include="Resources\Epic.ico" /> <None Include="Resources\Epic.ico" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<None Include="Resources\HeliosPlus.ico" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\HeliosPlusIcon.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets. Other similar extension points exist, see Microsoft.Common.targets.

View File

@ -73,9 +73,9 @@ namespace HeliosPlus.Properties {
/// <summary> /// <summary>
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// </summary> /// </summary>
internal static System.Drawing.Icon Icon { internal static System.Drawing.Icon HeliosPlus {
get { get {
object obj = ResourceManager.GetObject("Icon", resourceCulture); object obj = ResourceManager.GetObject("HeliosPlus", resourceCulture);
return ((System.Drawing.Icon)(obj)); return ((System.Drawing.Icon)(obj));
} }
} }

View File

@ -121,8 +121,8 @@
<data name="Epic" type="System.Resources.ResXFileRef, System.Windows.Forms"> <data name="Epic" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Epic.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> <value>..\Resources\Epic.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data> </data>
<data name="Icon" type="System.Resources.ResXFileRef, System.Windows.Forms"> <data name="HeliosPlus" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Icon.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> <value>..\Resources\HeliosPlusIcon.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data> </data>
<data name="Origin" type="System.Resources.ResXFileRef, System.Windows.Forms"> <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> <value>..\Resources\Origin.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>