From 60391711dd1e4090fa91e53dfedd95882df0aeb2 Mon Sep 17 00:00:00 2001 From: Dyvine57 Date: Fri, 11 Aug 2023 12:21:36 -0400 Subject: [PATCH] fix compiling frosty --- FrostyEditor/App.xaml.cs | 2 -- FrostyEditor/Properties/Resources.Designer.cs | 12 +----------- FrostyEditor/Properties/Resources.resx | 3 --- FrostyHash/FrostyHash.vcxproj | 2 +- FrostyModManager/Properties/Resources.Designer.cs | 12 +----------- FrostyModManager/Properties/Resources.resx | 3 --- 6 files changed, 3 insertions(+), 31 deletions(-) diff --git a/FrostyEditor/App.xaml.cs b/FrostyEditor/App.xaml.cs index f30cfee89..96a57640e 100644 --- a/FrostyEditor/App.xaml.cs +++ b/FrostyEditor/App.xaml.cs @@ -57,8 +57,6 @@ public App() DispatcherUnhandledException += App_DispatcherUnhandledException; Exit += Application_Exit; - string test = FrostyEditor.Properties.Resources.BuildDate; - #if FROSTY_DEVELOPER Version += " (Developer)"; #elif FROSTY_ALPHA diff --git a/FrostyEditor/Properties/Resources.Designer.cs b/FrostyEditor/Properties/Resources.Designer.cs index 2811f1413..c232e5fdf 100644 --- a/FrostyEditor/Properties/Resources.Designer.cs +++ b/FrostyEditor/Properties/Resources.Designer.cs @@ -19,7 +19,7 @@ namespace FrostyEditor.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 { @@ -59,15 +59,5 @@ internal Resources() { resourceCulture = value; } } - - /// - /// Looks up a localized string similar to 3-04-0-0 - ///. - /// - internal static string BuildDate { - get { - return ResourceManager.GetString("BuildDate", resourceCulture); - } - } } } diff --git a/FrostyEditor/Properties/Resources.resx b/FrostyEditor/Properties/Resources.resx index 1796d289e..2f96abecd 100644 --- a/FrostyEditor/Properties/Resources.resx +++ b/FrostyEditor/Properties/Resources.resx @@ -118,7 +118,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ..\BuildDate.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8 - \ No newline at end of file diff --git a/FrostyHash/FrostyHash.vcxproj b/FrostyHash/FrostyHash.vcxproj index 22eb6651f..2f861ad50 100644 --- a/FrostyHash/FrostyHash.vcxproj +++ b/FrostyHash/FrostyHash.vcxproj @@ -40,7 +40,7 @@ v4.8 ManagedCProj FrostyHash - 10.0.19041.0 + 10.0 diff --git a/FrostyModManager/Properties/Resources.Designer.cs b/FrostyModManager/Properties/Resources.Designer.cs index ce5c1d817..cb3d07a96 100644 --- a/FrostyModManager/Properties/Resources.Designer.cs +++ b/FrostyModManager/Properties/Resources.Designer.cs @@ -19,7 +19,7 @@ namespace FrostyModManager.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 { @@ -59,15 +59,5 @@ internal Resources() { resourceCulture = value; } } - - /// - /// Looks up a localized string similar to 3-04-0-0 - ///. - /// - internal static string BuildDate { - get { - return ResourceManager.GetString("BuildDate", resourceCulture); - } - } } } diff --git a/FrostyModManager/Properties/Resources.resx b/FrostyModManager/Properties/Resources.resx index 457b12229..2f96abecd 100644 --- a/FrostyModManager/Properties/Resources.resx +++ b/FrostyModManager/Properties/Resources.resx @@ -118,7 +118,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - ..\BuildDate.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252 - \ No newline at end of file