From ce441026917ae85b78512ef52db4254afde75030 Mon Sep 17 00:00:00 2001 From: Ray Date: Sat, 21 Nov 2020 00:31:20 +0000 Subject: [PATCH] Changed: build no --- FizzyLauncher.csproj | 4 +++- Properties/AssemblyInfo.cs | 2 +- Properties/Settings.Designer.cs | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/FizzyLauncher.csproj b/FizzyLauncher.csproj index d707ee4..0d713d3 100644 --- a/FizzyLauncher.csproj +++ b/FizzyLauncher.csproj @@ -8,10 +8,11 @@ WinExe AppLauncher fizzylauncher - v4.7.2 + v4.8 512 false true + AnyCPU @@ -134,6 +135,7 @@ TTilePanel.cs + SettingsSingleFileGenerator diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 0c3a60f..01b4147 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -33,4 +33,4 @@ using System.Runtime.InteropServices; // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("0.1.1.153")] +[assembly: AssemblyFileVersion("0.1.1.158")] diff --git a/Properties/Settings.Designer.cs b/Properties/Settings.Designer.cs index 8649fed..85a6f63 100644 --- a/Properties/Settings.Designer.cs +++ b/Properties/Settings.Designer.cs @@ -12,7 +12,7 @@ namespace AppLauncher.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.9.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.8.1.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));