diff --git a/Directory.build.targets b/Directory.build.targets new file mode 100644 index 000000000..764d2168f --- /dev/null +++ b/Directory.build.targets @@ -0,0 +1,15 @@ + + + + True + True + Resources.resx + + + + + ResXFileCodeGenerator + Resources.Designer.cs + + + \ No newline at end of file diff --git a/ShareX.HelpersLib/Properties/Resources.Designer.cs b/ShareX.HelpersLib/Properties/Resources.Designer.cs index 955849105..aa146472c 100644 --- a/ShareX.HelpersLib/Properties/Resources.Designer.cs +++ b/ShareX.HelpersLib/Properties/Resources.Designer.cs @@ -3503,6 +3503,33 @@ namespace ShareX.HelpersLib.Properties { } } + /// + /// Looks up a localized string similar to Dev. + /// + internal static string UpdateChannel_Dev { + get { + return ResourceManager.GetString("UpdateChannel_Dev", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Pre-release. + /// + internal static string UpdateChannel_PreRelease { + get { + return ResourceManager.GetString("UpdateChannel_PreRelease", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Release. + /// + internal static string UpdateChannel_Release { + get { + return ResourceManager.GetString("UpdateChannel_Release", resourceCulture); + } + } + /// /// Looks up a localized string similar to A newer version of {0} is available. /// @@ -3605,7 +3632,7 @@ namespace ShareX.HelpersLib.Properties { } /// - /// Looks up a localized string similar to Google image search. + /// Looks up a localized string similar to Google Lens. /// internal static string URLSharingServices_GoogleImageSearch { get { diff --git a/ShareX.IndexerLib/Properties/Resources.Designer.cs b/ShareX.IndexerLib/Properties/Resources.Designer.cs index 919d9d90e..20857f92c 100644 --- a/ShareX.IndexerLib/Properties/Resources.Designer.cs +++ b/ShareX.IndexerLib/Properties/Resources.Designer.cs @@ -19,7 +19,7 @@ namespace ShareX.IndexerLib.Properties { // 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", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/ShareX.sln b/ShareX.sln index 39b4dfa98..675d72c3f 100644 --- a/ShareX.sln +++ b/ShareX.sln @@ -32,6 +32,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution ProjectSection(SolutionItems) = preProject .editorconfig = .editorconfig Directory.build.props = Directory.build.props + Directory.build.targets = Directory.build.targets EndProjectSection EndProject Global