diff --git a/.gitignore b/.gitignore index 9491a2f..948bde9 100644 --- a/.gitignore +++ b/.gitignore @@ -360,4 +360,8 @@ MigrationBackup/ .ionide/ # Fody - auto-generated XML schema -FodyWeavers.xsd \ No newline at end of file +FodyWeavers.xsd + +# 忽略所有编译临时文件 +obj/ +bin/ \ No newline at end of file diff --git a/头罩视野slove/.vs/头罩视野slove.slnx/v18/.suo b/头罩视野slove/.vs/头罩视野slove.slnx/v18/.suo index 5bc5b81..de7e035 100644 Binary files a/头罩视野slove/.vs/头罩视野slove.slnx/v18/.suo and b/头罩视野slove/.vs/头罩视野slove.slnx/v18/.suo differ diff --git a/头罩视野slove/.vs/头罩视野slove.slnx/v18/DocumentLayout.backup.json b/头罩视野slove/.vs/头罩视野slove.slnx/v18/DocumentLayout.backup.json index a385bf4..9086f3a 100644 --- a/头罩视野slove/.vs/头罩视野slove.slnx/v18/DocumentLayout.backup.json +++ b/头罩视野slove/.vs/头罩视野slove.slnx/v18/DocumentLayout.backup.json @@ -34,16 +34,12 @@ "DocumentGroups": [ { "DockedHeight": 80, - "SelectedChildIndex": 7, + "SelectedChildIndex": 6, "Children": [ { "$type": "Bookmark", "Name": "ST:0:0:{d78612c7-9962-4b83-95d9-268046dad23a}" }, - { - "$type": "Bookmark", - "Name": "ST:0:0:{34e76e81-ee4a-11d0-ae2e-00a0c90fffc3}" - }, { "$type": "Document", "DocumentIndex": 1, @@ -54,8 +50,7 @@ "RelativeToolTip": "\u5934\u7F69\u89C6\u91CE\\MainWindow.xaml.cs", "ViewState": "AgIAAAAAAAAAAAAAAAAAAA4AAAAOAAAAAAAAAA==", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2026-04-18T10:26:12.235Z", - "EditorCaption": "" + "WhenOpened": "2026-04-18T10:26:12.235Z" }, { "$type": "Document", @@ -66,8 +61,7 @@ "ToolTip": "D:\\work\\hoodFieldOfView\\\u5934\u7F69\u89C6\u91CEslove\\\u5934\u7F69\u89C6\u91CE\\MainWindow.xaml", "RelativeToolTip": "\u5934\u7F69\u89C6\u91CE\\MainWindow.xaml", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003549|", - "WhenOpened": "2026-04-18T10:26:10.551Z", - "EditorCaption": "" + "WhenOpened": "2026-04-18T10:26:10.551Z" }, { "$type": "Document", @@ -79,8 +73,7 @@ "RelativeToolTip": "\u5934\u7F69\u89C6\u91CE\\Views\\RecordPage.xaml.cs", "ViewState": "AgIAAHkAAAAAAAAAAAAuwKoAAAAhAAAAAAAAAA==", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2026-04-18T10:25:58.57Z", - "EditorCaption": "" + "WhenOpened": "2026-04-18T10:25:58.57Z" }, { "$type": "Document", @@ -92,8 +85,7 @@ "RelativeToolTip": "\u5934\u7F69\u89C6\u91CE\\Views\\VisiData.xaml.cs", "ViewState": "AgIAANAAAAAAAAAAAADwv/QAAAANAAAAAAAAAA==", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2026-04-18T10:25:11.795Z", - "EditorCaption": "" + "WhenOpened": "2026-04-18T10:25:11.795Z" }, { "$type": "Document", @@ -105,8 +97,7 @@ "RelativeToolTip": "\u5934\u7F69\u89C6\u91CE\\Views\\RecordDate.xaml.cs", "ViewState": "AgIAAAwAAAAAAAAAAADwvz8AAAAPAAAAAAAAAA==", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2026-04-18T10:23:25.329Z", - "EditorCaption": "" + "WhenOpened": "2026-04-18T10:23:25.329Z" }, { "$type": "Document", @@ -119,6 +110,10 @@ "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.003549|", "WhenOpened": "2026-04-18T08:48:39.337Z", "EditorCaption": "" + }, + { + "$type": "Bookmark", + "Name": "ST:0:0:{34e76e81-ee4a-11d0-ae2e-00a0c90fffc3}" } ] }, diff --git a/头罩视野slove/头罩视野/obj/Debug/net10.0-windows/头罩视野.AssemblyInfo.cs b/头罩视野slove/头罩视野/obj/Debug/net10.0-windows/头罩视野.AssemblyInfo.cs index 069870a..29a3184 100644 --- a/头罩视野slove/头罩视野/obj/Debug/net10.0-windows/头罩视野.AssemblyInfo.cs +++ b/头罩视野slove/头罩视野/obj/Debug/net10.0-windows/头罩视野.AssemblyInfo.cs @@ -14,7 +14,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("头罩视野")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+af84a1143c6be3033b2de913dd2b11442807d38e")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+3793bdaeed912c5efd2b224484e9d5af9b68a8a2")] [assembly: System.Reflection.AssemblyProductAttribute("头罩视野")] [assembly: System.Reflection.AssemblyTitleAttribute("头罩视野")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/头罩视野slove/头罩视野/obj/Debug/net10.0-windows/头罩视野.AssemblyInfoInputs.cache b/头罩视野slove/头罩视野/obj/Debug/net10.0-windows/头罩视野.AssemblyInfoInputs.cache index 2877184..fe89e37 100644 --- a/头罩视野slove/头罩视野/obj/Debug/net10.0-windows/头罩视野.AssemblyInfoInputs.cache +++ b/头罩视野slove/头罩视野/obj/Debug/net10.0-windows/头罩视野.AssemblyInfoInputs.cache @@ -1 +1 @@ -1691a3d2312f0d41f187ea485126697c3a9e420abbe42252041969c77e824948 +652a9938530fcb25ac33b11815890fa20b88884e9b54a1856d0b165bee94eba7