From 9d37fa4f76b95c68bbb02228da3de8043b87d8c6 Mon Sep 17 00:00:00 2001 From: Colin Date: Sun, 13 Aug 2023 21:13:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7net4.8,=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E7=BC=96=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AIMS.UI/AIMS.UI.csproj | 12 ++-- AIMS.UI/Properties/Settings.Designer.cs | 30 ++++------ AIMS/AIMS.csproj | 5 +- AIMS/Properties/Settings.Designer.cs | 2 +- AIMS/app.config | 3 + AIMSAutoUpdate/AIMSAutoUpdate.csproj | 2 +- .../Properties/Resources.Designer.cs | 2 +- .../Properties/Settings.Designer.cs | 2 +- AIMSAutoUpdate/app.config | 2 +- AIMSEntity/AIMSEntity.csproj | 5 +- AIMSEntity/Properties/Resources.Designer.cs | 2 +- AIMSEntity/Properties/Settings.Designer.cs | 2 +- AIMSExtension/AIMSExtension.csproj | 7 ++- .../Properties/Resources.Designer.cs | 2 +- AutoUpdateTool/AutoUpdateTool.csproj | 7 ++- .../Properties/Resources.Designer.cs | 60 ++++++++----------- .../Properties/Settings.Designer.cs | 30 ++++------ AutoUpdateTool/app.config | 3 + BeginScreen/BeginScreen.csproj | 4 +- BeginScreen/Web.config | 10 +++- DocumentManagement/DocumentManagement.csproj | 9 ++- .../Properties/Resources.Designer.cs | 6 +- DrawGraph/DrawGraph.csproj | 7 ++- DrawGraph/Properties/Resources.Designer.cs | 2 +- DrawGraph/Properties/Settings.Designer.cs | 29 ++++----- .../DrawGraphManagement.csproj | 7 ++- .../Properties/Settings.Designer.cs | 2 +- DrawGraphManagement/app.config | 8 +-- 28 files changed, 140 insertions(+), 122 deletions(-) create mode 100644 AIMS/app.config create mode 100644 AutoUpdateTool/app.config diff --git a/AIMS.UI/AIMS.UI.csproj b/AIMS.UI/AIMS.UI.csproj index 039cbcd..4a0238b 100644 --- a/AIMS.UI/AIMS.UI.csproj +++ b/AIMS.UI/AIMS.UI.csproj @@ -8,9 +8,10 @@ Library AIMS.UI AIMS.UI - v4.0 + v4.8 512 true + AnyCPU @@ -21,6 +22,7 @@ DEBUG;TRACE prompt 4 + false AnyCPU @@ -30,24 +32,22 @@ TRACE prompt 4 + false - - ..\packages\Costura.Fody.4.1.0\lib\net40\Costura.dll - ..\AIMS\Extensions\DCSoft.Writer.dll False - Extensions\DevComponents.DotNetBar.SuperGrid.dll + ..\AIMS\Extensions\DevComponents.DotNetBar.SuperGrid.dll False - ..\..\..\..\..\..\..\Program Files (x86)\DotNetBar for Windows Forms\DevComponents.DotNetBar2.dll + ..\AIMS\Extensions\DevComponents.DotNetBar2.dll False diff --git a/AIMS.UI/Properties/Settings.Designer.cs b/AIMS.UI/Properties/Settings.Designer.cs index 73a276f..34b2953 100644 --- a/AIMS.UI/Properties/Settings.Designer.cs +++ b/AIMS.UI/Properties/Settings.Designer.cs @@ -1,28 +1,24 @@ //------------------------------------------------------------------------------ // -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 // -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 // //------------------------------------------------------------------------------ -namespace AIMS.UI.Properties -{ - - +namespace AIMS.UI.Properties { + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")] - internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase - { - + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.6.0.0")] + internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { + private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); - - public static Settings Default - { - get - { + + public static Settings Default { + get { return defaultInstance; } } diff --git a/AIMS/AIMS.csproj b/AIMS/AIMS.csproj index 08f9cae..cdbe98e 100644 --- a/AIMS/AIMS.csproj +++ b/AIMS/AIMS.csproj @@ -9,7 +9,7 @@ WinExe AIMS AIMS - v4.0 + v4.8 512 true @@ -26,6 +26,7 @@ DEBUG;TRACE prompt 4 + false AnyCPU @@ -35,6 +36,7 @@ TRACE prompt 4 + false aims.ico @@ -95,6 +97,7 @@ Resources.resx True + Always diff --git a/AIMS/Properties/Settings.Designer.cs b/AIMS/Properties/Settings.Designer.cs index ed417db..2558408 100644 --- a/AIMS/Properties/Settings.Designer.cs +++ b/AIMS/Properties/Settings.Designer.cs @@ -12,7 +12,7 @@ namespace AIMS.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.5.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.6.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/AIMS/app.config b/AIMS/app.config new file mode 100644 index 0000000..3e0e37c --- /dev/null +++ b/AIMS/app.config @@ -0,0 +1,3 @@ + + + diff --git a/AIMSAutoUpdate/AIMSAutoUpdate.csproj b/AIMSAutoUpdate/AIMSAutoUpdate.csproj index 016bb23..89d0673 100644 --- a/AIMSAutoUpdate/AIMSAutoUpdate.csproj +++ b/AIMSAutoUpdate/AIMSAutoUpdate.csproj @@ -10,7 +10,7 @@ Properties AIMSAutoUpdate AIMSAutoUpdate - v4.0 + v4.8 512 diff --git a/AIMSAutoUpdate/Properties/Resources.Designer.cs b/AIMSAutoUpdate/Properties/Resources.Designer.cs index a4d836a..41fa4f5 100644 --- a/AIMSAutoUpdate/Properties/Resources.Designer.cs +++ b/AIMSAutoUpdate/Properties/Resources.Designer.cs @@ -19,7 +19,7 @@ namespace AIMSAutoUpdate.Properties { // 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。 // 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen // (以 /str 作为命令选项),或重新生成 VS 项目。 - [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/AIMSAutoUpdate/Properties/Settings.Designer.cs b/AIMSAutoUpdate/Properties/Settings.Designer.cs index 571f4cc..10516d4 100644 --- a/AIMSAutoUpdate/Properties/Settings.Designer.cs +++ b/AIMSAutoUpdate/Properties/Settings.Designer.cs @@ -12,7 +12,7 @@ namespace AIMSAutoUpdate.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.10.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.6.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/AIMSAutoUpdate/app.config b/AIMSAutoUpdate/app.config index fcd0c93..3e0e37c 100644 --- a/AIMSAutoUpdate/app.config +++ b/AIMSAutoUpdate/app.config @@ -1,3 +1,3 @@ - + diff --git a/AIMSEntity/AIMSEntity.csproj b/AIMSEntity/AIMSEntity.csproj index 9635cf6..87efea1 100644 --- a/AIMSEntity/AIMSEntity.csproj +++ b/AIMSEntity/AIMSEntity.csproj @@ -8,9 +8,10 @@ Library AIMSEntity AIMSEntity - v4.0 + v4.8 512 true + AnyCPU @@ -21,6 +22,7 @@ DEBUG;TRACE prompt 4 + false AnyCPU @@ -30,6 +32,7 @@ TRACE prompt 4 + false diff --git a/AIMSEntity/Properties/Resources.Designer.cs b/AIMSEntity/Properties/Resources.Designer.cs index b19fb55..1d01e83 100644 --- a/AIMSEntity/Properties/Resources.Designer.cs +++ b/AIMSEntity/Properties/Resources.Designer.cs @@ -19,7 +19,7 @@ namespace AIMSEntity.Properties { // 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。 // 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen // (以 /str 作为命令选项),或重新生成 VS 项目。 - [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/AIMSEntity/Properties/Settings.Designer.cs b/AIMSEntity/Properties/Settings.Designer.cs index b95e8b4..05604dd 100644 --- a/AIMSEntity/Properties/Settings.Designer.cs +++ b/AIMSEntity/Properties/Settings.Designer.cs @@ -12,7 +12,7 @@ namespace AIMSEntity.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.10.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.6.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/AIMSExtension/AIMSExtension.csproj b/AIMSExtension/AIMSExtension.csproj index 28d4820..02c3759 100644 --- a/AIMSExtension/AIMSExtension.csproj +++ b/AIMSExtension/AIMSExtension.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -10,8 +10,9 @@ Properties AIMSExtension AIMSExtension - v4.0 + v4.8 512 + true @@ -21,6 +22,7 @@ DEBUG;TRACE prompt 4 + false none @@ -29,6 +31,7 @@ TRACE prompt 4 + false diff --git a/AIMSExtension/Properties/Resources.Designer.cs b/AIMSExtension/Properties/Resources.Designer.cs index 8b6a132..3022ab5 100644 --- a/AIMSExtension/Properties/Resources.Designer.cs +++ b/AIMSExtension/Properties/Resources.Designer.cs @@ -19,7 +19,7 @@ namespace AIMSExtension.Properties { // 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。 // 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen // (以 /str 作为命令选项),或重新生成 VS 项目。 - [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/AutoUpdateTool/AutoUpdateTool.csproj b/AutoUpdateTool/AutoUpdateTool.csproj index c775b38..65a13b3 100644 --- a/AutoUpdateTool/AutoUpdateTool.csproj +++ b/AutoUpdateTool/AutoUpdateTool.csproj @@ -8,9 +8,10 @@ WinExe AutoUpdateTool AutoUpdateTool - v4.0 + v4.8 512 true + AnyCPU @@ -21,6 +22,7 @@ DEBUG;TRACE prompt 4 + false AnyCPU @@ -30,6 +32,7 @@ TRACE prompt 4 + false @@ -65,7 +68,9 @@ True Resources.resx + True + SettingsSingleFileGenerator Settings.Designer.cs diff --git a/AutoUpdateTool/Properties/Resources.Designer.cs b/AutoUpdateTool/Properties/Resources.Designer.cs index ac29d3b..d89f590 100644 --- a/AutoUpdateTool/Properties/Resources.Designer.cs +++ b/AutoUpdateTool/Properties/Resources.Designer.cs @@ -1,69 +1,61 @@ //------------------------------------------------------------------------------ // // 此代码由工具生成。 -// 运行时版本: 4.0.30319.42000 +// 运行时版本:4.0.30319.42000 // -// 对此文件的更改可能导致不正确的行为,如果 -// 重新生成代码,则所做更改将丢失。 +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 // //------------------------------------------------------------------------------ -namespace AutoUpdateTool.Properties -{ - - +namespace AutoUpdateTool.Properties { + using System; + + /// - /// 强类型资源类,用于查找本地化字符串等。 + /// 一个强类型的资源类,用于查找本地化的字符串等。 /// // 此类是由 StronglyTypedResourceBuilder // 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。 - // 若要添加或删除成员,请编辑 .ResX 文件,然后重新运行 ResGen + // 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen // (以 /str 作为命令选项),或重新生成 VS 项目。 - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.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 - { - + internal 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() - { + internal Resources() { } - + /// - /// 返回此类使用的缓存 ResourceManager 实例。 + /// 返回此类使用的缓存的 ResourceManager 实例。 /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager - { - get - { - if ((resourceMan == null)) - { + internal static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("AutoUpdateTool.Properties.Resources", typeof(Resources).Assembly); resourceMan = temp; } return resourceMan; } } - + /// - /// 覆盖当前线程的 CurrentUICulture 属性 - /// 使用此强类型的资源类的资源查找。 + /// 重写当前线程的 CurrentUICulture 属性,对 + /// 使用此强类型资源类的所有资源查找执行重写。 /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture - { - get - { + internal static global::System.Globalization.CultureInfo Culture { + get { return resourceCulture; } - set - { + set { resourceCulture = value; } } diff --git a/AutoUpdateTool/Properties/Settings.Designer.cs b/AutoUpdateTool/Properties/Settings.Designer.cs index 4935adf..a42fa21 100644 --- a/AutoUpdateTool/Properties/Settings.Designer.cs +++ b/AutoUpdateTool/Properties/Settings.Designer.cs @@ -1,28 +1,24 @@ //------------------------------------------------------------------------------ // -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 // -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 // //------------------------------------------------------------------------------ -namespace AutoUpdateTool.Properties -{ - - +namespace AutoUpdateTool.Properties { + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")] - internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase - { - + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.6.0.0")] + internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { + private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); - - public static Settings Default - { - get - { + + public static Settings Default { + get { return defaultInstance; } } diff --git a/AutoUpdateTool/app.config b/AutoUpdateTool/app.config new file mode 100644 index 0000000..3e0e37c --- /dev/null +++ b/AutoUpdateTool/app.config @@ -0,0 +1,3 @@ + + + diff --git a/BeginScreen/BeginScreen.csproj b/BeginScreen/BeginScreen.csproj index 4a6f1ff..d0315c8 100644 --- a/BeginScreen/BeginScreen.csproj +++ b/BeginScreen/BeginScreen.csproj @@ -13,7 +13,7 @@ Properties BeginScreen BeginScreen - v4.0 + v4.8 false @@ -56,9 +56,9 @@ - + diff --git a/BeginScreen/Web.config b/BeginScreen/Web.config index 7d1bdd7..2465dc0 100644 --- a/BeginScreen/Web.config +++ b/BeginScreen/Web.config @@ -14,8 +14,16 @@ + - + diff --git a/DocumentManagement/DocumentManagement.csproj b/DocumentManagement/DocumentManagement.csproj index 14595ea..5442cd1 100644 --- a/DocumentManagement/DocumentManagement.csproj +++ b/DocumentManagement/DocumentManagement.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -10,8 +10,9 @@ Properties DocumentManagement DocumentManagement - v4.0 + v4.8 512 + true @@ -22,6 +23,7 @@ prompt 4 AnyCPU + false none @@ -30,6 +32,7 @@ TRACE prompt 4 + false @@ -40,7 +43,7 @@ False - ..\AIMS\DLL\DevComponents.DotNetBar2.dll + ..\AIMS\Extensions\DevComponents.DotNetBar2.dll False diff --git a/DocumentManagement/Properties/Resources.Designer.cs b/DocumentManagement/Properties/Resources.Designer.cs index 3676c12..8367d12 100644 --- a/DocumentManagement/Properties/Resources.Designer.cs +++ b/DocumentManagement/Properties/Resources.Designer.cs @@ -19,7 +19,7 @@ namespace DocumentManagement.Properties { // 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。 // 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen // (以 /str 作为命令选项),或重新生成 VS 项目。 - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.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()] public class Resources { @@ -47,8 +47,8 @@ namespace DocumentManagement.Properties { } /// - /// 使用此强类型资源类,为所有资源查找 - /// 重写当前线程的 CurrentUICulture 属性。 + /// 重写当前线程的 CurrentUICulture 属性,对 + /// 使用此强类型资源类的所有资源查找执行重写。 /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] public static global::System.Globalization.CultureInfo Culture { diff --git a/DrawGraph/DrawGraph.csproj b/DrawGraph/DrawGraph.csproj index 96808c7..5503530 100644 --- a/DrawGraph/DrawGraph.csproj +++ b/DrawGraph/DrawGraph.csproj @@ -8,9 +8,10 @@ Library DrawGraph DrawGraph - v4.0 + v4.8 512 true + AnyCPU @@ -21,6 +22,7 @@ DEBUG;TRACE prompt 4 + false AnyCPU @@ -30,6 +32,7 @@ TRACE prompt 4 + false @@ -37,7 +40,7 @@ False - ..\AIMS\DLL\DevComponents.DotNetBar2.dll + ..\AIMS\Extensions\DevComponents.DotNetBar2.dll False diff --git a/DrawGraph/Properties/Resources.Designer.cs b/DrawGraph/Properties/Resources.Designer.cs index 4dee030..3e6974a 100644 --- a/DrawGraph/Properties/Resources.Designer.cs +++ b/DrawGraph/Properties/Resources.Designer.cs @@ -19,7 +19,7 @@ namespace DrawGraph.Properties { // 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。 // 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen // (以 /str 作为命令选项),或重新生成 VS 项目。 - [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/DrawGraph/Properties/Settings.Designer.cs b/DrawGraph/Properties/Settings.Designer.cs index b71f66b..e113a72 100644 --- a/DrawGraph/Properties/Settings.Designer.cs +++ b/DrawGraph/Properties/Settings.Designer.cs @@ -1,27 +1,24 @@ //------------------------------------------------------------------------------ // -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 // -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 // //------------------------------------------------------------------------------ - -namespace DrawGraph.Properties -{ +namespace DrawGraph.Properties { + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")] - internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase - { - + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.6.0.0")] + internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { + private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); - - public static Settings Default - { - get - { + + public static Settings Default { + get { return defaultInstance; } } diff --git a/DrawGraphManagement/DrawGraphManagement.csproj b/DrawGraphManagement/DrawGraphManagement.csproj index 33b1294..63323c0 100644 --- a/DrawGraphManagement/DrawGraphManagement.csproj +++ b/DrawGraphManagement/DrawGraphManagement.csproj @@ -1,5 +1,5 @@  - + Debug x86 @@ -10,7 +10,7 @@ Properties DrawGraphManagement DrawGraphManagement - v4.0 + v4.8 512 @@ -40,6 +40,7 @@ DEBUG;TRACE prompt 4 + false x86 @@ -49,6 +50,7 @@ TRACE prompt 4 + false B84656DAB3E7E02F2D2EF30F5D602ACD1B640E77 @@ -164,6 +166,7 @@ Resources.resx True + SettingsSingleFileGenerator diff --git a/DrawGraphManagement/Properties/Settings.Designer.cs b/DrawGraphManagement/Properties/Settings.Designer.cs index 026ba3c..1c5d6bd 100644 --- a/DrawGraphManagement/Properties/Settings.Designer.cs +++ b/DrawGraphManagement/Properties/Settings.Designer.cs @@ -12,7 +12,7 @@ namespace DrawGraphManagement.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.10.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.6.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/DrawGraphManagement/app.config b/DrawGraphManagement/app.config index 0341a27..4276841 100644 --- a/DrawGraphManagement/app.config +++ b/DrawGraphManagement/app.config @@ -1,13 +1,13 @@ - + - + - + @@ -22,4 +22,4 @@ - \ No newline at end of file +