Browse Source

Added application icon

master
Claire 1 year ago
parent
commit
73f4da2c02
  1. 33
      LunaWin/LunaWin/LunaWin.csproj
  2. 4
      LunaWin/LunaWin/Properties/AssemblyInfo.cs
  3. 10
      LunaWin/LunaWin/Properties/Resources.Designer.cs
  4. 3
      LunaWin/LunaWin/Properties/Resources.resx
  5. BIN
      LunaWin/LunaWin/Resources/LunaWin.ico

33
LunaWin/LunaWin/LunaWin.csproj

@ -12,6 +12,21 @@
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
@ -34,6 +49,9 @@
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>Resources\LunaWin.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
@ -155,5 +173,20 @@
<ItemGroup>
<None Include="Resources\fullmoon200.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\LunaWin.ico" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
<Visible>False</Visible>
<ProductName>Microsoft .NET Framework 4.7.2 %28x86 and x64%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>

4
LunaWin/LunaWin/Properties/AssemblyInfo.cs

@ -8,9 +8,9 @@ using System.Runtime.InteropServices;
[assembly: AssemblyTitle("LunaWin")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCompany("A Better Geek")]
[assembly: AssemblyProduct("LunaWin")]
[assembly: AssemblyCopyright("Copyright © 2023")]
[assembly: AssemblyCopyright("Copyright © 2023")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

10
LunaWin/LunaWin/Properties/Resources.Designer.cs diff.generated

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

3
LunaWin/LunaWin/Properties/Resources.resx

@ -145,6 +145,9 @@
<data name="LastqLight" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\LastqLight.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="LunaWin" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\LunaWin.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="NewDark" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\NewDark.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>

BIN
LunaWin/LunaWin/Resources/LunaWin.ico

diff.bin_not_shown

After

Width:  |  Height:  |  Size: 110 KiB

Loading…
Cancel
Save