From 1f31f565d60eac823f23270c18b2ef18b76c66c6 Mon Sep 17 00:00:00 2001 From: Dak Date: Thu, 4 Feb 2021 12:49:04 -0800 Subject: [PATCH] Fixed the resource file not loading correctly --- MTFO/ConfigStrings.Designer.cs | 2 +- MTFO/MTFO.csproj | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/MTFO/ConfigStrings.Designer.cs b/MTFO/ConfigStrings.Designer.cs index 720cb16..f1fc44b 100644 --- a/MTFO/ConfigStrings.Designer.cs +++ b/MTFO/ConfigStrings.Designer.cs @@ -39,7 +39,7 @@ internal ConfigStrings() { internal static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("DataDumper.ConfigStrings", typeof(ConfigStrings).Assembly); + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("MTFO.ConfigStrings", typeof(ConfigStrings).Assembly); resourceMan = temp; } return resourceMan; diff --git a/MTFO/MTFO.csproj b/MTFO/MTFO.csproj index 826f33b..df10491 100644 --- a/MTFO/MTFO.csproj +++ b/MTFO/MTFO.csproj @@ -33,6 +33,11 @@ + + True + True + ConfigStrings.resx + @@ -48,11 +53,6 @@ - - True - True - ConfigStrings.resx -