From: insang-hmogara-pc Date: Mon, 14 Sep 2026 05:28:11 +0000 (+0900) Subject: move server initialize X-Git-Url: https://git.insang.kr/gitweb/?a=commitdiff_plain;ds=inline;p=newton-cn_pos.git move server initialize --- diff --git a/.vs/newton-cn/FileContentIndex/952fd055-47cb-458c-8fae-cf885d6016a4.vsidx b/.vs/newton-cn/FileContentIndex/952fd055-47cb-458c-8fae-cf885d6016a4.vsidx new file mode 100644 index 0000000..cac10c9 Binary files /dev/null and b/.vs/newton-cn/FileContentIndex/952fd055-47cb-458c-8fae-cf885d6016a4.vsidx differ diff --git a/.vs/newton-cn/v16/.suo b/.vs/newton-cn/v16/.suo index a6abfd6..dd57672 100644 Binary files a/.vs/newton-cn/v16/.suo and b/.vs/newton-cn/v16/.suo differ diff --git a/.vs/newton-cn/v18/.suo b/.vs/newton-cn/v18/.suo new file mode 100644 index 0000000..5872074 Binary files /dev/null and b/.vs/newton-cn/v18/.suo differ diff --git a/.vs/newton-cn/v18/DocumentLayout.backup.json b/.vs/newton-cn/v18/DocumentLayout.backup.json new file mode 100644 index 0000000..62f0608 --- /dev/null +++ b/.vs/newton-cn/v18/DocumentLayout.backup.json @@ -0,0 +1,12 @@ +{ + "Version": 1, + "WorkspaceRootPath": "C:\\Users\\hmog_ara_PC\\Desktop\\insang\\workspace\\newton-cn_pos\\", + "Documents": [], + "DocumentGroupContainers": [ + { + "Orientation": 0, + "VerticalTabListWidth": 256, + "DocumentGroups": [] + } + ] +} \ No newline at end of file diff --git a/.vs/newton-cn/v18/DocumentLayout.json b/.vs/newton-cn/v18/DocumentLayout.json new file mode 100644 index 0000000..9b986b1 --- /dev/null +++ b/.vs/newton-cn/v18/DocumentLayout.json @@ -0,0 +1,38 @@ +{ + "Version": 1, + "WorkspaceRootPath": "C:\\Users\\hmog_ara_PC\\Desktop\\insang\\workspace\\newton-cn_pos\\", + "Documents": [ + { + "AbsoluteMoniker": "D:0:0:{00000000-0000-0000-0000-000000000000}|\u003CSolution\u003E|newton-cn||{04B8AB82-A572-4FEF-95CE-5222444B6B64}|" + }, + { + "AbsoluteMoniker": "D:0:0:{2C132434-6883-42E4-A80F-EA6C262A4014}|newton-cn\\newton-cn.csproj|c:\\users\\hmog_ara_pc\\desktop\\insang\\workspace\\newton-cn_pos\\newton-cn\\||{B270807C-D8C6-49EB-8EBE-8E8D566637A1}|5e9a8ac2-4f34-4521-858f-4c248ba31532" + } + ], + "DocumentGroupContainers": [ + { + "Orientation": 0, + "VerticalTabListWidth": 256, + "DocumentGroups": [ + { + "DockedWidth": 200, + "SelectedChildIndex": 0, + "Children": [ + { + "$type": "Document", + "DocumentIndex": 0, + "Title": "newton-cn", + "DocumentMoniker": "C:\\Users\\hmog_ara_PC\\Desktop\\insang\\workspace\\newton-cn_pos\\newton-cn\\newton-cn.csproj", + "RelativeDocumentMoniker": "newton-cn\\newton-cn.csproj", + "ToolTip": "C:\\Users\\hmog_ara_PC\\Desktop\\insang\\workspace\\newton-cn_pos\\newton-cn\\newton-cn.csproj*", + "RelativeToolTip": "newton-cn\\newton-cn.csproj*", + "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001001|", + "WhenOpened": "2026-06-14T06:17:54.992Z", + "EditorCaption": "" + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/newton-cn/App.config b/newton-cn/App.config index 343984d..92c094c 100644 --- a/newton-cn/App.config +++ b/newton-cn/App.config @@ -2,5 +2,5 @@ - + diff --git a/newton-cn/Properties/Resources.Designer.cs b/newton-cn/Properties/Resources.Designer.cs index e2147a8..ceec729 100644 --- a/newton-cn/Properties/Resources.Designer.cs +++ b/newton-cn/Properties/Resources.Designer.cs @@ -19,7 +19,7 @@ namespace newton_cn.Properties { // 클래스에서 자동으로 생성되었습니다. // 멤버를 추가하거나 제거하려면 .ResX 파일을 편집한 다음 /str 옵션을 사용하여 ResGen을 // 다시 실행하거나 VS 프로젝트를 다시 빌드하십시오. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "18.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/newton-cn/Properties/Settings.Designer.cs b/newton-cn/Properties/Settings.Designer.cs index 9a4c9e5..936ff00 100644 --- a/newton-cn/Properties/Settings.Designer.cs +++ b/newton-cn/Properties/Settings.Designer.cs @@ -12,7 +12,7 @@ namespace newton_cn.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.8.1.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "18.7.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/newton-cn/bin/Debug/newton-cn.exe b/newton-cn/bin/Debug/newton-cn.exe index 48cc695..d9648e9 100644 Binary files a/newton-cn/bin/Debug/newton-cn.exe and b/newton-cn/bin/Debug/newton-cn.exe differ diff --git a/newton-cn/bin/Debug/newton-cn.exe.config b/newton-cn/bin/Debug/newton-cn.exe.config index 343984d..92c094c 100644 --- a/newton-cn/bin/Debug/newton-cn.exe.config +++ b/newton-cn/bin/Debug/newton-cn.exe.config @@ -2,5 +2,5 @@ - + diff --git a/newton-cn/bin/Debug/newton-cn.pdb b/newton-cn/bin/Debug/newton-cn.pdb index 9c0993e..c91e8fc 100644 Binary files a/newton-cn/bin/Debug/newton-cn.pdb and b/newton-cn/bin/Debug/newton-cn.pdb differ diff --git a/newton-cn/newton-cn.csproj b/newton-cn/newton-cn.csproj index d28969a..e2cc7b5 100644 --- a/newton-cn/newton-cn.csproj +++ b/newton-cn/newton-cn.csproj @@ -8,7 +8,7 @@ WinExe newton_cn newton-cn - v3.5 + v4.8 512 true true @@ -38,6 +38,7 @@ DEBUG;TRACE prompt 4 + false AnyCPU @@ -47,6 +48,7 @@ TRACE prompt 4 + false LocalIntranet diff --git a/newton-cn/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs b/newton-cn/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs new file mode 100644 index 0000000..15efebf --- /dev/null +++ b/newton-cn/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")] diff --git a/newton-cn/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/newton-cn/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache index b427b6c..2e85aad 100644 Binary files a/newton-cn/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/newton-cn/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/newton-cn/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll b/newton-cn/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll index 61651e4..0a76391 100644 Binary files a/newton-cn/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll and b/newton-cn/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll differ diff --git a/newton-cn/obj/Debug/newton-cn.csproj.AssemblyReference.cache b/newton-cn/obj/Debug/newton-cn.csproj.AssemblyReference.cache index f5e894a..65ff7f6 100644 Binary files a/newton-cn/obj/Debug/newton-cn.csproj.AssemblyReference.cache and b/newton-cn/obj/Debug/newton-cn.csproj.AssemblyReference.cache differ diff --git a/newton-cn/obj/Debug/newton-cn.csproj.CoreCompileInputs.cache b/newton-cn/obj/Debug/newton-cn.csproj.CoreCompileInputs.cache index 79ea635..145c665 100644 --- a/newton-cn/obj/Debug/newton-cn.csproj.CoreCompileInputs.cache +++ b/newton-cn/obj/Debug/newton-cn.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -b3c5a0ab1137c7faeb3f4cb2d23adc1709851011 +f49779999e326efc0b2dd0a09818ca0512722955a89ee843baa90d1a7d05214d diff --git a/newton-cn/obj/Debug/newton-cn.csproj.FileListAbsolute.txt b/newton-cn/obj/Debug/newton-cn.csproj.FileListAbsolute.txt index e9ac951..5dd04fa 100644 --- a/newton-cn/obj/Debug/newton-cn.csproj.FileListAbsolute.txt +++ b/newton-cn/obj/Debug/newton-cn.csproj.FileListAbsolute.txt @@ -38,3 +38,21 @@ z:\바탕 화면\insang\workspace\newton-cn_pos\newton-cn\obj\Debug\newton_cn.Fo z:\바탕 화면\insang\workspace\newton-cn_pos\newton-cn\obj\Debug\newton_cn.Form8.resources z:\바탕 화면\insang\workspace\newton-cn_pos\newton-cn\obj\Debug\newton_cn.Form9.resources z:\바탕 화면\insang\workspace\newton-cn_pos\newton-cn\obj\Debug\newton-cn.csproj.AssemblyReference.cache +C:\Users\hmog_ara_PC\Desktop\insang\workspace\newton-cn_pos\newton-cn\bin\Debug\newton-cn.exe.config +C:\Users\hmog_ara_PC\Desktop\insang\workspace\newton-cn_pos\newton-cn\bin\Debug\newton-cn.exe +C:\Users\hmog_ara_PC\Desktop\insang\workspace\newton-cn_pos\newton-cn\bin\Debug\newton-cn.pdb +C:\Users\hmog_ara_PC\Desktop\insang\workspace\newton-cn_pos\newton-cn\obj\Debug\newton-cn.csproj.AssemblyReference.cache +C:\Users\hmog_ara_PC\Desktop\insang\workspace\newton-cn_pos\newton-cn\obj\Debug\newton_cn.Form1.resources +C:\Users\hmog_ara_PC\Desktop\insang\workspace\newton-cn_pos\newton-cn\obj\Debug\newton_cn.Form9.resources +C:\Users\hmog_ara_PC\Desktop\insang\workspace\newton-cn_pos\newton-cn\obj\Debug\newton_cn.Form2.resources +C:\Users\hmog_ara_PC\Desktop\insang\workspace\newton-cn_pos\newton-cn\obj\Debug\newton_cn.Form3.resources +C:\Users\hmog_ara_PC\Desktop\insang\workspace\newton-cn_pos\newton-cn\obj\Debug\newton_cn.Form4.resources +C:\Users\hmog_ara_PC\Desktop\insang\workspace\newton-cn_pos\newton-cn\obj\Debug\newton_cn.Form5.resources +C:\Users\hmog_ara_PC\Desktop\insang\workspace\newton-cn_pos\newton-cn\obj\Debug\newton_cn.Form6.resources +C:\Users\hmog_ara_PC\Desktop\insang\workspace\newton-cn_pos\newton-cn\obj\Debug\newton_cn.Form7.resources +C:\Users\hmog_ara_PC\Desktop\insang\workspace\newton-cn_pos\newton-cn\obj\Debug\newton_cn.Form8.resources +C:\Users\hmog_ara_PC\Desktop\insang\workspace\newton-cn_pos\newton-cn\obj\Debug\newton_cn.Properties.Resources.resources +C:\Users\hmog_ara_PC\Desktop\insang\workspace\newton-cn_pos\newton-cn\obj\Debug\newton-cn.csproj.GenerateResource.cache +C:\Users\hmog_ara_PC\Desktop\insang\workspace\newton-cn_pos\newton-cn\obj\Debug\newton-cn.csproj.CoreCompileInputs.cache +C:\Users\hmog_ara_PC\Desktop\insang\workspace\newton-cn_pos\newton-cn\obj\Debug\newton-cn.exe +C:\Users\hmog_ara_PC\Desktop\insang\workspace\newton-cn_pos\newton-cn\obj\Debug\newton-cn.pdb diff --git a/newton-cn/obj/Debug/newton-cn.csproj.GenerateResource.cache b/newton-cn/obj/Debug/newton-cn.csproj.GenerateResource.cache index 436f0fd..0835797 100644 Binary files a/newton-cn/obj/Debug/newton-cn.csproj.GenerateResource.cache and b/newton-cn/obj/Debug/newton-cn.csproj.GenerateResource.cache differ diff --git a/newton-cn/obj/Debug/newton-cn.exe b/newton-cn/obj/Debug/newton-cn.exe index 48cc695..d9648e9 100644 Binary files a/newton-cn/obj/Debug/newton-cn.exe and b/newton-cn/obj/Debug/newton-cn.exe differ diff --git a/newton-cn/obj/Debug/newton-cn.pdb b/newton-cn/obj/Debug/newton-cn.pdb index 9c0993e..c91e8fc 100644 Binary files a/newton-cn/obj/Debug/newton-cn.pdb and b/newton-cn/obj/Debug/newton-cn.pdb differ diff --git a/newton-cn/obj/Debug/newton_cn.Form1.resources b/newton-cn/obj/Debug/newton_cn.Form1.resources index 06c24d0..6c05a97 100644 Binary files a/newton-cn/obj/Debug/newton_cn.Form1.resources and b/newton-cn/obj/Debug/newton_cn.Form1.resources differ diff --git a/newton-cn/obj/Debug/newton_cn.Form2.resources b/newton-cn/obj/Debug/newton_cn.Form2.resources index 06c24d0..6c05a97 100644 Binary files a/newton-cn/obj/Debug/newton_cn.Form2.resources and b/newton-cn/obj/Debug/newton_cn.Form2.resources differ diff --git a/newton-cn/obj/Debug/newton_cn.Form3.resources b/newton-cn/obj/Debug/newton_cn.Form3.resources index 06c24d0..6c05a97 100644 Binary files a/newton-cn/obj/Debug/newton_cn.Form3.resources and b/newton-cn/obj/Debug/newton_cn.Form3.resources differ diff --git a/newton-cn/obj/Debug/newton_cn.Form4.resources b/newton-cn/obj/Debug/newton_cn.Form4.resources index 06c24d0..6c05a97 100644 Binary files a/newton-cn/obj/Debug/newton_cn.Form4.resources and b/newton-cn/obj/Debug/newton_cn.Form4.resources differ diff --git a/newton-cn/obj/Debug/newton_cn.Form5.resources b/newton-cn/obj/Debug/newton_cn.Form5.resources index 06c24d0..6c05a97 100644 Binary files a/newton-cn/obj/Debug/newton_cn.Form5.resources and b/newton-cn/obj/Debug/newton_cn.Form5.resources differ diff --git a/newton-cn/obj/Debug/newton_cn.Form6.resources b/newton-cn/obj/Debug/newton_cn.Form6.resources index 06c24d0..6c05a97 100644 Binary files a/newton-cn/obj/Debug/newton_cn.Form6.resources and b/newton-cn/obj/Debug/newton_cn.Form6.resources differ diff --git a/newton-cn/obj/Debug/newton_cn.Form7.resources b/newton-cn/obj/Debug/newton_cn.Form7.resources index 06c24d0..6c05a97 100644 Binary files a/newton-cn/obj/Debug/newton_cn.Form7.resources and b/newton-cn/obj/Debug/newton_cn.Form7.resources differ diff --git a/newton-cn/obj/Debug/newton_cn.Form8.resources b/newton-cn/obj/Debug/newton_cn.Form8.resources index 06c24d0..6c05a97 100644 Binary files a/newton-cn/obj/Debug/newton_cn.Form8.resources and b/newton-cn/obj/Debug/newton_cn.Form8.resources differ diff --git a/newton-cn/obj/Debug/newton_cn.Form9.resources b/newton-cn/obj/Debug/newton_cn.Form9.resources index 06c24d0..6c05a97 100644 Binary files a/newton-cn/obj/Debug/newton_cn.Form9.resources and b/newton-cn/obj/Debug/newton_cn.Form9.resources differ diff --git a/newton-cn/obj/Debug/newton_cn.Properties.Resources.resources b/newton-cn/obj/Debug/newton_cn.Properties.Resources.resources index 06c24d0..6c05a97 100644 Binary files a/newton-cn/obj/Debug/newton_cn.Properties.Resources.resources and b/newton-cn/obj/Debug/newton_cn.Properties.Resources.resources differ