diff --git a/LunaWin/LunaWin/LunaWin.csproj b/LunaWin/LunaWin/LunaWin.csproj index 6a49451..3957975 100644 --- a/LunaWin/LunaWin/LunaWin.csproj +++ b/LunaWin/LunaWin/LunaWin.csproj @@ -12,6 +12,21 @@ 512 true true + publish\ + true + Disk + false + Foreground + 7 + Days + false + false + true + 0 + 1.0.0.%2a + false + false + true AnyCPU @@ -34,6 +49,9 @@ 4 true + + Resources\LunaWin.ico + @@ -155,5 +173,20 @@ + + + + + + False + Microsoft .NET Framework 4.7.2 %28x86 and x64%29 + true + + + False + .NET Framework 3.5 SP1 + false + + \ No newline at end of file diff --git a/LunaWin/LunaWin/Properties/AssemblyInfo.cs b/LunaWin/LunaWin/Properties/AssemblyInfo.cs index 1520122..a7bedf8 100644 --- a/LunaWin/LunaWin/Properties/AssemblyInfo.cs +++ b/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("")] diff --git a/LunaWin/LunaWin/Properties/Resources.Designer.cs b/LunaWin/LunaWin/Properties/Resources.Designer.cs index 0241838..d5f1e70 100644 --- a/LunaWin/LunaWin/Properties/Resources.Designer.cs +++ b/LunaWin/LunaWin/Properties/Resources.Designer.cs @@ -150,6 +150,16 @@ namespace LunaWin.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + /// + internal static System.Drawing.Icon LunaWin { + get { + object obj = ResourceManager.GetObject("LunaWin", resourceCulture); + return ((System.Drawing.Icon)(obj)); + } + } + /// /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). /// diff --git a/LunaWin/LunaWin/Properties/Resources.resx b/LunaWin/LunaWin/Properties/Resources.resx index 5de885d..18553a3 100644 --- a/LunaWin/LunaWin/Properties/Resources.resx +++ b/LunaWin/LunaWin/Properties/Resources.resx @@ -145,6 +145,9 @@ ..\Resources\LastqLight.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\LunaWin.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ..\Resources\NewDark.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a diff --git a/LunaWin/LunaWin/Resources/LunaWin.ico b/LunaWin/LunaWin/Resources/LunaWin.ico new file mode 100644 index 0000000..ca76e06 Binary files /dev/null and b/LunaWin/LunaWin/Resources/LunaWin.ico differ