From 38c6a31d337508614cbc6fffb78c1a35084235b5 Mon Sep 17 00:00:00 2001
From: Xanatos <10531466+XanatosX@users.noreply.github.com>
Date: Sun, 21 Apr 2024 00:42:44 +0200
Subject: [PATCH 1/6] Add first suggestions
---
.../ModularToolManager.csproj | 13 +
.../Properties/Resources.Designer.cs | 945 ------------------
2 files changed, 13 insertions(+), 945 deletions(-)
delete mode 100644 src/ModularToolManager/Properties/Resources.Designer.cs
diff --git a/src/ModularToolManager/ModularToolManager.csproj b/src/ModularToolManager/ModularToolManager.csproj
index 70a2efb..8aba27c 100644
--- a/src/ModularToolManager/ModularToolManager.csproj
+++ b/src/ModularToolManager/ModularToolManager.csproj
@@ -4,6 +4,7 @@
net7.0
enable
Assets\application-logo.ico
+ PrepareResources;$(CompileDependsOn)
@@ -15,6 +16,18 @@
+
+
+
+ MSBuild:Compile
+ Resources.Designer.cs
+ $(IntermediateOutputPath)\Resources.Designer.cs
+ CSharp
+ ModularToolManager.Properties
+ Resources
+
+
+
diff --git a/src/ModularToolManager/Properties/Resources.Designer.cs b/src/ModularToolManager/Properties/Resources.Designer.cs
deleted file mode 100644
index 854fdb1..0000000
--- a/src/ModularToolManager/Properties/Resources.Designer.cs
+++ /dev/null
@@ -1,945 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:4.0.30319.42000
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace ModularToolManager.Properties {
- using System;
-
-
- ///
- /// A strongly-typed resource class, for looking up localized strings, etc.
- ///
- // This class was auto-generated by the StronglyTypedResourceBuilder
- // class via a tool like ResGen or Visual Studio.
- // To add or remove a member, edit your .ResX file then rerun ResGen
- // with the /str option, or rebuild your VS project.
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- public class Resources {
-
- private static global::System.Resources.ResourceManager resourceMan;
-
- private static global::System.Globalization.CultureInfo resourceCulture;
-
- [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
- internal Resources() {
- }
-
- ///
- /// Returns the cached ResourceManager instance used by this class.
- ///
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- public static global::System.Resources.ResourceManager ResourceManager {
- get {
- if (object.ReferenceEquals(resourceMan, null)) {
- global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ModularToolManager.Properties.Resources", typeof(Resources).Assembly);
- resourceMan = temp;
- }
- return resourceMan;
- }
- }
-
- ///
- /// Overrides the current thread's CurrentUICulture property for all
- /// resource lookups using this strongly typed resource class.
- ///
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- public static global::System.Globalization.CultureInfo Culture {
- get {
- return resourceCulture;
- }
- set {
- resourceCulture = value;
- }
- }
-
- ///
- /// Looks up a localized string similar to Dependencies.
- ///
- public static string About_Dependency {
- get {
- return ResourceManager.GetString("About_Dependency", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to User Manual.
- ///
- public static string About_GitHubUserManual {
- get {
- return ResourceManager.GetString("About_GitHubUserManual", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to License.
- ///
- public static string About_License {
- get {
- return ResourceManager.GetString("About_License", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Repository:.
- ///
- public static string About_Repository_Colon {
- get {
- return ResourceManager.GetString("About_Repository_Colon", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Version:.
- ///
- public static string About_Version_Colon {
- get {
- return ResourceManager.GetString("About_Version_Colon", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Path to function.
- ///
- public static string AddFunction_FunctionPathWatermark {
- get {
- return ResourceManager.GetString("AddFunction_FunctionPathWatermark", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Information.
- ///
- public static string AllPlugins_Header_Information {
- get {
- return ResourceManager.GetString("AllPlugins_Header_Information", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Enter function order mode.
- ///
- public static string AllPlugins_Header_OrderModeEnter {
- get {
- return ResourceManager.GetString("AllPlugins_Header_OrderModeEnter", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Does enter the order mode, this allows you to sort the functions as you like based on a number value.
- ///
- public static string AllPlugins_Header_OrderModeEnter_Tooltip {
- get {
- return ResourceManager.GetString("AllPlugins_Header_OrderModeEnter_Tooltip", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Leave function order mode.
- ///
- public static string AllPlugins_Header_OrderModeLeave {
- get {
- return ResourceManager.GetString("AllPlugins_Header_OrderModeLeave", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Does leave the order mode, without saving it.
- ///
- public static string AllPlugins_Header_OrderModeLeave_Tooltip {
- get {
- return ResourceManager.GetString("AllPlugins_Header_OrderModeLeave_Tooltip", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Save new function order.
- ///
- public static string AllPlugins_Header_OrderModeSave {
- get {
- return ResourceManager.GetString("AllPlugins_Header_OrderModeSave", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Does leave the order mode and does save the changes.
- ///
- public static string AllPlugins_Header_OrderModeSave_Tooltip {
- get {
- return ResourceManager.GetString("AllPlugins_Header_OrderModeSave_Tooltip", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Settings.
- ///
- public static string AllPlugins_Header_Settings {
- get {
- return ResourceManager.GetString("AllPlugins_Header_Settings", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Blue Theme.
- ///
- public static string App_Blue_Theme {
- get {
- return ResourceManager.GetString("App_Blue_Theme", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to A Theme which mainly uses the color blue as a background.
- ///
- public static string App_Blue_Theme_Description {
- get {
- return ResourceManager.GetString("App_Blue_Theme_Description", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Dark mode.
- ///
- public static string App_Dark_Theme {
- get {
- return ResourceManager.GetString("App_Dark_Theme", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Dark theme for the application.
- ///
- public static string App_Dark_Theme_Description {
- get {
- return ResourceManager.GetString("App_Dark_Theme_Description", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Green Theme.
- ///
- public static string App_Green_Theme {
- get {
- return ResourceManager.GetString("App_Green_Theme", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to A Theme which mainly uses the color green as a background.
- ///
- public static string App_Green_Theme_Description {
- get {
- return ResourceManager.GetString("App_Green_Theme_Description", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Light mode.
- ///
- public static string App_Light_Theme {
- get {
- return ResourceManager.GetString("App_Light_Theme", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Light theme for the application.
- ///
- public static string App_Light_Theme_Description {
- get {
- return ResourceManager.GetString("App_Light_Theme_Description", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Orange Theme.
- ///
- public static string App_Orange_Theme {
- get {
- return ResourceManager.GetString("App_Orange_Theme", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to A Theme which mainly uses the color orange as a background.
- ///
- public static string App_Orange_Theme_Description {
- get {
- return ResourceManager.GetString("App_Orange_Theme_Description", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Red Theme.
- ///
- public static string App_Red_Theme {
- get {
- return ResourceManager.GetString("App_Red_Theme", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to A Theme which mainly uses the color red as a background.
- ///
- public static string App_Red_Theme_Description {
- get {
- return ResourceManager.GetString("App_Red_Theme_Description", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Modular Tool Manager.
- ///
- public static string Application_Name {
- get {
- return ResourceManager.GetString("Application_Name", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Open project website.
- ///
- public static string Button_Open_Project {
- get {
- return ResourceManager.GetString("Button_Open_Project", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Delete.
- ///
- public static string Default_Delete {
- get {
- return ResourceManager.GetString("Default_Delete", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Edit.
- ///
- public static string Default_Edit {
- get {
- return ResourceManager.GetString("Default_Edit", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Abort.
- ///
- public static string DefaultButton_Abort {
- get {
- return ResourceManager.GetString("DefaultButton_Abort", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Ok.
- ///
- public static string DefaultButton_Ok {
- get {
- return ResourceManager.GetString("DefaultButton_Ok", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to ....
- ///
- public static string DefaultButton_OpenFile {
- get {
- return ResourceManager.GetString("DefaultButton_OpenFile", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Save.
- ///
- public static string DefaultButton_Save {
- get {
- return ResourceManager.GetString("DefaultButton_Save", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to License.
- ///
- public static string Dependency_License {
- get {
- return ResourceManager.GetString("Dependency_License", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Project.
- ///
- public static string Dependency_Project {
- get {
- return ResourceManager.GetString("Dependency_Project", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Either the path saved on this function is missing, the extension is wrong or the plugin for execution was removed. Please edit the function to fix the error..
- ///
- public static string FunctionButton_Method_Error {
- get {
- return ResourceManager.GetString("FunctionButton_Method_Error", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Sorting Order.
- ///
- public static string FunctionButton_Sort_Watermark {
- get {
- return ResourceManager.GetString("FunctionButton_Sort_Watermark", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to A filter checking if the item does contain the search string as a whole.
- ///
- public static string FunctionButtonContainsNeedleFilter_description {
- get {
- return ResourceManager.GetString("FunctionButtonContainsNeedleFilter_description", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Contains Filter.
- ///
- public static string FunctionButtonContainsNeedleFilter_name {
- get {
- return ResourceManager.GetString("FunctionButtonContainsNeedleFilter_name", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to A filter using fuzzy search to check if an item is valid.
- ///
- public static string FunctionButtonFuzzyFilter_description {
- get {
- return ResourceManager.GetString("FunctionButtonFuzzyFilter_description", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Fuzzy Filter.
- ///
- public static string FunctionButtonFuzzyFilter_name {
- get {
- return ResourceManager.GetString("FunctionButtonFuzzyFilter_name", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Search for function.
- ///
- public static string FunctionSelection_SearchForFunction {
- get {
- return ResourceManager.GetString("FunctionSelection_SearchForFunction", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Abort the current action or close the current modal.
- ///
- public static string Hotkey_Abort_Description {
- get {
- return ResourceManager.GetString("Hotkey_Abort_Description", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Abort.
- ///
- public static string Hotkey_Abort_Name {
- get {
- return ResourceManager.GetString("Hotkey_Abort_Name", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Change Language, Add/Edit Function, Settings.
- ///
- public static string Hotkey_Abort_WorkingOn {
- get {
- return ResourceManager.GetString("Hotkey_Abort_WorkingOn", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Working at the following places:.
- ///
- public static string Hotkey_Abort_WorkingOn_Prefix_Colon {
- get {
- return ResourceManager.GetString("Hotkey_Abort_WorkingOn_Prefix_Colon", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Open the about page of the application.
- ///
- public static string Hotkey_About_Description {
- get {
- return ResourceManager.GetString("Hotkey_About_Description", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to About page.
- ///
- public static string Hotkey_About_Name {
- get {
- return ResourceManager.GetString("Hotkey_About_Name", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Hide the application into the system tray.
- ///
- public static string Hotkey_Hide_Description {
- get {
- return ResourceManager.GetString("Hotkey_Hide_Description", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Hide Application.
- ///
- public static string Hotkey_Hide_Name {
- get {
- return ResourceManager.GetString("Hotkey_Hide_Name", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Open the change language dialog.
- ///
- public static string Hotkey_Language_Description {
- get {
- return ResourceManager.GetString("Hotkey_Language_Description", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Change Application language.
- ///
- public static string Hotkey_Language_Name {
- get {
- return ResourceManager.GetString("Hotkey_Language_Name", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Main Window.
- ///
- public static string Hotkey_Main_Window_WorkinOn {
- get {
- return ResourceManager.GetString("Hotkey_Main_Window_WorkinOn", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Create a new function.
- ///
- public static string Hotkey_New_Description {
- get {
- return ResourceManager.GetString("Hotkey_New_Description", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to New Function.
- ///
- public static string Hotkey_New_Name {
- get {
- return ResourceManager.GetString("Hotkey_New_Name", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Report a bug found within the application.
- ///
- public static string Hotkey_Report_Bug_Description {
- get {
- return ResourceManager.GetString("Hotkey_Report_Bug_Description", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Report bug.
- ///
- public static string Hotkey_Report_Bug_Name {
- get {
- return ResourceManager.GetString("Hotkey_Report_Bug_Name", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to ctrl.
- ///
- public static string Key_Ctrl {
- get {
- return ResourceManager.GetString("Key_Ctrl", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Esc.
- ///
- public static string Key_Esc {
- get {
- return ResourceManager.GetString("Key_Esc", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to F1.
- ///
- public static string Key_F1 {
- get {
- return ResourceManager.GetString("Key_F1", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to F12.
- ///
- public static string Key_F12 {
- get {
- return ResourceManager.GetString("Key_F12", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to h.
- ///
- public static string Key_H {
- get {
- return ResourceManager.GetString("Key_H", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to l.
- ///
- public static string Key_L {
- get {
- return ResourceManager.GetString("Key_L", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to n.
- ///
- public static string Key_N {
- get {
- return ResourceManager.GetString("Key_N", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to File.
- ///
- public static string Menu_File {
- get {
- return ResourceManager.GetString("Menu_File", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Help.
- ///
- public static string Menu_Help {
- get {
- return ResourceManager.GetString("Menu_Help", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Function Description.
- ///
- public static string NewFunction_Description {
- get {
- return ResourceManager.GetString("NewFunction_Description", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Function Display Name.
- ///
- public static string NewFunction_Name {
- get {
- return ResourceManager.GetString("NewFunction_Name", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Function Parameters.
- ///
- public static string NewFunction_Parameters {
- get {
- return ResourceManager.GetString("NewFunction_Parameters", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Authors:.
- ///
- public static string Plugin_Authors_Colon {
- get {
- return ResourceManager.GetString("Plugin_Authors_Colon", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Description:.
- ///
- public static string Plugin_Description_Colon {
- get {
- return ResourceManager.GetString("Plugin_Description_Colon", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Name:.
- ///
- public static string Plugin_DisplayName_Colon {
- get {
- return ResourceManager.GetString("Plugin_DisplayName_Colon", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to License:.
- ///
- public static string Plugin_License_Colon {
- get {
- return ResourceManager.GetString("Plugin_License_Colon", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Project url:.
- ///
- public static string Plugin_Url_Colon {
- get {
- return ResourceManager.GetString("Plugin_Url_Colon", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Running with Avalonia UI.
- ///
- public static string RunningWith {
- get {
- return ResourceManager.GetString("RunningWith", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Enable Autocomplete for function search.
- ///
- public static string Settings_AllowAutocompleteForFunctionSearch {
- get {
- return ResourceManager.GetString("Settings_AllowAutocompleteForFunctionSearch", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Clear function search if function was executed.
- ///
- public static string Settings_ClearSearchAfterFunctionExecute {
- get {
- return ResourceManager.GetString("Settings_ClearSearchAfterFunctionExecute", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Close if a function was executed.
- ///
- public static string Settings_CloseOnFunctionExecute {
- get {
- return ResourceManager.GetString("Settings_CloseOnFunctionExecute", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Keep on Top.
- ///
- public static string Settings_KeepOnTop {
- get {
- return ResourceManager.GetString("Settings_KeepOnTop", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Show in Taskbar.
- ///
- public static string Settings_ShowInTaskbar {
- get {
- return ResourceManager.GetString("Settings_ShowInTaskbar", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Start minimized.
- ///
- public static string Settings_StartMinimized {
- get {
- return ResourceManager.GetString("Settings_StartMinimized", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Bottom Left.
- ///
- public static string Settings_WindowPosition_Bottom_Left {
- get {
- return ResourceManager.GetString("Settings_WindowPosition_Bottom_Left", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Bottom Right.
- ///
- public static string Settings_WindowPosition_Bottom_Right {
- get {
- return ResourceManager.GetString("Settings_WindowPosition_Bottom_Right", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Top Left.
- ///
- public static string Settings_WindowPosition_Top_Left {
- get {
- return ResourceManager.GetString("Settings_WindowPosition_Top_Left", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Top Right.
- ///
- public static string Settings_WindowPosition_Top_Right {
- get {
- return ResourceManager.GetString("Settings_WindowPosition_Top_Right", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to About.
- ///
- public static string SubMenu_About {
- get {
- return ResourceManager.GetString("SubMenu_About", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Exit.
- ///
- public static string SubMenu_Exit {
- get {
- return ResourceManager.GetString("SubMenu_Exit", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Hide.
- ///
- public static string SubMenu_Hide {
- get {
- return ResourceManager.GetString("SubMenu_Hide", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Hotkeys.
- ///
- public static string SubMenu_Hotkeys {
- get {
- return ResourceManager.GetString("SubMenu_Hotkeys", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Language.
- ///
- public static string SubMenu_Language {
- get {
- return ResourceManager.GetString("SubMenu_Language", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to New Function.
- ///
- public static string SubMenu_NewFunction {
- get {
- return ResourceManager.GetString("SubMenu_NewFunction", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Plugins.
- ///
- public static string SubMenu_Plugins {
- get {
- return ResourceManager.GetString("SubMenu_Plugins", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Report Bug.
- ///
- public static string SubMenu_ReportBug {
- get {
- return ResourceManager.GetString("SubMenu_ReportBug", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Settings.
- ///
- public static string SubMenu_Settings {
- get {
- return ResourceManager.GetString("SubMenu_Settings", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Hide the application.
- ///
- public static string Tooltip_Hide {
- get {
- return ResourceManager.GetString("Tooltip_Hide", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Show the application.
- ///
- public static string Tooltip_Show {
- get {
- return ResourceManager.GetString("Tooltip_Show", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to Edit function.
- ///
- public static string Window_EditFunction {
- get {
- return ResourceManager.GetString("Window_EditFunction", resourceCulture);
- }
- }
- }
-}
From 75dc0c642f2bfca2f9787bbd05bb55ba6abe9a1d Mon Sep 17 00:00:00 2001
From: Xanatos <10531466+XanatosX@users.noreply.github.com>
Date: Mon, 22 Apr 2024 08:22:52 +0200
Subject: [PATCH 2/6] Fix file generation
---
src/ModularToolManager/ModularToolManager.csproj | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/ModularToolManager/ModularToolManager.csproj b/src/ModularToolManager/ModularToolManager.csproj
index 8aba27c..6bf2f8d 100644
--- a/src/ModularToolManager/ModularToolManager.csproj
+++ b/src/ModularToolManager/ModularToolManager.csproj
@@ -20,6 +20,7 @@
MSBuild:Compile
+ true
Resources.Designer.cs
$(IntermediateOutputPath)\Resources.Designer.cs
CSharp
From 725dd7b19e0bfe4fa56ff74a17b46eed42822984 Mon Sep 17 00:00:00 2001
From: Xanatos <10531466+XanatosX@users.noreply.github.com>
Date: Mon, 22 Apr 2024 08:25:45 +0200
Subject: [PATCH 3/6] Ignore designer.cs files
---
.gitignore | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index 55b656d..22d3a9c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -458,4 +458,6 @@ $RECYCLE.BIN/
## Custom
### Packages
-nupkg/*
\ No newline at end of file
+nupkg/*
+
+**/*.Designer.cs
\ No newline at end of file
From 0f48379d4e1b56e23757fb93449226ac37e6fbd5 Mon Sep 17 00:00:00 2001
From: Xanatos <10531466+XanatosX@users.noreply.github.com>
Date: Mon, 22 Apr 2024 08:25:55 +0200
Subject: [PATCH 4/6] Add build for properties
---
src/ModularToolManager/ModularToolManager.csproj | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/src/ModularToolManager/ModularToolManager.csproj b/src/ModularToolManager/ModularToolManager.csproj
index 6bf2f8d..76585b6 100644
--- a/src/ModularToolManager/ModularToolManager.csproj
+++ b/src/ModularToolManager/ModularToolManager.csproj
@@ -29,6 +29,18 @@
+
+
+ MSBuild:Compile
+ true
+ Properties.Designer.cs
+ $(IntermediateOutputPath)\Properties.Designer.cs
+ CSharp
+ ModularToolManager.Properties
+ Resources
+
+
+
From 1a9730373b694f5433503bb655d5d1a42cc73585 Mon Sep 17 00:00:00 2001
From: Xanatos <10531466+XanatosX@users.noreply.github.com>
Date: Mon, 22 Apr 2024 08:26:18 +0200
Subject: [PATCH 5/6] Remove designer file
---
.../Properties/Properties.Designer.cs | 198 ------------------
1 file changed, 198 deletions(-)
delete mode 100644 src/ModularToolManager/Properties/Properties.Designer.cs
diff --git a/src/ModularToolManager/Properties/Properties.Designer.cs b/src/ModularToolManager/Properties/Properties.Designer.cs
deleted file mode 100644
index 3b46548..0000000
--- a/src/ModularToolManager/Properties/Properties.Designer.cs
+++ /dev/null
@@ -1,198 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:4.0.30319.42000
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace ModularToolManager.Properties {
- using System;
-
-
- ///
- /// A strongly-typed resource class, for looking up localized strings, etc.
- ///
- // This class was auto-generated by the StronglyTypedResourceBuilder
- // class via a tool like ResGen or Visual Studio.
- // To add or remove a member, edit your .ResX file then rerun ResGen
- // with the /str option, or rebuild your VS project.
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- internal class Properties {
-
- private static global::System.Resources.ResourceManager resourceMan;
-
- private static global::System.Globalization.CultureInfo resourceCulture;
-
- [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
- internal Properties() {
- }
-
- ///
- /// Returns the cached ResourceManager instance used by this class.
- ///
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Resources.ResourceManager ResourceManager {
- get {
- if (object.ReferenceEquals(resourceMan, null)) {
- global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ModularToolManager.Properties.Properties", typeof(Properties).Assembly);
- resourceMan = temp;
- }
- return resourceMan;
- }
- }
-
- ///
- /// Overrides the current thread's CurrentUICulture property for all
- /// resource lookups using this strongly typed resource class.
- ///
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Globalization.CultureInfo Culture {
- get {
- return resourceCulture;
- }
- set {
- resourceCulture = value;
- }
- }
-
- ///
- /// Looks up a localized string similar to Modular Tool Manager.
- ///
- internal static string ApplicationName {
- get {
- return ResourceManager.GetString("ApplicationName", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to https://avaloniaui.net/.
- ///
- internal static string AvaloniaProjectUrl {
- get {
- return ResourceManager.GetString("AvaloniaProjectUrl", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to eng.
- ///
- internal static string FallbackLanguage {
- get {
- return ResourceManager.GetString("FallbackLanguage", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to functions.dat.
- ///
- internal static string FunctionsFile {
- get {
- return ResourceManager.GetString("FunctionsFile", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to https://github.com/XanatosX/ModularToolManager/issues.
- ///
- internal static string GitHubIssueUrl {
- get {
- return ResourceManager.GetString("GitHubIssueUrl", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to https://github.com/XanatosX/ModularToolManager/.
- ///
- internal static string GitHubUrl {
- get {
- return ResourceManager.GetString("GitHubUrl", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to https://xanatosx.github.io/ModularToolManager/user/user-manual.html.
- ///
- internal static string GitHubUserManual {
- get {
- return ResourceManager.GetString("GitHubUserManual", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to question_circle_regular.
- ///
- internal static string Icon_About {
- get {
- return ResourceManager.GetString("Icon_About", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to edit_regular.
- ///
- internal static string Icon_edit_function {
- get {
- return ResourceManager.GetString("Icon_edit_function", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to eye_hide_regular.
- ///
- internal static string Icon_hide {
- get {
- return ResourceManager.GetString("Icon_hide", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to keyboard_regular.
- ///
- internal static string Icon_Keyboard {
- get {
- return ResourceManager.GetString("Icon_Keyboard", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to flag_regular.
- ///
- internal static string Icon_language {
- get {
- return ResourceManager.GetString("Icon_language", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to add_circle_regular.
- ///
- internal static string Icon_new_function {
- get {
- return ResourceManager.GetString("Icon_new_function", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to settings_regular.
- ///
- internal static string Icon_settings {
- get {
- return ResourceManager.GetString("Icon_settings", resourceCulture);
- }
- }
-
- ///
- /// Looks up a localized string similar to settings.set.
- ///
- internal static string SettingsFile {
- get {
- return ResourceManager.GetString("SettingsFile", resourceCulture);
- }
- }
- }
-}
From 1c9eec66b0a08fa37298954da3be90c4b66f4bf7 Mon Sep 17 00:00:00 2001
From: Xanatos <10531466+XanatosX@users.noreply.github.com>
Date: Mon, 22 Apr 2024 08:27:10 +0200
Subject: [PATCH 6/6] Fix properties build
---
src/ModularToolManager/ModularToolManager.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/ModularToolManager/ModularToolManager.csproj b/src/ModularToolManager/ModularToolManager.csproj
index 76585b6..a602223 100644
--- a/src/ModularToolManager/ModularToolManager.csproj
+++ b/src/ModularToolManager/ModularToolManager.csproj
@@ -37,7 +37,7 @@
$(IntermediateOutputPath)\Properties.Designer.cs
CSharp
ModularToolManager.Properties
- Resources
+ Properties