diff --git a/.vs/WinformGeneralDeveloperFrame/project-colors.json b/.vs/WinformGeneralDeveloperFrame/project-colors.json new file mode 100644 index 0000000..3ff922f --- /dev/null +++ b/.vs/WinformGeneralDeveloperFrame/project-colors.json @@ -0,0 +1,16 @@ +{ + "Version": 1, + "ProjectMap": { + "6f2b061d-6116-45a4-9649-49ae4981c496": { + "ProjectGuid": "6f2b061d-6116-45a4-9649-49ae4981c496", + "DisplayName": "WinformGeneralDeveloperFrame.Commons", + "ColorIndex": 0 + }, + "fccdaf3a-fc3e-4f85-b794-2aaa299fbc45": { + "ProjectGuid": "fccdaf3a-fc3e-4f85-b794-2aaa299fbc45", + "DisplayName": "WinformGeneralDeveloperFrame", + "ColorIndex": 1 + } + }, + "NextColorIndex": 2 +} \ No newline at end of file diff --git a/.vs/WinformGeneralDeveloperFrame/v16/.suo b/.vs/WinformGeneralDeveloperFrame/v16/.suo index a868a57..a970c47 100644 Binary files a/.vs/WinformGeneralDeveloperFrame/v16/.suo and b/.vs/WinformGeneralDeveloperFrame/v16/.suo differ diff --git a/.vs/WinformGeneralDeveloperFrame/v17/.suo b/.vs/WinformGeneralDeveloperFrame/v17/.suo index a868a57..00f5366 100644 Binary files a/.vs/WinformGeneralDeveloperFrame/v17/.suo and b/.vs/WinformGeneralDeveloperFrame/v17/.suo differ diff --git a/.vs/WinformGeneralDeveloperFrame/v17/fileList.bin b/.vs/WinformGeneralDeveloperFrame/v17/fileList.bin new file mode 100644 index 0000000..d4634bb Binary files /dev/null and b/.vs/WinformGeneralDeveloperFrame/v17/fileList.bin differ diff --git a/WinformGeneralDeveloperFrame.Commons/App.config b/WinformGeneralDeveloperFrame.Commons/App.config index 9301a5b..7f625b4 100644 --- a/WinformGeneralDeveloperFrame.Commons/App.config +++ b/WinformGeneralDeveloperFrame.Commons/App.config @@ -1,20 +1,20 @@ - + -
+
- + - + - + - \ No newline at end of file + diff --git a/WinformGeneralDeveloperFrame.Commons/WinformGeneralDeveloperFrame.Commons.csproj b/WinformGeneralDeveloperFrame.Commons/WinformGeneralDeveloperFrame.Commons.csproj index f129f5c..dd76667 100644 --- a/WinformGeneralDeveloperFrame.Commons/WinformGeneralDeveloperFrame.Commons.csproj +++ b/WinformGeneralDeveloperFrame.Commons/WinformGeneralDeveloperFrame.Commons.csproj @@ -9,9 +9,10 @@ Properties WinformGeneralDeveloperFrame.Commons WinformGeneralDeveloperFrame.Commons - v4.8 + v4.6.1 512 true + true diff --git a/WinformGeneralDeveloperFrame.Start/App.config b/WinformGeneralDeveloperFrame.Start/App.config index a1a350d..c9a49a7 100644 --- a/WinformGeneralDeveloperFrame.Start/App.config +++ b/WinformGeneralDeveloperFrame.Start/App.config @@ -1,11 +1,11 @@ - + -
+
-
+
@@ -43,24 +43,24 @@ - + - + - + - + - + - \ No newline at end of file + diff --git a/WinformGeneralDeveloperFrame.Start/WinformGeneralDeveloperFrame.Start.csproj b/WinformGeneralDeveloperFrame.Start/WinformGeneralDeveloperFrame.Start.csproj index 7a15317..c3dde3a 100644 --- a/WinformGeneralDeveloperFrame.Start/WinformGeneralDeveloperFrame.Start.csproj +++ b/WinformGeneralDeveloperFrame.Start/WinformGeneralDeveloperFrame.Start.csproj @@ -9,9 +9,10 @@ Properties WinformGeneralDeveloperFrame.Start WinformGeneralDeveloperFrame.Start - v4.8 + v4.6.1 512 true + true diff --git a/WinformGeneralDeveloperFrame/App.config b/WinformGeneralDeveloperFrame/App.config index 21e2a25..92bb19a 100644 --- a/WinformGeneralDeveloperFrame/App.config +++ b/WinformGeneralDeveloperFrame/App.config @@ -1,8 +1,8 @@ - + -
+
@@ -41,15 +41,15 @@ - + - + - + - - \ No newline at end of file + + diff --git a/WinformGeneralDeveloperFrame/Properties/Settings.Designer.cs b/WinformGeneralDeveloperFrame/Properties/Settings.Designer.cs index 9103901..41c4b66 100644 --- a/WinformGeneralDeveloperFrame/Properties/Settings.Designer.cs +++ b/WinformGeneralDeveloperFrame/Properties/Settings.Designer.cs @@ -1,27 +1,24 @@ //------------------------------------------------------------------------------ // -// This code was generated by a tool. -// Runtime Version:4.0.30319.18047 +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 // -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 // //------------------------------------------------------------------------------ - -namespace WinformGeneralDeveloperFrame.Properties -{ +namespace WinformGeneralDeveloperFrame.Properties { + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")] - internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase - { - + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.10.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/WinformGeneralDeveloperFrame/WinformGeneralDeveloperFrame.csproj b/WinformGeneralDeveloperFrame/WinformGeneralDeveloperFrame.csproj index f53b610..0b8a4c4 100644 --- a/WinformGeneralDeveloperFrame/WinformGeneralDeveloperFrame.csproj +++ b/WinformGeneralDeveloperFrame/WinformGeneralDeveloperFrame.csproj @@ -9,7 +9,7 @@ Properties WinformGeneralDeveloperFrame WinformGeneralDeveloperFrame - v4.8 + v4.6.1 512 publish\ true @@ -26,6 +26,7 @@ false false true + AnyCPU @@ -661,6 +662,7 @@ MainForm.cs + Designer MainForm.cs