commit 87ac5c743f4c64a53fe5c14fc09a2d28528f2241
Author: 学 赵 <89237069@qq.com>
Date: Tue May 20 10:23:38 2025 +0800
更新版本
diff --git a/.vs/QRAPI/v17/.wsuo b/.vs/QRAPI/v17/.wsuo
new file mode 100644
index 0000000..43d6d2a
Binary files /dev/null and b/.vs/QRAPI/v17/.wsuo differ
diff --git a/.vs/QRAPI/v17/DocumentLayout.json b/.vs/QRAPI/v17/DocumentLayout.json
new file mode 100644
index 0000000..a27a899
--- /dev/null
+++ b/.vs/QRAPI/v17/DocumentLayout.json
@@ -0,0 +1,39 @@
+{
+ "Version": 1,
+ "WorkspaceRootPath": "C:\\Users\\89237\\source\\repos\\QRAPI\\",
+ "Documents": [],
+ "DocumentGroupContainers": [
+ {
+ "Orientation": 0,
+ "VerticalTabListWidth": 256,
+ "DocumentGroups": [
+ {
+ "DockedWidth": 200,
+ "SelectedChildIndex": -1,
+ "Children": [
+ {
+ "$type": "Bookmark",
+ "Name": "ST:131:0:{1fc202d4-d401-403c-9834-5b218574bb67}"
+ },
+ {
+ "$type": "Bookmark",
+ "Name": "ST:130:0:{1fc202d4-d401-403c-9834-5b218574bb67}"
+ },
+ {
+ "$type": "Bookmark",
+ "Name": "ST:133:0:{1fc202d4-d401-403c-9834-5b218574bb67}"
+ },
+ {
+ "$type": "Bookmark",
+ "Name": "ST:0:0:{aa2115a1-9712-457b-9047-dbb71ca2cdd2}"
+ },
+ {
+ "$type": "Bookmark",
+ "Name": "ST:0:0:{cce594b6-0c39-4442-ba28-10c64ac7e89f}"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json
new file mode 100644
index 0000000..356fa6b
--- /dev/null
+++ b/.vs/VSWorkspaceState.json
@@ -0,0 +1,7 @@
+{
+ "ExpandedNodes": [
+ ""
+ ],
+ "SelectedNode": "\\C:\\Users\\89237\\Source\\Repos\\QRAPI",
+ "PreviewInSolutionExplorer": false
+}
\ No newline at end of file
diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite
new file mode 100644
index 0000000..039cf07
Binary files /dev/null and b/.vs/slnx.sqlite differ
diff --git a/ILifeTimeService/ILifeTimeService.csproj b/ILifeTimeService/ILifeTimeService.csproj
new file mode 100644
index 0000000..be0b81b
--- /dev/null
+++ b/ILifeTimeService/ILifeTimeService.csproj
@@ -0,0 +1,15 @@
+
+
+
+ net8.0-windows
+ enable
+ true
+ enable
+
+
+
+
+
+
+
+
diff --git a/ILifeTimeService/IRecurringJob.cs b/ILifeTimeService/IRecurringJob.cs
new file mode 100644
index 0000000..d0b6ce5
--- /dev/null
+++ b/ILifeTimeService/IRecurringJob.cs
@@ -0,0 +1,29 @@
+
+using System.Threading.Tasks;
+
+
+namespace PluginSystem
+{
+
+ public interface IRecurringJob:IJobPlugin
+ {
+
+ }
+ public interface ICustomJob:IJobPlugin
+ {
+ }
+
+
+}
+
+
+namespace PluginSystem
+{
+ // ӿڶ
+ public interface IJobPlugin
+ {
+ string Name { get; }
+ string Description { get; }
+ Task ExecuteAsync();
+ }
+}
\ No newline at end of file
diff --git a/ILifeTimeService/bin/Debug/net8.0-windows/ILifeTimeService.deps.json b/ILifeTimeService/bin/Debug/net8.0-windows/ILifeTimeService.deps.json
new file mode 100644
index 0000000..014e9b6
--- /dev/null
+++ b/ILifeTimeService/bin/Debug/net8.0-windows/ILifeTimeService.deps.json
@@ -0,0 +1,130 @@
+{
+ "runtimeTarget": {
+ "name": ".NETCoreApp,Version=v8.0",
+ "signature": ""
+ },
+ "compilationOptions": {},
+ "targets": {
+ ".NETCoreApp,Version=v8.0": {
+ "ILifeTimeService/1.0.0": {
+ "dependencies": {
+ "Autofac": "8.3.0",
+ "Hangfire.Core": "1.8.18"
+ },
+ "runtime": {
+ "ILifeTimeService.dll": {}
+ }
+ },
+ "Autofac/8.3.0": {
+ "dependencies": {
+ "System.Diagnostics.DiagnosticSource": "8.0.1"
+ },
+ "runtime": {
+ "lib/net8.0/Autofac.dll": {
+ "assemblyVersion": "8.3.0.0",
+ "fileVersion": "8.3.0.0"
+ }
+ }
+ },
+ "Hangfire.Core/1.8.18": {
+ "dependencies": {
+ "Newtonsoft.Json": "11.0.1"
+ },
+ "runtime": {
+ "lib/netstandard2.0/Hangfire.Core.dll": {
+ "assemblyVersion": "1.8.18.0",
+ "fileVersion": "1.8.18.0"
+ }
+ },
+ "resources": {
+ "lib/netstandard2.0/ca/Hangfire.Core.resources.dll": {
+ "locale": "ca"
+ },
+ "lib/netstandard2.0/de/Hangfire.Core.resources.dll": {
+ "locale": "de"
+ },
+ "lib/netstandard2.0/es/Hangfire.Core.resources.dll": {
+ "locale": "es"
+ },
+ "lib/netstandard2.0/fa/Hangfire.Core.resources.dll": {
+ "locale": "fa"
+ },
+ "lib/netstandard2.0/fr/Hangfire.Core.resources.dll": {
+ "locale": "fr"
+ },
+ "lib/netstandard2.0/nb/Hangfire.Core.resources.dll": {
+ "locale": "nb"
+ },
+ "lib/netstandard2.0/nl/Hangfire.Core.resources.dll": {
+ "locale": "nl"
+ },
+ "lib/netstandard2.0/pt-BR/Hangfire.Core.resources.dll": {
+ "locale": "pt-BR"
+ },
+ "lib/netstandard2.0/pt-PT/Hangfire.Core.resources.dll": {
+ "locale": "pt-PT"
+ },
+ "lib/netstandard2.0/pt/Hangfire.Core.resources.dll": {
+ "locale": "pt"
+ },
+ "lib/netstandard2.0/sv/Hangfire.Core.resources.dll": {
+ "locale": "sv"
+ },
+ "lib/netstandard2.0/tr-TR/Hangfire.Core.resources.dll": {
+ "locale": "tr-TR"
+ },
+ "lib/netstandard2.0/zh-TW/Hangfire.Core.resources.dll": {
+ "locale": "zh-TW"
+ },
+ "lib/netstandard2.0/zh/Hangfire.Core.resources.dll": {
+ "locale": "zh"
+ }
+ }
+ },
+ "Newtonsoft.Json/11.0.1": {
+ "runtime": {
+ "lib/netstandard2.0/Newtonsoft.Json.dll": {
+ "assemblyVersion": "11.0.0.0",
+ "fileVersion": "11.0.1.21818"
+ }
+ }
+ },
+ "System.Diagnostics.DiagnosticSource/8.0.1": {}
+ }
+ },
+ "libraries": {
+ "ILifeTimeService/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ },
+ "Autofac/8.3.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-0Bv8aSKuK4nQAiDKw3+pIv9hUhbPwS63ql9KhjR6DRgE14UNdXrMqO8YMI0PnffZPyCrMs85lNhZRI4eBgQO4w==",
+ "path": "autofac/8.3.0",
+ "hashPath": "autofac.8.3.0.nupkg.sha512"
+ },
+ "Hangfire.Core/1.8.18": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-oNAkV8QQoYg5+vM2M024NBk49EhTO2BmKDLuQaKNew23RpH9OUGtKDl1KldBdDJrD8TMFzjhWCArol3igd2i2w==",
+ "path": "hangfire.core/1.8.18",
+ "hashPath": "hangfire.core.1.8.18.nupkg.sha512"
+ },
+ "Newtonsoft.Json/11.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-pNN4l+J6LlpIvHOeNdXlwxv39NPJ2B5klz+Rd2UQZIx30Squ5oND1Yy3wEAUoKn0GPUj6Yxt9lxlYWQqfZcvKg==",
+ "path": "newtonsoft.json/11.0.1",
+ "hashPath": "newtonsoft.json.11.0.1.nupkg.sha512"
+ },
+ "System.Diagnostics.DiagnosticSource/8.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-vaoWjvkG1aenR2XdjaVivlCV9fADfgyhW5bZtXT23qaEea0lWiUljdQuze4E31vKM7ZWJaSUsbYIKE3rnzfZUg==",
+ "path": "system.diagnostics.diagnosticsource/8.0.1",
+ "hashPath": "system.diagnostics.diagnosticsource.8.0.1.nupkg.sha512"
+ }
+ }
+}
\ No newline at end of file
diff --git a/ILifeTimeService/bin/Debug/net8.0-windows/ILifeTimeService.dll b/ILifeTimeService/bin/Debug/net8.0-windows/ILifeTimeService.dll
new file mode 100644
index 0000000..2bc473a
Binary files /dev/null and b/ILifeTimeService/bin/Debug/net8.0-windows/ILifeTimeService.dll differ
diff --git a/ILifeTimeService/bin/Debug/net8.0-windows/ILifeTimeService.pdb b/ILifeTimeService/bin/Debug/net8.0-windows/ILifeTimeService.pdb
new file mode 100644
index 0000000..04322ba
Binary files /dev/null and b/ILifeTimeService/bin/Debug/net8.0-windows/ILifeTimeService.pdb differ
diff --git a/ILifeTimeService/obj/Debug/net8.0-windows/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/ILifeTimeService/obj/Debug/net8.0-windows/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
new file mode 100644
index 0000000..2217181
--- /dev/null
+++ b/ILifeTimeService/obj/Debug/net8.0-windows/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+//
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
diff --git a/ILifeTimeService/obj/Debug/net8.0-windows/ILifeTimeService.AssemblyInfo.cs b/ILifeTimeService/obj/Debug/net8.0-windows/ILifeTimeService.AssemblyInfo.cs
new file mode 100644
index 0000000..68f53c8
--- /dev/null
+++ b/ILifeTimeService/obj/Debug/net8.0-windows/ILifeTimeService.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("ILifeTimeService")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("ILifeTimeService")]
+[assembly: System.Reflection.AssemblyTitleAttribute("ILifeTimeService")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/ILifeTimeService/obj/Debug/net8.0-windows/ILifeTimeService.AssemblyInfoInputs.cache b/ILifeTimeService/obj/Debug/net8.0-windows/ILifeTimeService.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..f814cf8
--- /dev/null
+++ b/ILifeTimeService/obj/Debug/net8.0-windows/ILifeTimeService.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+34b585e8d76995d11ca0f0ae8c4d075a00f3b50180dba62130b351f25235b237
diff --git a/ILifeTimeService/obj/Debug/net8.0-windows/ILifeTimeService.GeneratedMSBuildEditorConfig.editorconfig b/ILifeTimeService/obj/Debug/net8.0-windows/ILifeTimeService.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..1689375
--- /dev/null
+++ b/ILifeTimeService/obj/Debug/net8.0-windows/ILifeTimeService.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,16 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = ILifeTimeService
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\ILifeTimeService\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
+build_property.CsWinRTUseWindowsUIXamlProjections = false
+build_property.EffectiveAnalysisLevelStyle = 8.0
+build_property.EnableCodeStyleSeverity =
diff --git a/ILifeTimeService/obj/Debug/net8.0-windows/ILifeTimeService.GlobalUsings.g.cs b/ILifeTimeService/obj/Debug/net8.0-windows/ILifeTimeService.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/ILifeTimeService/obj/Debug/net8.0-windows/ILifeTimeService.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/ILifeTimeService/obj/Debug/net8.0-windows/ILifeTimeService.assets.cache b/ILifeTimeService/obj/Debug/net8.0-windows/ILifeTimeService.assets.cache
new file mode 100644
index 0000000..67881b8
Binary files /dev/null and b/ILifeTimeService/obj/Debug/net8.0-windows/ILifeTimeService.assets.cache differ
diff --git a/ILifeTimeService/obj/Debug/net8.0-windows/ILifeTimeService.csproj.AssemblyReference.cache b/ILifeTimeService/obj/Debug/net8.0-windows/ILifeTimeService.csproj.AssemblyReference.cache
new file mode 100644
index 0000000..0553fdf
Binary files /dev/null and b/ILifeTimeService/obj/Debug/net8.0-windows/ILifeTimeService.csproj.AssemblyReference.cache differ
diff --git a/ILifeTimeService/obj/Debug/net8.0-windows/ILifeTimeService.csproj.BuildWithSkipAnalyzers b/ILifeTimeService/obj/Debug/net8.0-windows/ILifeTimeService.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/ILifeTimeService/obj/Debug/net8.0-windows/ILifeTimeService.csproj.CoreCompileInputs.cache b/ILifeTimeService/obj/Debug/net8.0-windows/ILifeTimeService.csproj.CoreCompileInputs.cache
new file mode 100644
index 0000000..eb63d74
--- /dev/null
+++ b/ILifeTimeService/obj/Debug/net8.0-windows/ILifeTimeService.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+6da1179f7a7ee56d150e1fe72a800bd737f9cbfc222a71aa9d74cf4f4f907dfc
diff --git a/ILifeTimeService/obj/Debug/net8.0-windows/ILifeTimeService.csproj.FileListAbsolute.txt b/ILifeTimeService/obj/Debug/net8.0-windows/ILifeTimeService.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000..e7a3e24
--- /dev/null
+++ b/ILifeTimeService/obj/Debug/net8.0-windows/ILifeTimeService.csproj.FileListAbsolute.txt
@@ -0,0 +1,12 @@
+C:\Users\89237\source\repos\WpfApp4\ILifeTimeService\bin\Debug\net8.0-windows\ILifeTimeService.deps.json
+C:\Users\89237\source\repos\WpfApp4\ILifeTimeService\bin\Debug\net8.0-windows\ILifeTimeService.dll
+C:\Users\89237\source\repos\WpfApp4\ILifeTimeService\bin\Debug\net8.0-windows\ILifeTimeService.pdb
+C:\Users\89237\source\repos\WpfApp4\ILifeTimeService\obj\Debug\net8.0-windows\ILifeTimeService.csproj.AssemblyReference.cache
+C:\Users\89237\source\repos\WpfApp4\ILifeTimeService\obj\Debug\net8.0-windows\ILifeTimeService.GeneratedMSBuildEditorConfig.editorconfig
+C:\Users\89237\source\repos\WpfApp4\ILifeTimeService\obj\Debug\net8.0-windows\ILifeTimeService.AssemblyInfoInputs.cache
+C:\Users\89237\source\repos\WpfApp4\ILifeTimeService\obj\Debug\net8.0-windows\ILifeTimeService.AssemblyInfo.cs
+C:\Users\89237\source\repos\WpfApp4\ILifeTimeService\obj\Debug\net8.0-windows\ILifeTimeService.csproj.CoreCompileInputs.cache
+C:\Users\89237\source\repos\WpfApp4\ILifeTimeService\obj\Debug\net8.0-windows\ILifeTimeService.dll
+C:\Users\89237\source\repos\WpfApp4\ILifeTimeService\obj\Debug\net8.0-windows\refint\ILifeTimeService.dll
+C:\Users\89237\source\repos\WpfApp4\ILifeTimeService\obj\Debug\net8.0-windows\ILifeTimeService.pdb
+C:\Users\89237\source\repos\WpfApp4\ILifeTimeService\obj\Debug\net8.0-windows\ref\ILifeTimeService.dll
diff --git a/ILifeTimeService/obj/Debug/net8.0-windows/ILifeTimeService.dll b/ILifeTimeService/obj/Debug/net8.0-windows/ILifeTimeService.dll
new file mode 100644
index 0000000..2bc473a
Binary files /dev/null and b/ILifeTimeService/obj/Debug/net8.0-windows/ILifeTimeService.dll differ
diff --git a/ILifeTimeService/obj/Debug/net8.0-windows/ILifeTimeService.pdb b/ILifeTimeService/obj/Debug/net8.0-windows/ILifeTimeService.pdb
new file mode 100644
index 0000000..04322ba
Binary files /dev/null and b/ILifeTimeService/obj/Debug/net8.0-windows/ILifeTimeService.pdb differ
diff --git a/ILifeTimeService/obj/Debug/net8.0-windows/ref/ILifeTimeService.dll b/ILifeTimeService/obj/Debug/net8.0-windows/ref/ILifeTimeService.dll
new file mode 100644
index 0000000..1631a4f
Binary files /dev/null and b/ILifeTimeService/obj/Debug/net8.0-windows/ref/ILifeTimeService.dll differ
diff --git a/ILifeTimeService/obj/Debug/net8.0-windows/refint/ILifeTimeService.dll b/ILifeTimeService/obj/Debug/net8.0-windows/refint/ILifeTimeService.dll
new file mode 100644
index 0000000..1631a4f
Binary files /dev/null and b/ILifeTimeService/obj/Debug/net8.0-windows/refint/ILifeTimeService.dll differ
diff --git a/ILifeTimeService/obj/ILifeTimeService.csproj.nuget.dgspec.json b/ILifeTimeService/obj/ILifeTimeService.csproj.nuget.dgspec.json
new file mode 100644
index 0000000..5721b6d
--- /dev/null
+++ b/ILifeTimeService/obj/ILifeTimeService.csproj.nuget.dgspec.json
@@ -0,0 +1,86 @@
+{
+ "format": 1,
+ "restore": {
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj": {}
+ },
+ "projects": {
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj",
+ "projectName": "ILifeTimeService",
+ "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj",
+ "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0-windows"
+ ],
+ "sources": {
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ },
+ "SdkAnalysisLevel": "9.0.300"
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "dependencies": {
+ "Autofac": {
+ "target": "Package",
+ "version": "[8.3.0, )"
+ },
+ "Hangfire.Core": {
+ "target": "Package",
+ "version": "[1.8.18, )"
+ }
+ },
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ },
+ "Microsoft.WindowsDesktop.App.WPF": {
+ "privateAssets": "none"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.300/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/ILifeTimeService/obj/ILifeTimeService.csproj.nuget.g.props b/ILifeTimeService/obj/ILifeTimeService.csproj.nuget.g.props
new file mode 100644
index 0000000..2fafd4e
--- /dev/null
+++ b/ILifeTimeService/obj/ILifeTimeService.csproj.nuget.g.props
@@ -0,0 +1,16 @@
+
+
+
+ True
+ NuGet
+ $(MSBuildThisFileDirectory)project.assets.json
+ $(UserProfile)\.nuget\packages\
+ C:\Users\89237\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages
+ PackageReference
+ 6.14.0
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ILifeTimeService/obj/ILifeTimeService.csproj.nuget.g.targets b/ILifeTimeService/obj/ILifeTimeService.csproj.nuget.g.targets
new file mode 100644
index 0000000..3dc06ef
--- /dev/null
+++ b/ILifeTimeService/obj/ILifeTimeService.csproj.nuget.g.targets
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/ILifeTimeService/obj/project.assets.json b/ILifeTimeService/obj/project.assets.json
new file mode 100644
index 0000000..cd35175
--- /dev/null
+++ b/ILifeTimeService/obj/project.assets.json
@@ -0,0 +1,367 @@
+{
+ "version": 3,
+ "targets": {
+ "net8.0-windows7.0": {
+ "Autofac/8.3.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Diagnostics.DiagnosticSource": "8.0.1"
+ },
+ "compile": {
+ "lib/net8.0/Autofac.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Autofac.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Hangfire.Core/1.8.18": {
+ "type": "package",
+ "dependencies": {
+ "Newtonsoft.Json": "11.0.1"
+ },
+ "compile": {
+ "lib/netstandard2.0/Hangfire.Core.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Hangfire.Core.dll": {
+ "related": ".xml"
+ }
+ },
+ "resource": {
+ "lib/netstandard2.0/ca/Hangfire.Core.resources.dll": {
+ "locale": "ca"
+ },
+ "lib/netstandard2.0/de/Hangfire.Core.resources.dll": {
+ "locale": "de"
+ },
+ "lib/netstandard2.0/es/Hangfire.Core.resources.dll": {
+ "locale": "es"
+ },
+ "lib/netstandard2.0/fa/Hangfire.Core.resources.dll": {
+ "locale": "fa"
+ },
+ "lib/netstandard2.0/fr/Hangfire.Core.resources.dll": {
+ "locale": "fr"
+ },
+ "lib/netstandard2.0/nb/Hangfire.Core.resources.dll": {
+ "locale": "nb"
+ },
+ "lib/netstandard2.0/nl/Hangfire.Core.resources.dll": {
+ "locale": "nl"
+ },
+ "lib/netstandard2.0/pt-BR/Hangfire.Core.resources.dll": {
+ "locale": "pt-BR"
+ },
+ "lib/netstandard2.0/pt-PT/Hangfire.Core.resources.dll": {
+ "locale": "pt-PT"
+ },
+ "lib/netstandard2.0/pt/Hangfire.Core.resources.dll": {
+ "locale": "pt"
+ },
+ "lib/netstandard2.0/sv/Hangfire.Core.resources.dll": {
+ "locale": "sv"
+ },
+ "lib/netstandard2.0/tr-TR/Hangfire.Core.resources.dll": {
+ "locale": "tr-TR"
+ },
+ "lib/netstandard2.0/zh-TW/Hangfire.Core.resources.dll": {
+ "locale": "zh-TW"
+ },
+ "lib/netstandard2.0/zh/Hangfire.Core.resources.dll": {
+ "locale": "zh"
+ }
+ }
+ },
+ "Newtonsoft.Json/11.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/netstandard2.0/Newtonsoft.Json.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Newtonsoft.Json.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "System.Diagnostics.DiagnosticSource/8.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/net8.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
+ }
+ }
+ }
+ },
+ "libraries": {
+ "Autofac/8.3.0": {
+ "sha512": "0Bv8aSKuK4nQAiDKw3+pIv9hUhbPwS63ql9KhjR6DRgE14UNdXrMqO8YMI0PnffZPyCrMs85lNhZRI4eBgQO4w==",
+ "type": "package",
+ "path": "autofac/8.3.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "README.md",
+ "autofac.8.3.0.nupkg.sha512",
+ "autofac.nuspec",
+ "icon.png",
+ "lib/net6.0/Autofac.dll",
+ "lib/net6.0/Autofac.xml",
+ "lib/net7.0/Autofac.dll",
+ "lib/net7.0/Autofac.xml",
+ "lib/net8.0/Autofac.dll",
+ "lib/net8.0/Autofac.xml",
+ "lib/netstandard2.0/Autofac.dll",
+ "lib/netstandard2.0/Autofac.xml",
+ "lib/netstandard2.1/Autofac.dll",
+ "lib/netstandard2.1/Autofac.xml"
+ ]
+ },
+ "Hangfire.Core/1.8.18": {
+ "sha512": "oNAkV8QQoYg5+vM2M024NBk49EhTO2BmKDLuQaKNew23RpH9OUGtKDl1KldBdDJrD8TMFzjhWCArol3igd2i2w==",
+ "type": "package",
+ "path": "hangfire.core/1.8.18",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "COPYING",
+ "COPYING.LESSER",
+ "LICENSE.md",
+ "LICENSE_ROYALTYFREE",
+ "LICENSE_STANDARD",
+ "NOTICES",
+ "README.md",
+ "hangfire.core.1.8.18.nupkg.sha512",
+ "hangfire.core.nuspec",
+ "icon.png",
+ "lib/net451/Hangfire.Core.dll",
+ "lib/net451/Hangfire.Core.xml",
+ "lib/net451/ca/Hangfire.Core.resources.dll",
+ "lib/net451/de/Hangfire.Core.resources.dll",
+ "lib/net451/es/Hangfire.Core.resources.dll",
+ "lib/net451/fa/Hangfire.Core.resources.dll",
+ "lib/net451/fr/Hangfire.Core.resources.dll",
+ "lib/net451/nb/Hangfire.Core.resources.dll",
+ "lib/net451/nl/Hangfire.Core.resources.dll",
+ "lib/net451/pt-BR/Hangfire.Core.resources.dll",
+ "lib/net451/pt-PT/Hangfire.Core.resources.dll",
+ "lib/net451/pt/Hangfire.Core.resources.dll",
+ "lib/net451/sv/Hangfire.Core.resources.dll",
+ "lib/net451/tr-TR/Hangfire.Core.resources.dll",
+ "lib/net451/zh-TW/Hangfire.Core.resources.dll",
+ "lib/net451/zh/Hangfire.Core.resources.dll",
+ "lib/net46/Hangfire.Core.dll",
+ "lib/net46/Hangfire.Core.xml",
+ "lib/net46/ca/Hangfire.Core.resources.dll",
+ "lib/net46/de/Hangfire.Core.resources.dll",
+ "lib/net46/es/Hangfire.Core.resources.dll",
+ "lib/net46/fa/Hangfire.Core.resources.dll",
+ "lib/net46/fr/Hangfire.Core.resources.dll",
+ "lib/net46/nb/Hangfire.Core.resources.dll",
+ "lib/net46/nl/Hangfire.Core.resources.dll",
+ "lib/net46/pt-BR/Hangfire.Core.resources.dll",
+ "lib/net46/pt-PT/Hangfire.Core.resources.dll",
+ "lib/net46/pt/Hangfire.Core.resources.dll",
+ "lib/net46/sv/Hangfire.Core.resources.dll",
+ "lib/net46/tr-TR/Hangfire.Core.resources.dll",
+ "lib/net46/zh-TW/Hangfire.Core.resources.dll",
+ "lib/net46/zh/Hangfire.Core.resources.dll",
+ "lib/netstandard1.3/Hangfire.Core.dll",
+ "lib/netstandard1.3/Hangfire.Core.xml",
+ "lib/netstandard1.3/ca/Hangfire.Core.resources.dll",
+ "lib/netstandard1.3/de/Hangfire.Core.resources.dll",
+ "lib/netstandard1.3/es/Hangfire.Core.resources.dll",
+ "lib/netstandard1.3/fa/Hangfire.Core.resources.dll",
+ "lib/netstandard1.3/fr/Hangfire.Core.resources.dll",
+ "lib/netstandard1.3/nb/Hangfire.Core.resources.dll",
+ "lib/netstandard1.3/nl/Hangfire.Core.resources.dll",
+ "lib/netstandard1.3/pt-BR/Hangfire.Core.resources.dll",
+ "lib/netstandard1.3/pt-PT/Hangfire.Core.resources.dll",
+ "lib/netstandard1.3/pt/Hangfire.Core.resources.dll",
+ "lib/netstandard1.3/sv/Hangfire.Core.resources.dll",
+ "lib/netstandard1.3/tr-TR/Hangfire.Core.resources.dll",
+ "lib/netstandard1.3/zh-TW/Hangfire.Core.resources.dll",
+ "lib/netstandard1.3/zh/Hangfire.Core.resources.dll",
+ "lib/netstandard2.0/Hangfire.Core.dll",
+ "lib/netstandard2.0/Hangfire.Core.xml",
+ "lib/netstandard2.0/ca/Hangfire.Core.resources.dll",
+ "lib/netstandard2.0/de/Hangfire.Core.resources.dll",
+ "lib/netstandard2.0/es/Hangfire.Core.resources.dll",
+ "lib/netstandard2.0/fa/Hangfire.Core.resources.dll",
+ "lib/netstandard2.0/fr/Hangfire.Core.resources.dll",
+ "lib/netstandard2.0/nb/Hangfire.Core.resources.dll",
+ "lib/netstandard2.0/nl/Hangfire.Core.resources.dll",
+ "lib/netstandard2.0/pt-BR/Hangfire.Core.resources.dll",
+ "lib/netstandard2.0/pt-PT/Hangfire.Core.resources.dll",
+ "lib/netstandard2.0/pt/Hangfire.Core.resources.dll",
+ "lib/netstandard2.0/sv/Hangfire.Core.resources.dll",
+ "lib/netstandard2.0/tr-TR/Hangfire.Core.resources.dll",
+ "lib/netstandard2.0/zh-TW/Hangfire.Core.resources.dll",
+ "lib/netstandard2.0/zh/Hangfire.Core.resources.dll"
+ ]
+ },
+ "Newtonsoft.Json/11.0.1": {
+ "sha512": "pNN4l+J6LlpIvHOeNdXlwxv39NPJ2B5klz+Rd2UQZIx30Squ5oND1Yy3wEAUoKn0GPUj6Yxt9lxlYWQqfZcvKg==",
+ "type": "package",
+ "path": "newtonsoft.json/11.0.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "lib/net20/Newtonsoft.Json.dll",
+ "lib/net20/Newtonsoft.Json.xml",
+ "lib/net35/Newtonsoft.Json.dll",
+ "lib/net35/Newtonsoft.Json.xml",
+ "lib/net40/Newtonsoft.Json.dll",
+ "lib/net40/Newtonsoft.Json.xml",
+ "lib/net45/Newtonsoft.Json.dll",
+ "lib/net45/Newtonsoft.Json.xml",
+ "lib/netstandard1.0/Newtonsoft.Json.dll",
+ "lib/netstandard1.0/Newtonsoft.Json.xml",
+ "lib/netstandard1.3/Newtonsoft.Json.dll",
+ "lib/netstandard1.3/Newtonsoft.Json.xml",
+ "lib/netstandard2.0/Newtonsoft.Json.dll",
+ "lib/netstandard2.0/Newtonsoft.Json.xml",
+ "lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.dll",
+ "lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.xml",
+ "lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.dll",
+ "lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.xml",
+ "newtonsoft.json.11.0.1.nupkg.sha512",
+ "newtonsoft.json.nuspec"
+ ]
+ },
+ "System.Diagnostics.DiagnosticSource/8.0.1": {
+ "sha512": "vaoWjvkG1aenR2XdjaVivlCV9fADfgyhW5bZtXT23qaEea0lWiUljdQuze4E31vKM7ZWJaSUsbYIKE3rnzfZUg==",
+ "type": "package",
+ "path": "system.diagnostics.diagnosticsource/8.0.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/System.Diagnostics.DiagnosticSource.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net6.0/_._",
+ "buildTransitive/netcoreapp2.0/System.Diagnostics.DiagnosticSource.targets",
+ "lib/net462/System.Diagnostics.DiagnosticSource.dll",
+ "lib/net462/System.Diagnostics.DiagnosticSource.xml",
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll",
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.xml",
+ "lib/net7.0/System.Diagnostics.DiagnosticSource.dll",
+ "lib/net7.0/System.Diagnostics.DiagnosticSource.xml",
+ "lib/net8.0/System.Diagnostics.DiagnosticSource.dll",
+ "lib/net8.0/System.Diagnostics.DiagnosticSource.xml",
+ "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.dll",
+ "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.xml",
+ "system.diagnostics.diagnosticsource.8.0.1.nupkg.sha512",
+ "system.diagnostics.diagnosticsource.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ }
+ },
+ "projectFileDependencyGroups": {
+ "net8.0-windows7.0": [
+ "Autofac >= 8.3.0",
+ "Hangfire.Core >= 1.8.18"
+ ]
+ },
+ "packageFolders": {
+ "C:\\Users\\89237\\.nuget\\packages\\": {},
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
+ },
+ "project": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj",
+ "projectName": "ILifeTimeService",
+ "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj",
+ "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0-windows"
+ ],
+ "sources": {
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ },
+ "SdkAnalysisLevel": "9.0.300"
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "dependencies": {
+ "Autofac": {
+ "target": "Package",
+ "version": "[8.3.0, )"
+ },
+ "Hangfire.Core": {
+ "target": "Package",
+ "version": "[1.8.18, )"
+ }
+ },
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ },
+ "Microsoft.WindowsDesktop.App.WPF": {
+ "privateAssets": "none"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.300/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/ILifeTimeService/obj/project.nuget.cache b/ILifeTimeService/obj/project.nuget.cache
new file mode 100644
index 0000000..7fcc874
--- /dev/null
+++ b/ILifeTimeService/obj/project.nuget.cache
@@ -0,0 +1,13 @@
+{
+ "version": 2,
+ "dgSpecHash": "Op74Ix7vkDk=",
+ "success": true,
+ "projectFilePath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj",
+ "expectedPackageFiles": [
+ "C:\\Users\\89237\\.nuget\\packages\\autofac\\8.3.0\\autofac.8.3.0.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\hangfire.core\\1.8.18\\hangfire.core.1.8.18.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\newtonsoft.json\\11.0.1\\newtonsoft.json.11.0.1.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\system.diagnostics.diagnosticsource\\8.0.1\\system.diagnostics.diagnosticsource.8.0.1.nupkg.sha512"
+ ],
+ "logs": []
+}
\ No newline at end of file
diff --git a/LifeTimeService/Job.cs b/LifeTimeService/Job.cs
new file mode 100644
index 0000000..24eb5ac
--- /dev/null
+++ b/LifeTimeService/Job.cs
@@ -0,0 +1,33 @@
+
+using PluginSystem;
+using Autofac;
+
+namespace LifeTimeService
+{
+ public class MyService1 : IJobPlugin
+ {
+
+ public string Name { set; get; }= "MyService1";
+
+ public string Description => throw new NotImplementedException();
+
+ public Task ExecuteAsync()
+ {
+ Console.WriteLine("MyService1");
+ return Task.CompletedTask;
+ }
+ }
+ public class MyService2 : IJobPlugin
+ {
+ public string Name { set; get; } = "MyService2";
+ public string Description => throw new NotImplementedException();
+
+ public Task ExecuteAsync()
+ {
+ Console.WriteLine("MyService2");
+ return Task.CompletedTask;
+ }
+ }
+
+
+}
diff --git a/LifeTimeService/Jobs.csproj b/LifeTimeService/Jobs.csproj
new file mode 100644
index 0000000..881e840
--- /dev/null
+++ b/LifeTimeService/Jobs.csproj
@@ -0,0 +1,14 @@
+
+
+
+ net8.0-windows
+ enable
+ true
+ enable
+
+
+
+
+
+
+
diff --git a/LifeTimeService/bin/Debug/net8.0-windows/ILifeTimeService.dll b/LifeTimeService/bin/Debug/net8.0-windows/ILifeTimeService.dll
new file mode 100644
index 0000000..2bc473a
Binary files /dev/null and b/LifeTimeService/bin/Debug/net8.0-windows/ILifeTimeService.dll differ
diff --git a/LifeTimeService/bin/Debug/net8.0-windows/ILifeTimeService.pdb b/LifeTimeService/bin/Debug/net8.0-windows/ILifeTimeService.pdb
new file mode 100644
index 0000000..04322ba
Binary files /dev/null and b/LifeTimeService/bin/Debug/net8.0-windows/ILifeTimeService.pdb differ
diff --git a/LifeTimeService/bin/Debug/net8.0-windows/Jobs.deps.json b/LifeTimeService/bin/Debug/net8.0-windows/Jobs.deps.json
new file mode 100644
index 0000000..6e19f0f
--- /dev/null
+++ b/LifeTimeService/bin/Debug/net8.0-windows/Jobs.deps.json
@@ -0,0 +1,146 @@
+{
+ "runtimeTarget": {
+ "name": ".NETCoreApp,Version=v8.0",
+ "signature": ""
+ },
+ "compilationOptions": {},
+ "targets": {
+ ".NETCoreApp,Version=v8.0": {
+ "Jobs/1.0.0": {
+ "dependencies": {
+ "ILifeTimeService": "1.0.0"
+ },
+ "runtime": {
+ "Jobs.dll": {}
+ }
+ },
+ "Autofac/8.3.0": {
+ "dependencies": {
+ "System.Diagnostics.DiagnosticSource": "8.0.1"
+ },
+ "runtime": {
+ "lib/net8.0/Autofac.dll": {
+ "assemblyVersion": "8.3.0.0",
+ "fileVersion": "8.3.0.0"
+ }
+ }
+ },
+ "Hangfire.Core/1.8.18": {
+ "dependencies": {
+ "Newtonsoft.Json": "11.0.1"
+ },
+ "runtime": {
+ "lib/netstandard2.0/Hangfire.Core.dll": {
+ "assemblyVersion": "1.8.18.0",
+ "fileVersion": "1.8.18.0"
+ }
+ },
+ "resources": {
+ "lib/netstandard2.0/ca/Hangfire.Core.resources.dll": {
+ "locale": "ca"
+ },
+ "lib/netstandard2.0/de/Hangfire.Core.resources.dll": {
+ "locale": "de"
+ },
+ "lib/netstandard2.0/es/Hangfire.Core.resources.dll": {
+ "locale": "es"
+ },
+ "lib/netstandard2.0/fa/Hangfire.Core.resources.dll": {
+ "locale": "fa"
+ },
+ "lib/netstandard2.0/fr/Hangfire.Core.resources.dll": {
+ "locale": "fr"
+ },
+ "lib/netstandard2.0/nb/Hangfire.Core.resources.dll": {
+ "locale": "nb"
+ },
+ "lib/netstandard2.0/nl/Hangfire.Core.resources.dll": {
+ "locale": "nl"
+ },
+ "lib/netstandard2.0/pt-BR/Hangfire.Core.resources.dll": {
+ "locale": "pt-BR"
+ },
+ "lib/netstandard2.0/pt-PT/Hangfire.Core.resources.dll": {
+ "locale": "pt-PT"
+ },
+ "lib/netstandard2.0/pt/Hangfire.Core.resources.dll": {
+ "locale": "pt"
+ },
+ "lib/netstandard2.0/sv/Hangfire.Core.resources.dll": {
+ "locale": "sv"
+ },
+ "lib/netstandard2.0/tr-TR/Hangfire.Core.resources.dll": {
+ "locale": "tr-TR"
+ },
+ "lib/netstandard2.0/zh-TW/Hangfire.Core.resources.dll": {
+ "locale": "zh-TW"
+ },
+ "lib/netstandard2.0/zh/Hangfire.Core.resources.dll": {
+ "locale": "zh"
+ }
+ }
+ },
+ "Newtonsoft.Json/11.0.1": {
+ "runtime": {
+ "lib/netstandard2.0/Newtonsoft.Json.dll": {
+ "assemblyVersion": "11.0.0.0",
+ "fileVersion": "11.0.1.21818"
+ }
+ }
+ },
+ "System.Diagnostics.DiagnosticSource/8.0.1": {},
+ "ILifeTimeService/1.0.0": {
+ "dependencies": {
+ "Autofac": "8.3.0",
+ "Hangfire.Core": "1.8.18"
+ },
+ "runtime": {
+ "ILifeTimeService.dll": {
+ "assemblyVersion": "1.0.0.0",
+ "fileVersion": "1.0.0.0"
+ }
+ }
+ }
+ }
+ },
+ "libraries": {
+ "Jobs/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ },
+ "Autofac/8.3.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-0Bv8aSKuK4nQAiDKw3+pIv9hUhbPwS63ql9KhjR6DRgE14UNdXrMqO8YMI0PnffZPyCrMs85lNhZRI4eBgQO4w==",
+ "path": "autofac/8.3.0",
+ "hashPath": "autofac.8.3.0.nupkg.sha512"
+ },
+ "Hangfire.Core/1.8.18": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-oNAkV8QQoYg5+vM2M024NBk49EhTO2BmKDLuQaKNew23RpH9OUGtKDl1KldBdDJrD8TMFzjhWCArol3igd2i2w==",
+ "path": "hangfire.core/1.8.18",
+ "hashPath": "hangfire.core.1.8.18.nupkg.sha512"
+ },
+ "Newtonsoft.Json/11.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-pNN4l+J6LlpIvHOeNdXlwxv39NPJ2B5klz+Rd2UQZIx30Squ5oND1Yy3wEAUoKn0GPUj6Yxt9lxlYWQqfZcvKg==",
+ "path": "newtonsoft.json/11.0.1",
+ "hashPath": "newtonsoft.json.11.0.1.nupkg.sha512"
+ },
+ "System.Diagnostics.DiagnosticSource/8.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-vaoWjvkG1aenR2XdjaVivlCV9fADfgyhW5bZtXT23qaEea0lWiUljdQuze4E31vKM7ZWJaSUsbYIKE3rnzfZUg==",
+ "path": "system.diagnostics.diagnosticsource/8.0.1",
+ "hashPath": "system.diagnostics.diagnosticsource.8.0.1.nupkg.sha512"
+ },
+ "ILifeTimeService/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ }
+ }
+}
\ No newline at end of file
diff --git a/LifeTimeService/bin/Debug/net8.0-windows/Jobs.dll b/LifeTimeService/bin/Debug/net8.0-windows/Jobs.dll
new file mode 100644
index 0000000..73c0f23
Binary files /dev/null and b/LifeTimeService/bin/Debug/net8.0-windows/Jobs.dll differ
diff --git a/LifeTimeService/bin/Debug/net8.0-windows/Jobs.pdb b/LifeTimeService/bin/Debug/net8.0-windows/Jobs.pdb
new file mode 100644
index 0000000..8979b4a
Binary files /dev/null and b/LifeTimeService/bin/Debug/net8.0-windows/Jobs.pdb differ
diff --git a/LifeTimeService/bin/Debug/net8.0-windows/LifeTimeService.deps.json b/LifeTimeService/bin/Debug/net8.0-windows/LifeTimeService.deps.json
new file mode 100644
index 0000000..7d84b52
--- /dev/null
+++ b/LifeTimeService/bin/Debug/net8.0-windows/LifeTimeService.deps.json
@@ -0,0 +1,146 @@
+{
+ "runtimeTarget": {
+ "name": ".NETCoreApp,Version=v8.0",
+ "signature": ""
+ },
+ "compilationOptions": {},
+ "targets": {
+ ".NETCoreApp,Version=v8.0": {
+ "LifeTimeService/1.0.0": {
+ "dependencies": {
+ "ILifeTimeService": "1.0.0"
+ },
+ "runtime": {
+ "LifeTimeService.dll": {}
+ }
+ },
+ "Autofac/8.3.0": {
+ "dependencies": {
+ "System.Diagnostics.DiagnosticSource": "8.0.1"
+ },
+ "runtime": {
+ "lib/net8.0/Autofac.dll": {
+ "assemblyVersion": "8.3.0.0",
+ "fileVersion": "8.3.0.0"
+ }
+ }
+ },
+ "Hangfire.Core/1.8.18": {
+ "dependencies": {
+ "Newtonsoft.Json": "11.0.1"
+ },
+ "runtime": {
+ "lib/netstandard2.0/Hangfire.Core.dll": {
+ "assemblyVersion": "1.8.18.0",
+ "fileVersion": "1.8.18.0"
+ }
+ },
+ "resources": {
+ "lib/netstandard2.0/ca/Hangfire.Core.resources.dll": {
+ "locale": "ca"
+ },
+ "lib/netstandard2.0/de/Hangfire.Core.resources.dll": {
+ "locale": "de"
+ },
+ "lib/netstandard2.0/es/Hangfire.Core.resources.dll": {
+ "locale": "es"
+ },
+ "lib/netstandard2.0/fa/Hangfire.Core.resources.dll": {
+ "locale": "fa"
+ },
+ "lib/netstandard2.0/fr/Hangfire.Core.resources.dll": {
+ "locale": "fr"
+ },
+ "lib/netstandard2.0/nb/Hangfire.Core.resources.dll": {
+ "locale": "nb"
+ },
+ "lib/netstandard2.0/nl/Hangfire.Core.resources.dll": {
+ "locale": "nl"
+ },
+ "lib/netstandard2.0/pt-BR/Hangfire.Core.resources.dll": {
+ "locale": "pt-BR"
+ },
+ "lib/netstandard2.0/pt-PT/Hangfire.Core.resources.dll": {
+ "locale": "pt-PT"
+ },
+ "lib/netstandard2.0/pt/Hangfire.Core.resources.dll": {
+ "locale": "pt"
+ },
+ "lib/netstandard2.0/sv/Hangfire.Core.resources.dll": {
+ "locale": "sv"
+ },
+ "lib/netstandard2.0/tr-TR/Hangfire.Core.resources.dll": {
+ "locale": "tr-TR"
+ },
+ "lib/netstandard2.0/zh-TW/Hangfire.Core.resources.dll": {
+ "locale": "zh-TW"
+ },
+ "lib/netstandard2.0/zh/Hangfire.Core.resources.dll": {
+ "locale": "zh"
+ }
+ }
+ },
+ "Newtonsoft.Json/11.0.1": {
+ "runtime": {
+ "lib/netstandard2.0/Newtonsoft.Json.dll": {
+ "assemblyVersion": "11.0.0.0",
+ "fileVersion": "11.0.1.21818"
+ }
+ }
+ },
+ "System.Diagnostics.DiagnosticSource/8.0.1": {},
+ "ILifeTimeService/1.0.0": {
+ "dependencies": {
+ "Autofac": "8.3.0",
+ "Hangfire.Core": "1.8.18"
+ },
+ "runtime": {
+ "ILifeTimeService.dll": {
+ "assemblyVersion": "1.0.0",
+ "fileVersion": "1.0.0.0"
+ }
+ }
+ }
+ }
+ },
+ "libraries": {
+ "LifeTimeService/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ },
+ "Autofac/8.3.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-0Bv8aSKuK4nQAiDKw3+pIv9hUhbPwS63ql9KhjR6DRgE14UNdXrMqO8YMI0PnffZPyCrMs85lNhZRI4eBgQO4w==",
+ "path": "autofac/8.3.0",
+ "hashPath": "autofac.8.3.0.nupkg.sha512"
+ },
+ "Hangfire.Core/1.8.18": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-oNAkV8QQoYg5+vM2M024NBk49EhTO2BmKDLuQaKNew23RpH9OUGtKDl1KldBdDJrD8TMFzjhWCArol3igd2i2w==",
+ "path": "hangfire.core/1.8.18",
+ "hashPath": "hangfire.core.1.8.18.nupkg.sha512"
+ },
+ "Newtonsoft.Json/11.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-pNN4l+J6LlpIvHOeNdXlwxv39NPJ2B5klz+Rd2UQZIx30Squ5oND1Yy3wEAUoKn0GPUj6Yxt9lxlYWQqfZcvKg==",
+ "path": "newtonsoft.json/11.0.1",
+ "hashPath": "newtonsoft.json.11.0.1.nupkg.sha512"
+ },
+ "System.Diagnostics.DiagnosticSource/8.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-vaoWjvkG1aenR2XdjaVivlCV9fADfgyhW5bZtXT23qaEea0lWiUljdQuze4E31vKM7ZWJaSUsbYIKE3rnzfZUg==",
+ "path": "system.diagnostics.diagnosticsource/8.0.1",
+ "hashPath": "system.diagnostics.diagnosticsource.8.0.1.nupkg.sha512"
+ },
+ "ILifeTimeService/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ }
+ }
+}
\ No newline at end of file
diff --git a/LifeTimeService/bin/Debug/net8.0-windows/LifeTimeService.dll b/LifeTimeService/bin/Debug/net8.0-windows/LifeTimeService.dll
new file mode 100644
index 0000000..f43509f
Binary files /dev/null and b/LifeTimeService/bin/Debug/net8.0-windows/LifeTimeService.dll differ
diff --git a/LifeTimeService/bin/Debug/net8.0-windows/LifeTimeService.pdb b/LifeTimeService/bin/Debug/net8.0-windows/LifeTimeService.pdb
new file mode 100644
index 0000000..6133cb7
Binary files /dev/null and b/LifeTimeService/bin/Debug/net8.0-windows/LifeTimeService.pdb differ
diff --git a/LifeTimeService/obj/Debug/net8.0-windows/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/LifeTimeService/obj/Debug/net8.0-windows/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
new file mode 100644
index 0000000..2217181
--- /dev/null
+++ b/LifeTimeService/obj/Debug/net8.0-windows/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+//
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
diff --git a/LifeTimeService/obj/Debug/net8.0-windows/Jobs.AssemblyInfo.cs b/LifeTimeService/obj/Debug/net8.0-windows/Jobs.AssemblyInfo.cs
new file mode 100644
index 0000000..1cc1306
--- /dev/null
+++ b/LifeTimeService/obj/Debug/net8.0-windows/Jobs.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("Jobs")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("Jobs")]
+[assembly: System.Reflection.AssemblyTitleAttribute("Jobs")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/LifeTimeService/obj/Debug/net8.0-windows/Jobs.AssemblyInfoInputs.cache b/LifeTimeService/obj/Debug/net8.0-windows/Jobs.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..39e3c0c
--- /dev/null
+++ b/LifeTimeService/obj/Debug/net8.0-windows/Jobs.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+eeacdc75e542e3f277c763ea3ae800fb36780a924e917edb42d988f6c026544e
diff --git a/LifeTimeService/obj/Debug/net8.0-windows/Jobs.GeneratedMSBuildEditorConfig.editorconfig b/LifeTimeService/obj/Debug/net8.0-windows/Jobs.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..d11f74b
--- /dev/null
+++ b/LifeTimeService/obj/Debug/net8.0-windows/Jobs.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,16 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = Jobs
+build_property.ProjectDir = C:\Users\89237\Source\Repos\QRAPI\LifeTimeService\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
+build_property.CsWinRTUseWindowsUIXamlProjections = false
+build_property.EffectiveAnalysisLevelStyle = 8.0
+build_property.EnableCodeStyleSeverity =
diff --git a/LifeTimeService/obj/Debug/net8.0-windows/Jobs.GlobalUsings.g.cs b/LifeTimeService/obj/Debug/net8.0-windows/Jobs.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/LifeTimeService/obj/Debug/net8.0-windows/Jobs.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/LifeTimeService/obj/Debug/net8.0-windows/Jobs.assets.cache b/LifeTimeService/obj/Debug/net8.0-windows/Jobs.assets.cache
new file mode 100644
index 0000000..760797b
Binary files /dev/null and b/LifeTimeService/obj/Debug/net8.0-windows/Jobs.assets.cache differ
diff --git a/LifeTimeService/obj/Debug/net8.0-windows/Jobs.csproj.AssemblyReference.cache b/LifeTimeService/obj/Debug/net8.0-windows/Jobs.csproj.AssemblyReference.cache
new file mode 100644
index 0000000..c1ee83b
Binary files /dev/null and b/LifeTimeService/obj/Debug/net8.0-windows/Jobs.csproj.AssemblyReference.cache differ
diff --git a/LifeTimeService/obj/Debug/net8.0-windows/Jobs.csproj.BuildWithSkipAnalyzers b/LifeTimeService/obj/Debug/net8.0-windows/Jobs.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/LifeTimeService/obj/Debug/net8.0-windows/Jobs.csproj.CoreCompileInputs.cache b/LifeTimeService/obj/Debug/net8.0-windows/Jobs.csproj.CoreCompileInputs.cache
new file mode 100644
index 0000000..a46d4b4
--- /dev/null
+++ b/LifeTimeService/obj/Debug/net8.0-windows/Jobs.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+eedd187b5c049f8936f5691b5510f526ac083e48d8e80ec915f4df79b80fd330
diff --git a/LifeTimeService/obj/Debug/net8.0-windows/Jobs.csproj.FileListAbsolute.txt b/LifeTimeService/obj/Debug/net8.0-windows/Jobs.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000..fc9e510
--- /dev/null
+++ b/LifeTimeService/obj/Debug/net8.0-windows/Jobs.csproj.FileListAbsolute.txt
@@ -0,0 +1,15 @@
+C:\Users\89237\source\repos\WpfApp4\LifeTimeService\bin\Debug\net8.0-windows\Jobs.deps.json
+C:\Users\89237\source\repos\WpfApp4\LifeTimeService\bin\Debug\net8.0-windows\Jobs.dll
+C:\Users\89237\source\repos\WpfApp4\LifeTimeService\bin\Debug\net8.0-windows\Jobs.pdb
+C:\Users\89237\source\repos\WpfApp4\LifeTimeService\bin\Debug\net8.0-windows\ILifeTimeService.dll
+C:\Users\89237\source\repos\WpfApp4\LifeTimeService\bin\Debug\net8.0-windows\ILifeTimeService.pdb
+C:\Users\89237\source\repos\WpfApp4\LifeTimeService\obj\Debug\net8.0-windows\Jobs.csproj.AssemblyReference.cache
+C:\Users\89237\source\repos\WpfApp4\LifeTimeService\obj\Debug\net8.0-windows\Jobs.GeneratedMSBuildEditorConfig.editorconfig
+C:\Users\89237\source\repos\WpfApp4\LifeTimeService\obj\Debug\net8.0-windows\Jobs.AssemblyInfoInputs.cache
+C:\Users\89237\source\repos\WpfApp4\LifeTimeService\obj\Debug\net8.0-windows\Jobs.AssemblyInfo.cs
+C:\Users\89237\source\repos\WpfApp4\LifeTimeService\obj\Debug\net8.0-windows\Jobs.csproj.CoreCompileInputs.cache
+C:\Users\89237\source\repos\WpfApp4\LifeTimeService\obj\Debug\net8.0-windows\Jobs.csproj.Up2Date
+C:\Users\89237\source\repos\WpfApp4\LifeTimeService\obj\Debug\net8.0-windows\Jobs.dll
+C:\Users\89237\source\repos\WpfApp4\LifeTimeService\obj\Debug\net8.0-windows\refint\Jobs.dll
+C:\Users\89237\source\repos\WpfApp4\LifeTimeService\obj\Debug\net8.0-windows\Jobs.pdb
+C:\Users\89237\source\repos\WpfApp4\LifeTimeService\obj\Debug\net8.0-windows\ref\Jobs.dll
diff --git a/LifeTimeService/obj/Debug/net8.0-windows/Jobs.csproj.Up2Date b/LifeTimeService/obj/Debug/net8.0-windows/Jobs.csproj.Up2Date
new file mode 100644
index 0000000..e69de29
diff --git a/LifeTimeService/obj/Debug/net8.0-windows/Jobs.dll b/LifeTimeService/obj/Debug/net8.0-windows/Jobs.dll
new file mode 100644
index 0000000..73c0f23
Binary files /dev/null and b/LifeTimeService/obj/Debug/net8.0-windows/Jobs.dll differ
diff --git a/LifeTimeService/obj/Debug/net8.0-windows/Jobs.pdb b/LifeTimeService/obj/Debug/net8.0-windows/Jobs.pdb
new file mode 100644
index 0000000..8979b4a
Binary files /dev/null and b/LifeTimeService/obj/Debug/net8.0-windows/Jobs.pdb differ
diff --git a/LifeTimeService/obj/Debug/net8.0-windows/LifeTime.8AA255C0.Up2Date b/LifeTimeService/obj/Debug/net8.0-windows/LifeTime.8AA255C0.Up2Date
new file mode 100644
index 0000000..e69de29
diff --git a/LifeTimeService/obj/Debug/net8.0-windows/LifeTimeService.AssemblyInfo.cs b/LifeTimeService/obj/Debug/net8.0-windows/LifeTimeService.AssemblyInfo.cs
new file mode 100644
index 0000000..a72153c
--- /dev/null
+++ b/LifeTimeService/obj/Debug/net8.0-windows/LifeTimeService.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("LifeTimeService")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("LifeTimeService")]
+[assembly: System.Reflection.AssemblyTitleAttribute("LifeTimeService")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/LifeTimeService/obj/Debug/net8.0-windows/LifeTimeService.AssemblyInfoInputs.cache b/LifeTimeService/obj/Debug/net8.0-windows/LifeTimeService.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..0b80288
--- /dev/null
+++ b/LifeTimeService/obj/Debug/net8.0-windows/LifeTimeService.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+2bb8628a6260719fcf541437bc8bc908cf1ef222d426131ecf6e4c20a1178d90
diff --git a/LifeTimeService/obj/Debug/net8.0-windows/LifeTimeService.GeneratedMSBuildEditorConfig.editorconfig b/LifeTimeService/obj/Debug/net8.0-windows/LifeTimeService.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..1b47d83
--- /dev/null
+++ b/LifeTimeService/obj/Debug/net8.0-windows/LifeTimeService.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = LifeTimeService
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\LifeTimeService\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/LifeTimeService/obj/Debug/net8.0-windows/LifeTimeService.GlobalUsings.g.cs b/LifeTimeService/obj/Debug/net8.0-windows/LifeTimeService.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/LifeTimeService/obj/Debug/net8.0-windows/LifeTimeService.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/LifeTimeService/obj/Debug/net8.0-windows/LifeTimeService.assets.cache b/LifeTimeService/obj/Debug/net8.0-windows/LifeTimeService.assets.cache
new file mode 100644
index 0000000..632680b
Binary files /dev/null and b/LifeTimeService/obj/Debug/net8.0-windows/LifeTimeService.assets.cache differ
diff --git a/LifeTimeService/obj/Debug/net8.0-windows/LifeTimeService.csproj.AssemblyReference.cache b/LifeTimeService/obj/Debug/net8.0-windows/LifeTimeService.csproj.AssemblyReference.cache
new file mode 100644
index 0000000..3890813
Binary files /dev/null and b/LifeTimeService/obj/Debug/net8.0-windows/LifeTimeService.csproj.AssemblyReference.cache differ
diff --git a/LifeTimeService/obj/Debug/net8.0-windows/LifeTimeService.csproj.BuildWithSkipAnalyzers b/LifeTimeService/obj/Debug/net8.0-windows/LifeTimeService.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/LifeTimeService/obj/Debug/net8.0-windows/LifeTimeService.csproj.CoreCompileInputs.cache b/LifeTimeService/obj/Debug/net8.0-windows/LifeTimeService.csproj.CoreCompileInputs.cache
new file mode 100644
index 0000000..618d8dd
--- /dev/null
+++ b/LifeTimeService/obj/Debug/net8.0-windows/LifeTimeService.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+3711de83c611591f45280360567387e42b4fad87a7f64cfbd8abf80f19782ef0
diff --git a/LifeTimeService/obj/Debug/net8.0-windows/LifeTimeService.csproj.FileListAbsolute.txt b/LifeTimeService/obj/Debug/net8.0-windows/LifeTimeService.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000..344cb69
--- /dev/null
+++ b/LifeTimeService/obj/Debug/net8.0-windows/LifeTimeService.csproj.FileListAbsolute.txt
@@ -0,0 +1,15 @@
+C:\Users\89237\source\repos\WpfApp4\LifeTimeService\bin\Debug\net8.0-windows\LifeTimeService.deps.json
+C:\Users\89237\source\repos\WpfApp4\LifeTimeService\bin\Debug\net8.0-windows\LifeTimeService.dll
+C:\Users\89237\source\repos\WpfApp4\LifeTimeService\bin\Debug\net8.0-windows\LifeTimeService.pdb
+C:\Users\89237\source\repos\WpfApp4\LifeTimeService\bin\Debug\net8.0-windows\ILifeTimeService.dll
+C:\Users\89237\source\repos\WpfApp4\LifeTimeService\bin\Debug\net8.0-windows\ILifeTimeService.pdb
+C:\Users\89237\source\repos\WpfApp4\LifeTimeService\obj\Debug\net8.0-windows\LifeTimeService.csproj.AssemblyReference.cache
+C:\Users\89237\source\repos\WpfApp4\LifeTimeService\obj\Debug\net8.0-windows\LifeTimeService.GeneratedMSBuildEditorConfig.editorconfig
+C:\Users\89237\source\repos\WpfApp4\LifeTimeService\obj\Debug\net8.0-windows\LifeTimeService.AssemblyInfoInputs.cache
+C:\Users\89237\source\repos\WpfApp4\LifeTimeService\obj\Debug\net8.0-windows\LifeTimeService.AssemblyInfo.cs
+C:\Users\89237\source\repos\WpfApp4\LifeTimeService\obj\Debug\net8.0-windows\LifeTimeService.csproj.CoreCompileInputs.cache
+C:\Users\89237\source\repos\WpfApp4\LifeTimeService\obj\Debug\net8.0-windows\LifeTime.8AA255C0.Up2Date
+C:\Users\89237\source\repos\WpfApp4\LifeTimeService\obj\Debug\net8.0-windows\LifeTimeService.dll
+C:\Users\89237\source\repos\WpfApp4\LifeTimeService\obj\Debug\net8.0-windows\refint\LifeTimeService.dll
+C:\Users\89237\source\repos\WpfApp4\LifeTimeService\obj\Debug\net8.0-windows\LifeTimeService.pdb
+C:\Users\89237\source\repos\WpfApp4\LifeTimeService\obj\Debug\net8.0-windows\ref\LifeTimeService.dll
diff --git a/LifeTimeService/obj/Debug/net8.0-windows/LifeTimeService.dll b/LifeTimeService/obj/Debug/net8.0-windows/LifeTimeService.dll
new file mode 100644
index 0000000..f43509f
Binary files /dev/null and b/LifeTimeService/obj/Debug/net8.0-windows/LifeTimeService.dll differ
diff --git a/LifeTimeService/obj/Debug/net8.0-windows/LifeTimeService.pdb b/LifeTimeService/obj/Debug/net8.0-windows/LifeTimeService.pdb
new file mode 100644
index 0000000..6133cb7
Binary files /dev/null and b/LifeTimeService/obj/Debug/net8.0-windows/LifeTimeService.pdb differ
diff --git a/LifeTimeService/obj/Debug/net8.0-windows/ref/Jobs.dll b/LifeTimeService/obj/Debug/net8.0-windows/ref/Jobs.dll
new file mode 100644
index 0000000..329ee9c
Binary files /dev/null and b/LifeTimeService/obj/Debug/net8.0-windows/ref/Jobs.dll differ
diff --git a/LifeTimeService/obj/Debug/net8.0-windows/ref/LifeTimeService.dll b/LifeTimeService/obj/Debug/net8.0-windows/ref/LifeTimeService.dll
new file mode 100644
index 0000000..1f3a3e0
Binary files /dev/null and b/LifeTimeService/obj/Debug/net8.0-windows/ref/LifeTimeService.dll differ
diff --git a/LifeTimeService/obj/Debug/net8.0-windows/refint/Jobs.dll b/LifeTimeService/obj/Debug/net8.0-windows/refint/Jobs.dll
new file mode 100644
index 0000000..329ee9c
Binary files /dev/null and b/LifeTimeService/obj/Debug/net8.0-windows/refint/Jobs.dll differ
diff --git a/LifeTimeService/obj/Debug/net8.0-windows/refint/LifeTimeService.dll b/LifeTimeService/obj/Debug/net8.0-windows/refint/LifeTimeService.dll
new file mode 100644
index 0000000..1f3a3e0
Binary files /dev/null and b/LifeTimeService/obj/Debug/net8.0-windows/refint/LifeTimeService.dll differ
diff --git a/LifeTimeService/obj/Jobs.csproj.nuget.dgspec.json b/LifeTimeService/obj/Jobs.csproj.nuget.dgspec.json
new file mode 100644
index 0000000..81842be
--- /dev/null
+++ b/LifeTimeService/obj/Jobs.csproj.nuget.dgspec.json
@@ -0,0 +1,158 @@
+{
+ "format": 1,
+ "restore": {
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\LifeTimeService\\Jobs.csproj": {}
+ },
+ "projects": {
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj",
+ "projectName": "ILifeTimeService",
+ "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj",
+ "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0-windows"
+ ],
+ "sources": {
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ },
+ "SdkAnalysisLevel": "9.0.300"
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "dependencies": {
+ "Autofac": {
+ "target": "Package",
+ "version": "[8.3.0, )"
+ },
+ "Hangfire.Core": {
+ "target": "Package",
+ "version": "[1.8.18, )"
+ }
+ },
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ },
+ "Microsoft.WindowsDesktop.App.WPF": {
+ "privateAssets": "none"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.300/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ },
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\LifeTimeService\\Jobs.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\LifeTimeService\\Jobs.csproj",
+ "projectName": "Jobs",
+ "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\LifeTimeService\\Jobs.csproj",
+ "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\LifeTimeService\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0-windows"
+ ],
+ "sources": {
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "projectReferences": {
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj": {
+ "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj"
+ }
+ }
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ },
+ "SdkAnalysisLevel": "9.0.300"
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ },
+ "Microsoft.WindowsDesktop.App.WPF": {
+ "privateAssets": "none"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.300/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/LifeTimeService/obj/Jobs.csproj.nuget.g.props b/LifeTimeService/obj/Jobs.csproj.nuget.g.props
new file mode 100644
index 0000000..2fafd4e
--- /dev/null
+++ b/LifeTimeService/obj/Jobs.csproj.nuget.g.props
@@ -0,0 +1,16 @@
+
+
+
+ True
+ NuGet
+ $(MSBuildThisFileDirectory)project.assets.json
+ $(UserProfile)\.nuget\packages\
+ C:\Users\89237\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages
+ PackageReference
+ 6.14.0
+
+
+
+
+
+
\ No newline at end of file
diff --git a/LifeTimeService/obj/Jobs.csproj.nuget.g.targets b/LifeTimeService/obj/Jobs.csproj.nuget.g.targets
new file mode 100644
index 0000000..3dc06ef
--- /dev/null
+++ b/LifeTimeService/obj/Jobs.csproj.nuget.g.targets
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/LifeTimeService/obj/LifeTimeService.csproj.nuget.dgspec.json b/LifeTimeService/obj/LifeTimeService.csproj.nuget.dgspec.json
new file mode 100644
index 0000000..45c45fa
--- /dev/null
+++ b/LifeTimeService/obj/LifeTimeService.csproj.nuget.dgspec.json
@@ -0,0 +1,156 @@
+{
+ "format": 1,
+ "restore": {
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\LifeTimeService\\LifeTimeService.csproj": {}
+ },
+ "projects": {
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj",
+ "projectName": "ILifeTimeService",
+ "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj",
+ "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0-windows"
+ ],
+ "sources": {
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ }
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "dependencies": {
+ "Autofac": {
+ "target": "Package",
+ "version": "[8.3.0, )"
+ },
+ "Hangfire.Core": {
+ "target": "Package",
+ "version": "[1.8.18, )"
+ }
+ },
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ },
+ "Microsoft.WindowsDesktop.App.WPF": {
+ "privateAssets": "none"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.400/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ },
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\LifeTimeService\\LifeTimeService.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\LifeTimeService\\LifeTimeService.csproj",
+ "projectName": "LifeTimeService",
+ "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\LifeTimeService\\LifeTimeService.csproj",
+ "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\LifeTimeService\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0-windows"
+ ],
+ "sources": {
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "projectReferences": {
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj": {
+ "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj"
+ }
+ }
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ }
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ },
+ "Microsoft.WindowsDesktop.App.WPF": {
+ "privateAssets": "none"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.400/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/LifeTimeService/obj/LifeTimeService.csproj.nuget.g.props b/LifeTimeService/obj/LifeTimeService.csproj.nuget.g.props
new file mode 100644
index 0000000..58ed911
--- /dev/null
+++ b/LifeTimeService/obj/LifeTimeService.csproj.nuget.g.props
@@ -0,0 +1,16 @@
+
+
+
+ True
+ NuGet
+ $(MSBuildThisFileDirectory)project.assets.json
+ $(UserProfile)\.nuget\packages\
+ C:\Users\89237\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages
+ PackageReference
+ 6.11.0
+
+
+
+
+
+
\ No newline at end of file
diff --git a/LifeTimeService/obj/LifeTimeService.csproj.nuget.g.targets b/LifeTimeService/obj/LifeTimeService.csproj.nuget.g.targets
new file mode 100644
index 0000000..3dc06ef
--- /dev/null
+++ b/LifeTimeService/obj/LifeTimeService.csproj.nuget.g.targets
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/LifeTimeService/obj/Release/net8.0-windows/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/LifeTimeService/obj/Release/net8.0-windows/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
new file mode 100644
index 0000000..2217181
--- /dev/null
+++ b/LifeTimeService/obj/Release/net8.0-windows/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+//
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
diff --git a/LifeTimeService/obj/Release/net8.0-windows/Jobs.AssemblyInfo.cs b/LifeTimeService/obj/Release/net8.0-windows/Jobs.AssemblyInfo.cs
new file mode 100644
index 0000000..db4503d
--- /dev/null
+++ b/LifeTimeService/obj/Release/net8.0-windows/Jobs.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("Jobs")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("Jobs")]
+[assembly: System.Reflection.AssemblyTitleAttribute("Jobs")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/LifeTimeService/obj/Release/net8.0-windows/Jobs.AssemblyInfoInputs.cache b/LifeTimeService/obj/Release/net8.0-windows/Jobs.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..fbd9430
--- /dev/null
+++ b/LifeTimeService/obj/Release/net8.0-windows/Jobs.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+5ef4c9852e142e27c9fd128d96500012085cff9cdad5dffd84ff46177f078696
diff --git a/LifeTimeService/obj/Release/net8.0-windows/Jobs.GeneratedMSBuildEditorConfig.editorconfig b/LifeTimeService/obj/Release/net8.0-windows/Jobs.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..d11f74b
--- /dev/null
+++ b/LifeTimeService/obj/Release/net8.0-windows/Jobs.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,16 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = Jobs
+build_property.ProjectDir = C:\Users\89237\Source\Repos\QRAPI\LifeTimeService\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
+build_property.CsWinRTUseWindowsUIXamlProjections = false
+build_property.EffectiveAnalysisLevelStyle = 8.0
+build_property.EnableCodeStyleSeverity =
diff --git a/LifeTimeService/obj/Release/net8.0-windows/Jobs.GlobalUsings.g.cs b/LifeTimeService/obj/Release/net8.0-windows/Jobs.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/LifeTimeService/obj/Release/net8.0-windows/Jobs.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/LifeTimeService/obj/Release/net8.0-windows/Jobs.assets.cache b/LifeTimeService/obj/Release/net8.0-windows/Jobs.assets.cache
new file mode 100644
index 0000000..8305fd4
Binary files /dev/null and b/LifeTimeService/obj/Release/net8.0-windows/Jobs.assets.cache differ
diff --git a/LifeTimeService/obj/Release/net8.0-windows/Jobs.csproj.AssemblyReference.cache b/LifeTimeService/obj/Release/net8.0-windows/Jobs.csproj.AssemblyReference.cache
new file mode 100644
index 0000000..0553fdf
Binary files /dev/null and b/LifeTimeService/obj/Release/net8.0-windows/Jobs.csproj.AssemblyReference.cache differ
diff --git a/LifeTimeService/obj/project.assets.json b/LifeTimeService/obj/project.assets.json
new file mode 100644
index 0000000..ea21140
--- /dev/null
+++ b/LifeTimeService/obj/project.assets.json
@@ -0,0 +1,382 @@
+{
+ "version": 3,
+ "targets": {
+ "net8.0-windows7.0": {
+ "Autofac/8.3.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Diagnostics.DiagnosticSource": "8.0.1"
+ },
+ "compile": {
+ "lib/net8.0/Autofac.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Autofac.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Hangfire.Core/1.8.18": {
+ "type": "package",
+ "dependencies": {
+ "Newtonsoft.Json": "11.0.1"
+ },
+ "compile": {
+ "lib/netstandard2.0/Hangfire.Core.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Hangfire.Core.dll": {
+ "related": ".xml"
+ }
+ },
+ "resource": {
+ "lib/netstandard2.0/ca/Hangfire.Core.resources.dll": {
+ "locale": "ca"
+ },
+ "lib/netstandard2.0/de/Hangfire.Core.resources.dll": {
+ "locale": "de"
+ },
+ "lib/netstandard2.0/es/Hangfire.Core.resources.dll": {
+ "locale": "es"
+ },
+ "lib/netstandard2.0/fa/Hangfire.Core.resources.dll": {
+ "locale": "fa"
+ },
+ "lib/netstandard2.0/fr/Hangfire.Core.resources.dll": {
+ "locale": "fr"
+ },
+ "lib/netstandard2.0/nb/Hangfire.Core.resources.dll": {
+ "locale": "nb"
+ },
+ "lib/netstandard2.0/nl/Hangfire.Core.resources.dll": {
+ "locale": "nl"
+ },
+ "lib/netstandard2.0/pt-BR/Hangfire.Core.resources.dll": {
+ "locale": "pt-BR"
+ },
+ "lib/netstandard2.0/pt-PT/Hangfire.Core.resources.dll": {
+ "locale": "pt-PT"
+ },
+ "lib/netstandard2.0/pt/Hangfire.Core.resources.dll": {
+ "locale": "pt"
+ },
+ "lib/netstandard2.0/sv/Hangfire.Core.resources.dll": {
+ "locale": "sv"
+ },
+ "lib/netstandard2.0/tr-TR/Hangfire.Core.resources.dll": {
+ "locale": "tr-TR"
+ },
+ "lib/netstandard2.0/zh-TW/Hangfire.Core.resources.dll": {
+ "locale": "zh-TW"
+ },
+ "lib/netstandard2.0/zh/Hangfire.Core.resources.dll": {
+ "locale": "zh"
+ }
+ }
+ },
+ "Newtonsoft.Json/11.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/netstandard2.0/Newtonsoft.Json.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Newtonsoft.Json.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "System.Diagnostics.DiagnosticSource/8.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/net8.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
+ }
+ },
+ "ILifeTimeService/1.0.0": {
+ "type": "project",
+ "framework": ".NETCoreApp,Version=v8.0",
+ "dependencies": {
+ "Autofac": "8.3.0",
+ "Hangfire.Core": "1.8.18"
+ },
+ "compile": {
+ "bin/placeholder/ILifeTimeService.dll": {}
+ },
+ "runtime": {
+ "bin/placeholder/ILifeTimeService.dll": {}
+ },
+ "frameworkReferences": [
+ "Microsoft.WindowsDesktop.App.WPF"
+ ]
+ }
+ }
+ },
+ "libraries": {
+ "Autofac/8.3.0": {
+ "sha512": "0Bv8aSKuK4nQAiDKw3+pIv9hUhbPwS63ql9KhjR6DRgE14UNdXrMqO8YMI0PnffZPyCrMs85lNhZRI4eBgQO4w==",
+ "type": "package",
+ "path": "autofac/8.3.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "README.md",
+ "autofac.8.3.0.nupkg.sha512",
+ "autofac.nuspec",
+ "icon.png",
+ "lib/net6.0/Autofac.dll",
+ "lib/net6.0/Autofac.xml",
+ "lib/net7.0/Autofac.dll",
+ "lib/net7.0/Autofac.xml",
+ "lib/net8.0/Autofac.dll",
+ "lib/net8.0/Autofac.xml",
+ "lib/netstandard2.0/Autofac.dll",
+ "lib/netstandard2.0/Autofac.xml",
+ "lib/netstandard2.1/Autofac.dll",
+ "lib/netstandard2.1/Autofac.xml"
+ ]
+ },
+ "Hangfire.Core/1.8.18": {
+ "sha512": "oNAkV8QQoYg5+vM2M024NBk49EhTO2BmKDLuQaKNew23RpH9OUGtKDl1KldBdDJrD8TMFzjhWCArol3igd2i2w==",
+ "type": "package",
+ "path": "hangfire.core/1.8.18",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "COPYING",
+ "COPYING.LESSER",
+ "LICENSE.md",
+ "LICENSE_ROYALTYFREE",
+ "LICENSE_STANDARD",
+ "NOTICES",
+ "README.md",
+ "hangfire.core.1.8.18.nupkg.sha512",
+ "hangfire.core.nuspec",
+ "icon.png",
+ "lib/net451/Hangfire.Core.dll",
+ "lib/net451/Hangfire.Core.xml",
+ "lib/net451/ca/Hangfire.Core.resources.dll",
+ "lib/net451/de/Hangfire.Core.resources.dll",
+ "lib/net451/es/Hangfire.Core.resources.dll",
+ "lib/net451/fa/Hangfire.Core.resources.dll",
+ "lib/net451/fr/Hangfire.Core.resources.dll",
+ "lib/net451/nb/Hangfire.Core.resources.dll",
+ "lib/net451/nl/Hangfire.Core.resources.dll",
+ "lib/net451/pt-BR/Hangfire.Core.resources.dll",
+ "lib/net451/pt-PT/Hangfire.Core.resources.dll",
+ "lib/net451/pt/Hangfire.Core.resources.dll",
+ "lib/net451/sv/Hangfire.Core.resources.dll",
+ "lib/net451/tr-TR/Hangfire.Core.resources.dll",
+ "lib/net451/zh-TW/Hangfire.Core.resources.dll",
+ "lib/net451/zh/Hangfire.Core.resources.dll",
+ "lib/net46/Hangfire.Core.dll",
+ "lib/net46/Hangfire.Core.xml",
+ "lib/net46/ca/Hangfire.Core.resources.dll",
+ "lib/net46/de/Hangfire.Core.resources.dll",
+ "lib/net46/es/Hangfire.Core.resources.dll",
+ "lib/net46/fa/Hangfire.Core.resources.dll",
+ "lib/net46/fr/Hangfire.Core.resources.dll",
+ "lib/net46/nb/Hangfire.Core.resources.dll",
+ "lib/net46/nl/Hangfire.Core.resources.dll",
+ "lib/net46/pt-BR/Hangfire.Core.resources.dll",
+ "lib/net46/pt-PT/Hangfire.Core.resources.dll",
+ "lib/net46/pt/Hangfire.Core.resources.dll",
+ "lib/net46/sv/Hangfire.Core.resources.dll",
+ "lib/net46/tr-TR/Hangfire.Core.resources.dll",
+ "lib/net46/zh-TW/Hangfire.Core.resources.dll",
+ "lib/net46/zh/Hangfire.Core.resources.dll",
+ "lib/netstandard1.3/Hangfire.Core.dll",
+ "lib/netstandard1.3/Hangfire.Core.xml",
+ "lib/netstandard1.3/ca/Hangfire.Core.resources.dll",
+ "lib/netstandard1.3/de/Hangfire.Core.resources.dll",
+ "lib/netstandard1.3/es/Hangfire.Core.resources.dll",
+ "lib/netstandard1.3/fa/Hangfire.Core.resources.dll",
+ "lib/netstandard1.3/fr/Hangfire.Core.resources.dll",
+ "lib/netstandard1.3/nb/Hangfire.Core.resources.dll",
+ "lib/netstandard1.3/nl/Hangfire.Core.resources.dll",
+ "lib/netstandard1.3/pt-BR/Hangfire.Core.resources.dll",
+ "lib/netstandard1.3/pt-PT/Hangfire.Core.resources.dll",
+ "lib/netstandard1.3/pt/Hangfire.Core.resources.dll",
+ "lib/netstandard1.3/sv/Hangfire.Core.resources.dll",
+ "lib/netstandard1.3/tr-TR/Hangfire.Core.resources.dll",
+ "lib/netstandard1.3/zh-TW/Hangfire.Core.resources.dll",
+ "lib/netstandard1.3/zh/Hangfire.Core.resources.dll",
+ "lib/netstandard2.0/Hangfire.Core.dll",
+ "lib/netstandard2.0/Hangfire.Core.xml",
+ "lib/netstandard2.0/ca/Hangfire.Core.resources.dll",
+ "lib/netstandard2.0/de/Hangfire.Core.resources.dll",
+ "lib/netstandard2.0/es/Hangfire.Core.resources.dll",
+ "lib/netstandard2.0/fa/Hangfire.Core.resources.dll",
+ "lib/netstandard2.0/fr/Hangfire.Core.resources.dll",
+ "lib/netstandard2.0/nb/Hangfire.Core.resources.dll",
+ "lib/netstandard2.0/nl/Hangfire.Core.resources.dll",
+ "lib/netstandard2.0/pt-BR/Hangfire.Core.resources.dll",
+ "lib/netstandard2.0/pt-PT/Hangfire.Core.resources.dll",
+ "lib/netstandard2.0/pt/Hangfire.Core.resources.dll",
+ "lib/netstandard2.0/sv/Hangfire.Core.resources.dll",
+ "lib/netstandard2.0/tr-TR/Hangfire.Core.resources.dll",
+ "lib/netstandard2.0/zh-TW/Hangfire.Core.resources.dll",
+ "lib/netstandard2.0/zh/Hangfire.Core.resources.dll"
+ ]
+ },
+ "Newtonsoft.Json/11.0.1": {
+ "sha512": "pNN4l+J6LlpIvHOeNdXlwxv39NPJ2B5klz+Rd2UQZIx30Squ5oND1Yy3wEAUoKn0GPUj6Yxt9lxlYWQqfZcvKg==",
+ "type": "package",
+ "path": "newtonsoft.json/11.0.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "lib/net20/Newtonsoft.Json.dll",
+ "lib/net20/Newtonsoft.Json.xml",
+ "lib/net35/Newtonsoft.Json.dll",
+ "lib/net35/Newtonsoft.Json.xml",
+ "lib/net40/Newtonsoft.Json.dll",
+ "lib/net40/Newtonsoft.Json.xml",
+ "lib/net45/Newtonsoft.Json.dll",
+ "lib/net45/Newtonsoft.Json.xml",
+ "lib/netstandard1.0/Newtonsoft.Json.dll",
+ "lib/netstandard1.0/Newtonsoft.Json.xml",
+ "lib/netstandard1.3/Newtonsoft.Json.dll",
+ "lib/netstandard1.3/Newtonsoft.Json.xml",
+ "lib/netstandard2.0/Newtonsoft.Json.dll",
+ "lib/netstandard2.0/Newtonsoft.Json.xml",
+ "lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.dll",
+ "lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.xml",
+ "lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.dll",
+ "lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.xml",
+ "newtonsoft.json.11.0.1.nupkg.sha512",
+ "newtonsoft.json.nuspec"
+ ]
+ },
+ "System.Diagnostics.DiagnosticSource/8.0.1": {
+ "sha512": "vaoWjvkG1aenR2XdjaVivlCV9fADfgyhW5bZtXT23qaEea0lWiUljdQuze4E31vKM7ZWJaSUsbYIKE3rnzfZUg==",
+ "type": "package",
+ "path": "system.diagnostics.diagnosticsource/8.0.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/System.Diagnostics.DiagnosticSource.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net6.0/_._",
+ "buildTransitive/netcoreapp2.0/System.Diagnostics.DiagnosticSource.targets",
+ "lib/net462/System.Diagnostics.DiagnosticSource.dll",
+ "lib/net462/System.Diagnostics.DiagnosticSource.xml",
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll",
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.xml",
+ "lib/net7.0/System.Diagnostics.DiagnosticSource.dll",
+ "lib/net7.0/System.Diagnostics.DiagnosticSource.xml",
+ "lib/net8.0/System.Diagnostics.DiagnosticSource.dll",
+ "lib/net8.0/System.Diagnostics.DiagnosticSource.xml",
+ "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.dll",
+ "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.xml",
+ "system.diagnostics.diagnosticsource.8.0.1.nupkg.sha512",
+ "system.diagnostics.diagnosticsource.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "ILifeTimeService/1.0.0": {
+ "type": "project",
+ "path": "../ILifeTimeService/ILifeTimeService.csproj",
+ "msbuildProject": "../ILifeTimeService/ILifeTimeService.csproj"
+ }
+ },
+ "projectFileDependencyGroups": {
+ "net8.0-windows7.0": [
+ "ILifeTimeService >= 1.0.0"
+ ]
+ },
+ "packageFolders": {
+ "C:\\Users\\89237\\.nuget\\packages\\": {},
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
+ },
+ "project": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\LifeTimeService\\Jobs.csproj",
+ "projectName": "Jobs",
+ "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\LifeTimeService\\Jobs.csproj",
+ "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\LifeTimeService\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0-windows"
+ ],
+ "sources": {
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "projectReferences": {
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj": {
+ "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj"
+ }
+ }
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ },
+ "SdkAnalysisLevel": "9.0.300"
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ },
+ "Microsoft.WindowsDesktop.App.WPF": {
+ "privateAssets": "none"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.300/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/LifeTimeService/obj/project.nuget.cache b/LifeTimeService/obj/project.nuget.cache
new file mode 100644
index 0000000..2bcf914
--- /dev/null
+++ b/LifeTimeService/obj/project.nuget.cache
@@ -0,0 +1,13 @@
+{
+ "version": 2,
+ "dgSpecHash": "FkNI4T90lGo=",
+ "success": true,
+ "projectFilePath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\LifeTimeService\\Jobs.csproj",
+ "expectedPackageFiles": [
+ "C:\\Users\\89237\\.nuget\\packages\\autofac\\8.3.0\\autofac.8.3.0.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\hangfire.core\\1.8.18\\hangfire.core.1.8.18.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\newtonsoft.json\\11.0.1\\newtonsoft.json.11.0.1.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\system.diagnostics.diagnosticsource\\8.0.1\\system.diagnostics.diagnosticsource.8.0.1.nupkg.sha512"
+ ],
+ "logs": []
+}
\ No newline at end of file
diff --git a/Models/Entity.cs b/Models/Entity.cs
new file mode 100644
index 0000000..c209725
--- /dev/null
+++ b/Models/Entity.cs
@@ -0,0 +1,191 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace TaskManager.Controllers
+{
+
+ #region 基础数据
+
+
+
+ public interface IDoExecute
+ {
+ Task ExecuteAsync();
+ }
+ ///
+ /// 供应商基础信息:记录供应商的基本资料、联系方式、资质等信息
+ ///
+ public class SupplierBaseInfo {
+
+
+
+ }
+
+ ///
+ /// 人员资质信息:存储生产、质检等人员的资质证书、培训记录等
+ ///
+ public class PersonnelQualificationInfo { }
+
+ ///
+ /// BOM主数据:物料清单,定义产品结构和组成关系
+ ///
+ public class BOMMasterData { }
+
+ ///
+ /// 物料主数据:记录原材料、半成品、成品的基本属性和参数
+ ///
+ public class MaterialMasterData { }
+
+ ///
+ /// 工艺装备:生产过程中使用的工具、模具、夹具等信息
+ ///
+ public class ProcessEquipment { }
+
+ ///
+ /// 工艺:产品制造过程的工艺路线、参数和方法
+ ///
+ public class ProcessTechnology { }
+ #endregion
+
+ #region 计划数据
+ ///
+ /// 整车月度生产计划:月度整车生产数量、车型、时间安排等计划信息
+ ///
+ public class MonthlyProductionPlan { }
+
+ ///
+ /// M+6月物料需求计划:未来6个月的物料需求预测和计划
+ ///
+ public class MaterialRequirementPlanM6 { }
+
+ ///
+ /// 日物料需求计划:每日生产所需的物料明细和数量计划
+ ///
+ public class DailyMaterialRequirementPlan { }
+
+ ///
+ /// 计划协议:与供应商签订的长期采购框架协议
+ ///
+ public class PlanningAgreement { }
+
+ ///
+ /// 采购订单:向供应商发出的具体采购请求和合同
+ ///
+ public class PurchaseOrder { }
+ #endregion
+
+ #region 生产过程数据
+ ///
+ /// 来料检验数据:原材料到货检验的结果和记录
+ ///
+ public class IncomingInspectionData { }
+
+ ///
+ /// 排产数据:生产任务的具体安排和调度信息
+ ///
+ public class ProductionSchedulingData { }
+
+ ///
+ /// 过程控制项质量数据:生产过程中关键控制点的质量检测数据
+ ///
+ public class ProcessControlQualityData { }
+
+ ///
+ /// 生产过程数据:记录产品生产过程中的工艺参数、设备状态等信息
+ ///
+ public class ProductionProcessData { }
+
+ ///
+ /// 产品一次合格率:产品首次通过所有检验的比例数据
+ ///
+ public class FirstPassYield { }
+
+ ///
+ /// 工位一次合格率:各个生产工位的首次通过率数据
+ ///
+ public class WorkstationFirstPassYield { }
+
+ ///
+ /// 缺陷业务数据:产品生产过程中发现的缺陷类型、数量和处理情况
+ ///
+ public class DefectBusinessData { }
+
+ ///
+ /// 环境业务数据:生产环境相关的数据,如温度、湿度、洁净度等
+ ///
+ public class EnvironmentalBusinessData { }
+
+ ///
+ /// 设备OEE达成率:设备综合效率的达成情况和统计数据
+ ///
+ public class EquipmentOEE { }
+
+ ///
+ /// OEE时间明细:设备OEE计算中的时间构成明细(运行、停机、空闲等)
+ ///
+ public class OEETimeDetails { }
+ #endregion
+
+ #region 物流配送数据
+ ///
+ /// 过焊装未过总装:已完成焊装但尚未进入总装阶段的车辆信息
+ ///
+ public class WeldingToAssemblyVehicles { }
+
+ ///
+ /// 过涂装未过总装:已完成涂装但尚未进入总装阶段的车辆信息
+ ///
+ public class PaintingToAssemblyVehicles { }
+
+ ///
+ /// 排序供货:按照生产顺序进行物料供应的相关数据
+ ///
+ public class SequencedSupply { }
+
+ ///
+ /// 看板配送单:基于看板管理的物料配送单据和执行情况
+ ///
+ public class KanbanDeliveryNote { }
+
+ ///
+ /// 退货单:记录不合格品或多余物料退回供应商的单据
+ ///
+ public class ReturnGoodsNote { }
+
+ ///
+ /// 奇瑞RDC共享库存:奇瑞区域配送中心的共享库存信息
+ ///
+ public class CheryRDCSharedInventory { }
+
+ ///
+ /// 日MRP状态监控:每日物料需求计划的执行状态和监控数据
+ ///
+ public class DailyMRPStatusMonitoring { }
+
+ ///
+ /// 日MRP预警推移:每日物料需求计划的预警情况和趋势分析
+ ///
+ public class DailyMRPWarningTrend { }
+
+ ///
+ /// 供应商共享库存-上午:供应商共享库存的上午时点数据
+ ///
+ public class SupplierSharedInventoryMorning { }
+
+ ///
+ /// 供应商共享库存-晚上:供应商共享库存的晚上时点数据
+ ///
+ public class SupplierSharedInventoryEvening { }
+ #endregion
+
+ #region 其他数据
+ ///
+ /// 附件类数据:与生产过程相关的文档、图片、图纸等附件信息
+ ///
+ public class AttachmentData { }
+ #endregion
+
+}
diff --git a/Models/Logs.cs b/Models/Logs.cs
new file mode 100644
index 0000000..82934dd
--- /dev/null
+++ b/Models/Logs.cs
@@ -0,0 +1,24 @@
+
+namespace Models
+{
+ public class Logs
+ { public string JobID { get; set; }
+ public string TaskID { get; set; }
+
+ public DateTime? LogTime { get; set; }
+
+ public string ReaderTableName { get; set; }
+ public string WriterTableName { get; set; }
+ public string LogInfo { get; set; }
+
+ public Logs(string jobID, string taskID, DateTime? logTime, string readerTableName, string writerTableName, string logInfo)
+ {
+ JobID = jobID;
+ TaskID = taskID;
+ LogTime = logTime;
+ ReaderTableName = readerTableName;
+ WriterTableName = writerTableName;
+ LogInfo = logInfo;
+ }
+ }
+}
diff --git a/Models/Models.csproj b/Models/Models.csproj
new file mode 100644
index 0000000..01eaad7
--- /dev/null
+++ b/Models/Models.csproj
@@ -0,0 +1,10 @@
+
+
+
+ net8.0-windows
+ enable
+ true
+ enable
+
+
+
diff --git a/Models/bin/Debug/net8.0-windows/Models.deps.json b/Models/bin/Debug/net8.0-windows/Models.deps.json
new file mode 100644
index 0000000..cbeb5d3
--- /dev/null
+++ b/Models/bin/Debug/net8.0-windows/Models.deps.json
@@ -0,0 +1,23 @@
+{
+ "runtimeTarget": {
+ "name": ".NETCoreApp,Version=v8.0",
+ "signature": ""
+ },
+ "compilationOptions": {},
+ "targets": {
+ ".NETCoreApp,Version=v8.0": {
+ "Models/1.0.0": {
+ "runtime": {
+ "Models.dll": {}
+ }
+ }
+ }
+ },
+ "libraries": {
+ "Models/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ }
+ }
+}
\ No newline at end of file
diff --git a/Models/bin/Debug/net8.0-windows/Models.dll b/Models/bin/Debug/net8.0-windows/Models.dll
new file mode 100644
index 0000000..044cb5e
Binary files /dev/null and b/Models/bin/Debug/net8.0-windows/Models.dll differ
diff --git a/Models/bin/Debug/net8.0-windows/Models.pdb b/Models/bin/Debug/net8.0-windows/Models.pdb
new file mode 100644
index 0000000..b5e39ba
Binary files /dev/null and b/Models/bin/Debug/net8.0-windows/Models.pdb differ
diff --git a/Models/obj/Debug/net8.0-windows/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/Models/obj/Debug/net8.0-windows/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
new file mode 100644
index 0000000..2217181
--- /dev/null
+++ b/Models/obj/Debug/net8.0-windows/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+//
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
diff --git a/Models/obj/Debug/net8.0-windows/Models.AssemblyInfo.cs b/Models/obj/Debug/net8.0-windows/Models.AssemblyInfo.cs
new file mode 100644
index 0000000..f1a30a0
--- /dev/null
+++ b/Models/obj/Debug/net8.0-windows/Models.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("Models")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("Models")]
+[assembly: System.Reflection.AssemblyTitleAttribute("Models")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/Models/obj/Debug/net8.0-windows/Models.AssemblyInfoInputs.cache b/Models/obj/Debug/net8.0-windows/Models.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..6356030
--- /dev/null
+++ b/Models/obj/Debug/net8.0-windows/Models.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+210a9434db219b2e1ac7f84d745364186143c879aeba471f9d468672073485c6
diff --git a/Models/obj/Debug/net8.0-windows/Models.GeneratedMSBuildEditorConfig.editorconfig b/Models/obj/Debug/net8.0-windows/Models.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..009cc11
--- /dev/null
+++ b/Models/obj/Debug/net8.0-windows/Models.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,16 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = Models
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\Models\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
+build_property.CsWinRTUseWindowsUIXamlProjections = false
+build_property.EffectiveAnalysisLevelStyle = 8.0
+build_property.EnableCodeStyleSeverity =
diff --git a/Models/obj/Debug/net8.0-windows/Models.GlobalUsings.g.cs b/Models/obj/Debug/net8.0-windows/Models.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/Models/obj/Debug/net8.0-windows/Models.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/Models/obj/Debug/net8.0-windows/Models.assets.cache b/Models/obj/Debug/net8.0-windows/Models.assets.cache
new file mode 100644
index 0000000..88de8db
Binary files /dev/null and b/Models/obj/Debug/net8.0-windows/Models.assets.cache differ
diff --git a/Models/obj/Debug/net8.0-windows/Models.csproj.BuildWithSkipAnalyzers b/Models/obj/Debug/net8.0-windows/Models.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/Models/obj/Debug/net8.0-windows/Models.csproj.CoreCompileInputs.cache b/Models/obj/Debug/net8.0-windows/Models.csproj.CoreCompileInputs.cache
new file mode 100644
index 0000000..f539ad6
--- /dev/null
+++ b/Models/obj/Debug/net8.0-windows/Models.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+b4d65fa39a0e5eaf05430d3b88f3e7df38f1efa3ba1af756dea674204e898590
diff --git a/Models/obj/Debug/net8.0-windows/Models.csproj.FileListAbsolute.txt b/Models/obj/Debug/net8.0-windows/Models.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000..38c55c8
--- /dev/null
+++ b/Models/obj/Debug/net8.0-windows/Models.csproj.FileListAbsolute.txt
@@ -0,0 +1,11 @@
+C:\Users\89237\source\repos\WpfApp4\Models\bin\Debug\net8.0-windows\Models.deps.json
+C:\Users\89237\source\repos\WpfApp4\Models\bin\Debug\net8.0-windows\Models.dll
+C:\Users\89237\source\repos\WpfApp4\Models\bin\Debug\net8.0-windows\Models.pdb
+C:\Users\89237\source\repos\WpfApp4\Models\obj\Debug\net8.0-windows\Models.GeneratedMSBuildEditorConfig.editorconfig
+C:\Users\89237\source\repos\WpfApp4\Models\obj\Debug\net8.0-windows\Models.AssemblyInfoInputs.cache
+C:\Users\89237\source\repos\WpfApp4\Models\obj\Debug\net8.0-windows\Models.AssemblyInfo.cs
+C:\Users\89237\source\repos\WpfApp4\Models\obj\Debug\net8.0-windows\Models.csproj.CoreCompileInputs.cache
+C:\Users\89237\source\repos\WpfApp4\Models\obj\Debug\net8.0-windows\Models.dll
+C:\Users\89237\source\repos\WpfApp4\Models\obj\Debug\net8.0-windows\refint\Models.dll
+C:\Users\89237\source\repos\WpfApp4\Models\obj\Debug\net8.0-windows\Models.pdb
+C:\Users\89237\source\repos\WpfApp4\Models\obj\Debug\net8.0-windows\ref\Models.dll
diff --git a/Models/obj/Debug/net8.0-windows/Models.dll b/Models/obj/Debug/net8.0-windows/Models.dll
new file mode 100644
index 0000000..044cb5e
Binary files /dev/null and b/Models/obj/Debug/net8.0-windows/Models.dll differ
diff --git a/Models/obj/Debug/net8.0-windows/Models.pdb b/Models/obj/Debug/net8.0-windows/Models.pdb
new file mode 100644
index 0000000..b5e39ba
Binary files /dev/null and b/Models/obj/Debug/net8.0-windows/Models.pdb differ
diff --git a/Models/obj/Debug/net8.0-windows/ref/Models.dll b/Models/obj/Debug/net8.0-windows/ref/Models.dll
new file mode 100644
index 0000000..56bcd6d
Binary files /dev/null and b/Models/obj/Debug/net8.0-windows/ref/Models.dll differ
diff --git a/Models/obj/Debug/net8.0-windows/refint/Models.dll b/Models/obj/Debug/net8.0-windows/refint/Models.dll
new file mode 100644
index 0000000..56bcd6d
Binary files /dev/null and b/Models/obj/Debug/net8.0-windows/refint/Models.dll differ
diff --git a/Models/obj/Models.csproj.nuget.dgspec.json b/Models/obj/Models.csproj.nuget.dgspec.json
new file mode 100644
index 0000000..f13ca24
--- /dev/null
+++ b/Models/obj/Models.csproj.nuget.dgspec.json
@@ -0,0 +1,76 @@
+{
+ "format": 1,
+ "restore": {
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj": {}
+ },
+ "projects": {
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj",
+ "projectName": "Models",
+ "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj",
+ "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0-windows"
+ ],
+ "sources": {
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ },
+ "SdkAnalysisLevel": "9.0.300"
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ },
+ "Microsoft.WindowsDesktop.App.WPF": {
+ "privateAssets": "none"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.300/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/Models/obj/Models.csproj.nuget.g.props b/Models/obj/Models.csproj.nuget.g.props
new file mode 100644
index 0000000..2fafd4e
--- /dev/null
+++ b/Models/obj/Models.csproj.nuget.g.props
@@ -0,0 +1,16 @@
+
+
+
+ True
+ NuGet
+ $(MSBuildThisFileDirectory)project.assets.json
+ $(UserProfile)\.nuget\packages\
+ C:\Users\89237\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages
+ PackageReference
+ 6.14.0
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Models/obj/Models.csproj.nuget.g.targets b/Models/obj/Models.csproj.nuget.g.targets
new file mode 100644
index 0000000..3dc06ef
--- /dev/null
+++ b/Models/obj/Models.csproj.nuget.g.targets
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/Models/obj/project.assets.json b/Models/obj/project.assets.json
new file mode 100644
index 0000000..cc258c0
--- /dev/null
+++ b/Models/obj/project.assets.json
@@ -0,0 +1,82 @@
+{
+ "version": 3,
+ "targets": {
+ "net8.0-windows7.0": {}
+ },
+ "libraries": {},
+ "projectFileDependencyGroups": {
+ "net8.0-windows7.0": []
+ },
+ "packageFolders": {
+ "C:\\Users\\89237\\.nuget\\packages\\": {},
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
+ },
+ "project": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj",
+ "projectName": "Models",
+ "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj",
+ "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0-windows"
+ ],
+ "sources": {
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ },
+ "SdkAnalysisLevel": "9.0.300"
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ },
+ "Microsoft.WindowsDesktop.App.WPF": {
+ "privateAssets": "none"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.300/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/Models/obj/project.nuget.cache b/Models/obj/project.nuget.cache
new file mode 100644
index 0000000..c2bc7c5
--- /dev/null
+++ b/Models/obj/project.nuget.cache
@@ -0,0 +1,8 @@
+{
+ "version": 2,
+ "dgSpecHash": "evXHlvXAOLE=",
+ "success": true,
+ "projectFilePath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj",
+ "expectedPackageFiles": [],
+ "logs": []
+}
\ No newline at end of file
diff --git a/WpfApp4.sln b/WpfApp4.sln
new file mode 100644
index 0000000..ebdef44
--- /dev/null
+++ b/WpfApp4.sln
@@ -0,0 +1,43 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 17
+VisualStudioVersion = 17.11.35222.181
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Jobs", "LifeTimeService\Jobs.csproj", "{9769E813-7ED9-4A5E-9403-F4F31F714B38}"
+EndProject
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ILifeTimeService", "ILifeTimeService\ILifeTimeService.csproj", "{BEE4074F-D7A8-420B-A39C-652FC557FE74}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Models", "Models\Models.csproj", "{A46DA69E-C35A-494E-B16F-5F576F2090EA}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TaskManager", "WpfApp4\TaskManager.csproj", "{C38C640E-A1D1-35D5-0179-307C7E2B54FC}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {9769E813-7ED9-4A5E-9403-F4F31F714B38}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {9769E813-7ED9-4A5E-9403-F4F31F714B38}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {9769E813-7ED9-4A5E-9403-F4F31F714B38}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {9769E813-7ED9-4A5E-9403-F4F31F714B38}.Release|Any CPU.Build.0 = Release|Any CPU
+ {BEE4074F-D7A8-420B-A39C-652FC557FE74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {BEE4074F-D7A8-420B-A39C-652FC557FE74}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {BEE4074F-D7A8-420B-A39C-652FC557FE74}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {BEE4074F-D7A8-420B-A39C-652FC557FE74}.Release|Any CPU.Build.0 = Release|Any CPU
+ {A46DA69E-C35A-494E-B16F-5F576F2090EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {A46DA69E-C35A-494E-B16F-5F576F2090EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {A46DA69E-C35A-494E-B16F-5F576F2090EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {A46DA69E-C35A-494E-B16F-5F576F2090EA}.Release|Any CPU.Build.0 = Release|Any CPU
+ {C38C640E-A1D1-35D5-0179-307C7E2B54FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {C38C640E-A1D1-35D5-0179-307C7E2B54FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {C38C640E-A1D1-35D5-0179-307C7E2B54FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {C38C640E-A1D1-35D5-0179-307C7E2B54FC}.Release|Any CPU.Build.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {0AA9459A-19B9-49EA-B48C-22121B2A65FF}
+ EndGlobalSection
+EndGlobal
diff --git a/WpfApp4/App.config b/WpfApp4/App.config
new file mode 100644
index 0000000..9d30677
--- /dev/null
+++ b/WpfApp4/App.config
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/WpfApp4/App.xaml b/WpfApp4/App.xaml
new file mode 100644
index 0000000..4b77b1c
--- /dev/null
+++ b/WpfApp4/App.xaml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/WpfApp4/App.xaml.cs b/WpfApp4/App.xaml.cs
new file mode 100644
index 0000000..02f77f9
--- /dev/null
+++ b/WpfApp4/App.xaml.cs
@@ -0,0 +1,132 @@
+using Hangfire.Common;
+using Hangfire.SqlServer;
+using Hangfire;
+using System.Configuration;
+using System.Data;
+using System.Windows;
+using System.Data.SqlClient;
+using System;
+using Hangfire.Server;
+using Autofac;
+using System.IO;
+using System.Reflection;
+using System.Collections.ObjectModel;
+using Microsoft.Extensions.Hosting;
+using Microsoft.AspNetCore.Hosting;
+using Microsoft.Extensions.Logging;
+
+
+namespace WpfApp4
+{
+ ///
+ /// Interaction logic for App.xaml
+ ///
+ public partial class App : Application
+ {
+
+ private BackgroundJobServer _backgroundJobServer;
+ //private IContainer _container;
+ protected override void OnStartup(StartupEventArgs e)
+ {
+
+ base.OnStartup(e);
+ #region 动态加载插件需要
+ //var startup = new Startup();
+ //_container = startup.ConfigureContainer();
+ //// 启动Hangfire服务器
+ //startup.StartHangfireServer(_container);
+ #endregion
+ // 配置 Hangfire
+ ConfigureHangfire();
+ // 启动作业服务器
+ StartHangfireServer();
+
+ BuilderHost();
+
+
+ }
+ #region 动态加载插件需要
+ //protected override void OnExit(ExitEventArgs e)
+ //{
+ // // 应用程序关闭时停止 Hangfire 服务器
+ // _container?.Dispose();
+ // base.OnExit(e);
+ //}
+
+ #endregion
+
+ public static class HangfireConfig
+ {
+ public static string DashboardPath => ConfigurationManager.AppSettings["Hangfire:DashboardPath"] ?? "/hangfire";
+ public static bool RequireAuthorization => bool.Parse(ConfigurationManager.AppSettings["Hangfire:RequireAuthorization"] ?? "true");
+ public static int WorkerCount => int.Parse(ConfigurationManager.AppSettings["Hangfire:WorkerCount"] ?? Environment.ProcessorCount.ToString());
+ public static string[] Queues => (ConfigurationManager.AppSettings["Hangfire:Queues"] ?? "default").Split(',');
+
+ public static string StorageType => ConfigurationManager.AppSettings["Hangfire:Storage:Type"] ?? "SqlServer";
+
+ public static string Url => ConfigurationManager.AppSettings["Hangfire:Url"] ?? "http://localhost:58886";
+
+
+ public static string ConnectionString =>
+ ConfigurationManager.AppSettings["Hangfire:Storage:ConnectionString"] ??
+ ConfigurationManager.ConnectionStrings["HangfireDb"]?.ConnectionString;
+ }
+
+ private void BuilderHost()
+ {
+ var host = CreateHostBuilder().Build();
+ // 启动WebHost
+ host.Start();
+ // 应用程序退出时停止WebHost
+ App.Current.Exit += (s, e) => host.StopAsync();
+ }
+ public static IHostBuilder CreateHostBuilder() =>
+ Host.CreateDefaultBuilder()
+ .ConfigureWebHostDefaults(webBuilder =>
+ {
+ webBuilder.UseUrls("http://localhost:5645");
+ webBuilder.UseStartup();
+ });
+ private void ConfigureHangfire()
+ {
+ // 设置作业存储
+ GlobalConfiguration.Configuration
+ .SetDataCompatibilityLevel(CompatibilityLevel.Version_170)
+ .UseSimpleAssemblyNameTypeSerializer()
+ .UseRecommendedSerializerSettings()
+ .UseSqlServerStorage(
+ "Server=127.0.0.1;Database=HangFire;User ID=sa;Password=1;TrustServerCertificate=True",
+ new SqlServerStorageOptions
+ {
+ CommandBatchMaxTimeout = TimeSpan.FromMinutes(5),
+ SlidingInvisibilityTimeout = TimeSpan.FromMinutes(5),
+ QueuePollInterval = TimeSpan.Zero,
+ UseRecommendedIsolationLevel = true,
+ DisableGlobalLocks = true
+ });
+ }
+
+ private void StartHangfireServer()
+ {
+ // 创建并启动后台作业服务器
+ _backgroundJobServer = new BackgroundJobServer();
+ }
+
+
+ protected override void OnExit(ExitEventArgs e)
+ {
+ // 应用程序关闭时停止 Hangfire 服务器
+ _backgroundJobServer?.Dispose();
+ base.OnExit(e);
+ }
+
+
+ }
+
+
+
+
+
+
+
+}
diff --git a/WpfApp4/AssemblyInfo.cs b/WpfApp4/AssemblyInfo.cs
new file mode 100644
index 0000000..b0ec827
--- /dev/null
+++ b/WpfApp4/AssemblyInfo.cs
@@ -0,0 +1,10 @@
+using System.Windows;
+
+[assembly: ThemeInfo(
+ ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
+ //(used if a resource is not found in the page,
+ // or application resource dictionaries)
+ ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
+ //(used if a resource is not found in the page,
+ // app, or any theme specific resource dictionaries)
+)]
diff --git a/WpfApp4/Controllers/CheryRDCSharedInventoryController.cs b/WpfApp4/Controllers/CheryRDCSharedInventoryController.cs
new file mode 100644
index 0000000..dea19c5
--- /dev/null
+++ b/WpfApp4/Controllers/CheryRDCSharedInventoryController.cs
@@ -0,0 +1,71 @@
+using Newtonsoft.Json;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Net.Http;
+using System.Text;
+using System.Threading.Tasks;
+
+using System;
+using System.Net.Http;
+using System.Text;
+using System.Threading.Tasks;
+using Newtonsoft.Json;
+
+namespace TaskManager.Controllers
+{
+ public class CheryRDCSharedInventoryController : IDoExecute
+ {
+ public Task ExecuteAsync()
+ {
+ throw new NotImplementedException();
+ }
+
+
+
+
+
+
+ }
+// 需安装 Newtonsoft.Json 包
+
+public class TokenService
+ {
+ private readonly HttpClient _httpClient;
+ private readonly string _appKey;
+ private readonly string _appSecret; // 若有密钥需传入
+
+ public TokenService(string appKey, string appSecret)
+ {
+ _httpClient = new HttpClient();
+ _appKey = appKey;
+ _appSecret = appSecret;
+ }
+
+ public async Task GetTokenAsync(string tokenUrl)
+ {
+ var parameters = new
+ {
+ app_key = _appKey,
+ app_secret = _appSecret, // 按需传参
+ // 其他参数如 grant_type、scope 等根据接口要求调整
+ };
+
+ var content = new StringContent(
+ JsonConvert.SerializeObject(parameters),
+ Encoding.UTF8,
+ "application/json"
+ );
+
+ var response = await _httpClient.PostAsync(tokenUrl, content);
+ response.EnsureSuccessStatusCode(); // 抛异常处理错误
+
+ var responseBody = await response.Content.ReadAsStringAsync();
+ var result = JsonConvert.DeserializeObject(responseBody);
+ return result.access_token; // 假设返回字段为 access_token
+ }
+ }
+
+
+
+}
diff --git a/WpfApp4/Controllers/DailyMRPStatusMonitoringController.cs b/WpfApp4/Controllers/DailyMRPStatusMonitoringController.cs
new file mode 100644
index 0000000..1291487
--- /dev/null
+++ b/WpfApp4/Controllers/DailyMRPStatusMonitoringController.cs
@@ -0,0 +1,16 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace TaskManager.Controllers
+{
+ public class DailyMRPStatusMonitoringController : IDoExecute
+ {
+ public Task ExecuteAsync()
+ {
+ throw new NotImplementedException();
+ }
+ }
+}
diff --git a/WpfApp4/Controllers/DailyMRPWarningTrendController.cs b/WpfApp4/Controllers/DailyMRPWarningTrendController.cs
new file mode 100644
index 0000000..0ba825f
--- /dev/null
+++ b/WpfApp4/Controllers/DailyMRPWarningTrendController.cs
@@ -0,0 +1,16 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace TaskManager.Controllers
+{
+ public class DailyMRPWarningTrendController : IDoExecute
+ {
+ public Task ExecuteAsync()
+ {
+ throw new NotImplementedException();
+ }
+ }
+}
diff --git a/WpfApp4/Controllers/DailyMaterialRequirementPlanController.cs b/WpfApp4/Controllers/DailyMaterialRequirementPlanController.cs
new file mode 100644
index 0000000..f915502
--- /dev/null
+++ b/WpfApp4/Controllers/DailyMaterialRequirementPlanController.cs
@@ -0,0 +1,16 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace TaskManager.Controllers
+{
+ public class DailyMaterialRequirementPlanController : IDoExecute
+ {
+ public Task ExecuteAsync()
+ {
+ throw new NotImplementedException();
+ }
+ }
+}
diff --git a/WpfApp4/Controllers/DefectBusinessDataController.cs b/WpfApp4/Controllers/DefectBusinessDataController.cs
new file mode 100644
index 0000000..df49aaf
--- /dev/null
+++ b/WpfApp4/Controllers/DefectBusinessDataController.cs
@@ -0,0 +1,16 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace TaskManager.Controllers
+{
+ public class DefectBusinessDataController : IDoExecute
+ {
+ public Task ExecuteAsync()
+ {
+ throw new NotImplementedException();
+ }
+ }
+}
diff --git a/WpfApp4/Controllers/EnvironmentalBusinessDataController.cs b/WpfApp4/Controllers/EnvironmentalBusinessDataController.cs
new file mode 100644
index 0000000..1b7be21
--- /dev/null
+++ b/WpfApp4/Controllers/EnvironmentalBusinessDataController.cs
@@ -0,0 +1,16 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace TaskManager.Controllers
+{
+ public class EnvironmentalBusinessDataController : IDoExecute
+ {
+ public Task ExecuteAsync()
+ {
+ throw new NotImplementedException();
+ }
+ }
+}
diff --git a/WpfApp4/Controllers/EquipmentOEEController.cs b/WpfApp4/Controllers/EquipmentOEEController.cs
new file mode 100644
index 0000000..e9607e9
--- /dev/null
+++ b/WpfApp4/Controllers/EquipmentOEEController.cs
@@ -0,0 +1,16 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace TaskManager.Controllers
+{
+ public class EquipmentOEEController : IDoExecute
+ {
+ public Task ExecuteAsync()
+ {
+ throw new NotImplementedException();
+ }
+ }
+}
diff --git a/WpfApp4/Controllers/FirstPassYieldController.cs b/WpfApp4/Controllers/FirstPassYieldController.cs
new file mode 100644
index 0000000..46ba9ba
--- /dev/null
+++ b/WpfApp4/Controllers/FirstPassYieldController.cs
@@ -0,0 +1,16 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace TaskManager.Controllers
+{
+ public class FirstPassYieldController : IDoExecute
+ {
+ public Task ExecuteAsync()
+ {
+ throw new NotImplementedException();
+ }
+ }
+}
diff --git a/WpfApp4/Controllers/IncomingInspectionDataController.cs b/WpfApp4/Controllers/IncomingInspectionDataController.cs
new file mode 100644
index 0000000..784bfde
--- /dev/null
+++ b/WpfApp4/Controllers/IncomingInspectionDataController.cs
@@ -0,0 +1,16 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace TaskManager.Controllers
+{
+ public class IncomingInspectionDataController : IDoExecute
+ {
+ public Task ExecuteAsync()
+ {
+ throw new NotImplementedException();
+ }
+ }
+}
diff --git a/WpfApp4/Controllers/KanbanDeliveryNoteController.cs b/WpfApp4/Controllers/KanbanDeliveryNoteController.cs
new file mode 100644
index 0000000..350eacf
--- /dev/null
+++ b/WpfApp4/Controllers/KanbanDeliveryNoteController.cs
@@ -0,0 +1,16 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace TaskManager.Controllers
+{
+ public class KanbanDeliveryNoteController : IDoExecute
+ {
+ public Task ExecuteAsync()
+ {
+ throw new NotImplementedException();
+ }
+ }
+}
diff --git a/WpfApp4/Controllers/LogController.cs b/WpfApp4/Controllers/LogController.cs
new file mode 100644
index 0000000..08f2973
--- /dev/null
+++ b/WpfApp4/Controllers/LogController.cs
@@ -0,0 +1,29 @@
+using Dapper;
+using Microsoft.EntityFrameworkCore;
+using Microsoft.Extensions.DependencyInjection;
+using Models;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace WpfApp4.Controllers
+{
+ public class LogController
+ {
+ //private readonly IServiceProvider _serviceProvider;
+ //public LogController(IServiceProvider serviceProvider)
+ //{
+ // _serviceProvider = serviceProvider;
+ //}
+ //public async Task> GetLogs()
+ //{
+ // var dbcontext= _serviceProvider.GetRequiredService();
+ // var connection=dbcontext.Database.GetDbConnection();
+ // connection.Query("select top 10 * from logs");
+ //}
+
+
+ }
+}
diff --git a/WpfApp4/Controllers/MaterialMasterDataContoller.cs b/WpfApp4/Controllers/MaterialMasterDataContoller.cs
new file mode 100644
index 0000000..f2be5c7
--- /dev/null
+++ b/WpfApp4/Controllers/MaterialMasterDataContoller.cs
@@ -0,0 +1,16 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace TaskManager.Controllers
+{
+ public class MaterialMasterDataContoller : IDoExecute
+ {
+ public Task ExecuteAsync()
+ {
+ throw new NotImplementedException();
+ }
+ }
+}
diff --git a/WpfApp4/Controllers/MaterialRequirementPlanM6Controller.cs b/WpfApp4/Controllers/MaterialRequirementPlanM6Controller.cs
new file mode 100644
index 0000000..f350b41
--- /dev/null
+++ b/WpfApp4/Controllers/MaterialRequirementPlanM6Controller.cs
@@ -0,0 +1,16 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace TaskManager.Controllers
+{
+ public class MaterialRequirementPlanM6Controller : IDoExecute
+ {
+ public Task ExecuteAsync()
+ {
+ throw new NotImplementedException();
+ }
+ }
+}
diff --git a/WpfApp4/Controllers/MonthlyProductionPlanController.cs b/WpfApp4/Controllers/MonthlyProductionPlanController.cs
new file mode 100644
index 0000000..42d9404
--- /dev/null
+++ b/WpfApp4/Controllers/MonthlyProductionPlanController.cs
@@ -0,0 +1,16 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace TaskManager.Controllers
+{
+ public class MonthlyProductionPlanController : IDoExecute
+ {
+ public Task ExecuteAsync()
+ {
+ throw new NotImplementedException();
+ }
+ }
+}
diff --git a/WpfApp4/Controllers/OEETimeDetailsController.cs b/WpfApp4/Controllers/OEETimeDetailsController.cs
new file mode 100644
index 0000000..32683f5
--- /dev/null
+++ b/WpfApp4/Controllers/OEETimeDetailsController.cs
@@ -0,0 +1,16 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace TaskManager.Controllers
+{
+ public class OEETimeDetailsController : IDoExecute
+ {
+ public Task ExecuteAsync()
+ {
+ throw new NotImplementedException();
+ }
+ }
+}
diff --git a/WpfApp4/Controllers/OMMasterDataController.cs b/WpfApp4/Controllers/OMMasterDataController.cs
new file mode 100644
index 0000000..1f385bf
--- /dev/null
+++ b/WpfApp4/Controllers/OMMasterDataController.cs
@@ -0,0 +1,16 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace TaskManager.Controllers
+{
+ public class OMMasterDataController : IDoExecute
+ {
+ public Task ExecuteAsync()
+ {
+ throw new NotImplementedException();
+ }
+ }
+}
diff --git a/WpfApp4/Controllers/PaintingToAssemblyVehiclesController.cs b/WpfApp4/Controllers/PaintingToAssemblyVehiclesController.cs
new file mode 100644
index 0000000..0afcf21
--- /dev/null
+++ b/WpfApp4/Controllers/PaintingToAssemblyVehiclesController.cs
@@ -0,0 +1,16 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace TaskManager.Controllers
+{
+ public class PaintingToAssemblyVehiclesController : IDoExecute
+ {
+ public Task ExecuteAsync()
+ {
+ throw new NotImplementedException();
+ }
+ }
+}
diff --git a/WpfApp4/Controllers/PersonnelQualificationInfoController.cs b/WpfApp4/Controllers/PersonnelQualificationInfoController.cs
new file mode 100644
index 0000000..c81e7e0
--- /dev/null
+++ b/WpfApp4/Controllers/PersonnelQualificationInfoController.cs
@@ -0,0 +1,16 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace TaskManager.Controllers
+{
+ public class PersonnelQualificationInfoController : IDoExecute
+ {
+ public Task ExecuteAsync()
+ {
+ throw new NotImplementedException();
+ }
+ }
+}
diff --git a/WpfApp4/Controllers/PlanningAgreementController.cs b/WpfApp4/Controllers/PlanningAgreementController.cs
new file mode 100644
index 0000000..98b8085
--- /dev/null
+++ b/WpfApp4/Controllers/PlanningAgreementController.cs
@@ -0,0 +1,16 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace TaskManager.Controllers
+{
+ public class PlanningAgreementController : IDoExecute
+ {
+ public Task ExecuteAsync()
+ {
+ throw new NotImplementedException();
+ }
+ }
+}
diff --git a/WpfApp4/Controllers/ProcessControlQualityDataControlls.cs b/WpfApp4/Controllers/ProcessControlQualityDataControlls.cs
new file mode 100644
index 0000000..dc75ea4
--- /dev/null
+++ b/WpfApp4/Controllers/ProcessControlQualityDataControlls.cs
@@ -0,0 +1,16 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace TaskManager.Controllers
+{
+ public class ProcessControlQualityDataControll : IDoExecute
+ {
+ public Task ExecuteAsync()
+ {
+ throw new NotImplementedException();
+ }
+ }
+}
diff --git a/WpfApp4/Controllers/ProcessEquipmentControllers.cs b/WpfApp4/Controllers/ProcessEquipmentControllers.cs
new file mode 100644
index 0000000..ce34f83
--- /dev/null
+++ b/WpfApp4/Controllers/ProcessEquipmentControllers.cs
@@ -0,0 +1,16 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace TaskManager.Controllers
+{
+ public class ProcessEquipmentController : IDoExecute
+ {
+ public Task ExecuteAsync()
+ {
+ throw new NotImplementedException();
+ }
+ }
+}
diff --git a/WpfApp4/Controllers/ProcessTechnologyController.cs b/WpfApp4/Controllers/ProcessTechnologyController.cs
new file mode 100644
index 0000000..da166a7
--- /dev/null
+++ b/WpfApp4/Controllers/ProcessTechnologyController.cs
@@ -0,0 +1,16 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace TaskManager.Controllers
+{
+ public class ProcessTechnologyController : IDoExecute
+ {
+ public Task ExecuteAsync()
+ {
+ throw new NotImplementedException();
+ }
+ }
+}
diff --git a/WpfApp4/Controllers/ProductionProcessDataController.cs b/WpfApp4/Controllers/ProductionProcessDataController.cs
new file mode 100644
index 0000000..c5ca3f1
--- /dev/null
+++ b/WpfApp4/Controllers/ProductionProcessDataController.cs
@@ -0,0 +1,16 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace TaskManager.Controllers
+{
+ public class ProductionProcessDataController : IDoExecute
+ {
+ public Task ExecuteAsync()
+ {
+ throw new NotImplementedException();
+ }
+ }
+}
diff --git a/WpfApp4/Controllers/ProductionSchedulingDataController.cs b/WpfApp4/Controllers/ProductionSchedulingDataController.cs
new file mode 100644
index 0000000..074bb4b
--- /dev/null
+++ b/WpfApp4/Controllers/ProductionSchedulingDataController.cs
@@ -0,0 +1,16 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace TaskManager.Controllers
+{
+ public class ProductionSchedulingDataController : IDoExecute
+ {
+ public Task ExecuteAsync()
+ {
+ throw new NotImplementedException();
+ }
+ }
+}
diff --git a/WpfApp4/Controllers/PurchaseOrderController.cs b/WpfApp4/Controllers/PurchaseOrderController.cs
new file mode 100644
index 0000000..1d52641
--- /dev/null
+++ b/WpfApp4/Controllers/PurchaseOrderController.cs
@@ -0,0 +1,16 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace TaskManager.Controllers
+{
+ public class PurchaseOrderController : IDoExecute
+ {
+ public Task ExecuteAsync()
+ {
+ throw new NotImplementedException();
+ }
+ }
+}
diff --git a/WpfApp4/Controllers/ReturnGoodsNoteController.cs b/WpfApp4/Controllers/ReturnGoodsNoteController.cs
new file mode 100644
index 0000000..0b7e504
--- /dev/null
+++ b/WpfApp4/Controllers/ReturnGoodsNoteController.cs
@@ -0,0 +1,16 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace TaskManager.Controllers
+{
+ public class ReturnGoodsNoteController : IDoExecute
+ {
+ public Task ExecuteAsync()
+ {
+ throw new NotImplementedException();
+ }
+ }
+}
diff --git a/WpfApp4/Controllers/SequencedSupplyController.cs b/WpfApp4/Controllers/SequencedSupplyController.cs
new file mode 100644
index 0000000..ac6951f
--- /dev/null
+++ b/WpfApp4/Controllers/SequencedSupplyController.cs
@@ -0,0 +1,16 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace TaskManager.Controllers
+{
+ public class SequencedSupplyController : IDoExecute
+ {
+ public Task ExecuteAsync()
+ {
+ throw new NotImplementedException();
+ }
+ }
+}
diff --git a/WpfApp4/Controllers/StectController.cs b/WpfApp4/Controllers/StectController.cs
new file mode 100644
index 0000000..7671882
--- /dev/null
+++ b/WpfApp4/Controllers/StectController.cs
@@ -0,0 +1,241 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using Newtonsoft.Json;
+using System;
+using System.Collections.Generic;
+using System.IO;
+using System.Linq;
+using System.Net.Http;
+using System.Security.Cryptography;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace TaskManager.Controllers
+{
+
+
+
+
+ ///
+ /// 常熟安通林奇瑞的Http接口
+ /////
+ //public static class HttpCheryMOMController
+ //{
+ // private static string appKey = "8EG";
+ // private static string appSecret = "3tdmkx&v%TJqTM@GA3Va";
+ // private static string baseNo = "13";
+ // public static string DomainUrl = "https://api-mom.mychery.com:8443"; // 正式环境地址
+
+ // private static readonly HttpClient httpClient = new HttpClient
+ // {
+ // Timeout = TimeSpan.FromSeconds(30)
+ // };
+
+ // ///
+ // /// 通用POST请求方法
+ // ///
+ // /// 请求地址
+ // /// JSON请求体
+ // /// 错误信息
+ // /// 响应结果
+ // public static async Task PostAsync(string url, string jsonData, out string error)
+ // {
+ // error = string.Empty;
+ // try
+ // {
+ // // 生成时间戳和签名
+ // string timeStamp = HttpUtilityAnTongLin.GetCurrentTimestampMillis().ToString();
+ // string original = $"{appKey}{timeStamp}{appSecret}";
+ // string sign = HttpUtilityAnTongLin.StringEncryMD5(original);
+
+ // // 构造请求
+ // var request = new HttpRequestMessage(HttpMethod.Post, url)
+ // {
+ // Content = new StringContent(jsonData, Encoding.UTF8, "application/json")
+ // };
+ // request.Headers.Add("appKey", appKey);
+ // request.Headers.Add("timeStamp", timeStamp);
+ // request.Headers.Add("sign", sign);
+ // request.Headers.Add("signType", "MD5");
+ // request.Headers.Add("baseNo", baseNo);
+
+ // // 发送请求
+ // var response = await httpClient.SendAsync(request);
+ // response.EnsureSuccessStatusCode();
+ // return await response.Content.ReadAsStringAsync();
+ // }
+ // catch (HttpRequestException ex)
+ // {
+ // error = ex.Message;
+ // return string.Empty;
+ // }
+ // }
+
+ // #region 配送单接口(看板发货)
+ // private static string delivebillUrl = $"{DomainUrl}/api-gateway/common-api/map/info";
+
+ // ///
+ // /// 配送单接口
+ // ///
+ // /// 配送单号列表
+ // /// 1=待入库配送单信息,2=待出库配送单信息(默认)
+ // /// 接口响应结果
+ // public static async Task DeliveBillInfoAsync(List mapSheetNoList, int type = 2)
+ // {
+ // string error = string.Empty;
+ // var req = new SortInputPara
+ // {
+ // base_no = baseNo,
+ // s_datetime = DateTime.Now.AddDays(-30).ToString("yyyy-MM-dd HH:mm:ss"),
+ // e_datetime = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"),
+ // map_sheet_no = mapSheetNoList.ToArray(),
+ // type = type
+ // };
+
+ // try
+ // {
+ // string jsonData = JsonConvert.SerializeObject(req);
+ // string result = await PostAsync(delivebillUrl, jsonData, out error);
+ // WebLogbHelper.WriteLog($"接口DeliveBillInfo入参:{jsonData}, 返回:{result}");
+ // return result;
+ // }
+ // catch (Exception ex)
+ // {
+ // WebLogbHelper.WriteLog($"接口DeliveBillInfo异常:{ex}");
+ // error = ex.Message;
+ // return string.Empty;
+ // }
+ // }
+ // #endregion
+
+ // #region 外排配送单接口(排序发货)
+ // private static string jisSheetUrl = $"{DomainUrl}/api-gateway/common-api/map/jisSheet";
+
+ // ///
+ // /// 外排配送单接口
+ // ///
+ // /// 单号列表
+ // /// 接口响应结果
+ // public static async Task JisSheetAsync(List mapSheetNoList)
+ // {
+ // string error = string.Empty;
+ // var req = new InputPara
+ // {
+ // base_no = baseNo,
+ // s_datetime = DateTime.Now.AddDays(-30).ToString("yyyy-MM-dd HH:mm:ss"),
+ // e_datetime = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"),
+ // map_sheet_no = mapSheetNoList.ToArray()
+ // };
+
+ // try
+ // {
+ // string jsonData = JsonConvert.SerializeObject(req);
+ // string result = await PostAsync(jisSheetUrl, jsonData, out error);
+ // WebLogbHelper.WriteLog($"接口JisSheet入参:{jsonData}, 返回:{result}");
+ // return result;
+ // }
+ // catch (Exception ex)
+ // {
+ // WebLogbHelper.WriteLog($"接口JisSheet异常:{ex}");
+ // error = ex.Message;
+ // return string.Empty;
+ // }
+ // }
+ // #endregion
+
+ // ///
+ // /// 对象转JSON字符串
+ // ///
+ // public static string ObjectToJson(object obj)
+ // {
+ // return JsonConvert.SerializeObject(obj, Formatting.Indented, new JsonSerializerSettings { NullValueHandling = NullValueHandling.Ignore });
+ // }
+
+ // ///
+ // /// JSON字符串转对象
+ // ///
+ // public static T JsonToObject(string json)
+ // {
+ // return JsonConvert.DeserializeObject(json);
+ // }
+ //}
+
+ /////
+ ///// 时间戳和MD5加密工具类
+ /////
+ //public static class HttpUtilityAnTongLin
+ //{
+ // ///
+ // /// MD5加密
+ // ///
+ // public static string StringEncryMD5(string input)
+ // {
+ // using var md5 = MD5.Create();
+ // byte[] hashBytes = md5.ComputeHash(Encoding.UTF8.GetBytes(input));
+ // return BitConverter.ToString(hashBytes).Replace("-", "").ToUpper();
+ // }
+
+ // ///
+ // /// 获取当前时间戳(毫秒)
+ // ///
+ // public static long GetCurrentTimestampMillis()
+ // {
+ // return (long)(DateTime.UtcNow - new DateTime(1970, 1, 1, 0, 0, 0, DateTimeKind.Utc)).TotalMilliseconds;
+ // }
+ //}
+
+ /////
+ ///// 接口响应基类
+ /////
+ ///// 数据类型
+ //public class Res where T : class
+ //{
+ // public int code { get; set; } = -1;
+ // public string message { get; set; } = string.Empty;
+ // public T data { get; set; } = default!;
+ //}
+
+ //#region 接口请求参数类
+ //public class InputPara
+ //{
+ // public string base_no { get; set; } = string.Empty;
+ // public string s_datetime { get; set; } = string.Empty;
+ // public string e_datetime { get; set; } = string.Empty;
+ // public string[] map_sheet_no { get; set; } = Array.Empty();
+ //}
+
+ //public class SortInputPara : InputPara
+ //{
+ // public int type { get; set; }
+ //}
+ //#endregion
+
+ //#region 日志帮助类
+ //public static class WebLogbHelper
+ //{
+ // private static readonly string LogDirectory = Path.Combine(AppContext.BaseDirectory, "logs");
+
+ // static WebLogbHelper()
+ // {
+ // Directory.CreateDirectory(LogDirectory);
+ // }
+
+ // ///
+ // /// 写入日志
+ // ///
+ // /// 日志内容
+ // public static void WriteLog(string message)
+ // {
+ // string logPath = Path.Combine(LogDirectory, $"{DateTime.Now:yyyy-MM-dd}.log");
+ // lock (typeof(WebLogbHelper))
+ // {
+ // File.AppendAllText(logPath, $"{DateTime.Now:yyyy-MM-dd HH:mm:ss} >>> {message}{Environment.NewLine}");
+ // }
+ // }
+ //}
+ //#endregion
+
+}
diff --git a/WpfApp4/Controllers/SupplierBaseInfoController.cs b/WpfApp4/Controllers/SupplierBaseInfoController.cs
new file mode 100644
index 0000000..3cbbeff
--- /dev/null
+++ b/WpfApp4/Controllers/SupplierBaseInfoController.cs
@@ -0,0 +1,16 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace TaskManager.Controllers
+{
+ public class SupplierBaseInfoController : IDoExecute
+ {
+ public Task ExecuteAsync()
+ {
+ throw new NotImplementedException();
+ }
+ }
+}
diff --git a/WpfApp4/Controllers/SupplierSharedInventoryEveningController.cs b/WpfApp4/Controllers/SupplierSharedInventoryEveningController.cs
new file mode 100644
index 0000000..5d679c5
--- /dev/null
+++ b/WpfApp4/Controllers/SupplierSharedInventoryEveningController.cs
@@ -0,0 +1,16 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace TaskManager.Controllers
+{
+ public class SupplierSharedInventoryEveningController : IDoExecute
+ {
+ public Task ExecuteAsync()
+ {
+ throw new NotImplementedException();
+ }
+ }
+}
diff --git a/WpfApp4/Controllers/SupplierSharedInventoryMorningController.cs b/WpfApp4/Controllers/SupplierSharedInventoryMorningController.cs
new file mode 100644
index 0000000..b2fbacb
--- /dev/null
+++ b/WpfApp4/Controllers/SupplierSharedInventoryMorningController.cs
@@ -0,0 +1,12 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace TaskManager.Controllers
+{
+ public class SupplierSharedInventoryMorningController
+ {
+ }
+}
diff --git a/WpfApp4/Controllers/TokenServiceController.cs b/WpfApp4/Controllers/TokenServiceController.cs
new file mode 100644
index 0000000..f69d7a6
--- /dev/null
+++ b/WpfApp4/Controllers/TokenServiceController.cs
@@ -0,0 +1,189 @@
+using Newtonsoft.Json;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Net.Http;
+using System.Net.Http.Headers;
+using System.Text;
+
+using System.Threading.Tasks;
+
+
+
+
+
+
+namespace TaskManager.Controllers
+{
+ public class TokenServiceController : IDoExecute
+ {
+
+ private readonly HttpClient _httpClient;
+ private readonly string _appKey = "8EG566b9bedd2bf46d";
+ private readonly string _appSecret = "48edc4425647425d87f806a1ba492580"; // 若有密钥需传入
+
+ public TokenServiceController()
+ {
+ _httpClient = new HttpClient();
+
+
+
+ }
+ public async Task ExecuteAsync()
+ {
+ try
+ {
+ var retult = await GetTokenAsync("https://ediuat.mychery.com/prod-api/auth/public/login/appKey");
+ }
+ catch (Exception ex)
+ {
+ Console.WriteLine(ex.Message);
+ }
+
+ }
+
+ public async Task GetTokenAsync(string tokenUrl)
+ {
+ var parameters = new
+ {
+ appKey = _appKey,
+ appSecret = _appSecret, // 按需传参
+ // 其他参数如 grant_type、scope 等根据接口要求调整
+ };
+
+ var content = new StringContent(
+ JsonConvert.SerializeObject(parameters),
+ Encoding.UTF8,
+ "application/json"
+ );
+ var response = await _httpClient.PostAsync(tokenUrl, content);
+ response.EnsureSuccessStatusCode(); // 抛异常处理错误
+ var responseBody = await response.Content.ReadAsStringAsync();
+ var result = JsonConvert.DeserializeObject(responseBody);
+ return result.data.access_token; // 假设返回字段为 access_token
+ }
+
+
+
+ }
+
+ //private readonly string _appKey = "8EG566b9bedd2bf46d";
+ //private readonly string _appSecret = "48edc4425647425d87f806a1ba492580";
+ //private readonly string _tokenEndpoint = "https://ediuat.mychery.com/prod-api/auth/public/login/appKey";
+
+ //private readonly HttpClient _httpClient;
+ //private readonly SemaphoreSlim _refreshLock = new SemaphoreSlim(1, 1);
+ //private string _currentToken;
+ //private DateTime _tokenExpiry;
+ //private bool _disposed;
+
+ //public TokenServiceController()
+ //{
+ // _httpClient = new HttpClient();
+ // _httpClient.DefaultRequestHeaders.Accept.Add(new MediaTypeWithQualityHeaderValue("application/json"));
+ //}
+
+ //public async Task GetTokenAsync(CancellationToken cancellationToken = default)
+ //{
+ // // 检查令牌是否存在且未过期(提前60秒刷新以防止边缘情况)
+ // if (!string.IsNullOrEmpty(_currentToken) && _tokenExpiry > DateTime.UtcNow.AddSeconds(60))
+ // {
+ // return _currentToken;
+ // }
+
+ // // 等待获取锁,确保只有一个线程刷新令牌
+ // await _refreshLock.WaitAsync(cancellationToken);
+ // try
+ // {
+ // // 再次检查,避免其他线程已经刷新了令牌
+ // if (!string.IsNullOrEmpty(_currentToken) && _tokenExpiry > DateTime.UtcNow.AddSeconds(60))
+ // {
+ // return _currentToken;
+ // }
+
+ // // 调用认证API获取新令牌
+ // var tokenResponse = await FetchNewTokenAsync(cancellationToken);
+
+ // // 更新令牌和过期时间
+ // _currentToken = tokenResponse.AccessToken;
+ // _tokenExpiry = DateTime.UtcNow.AddSeconds(tokenResponse.ExpiresIn);
+
+ // return _currentToken;
+ // }
+ // finally
+ // {
+ // _refreshLock.Release();
+ // }
+ //}
+
+ //private async Task FetchNewTokenAsync(CancellationToken cancellationToken)
+ //{
+ // try
+ // {
+ // // 创建请求内容
+ // var requestBody = new
+ // {
+ // appKey = _appKey,
+ // appSecret = _appSecret
+ // };
+
+ // var content = new StringContent(
+ // JsonSerializer.Serialize(requestBody),
+ // Encoding.UTF8,
+ // "application/json");
+
+ // // 发送请求
+ // var response = await _httpClient.PostAsync(_tokenEndpoint, content, cancellationToken);
+ // response.EnsureSuccessStatusCode();
+
+ // // 解析响应
+ // var jsonResponse = await response.Content.ReadAsStringAsync(cancellationToken);
+ // var tokenResponse = JsonSerializer.Deserialize(
+ // jsonResponse,
+ // new JsonSerializerOptions { PropertyNameCaseInsensitive = true });
+
+ // if (tokenResponse == null || string.IsNullOrEmpty(tokenResponse.AccessToken))
+ // {
+ // throw new InvalidOperationException("Failed to retrieve access token.");
+ // }
+
+ // return tokenResponse;
+ // }
+ // catch (Exception ex)
+ // {
+ // Console.WriteLine($"Token acquisition failed: {ex.Message}");
+ // throw;
+ // }
+ //}
+
+ //// 令牌响应模型
+ //private class TokenResponse
+ //{
+ // public string AccessToken { get; set; }
+ // public int ExpiresIn { get; set; } = 3600; // 默认1小时
+ //}
+
+ //public void Dispose()
+ //{
+ // Dispose(true);
+ // GC.SuppressFinalize(this);
+ //}
+
+ //protected virtual void Dispose(bool disposing)
+ //{
+ // if (!_disposed)
+ // {
+ // if (disposing)
+ // {
+ // _httpClient?.Dispose();
+ // _refreshLock?.Dispose();
+ // }
+ // _disposed = true;
+ // }
+ //}
+
+ //public Task ExecuteAsync()
+ //{
+ // throw new NotImplementedException();
+ //}
+}
diff --git a/WpfApp4/Controllers/WeldingToAssemblyVehiclesController.cs b/WpfApp4/Controllers/WeldingToAssemblyVehiclesController.cs
new file mode 100644
index 0000000..dbc834a
--- /dev/null
+++ b/WpfApp4/Controllers/WeldingToAssemblyVehiclesController.cs
@@ -0,0 +1,16 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace TaskManager.Controllers
+{
+ public class WeldingToAssemblyVehiclesController : IDoExecute
+ {
+ public Task ExecuteAsync()
+ {
+ throw new NotImplementedException();
+ }
+ }
+}
diff --git a/WpfApp4/Controllers/WorkstationFirstPassYieldController.cs b/WpfApp4/Controllers/WorkstationFirstPassYieldController.cs
new file mode 100644
index 0000000..31ef4ef
--- /dev/null
+++ b/WpfApp4/Controllers/WorkstationFirstPassYieldController.cs
@@ -0,0 +1,16 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace TaskManager.Controllers
+{
+ public class WorkstationFirstPassYieldController : IDoExecute
+ {
+ public Task ExecuteAsync()
+ {
+ throw new NotImplementedException();
+ }
+ }
+}
diff --git a/WpfApp4/DynamicJobManager.cs b/WpfApp4/DynamicJobManager.cs
new file mode 100644
index 0000000..b7b554a
--- /dev/null
+++ b/WpfApp4/DynamicJobManager.cs
@@ -0,0 +1,122 @@
+using Autofac;
+using Autofac.Core;
+using Hangfire;
+using PluginSystem;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+
+
+
+namespace JobSystem
+{
+ public class DynamicJobManager
+ {
+ private readonly IComponentContext _container;
+ private readonly IRecurringJobManager _recurringJobManager;
+
+ public DynamicJobManager(IComponentContext container, IRecurringJobManager recurringJobManager)
+ {
+ _container = container;
+ _recurringJobManager = recurringJobManager;
+ }
+
+ // 注册所有可用的插件为定期任务
+ public void RegisterAllPluginJobs()
+ {
+ var pluginTypes = GetAvailablePluginTypes();
+
+ foreach (var pluginType in pluginTypes)
+ {
+ var pluginName = GetPluginName(pluginType);
+ var cronExpression = GetCronExpressionForPlugin(pluginType);
+
+ RegisterJob(pluginName, pluginType, cronExpression);
+ }
+ }
+
+ // 注册单个动态任务
+ public void RegisterJob(string jobId, Type type, string cronExpression)
+ {
+ //var pluginType = Type.GetType(pluginTypeName);
+ var pluginType = type;
+ if (pluginType == null || !typeof(IJobPlugin).IsAssignableFrom(pluginType))
+ {
+ throw new ArgumentException($"Invalid plugin type: {
+
+ pluginType.FullName
+ //pluginTypeName
+ }");
+ }
+
+ // 使用Hangfire注册定期任务
+ _recurringJobManager.AddOrUpdate(
+ jobId,
+ () => ExecutePluginJob(pluginType),
+ cronExpression);
+ }
+
+ // 执行插件任务的入口点
+ public async Task ExecutePluginJob(
+ Type pluginType
+ //string pluginTypeName
+
+
+ )
+ {
+ //var pluginType = Type.GetType(pluginTypeName);
+ if (pluginType == null)
+ {
+ throw new ArgumentException($"Plugin type not found: {pluginType.FullName}");
+ }
+
+ try
+ {
+ // 从容器中解析插件实例
+ var plugin = _container.Resolve(pluginType) as IJobPlugin;
+ if (plugin != null)
+ {
+ await plugin.ExecuteAsync();
+ }
+ }
+ catch (Exception ex)
+ {
+ // 记录任务执行异常
+ Console.WriteLine($"Error executing plugin job: {ex.Message}");
+ throw;
+ }
+ }
+
+ // 获取所有可用的插件类型
+ private IEnumerable GetAvailablePluginTypes()
+ {
+ return _container.ComponentRegistry.Registrations
+ .SelectMany(r => r.Services.OfType())
+ .Select(s => s.ServiceType)
+ .Where(t => typeof(IJobPlugin).IsAssignableFrom(t)
+ && !t.IsAbstract
+
+ );
+ }
+
+ // 获取插件名称(可以从特性或类型名派生)
+ private string GetPluginName(Type pluginType)
+ {
+ return pluginType.Name.Replace("Job", "");
+ }
+
+ // 获取插件的Cron表达式(可以从配置或特性获取)
+ private string GetCronExpressionForPlugin(Type pluginType)
+ {
+ // 默认每小时执行一次,实际应用中可以从配置读取
+ return Cron.Minutely();
+ }
+ }
+}
+
+
+
+
diff --git a/WpfApp4/Filters/JobCompletionListener.cs b/WpfApp4/Filters/JobCompletionListener.cs
new file mode 100644
index 0000000..a3b08b8
--- /dev/null
+++ b/WpfApp4/Filters/JobCompletionListener.cs
@@ -0,0 +1,65 @@
+using Hangfire.Client;
+using Hangfire.Common;
+using Hangfire.Server;
+using Hangfire.States;
+
+public class JobCompletionListener : JobFilterAttribute, IElectStateFilter
+{
+ // 任务状态变更时触发
+ public void OnStateElection(ElectStateContext context)
+ {
+ // 当任务成功完成时
+ if (context.CandidateState is SucceededState)
+ {
+ var jobId = context.BackgroundJob.Id;
+ var job = context.BackgroundJob.Job;
+
+
+ var completedAt = ((SucceededState)context.CandidateState).SucceededAt;
+
+ // 记录完成的 JobId 和相关信息
+ Console.WriteLine($"Job {jobId} 执行完成于 {completedAt}");
+ Console.WriteLine($"任务方法: {job.Type.FullName}.{job.Method.Name}");
+
+ // 可以在这里添加自定义逻辑,如存储到数据库、发送通知等
+ //SaveJobCompletionInfo(jobId, job, completedAt.Value);
+ }
+ // 处理任务失败的情况
+ else if (context.CandidateState is FailedState failedState)
+ {
+ var jobId = context.BackgroundJob.Id;
+ Console.WriteLine($"Job {jobId} 执行失败: {failedState.Exception.Message}");
+ }
+ }
+
+ // 自定义方法:保存任务完成信息
+ private void SaveJobCompletionInfo(string jobId, Job job, DateTime completedAt)
+ {
+
+
+ //job.Arguments
+ //using (var jobContext = new WpfApp4.JobDbContext())
+ //{
+ // jobContext.Log.Add(new Log
+ // {
+ // JobId = jobId,
+ // JobName = job.Type.Name,
+ // CompletedAt = completedAt
+ // });
+ //}
+
+
+ // 实现自定义逻辑,如保存到数据库或发送通知
+ //using (var dbContext = new YourDbContext())
+ //{
+ // dbContext.JobCompletionRecords.Add(new JobCompletionRecord
+ // {
+ // JobId = jobId,
+ // JobType = job.Type.FullName,
+ // MethodName = job.Method.Name,
+ // CompletedAt = completedAt
+ // });
+ // dbContext.SaveChanges();
+ //}
+ }
+}
\ No newline at end of file
diff --git a/WpfApp4/JobDbContext.cs b/WpfApp4/JobDbContext.cs
new file mode 100644
index 0000000..c057af3
--- /dev/null
+++ b/WpfApp4/JobDbContext.cs
@@ -0,0 +1,56 @@
+using Microsoft.EntityFrameworkCore;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+using Microsoft.EntityFrameworkCore.ChangeTracking;
+using Microsoft.EntityFrameworkCore.Infrastructure;
+using Microsoft.EntityFrameworkCore.Metadata;
+using System;
+using Dapper;
+using Models;
+
+
+namespace WpfApp4
+{
+ public class JobDbContext:DbContext
+ {
+ public JobDbContext(DbContextOptions options)
+ : base(options)
+ {
+ }
+ public JobDbContext()
+ {
+ this.Database.SetCommandTimeout(System.TimeSpan.FromMinutes(50));
+ }
+ public JobDbContext(string strConn)
+ {
+ this.Database.SetCommandTimeout(System.TimeSpan.FromMinutes(50));
+ }
+ protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
+ {
+ // 配置数据库连接字符串
+ optionsBuilder.UseSqlServer(App.HangfireConfig.ConnectionString);
+ }
+ public DbSet Log { set; get; }
+ // 配置实体映射
+ protected override void OnModelCreating(ModelBuilder modelBuilder)
+ {
+ base.OnModelCreating(modelBuilder);
+
+
+ // 配置表名
+
+
+ // 其他配置...
+ }
+
+
+
+
+
+
+ }
+}
diff --git a/WpfApp4/MainWindow.xaml b/WpfApp4/MainWindow.xaml
new file mode 100644
index 0000000..35f53b5
--- /dev/null
+++ b/WpfApp4/MainWindow.xaml
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/WpfApp4/MainWindow.xaml.cs b/WpfApp4/MainWindow.xaml.cs
new file mode 100644
index 0000000..b452a79
--- /dev/null
+++ b/WpfApp4/MainWindow.xaml.cs
@@ -0,0 +1,57 @@
+using Dapper;
+using Microsoft.EntityFrameworkCore;
+using Models;
+using System.Collections.ObjectModel;
+using System.Configuration;
+using System.Text;
+using System.Windows;
+using System.Windows.Controls;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Input;
+using System.Windows.Media;
+using System.Windows.Media.Imaging;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Threading;
+
+namespace WpfApp4
+{
+
+ ///
+ /// Interaction logic for MainWindow.xaml
+ ///
+ public partial class MainWindow : Window
+ {
+ DispatcherTimer PutTimer;
+ public MainWindow()
+ {
+ InitializeComponent();
+ PutTimer = new DispatcherTimer();
+ PutTimer.Tick += new EventHandler(PutTimer_Tick);
+ PutTimer.Interval = TimeSpan.FromSeconds(60); //设置刷新的间隔时间
+ PutTimer.Start();
+ }
+ private void PutTimer_Tick(object sender, EventArgs e)
+ {
+
+
+
+
+ this.Dispatcher.BeginInvoke(new Action(() =>
+ {
+ //using (var context = new JobDbContext())
+ //{
+ // var connection = context.Database.GetDbConnection();
+ // var logs = connection.Query("select top 500 * from Logs");
+ // this.dataGrid1.ItemsSource = logs;
+
+ //}
+
+
+
+ }));
+ }
+ }
+
+}
\ No newline at end of file
diff --git a/WpfApp4/PluginLoader.cs b/WpfApp4/PluginLoader.cs
new file mode 100644
index 0000000..0df0e7a
--- /dev/null
+++ b/WpfApp4/PluginLoader.cs
@@ -0,0 +1,58 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.IO;
+using System.Linq;
+using System.Reflection;
+using Autofac;
+using PluginSystem;
+
+namespace WpfApp4
+{
+
+ public class PluginLoader
+ {
+ private readonly string _pluginDirectory;
+
+ public PluginLoader(string pluginDirectory)
+ {
+ _pluginDirectory = pluginDirectory;
+ }
+
+ // 加载插件并注册到Autofac容器
+ public void LoadPlugins(ContainerBuilder builder)
+ {
+ if (!Directory.Exists(_pluginDirectory))
+ {
+ Directory.CreateDirectory(_pluginDirectory);
+ return;
+ }
+
+ // 加载插件程序集
+ var pluginAssemblies = Directory.GetFiles(_pluginDirectory, "*.dll")
+ .Select(Assembly.LoadFrom)
+ .ToList();
+
+ // 注册所有实现IJobPlugin接口的类型
+ builder.RegisterAssemblyTypes(pluginAssemblies.ToArray())
+ .Where(t => typeof(IJobPlugin).IsAssignableFrom(t) && !t.IsAbstract)
+ //.As()--错误加上就查不出来插件
+ .InstancePerDependency();
+
+ // 注册插件元数据
+ foreach (var assembly in pluginAssemblies)
+ {
+ var pluginTypes = assembly.GetTypes()
+ .Where(t => typeof(IJobPlugin).IsAssignableFrom(t) && !t.IsAbstract);
+
+ foreach (var type in pluginTypes)
+ {
+ // 可以存储插件元数据,如类型名称等
+ }
+ }
+ }
+ }
+
+}
diff --git a/WpfApp4/Startup.cs b/WpfApp4/Startup.cs
new file mode 100644
index 0000000..016d683
--- /dev/null
+++ b/WpfApp4/Startup.cs
@@ -0,0 +1,71 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Reflection.PortableExecutable;
+using System.Text;
+using System.Threading.Tasks;
+using System.IO;
+using Autofac;
+using Hangfire;
+using Hangfire.SqlServer;
+using PluginSystem;
+using JobSystem;
+
+
+namespace WpfApp4
+{
+
+ public class Startup
+ {
+ private const string PluginDirectory = "Plugins";
+ private const string ConnectionString = "Server=127.0.0.1;Database=HANGFIRE;User ID=sa;Password=1;";
+
+ public IContainer ConfigureContainer()
+ {
+ var builder = new ContainerBuilder();
+
+ // 配置Hangfire存储
+ builder.Register(c => new SqlServerStorage(ConnectionString))
+ .As()
+ .SingleInstance();
+
+ // 注册Hangfire服务
+ builder.RegisterType()
+ .AsSelf()
+ .SingleInstance();
+
+ builder.RegisterType()
+ .As()
+ .SingleInstance();
+
+ // 注册插件加载器
+ builder.RegisterType()
+ .WithParameter("pluginDirectory", Path.Combine(Directory.GetCurrentDirectory(), PluginDirectory))
+ .AsSelf()
+ .SingleInstance();
+
+ // 注册动态任务管理器
+ builder.RegisterType()
+ .AsSelf()
+ .SingleInstance();
+
+ // 加载并注册插件
+ var pluginLoader = new PluginLoader(Path.Combine(Directory.GetCurrentDirectory(), PluginDirectory));
+ pluginLoader.LoadPlugins(builder);
+
+ return builder.Build();
+ }
+
+ public void StartHangfireServer(IContainer container)
+ {
+ // 启动Hangfire服务器
+ var server = container.Resolve();
+ server.Start();
+
+ // 注册所有插件任务
+ var jobManager = container.Resolve();
+ jobManager.RegisterAllPluginJobs();
+ }
+ }
+
+}
diff --git a/WpfApp4/TaskManager.csproj b/WpfApp4/TaskManager.csproj
new file mode 100644
index 0000000..38000b0
--- /dev/null
+++ b/WpfApp4/TaskManager.csproj
@@ -0,0 +1,34 @@
+
+
+
+ WinExe
+ net8.0-windows
+ enable
+ enable
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/WpfApp4/TaskManager.csproj.user b/WpfApp4/TaskManager.csproj.user
new file mode 100644
index 0000000..644b0a6
--- /dev/null
+++ b/WpfApp4/TaskManager.csproj.user
@@ -0,0 +1,14 @@
+
+
+
+
+
+ Designer
+
+
+
+
+ Designer
+
+
+
\ No newline at end of file
diff --git a/WpfApp4/WebStartup.cs b/WpfApp4/WebStartup.cs
new file mode 100644
index 0000000..608da44
--- /dev/null
+++ b/WpfApp4/WebStartup.cs
@@ -0,0 +1,166 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Data.SqlClient;
+using Hangfire;
+using Microsoft.AspNetCore.Builder;
+using Microsoft.AspNetCore.Hosting;
+using Microsoft.Extensions.Configuration;
+using Microsoft.Extensions.DependencyInjection;
+using Microsoft.Extensions.Hosting;
+using Hangfire.Common;
+using Hangfire.SqlServer;
+using System.Configuration;
+using Microsoft.Extensions.Logging;
+
+
+
+using static WpfApp4.App;
+using Hangfire.Server;
+using Microsoft.EntityFrameworkCore;
+using TaskManager.Controllers;
+using Microsoft.VisualBasic;
+
+
+namespace WpfApp4
+{
+ public class WebStartup
+ {
+ public IConfiguration Configuration { get; }
+
+ public WebStartup(IConfiguration configuration)
+ {
+ Configuration = configuration;
+ }
+ public void ConfigureServices(IServiceCollection services)
+ {
+ services.AddControllers();
+
+ services.AddDbContext(options =>
+ options.UseSqlServer("Server=127.0.0.1;Database=HANGFIRE;User ID=sa;Password=1;TrustServerCertificate=True"));
+ // 添加 Hangfire 服务
+ services.AddHangfire(configuration => configuration
+ .UseSqlServerStorage(
+ "Server=127.0.0.1;Database=Hangfire;User ID=sa;Password=1;TrustServerCertificate=True")
+ );
+
+ // 添加 Hangfire 服务器
+ services.AddHangfireServer();
+ services.AddControllersWithViews();
+ RegisterRecurringJobs();
+
+
+ }
+
+
+ private void RegisterRecurringJobs()
+ {
+
+
+
+
+
+ RecurringJob.AddOrUpdate(
+ "reader",
+ x => x.ExecuteAsync(),
+ Cron.Minutely
+ //,
+ // JobFilterAttribute.AddFilter(new JobCompletionListener())
+ );
+
+ RecurringJob.AddOrUpdate(
+ "writer",
+ x => x.ExecuteWriterAsync(),
+ Cron.Minutely);
+ }
+
+
+
+ public class MyJob
+ {
+ //private readonly ILogger _logger;
+ // private readonly JobDbContext _dbContext;
+ public MyJob(
+ //ILogger _logger
+ //, JobDbContext dbContext
+ )
+ {
+ //this._logger = _logger;
+ // _dbContext = dbContext;
+ }
+ public void Execute()
+ {
+
+ // 这里是你的作业逻辑
+ Console.WriteLine("定时任务执行中: " + DateTime.Now);
+
+ // 如果需要访问 UI 元素,需要使用 Dispatcher
+ //Application.Current.Dispatcher.Invoke(() =>
+ //{
+ // // 更新 UI 的代码
+
+ //});
+ }
+
+ public void ExecuteReaderAsync()
+ {
+ //_logger.LogInformation("开始读取!");
+
+ //Application.Current.Dispatcher.Invoke(() =>
+ //{
+ // App.AddLog(new logModel() { Name = "读取", Info = "读取成功!" });
+ // // 更新 UI 的代码
+
+ //});
+
+ //string jobId = context.BackgroundJob.Id;
+
+
+
+
+
+
+ }
+ public void ExecuteWriterAsync()
+ {
+ //_logger.LogInformation("开始读取!");
+ //Application.Current.Dispatcher.Invoke(() =>
+ //{
+ // App.AddLog(new logModel() { Name = "写入", Info = "写入成功!" });// 更新 UI 的代码
+
+ //});
+ ///string jobId = context.BackgroundJob.Id;
+
+
+ }
+
+
+ }
+ public class logModel
+ {
+ public string Name { get; set; }
+ public string Info { get; set; }
+ }
+
+
+
+ public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
+ {
+ if (env.IsDevelopment())
+ {
+ app.UseDeveloperExceptionPage();
+ }
+ app.UseHangfireServer();
+ app.UseHangfireDashboard();
+
+
+ app.UseRouting();
+ app.UseEndpoints(endpoints =>
+ {
+ endpoints.MapControllers();
+ });
+ }
+ }
+}
diff --git a/WpfApp4/appsetting.json b/WpfApp4/appsetting.json
new file mode 100644
index 0000000..0204fac
--- /dev/null
+++ b/WpfApp4/appsetting.json
@@ -0,0 +1,42 @@
+{
+ "App": {
+ "CorsOrigins": "https://*.abc.com,http://localhost:9528,http://149.223.116.5:8088"
+ },
+
+ "ConnectionStrings": {
+ "Default": "Server=127.0.0.1;Database=HANGFIRE;User ID=sa;Password=1;"
+
+ },
+ "Hangfire": {
+ "Dashboard": {
+ "Path": "/hangfire", // Dashboard 访问路径
+ "RequireAuthorization": false // 是否需要授权
+ },
+ "Server": {
+ "WorkerCount": 5, // 工作线程数量
+ "Queues": [ "default", "critical", "background" ], // 队列优先级
+ "SchedulePollingInterval": 15000, // 调度轮询间隔(毫秒)
+ "HeartbeatInterval": "00:00:15", // 服务器心跳间隔
+ "ServerTimeout": "00:05:00", // 服务器超时时间
+ "ServerCheckInterval": "00:01:00" // 服务器状态检查间隔
+ },
+ "Storage": {
+ "JobExpirationCheckInterval": "00:01:00", // 作业过期检查间隔
+ "CountersAggregateInterval": "00:05:00", // 计数器聚合间隔
+ "QueuePollInterval": "00:00:15", // 队列轮询间隔
+ "PrepareSchemaIfNecessary": true, // 自动创建表结构
+ "SlidingInvisibilityTimeout": "00:30:00", // 作业处理超时时间
+ "UseRecommendedIsolationLevel": true, // 使用推荐的事务隔离级别
+ "EnableHeavyMigrations": false // 是否启用重量级迁移
+ },
+ "Logging": {
+ "LogLevel": {
+ "Default": "Information",
+ "Hangfire": "Information"
+ }
+ }
+ }
+
+
+
+}
\ No newline at end of file
diff --git a/WpfApp4/bin/Debug/net8.0-windows/Autofac.Extras.CommonServiceLocator.dll b/WpfApp4/bin/Debug/net8.0-windows/Autofac.Extras.CommonServiceLocator.dll
new file mode 100644
index 0000000..db4e024
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/Autofac.Extras.CommonServiceLocator.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/Autofac.Integration.Mef.dll b/WpfApp4/bin/Debug/net8.0-windows/Autofac.Integration.Mef.dll
new file mode 100644
index 0000000..7c4f8cc
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/Autofac.Integration.Mef.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/Autofac.dll b/WpfApp4/bin/Debug/net8.0-windows/Autofac.dll
new file mode 100644
index 0000000..d3262cb
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/Autofac.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/Azure.Core.dll b/WpfApp4/bin/Debug/net8.0-windows/Azure.Core.dll
new file mode 100644
index 0000000..d3fa20b
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/Azure.Core.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/Azure.Identity.dll b/WpfApp4/bin/Debug/net8.0-windows/Azure.Identity.dll
new file mode 100644
index 0000000..aab6832
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/Azure.Identity.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/CommonServiceLocator.dll b/WpfApp4/bin/Debug/net8.0-windows/CommonServiceLocator.dll
new file mode 100644
index 0000000..b41f0be
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/CommonServiceLocator.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/Dapper.dll b/WpfApp4/bin/Debug/net8.0-windows/Dapper.dll
new file mode 100644
index 0000000..a837f48
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/Dapper.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/Hangfire.AspNetCore.dll b/WpfApp4/bin/Debug/net8.0-windows/Hangfire.AspNetCore.dll
new file mode 100644
index 0000000..47e8e77
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/Hangfire.AspNetCore.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/Hangfire.Core.dll b/WpfApp4/bin/Debug/net8.0-windows/Hangfire.Core.dll
new file mode 100644
index 0000000..68f4491
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/Hangfire.Core.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/Hangfire.NetCore.dll b/WpfApp4/bin/Debug/net8.0-windows/Hangfire.NetCore.dll
new file mode 100644
index 0000000..6163475
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/Hangfire.NetCore.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/Hangfire.SqlServer.dll b/WpfApp4/bin/Debug/net8.0-windows/Hangfire.SqlServer.dll
new file mode 100644
index 0000000..a636121
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/Hangfire.SqlServer.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/ILifeTimeService.dll b/WpfApp4/bin/Debug/net8.0-windows/ILifeTimeService.dll
new file mode 100644
index 0000000..2bc473a
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/ILifeTimeService.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/ILifeTimeService.pdb b/WpfApp4/bin/Debug/net8.0-windows/ILifeTimeService.pdb
new file mode 100644
index 0000000..04322ba
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/ILifeTimeService.pdb differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/Microsoft.Bcl.AsyncInterfaces.dll b/WpfApp4/bin/Debug/net8.0-windows/Microsoft.Bcl.AsyncInterfaces.dll
new file mode 100644
index 0000000..a5b7ff9
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/Microsoft.Bcl.AsyncInterfaces.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/Microsoft.Data.SqlClient.dll b/WpfApp4/bin/Debug/net8.0-windows/Microsoft.Data.SqlClient.dll
new file mode 100644
index 0000000..85903b0
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/Microsoft.Data.SqlClient.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/Microsoft.EntityFrameworkCore.Abstractions.dll b/WpfApp4/bin/Debug/net8.0-windows/Microsoft.EntityFrameworkCore.Abstractions.dll
new file mode 100644
index 0000000..7d487ca
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/Microsoft.EntityFrameworkCore.Abstractions.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/Microsoft.EntityFrameworkCore.Relational.dll b/WpfApp4/bin/Debug/net8.0-windows/Microsoft.EntityFrameworkCore.Relational.dll
new file mode 100644
index 0000000..c15151a
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/Microsoft.EntityFrameworkCore.Relational.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/Microsoft.EntityFrameworkCore.SqlServer.dll b/WpfApp4/bin/Debug/net8.0-windows/Microsoft.EntityFrameworkCore.SqlServer.dll
new file mode 100644
index 0000000..095b41c
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/Microsoft.EntityFrameworkCore.SqlServer.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/Microsoft.EntityFrameworkCore.dll b/WpfApp4/bin/Debug/net8.0-windows/Microsoft.EntityFrameworkCore.dll
new file mode 100644
index 0000000..020594b
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/Microsoft.EntityFrameworkCore.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/Microsoft.Extensions.Caching.Abstractions.dll b/WpfApp4/bin/Debug/net8.0-windows/Microsoft.Extensions.Caching.Abstractions.dll
new file mode 100644
index 0000000..2aff8ae
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/Microsoft.Extensions.Caching.Abstractions.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/Microsoft.Extensions.Caching.Memory.dll b/WpfApp4/bin/Debug/net8.0-windows/Microsoft.Extensions.Caching.Memory.dll
new file mode 100644
index 0000000..92b65be
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/Microsoft.Extensions.Caching.Memory.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/Microsoft.Extensions.Configuration.Abstractions.dll b/WpfApp4/bin/Debug/net8.0-windows/Microsoft.Extensions.Configuration.Abstractions.dll
new file mode 100644
index 0000000..3f8c0f7
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/Microsoft.Extensions.Configuration.Abstractions.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/Microsoft.Extensions.DependencyInjection.Abstractions.dll b/WpfApp4/bin/Debug/net8.0-windows/Microsoft.Extensions.DependencyInjection.Abstractions.dll
new file mode 100644
index 0000000..6afb19a
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/Microsoft.Extensions.DependencyInjection.Abstractions.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/Microsoft.Extensions.DependencyInjection.dll b/WpfApp4/bin/Debug/net8.0-windows/Microsoft.Extensions.DependencyInjection.dll
new file mode 100644
index 0000000..42550fa
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/Microsoft.Extensions.DependencyInjection.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/Microsoft.Extensions.Logging.Abstractions.dll b/WpfApp4/bin/Debug/net8.0-windows/Microsoft.Extensions.Logging.Abstractions.dll
new file mode 100644
index 0000000..1817c83
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/Microsoft.Extensions.Logging.Abstractions.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/Microsoft.Extensions.Logging.dll b/WpfApp4/bin/Debug/net8.0-windows/Microsoft.Extensions.Logging.dll
new file mode 100644
index 0000000..11ec356
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/Microsoft.Extensions.Logging.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/Microsoft.Extensions.Options.dll b/WpfApp4/bin/Debug/net8.0-windows/Microsoft.Extensions.Options.dll
new file mode 100644
index 0000000..f98daeb
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/Microsoft.Extensions.Options.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/Microsoft.Extensions.Primitives.dll b/WpfApp4/bin/Debug/net8.0-windows/Microsoft.Extensions.Primitives.dll
new file mode 100644
index 0000000..32830d7
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/Microsoft.Extensions.Primitives.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/Microsoft.Identity.Client.Extensions.Msal.dll b/WpfApp4/bin/Debug/net8.0-windows/Microsoft.Identity.Client.Extensions.Msal.dll
new file mode 100644
index 0000000..9a7cadb
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/Microsoft.Identity.Client.Extensions.Msal.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/Microsoft.Identity.Client.dll b/WpfApp4/bin/Debug/net8.0-windows/Microsoft.Identity.Client.dll
new file mode 100644
index 0000000..73873e5
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/Microsoft.Identity.Client.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/Microsoft.IdentityModel.Abstractions.dll b/WpfApp4/bin/Debug/net8.0-windows/Microsoft.IdentityModel.Abstractions.dll
new file mode 100644
index 0000000..dfcb632
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/Microsoft.IdentityModel.Abstractions.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/Microsoft.IdentityModel.JsonWebTokens.dll b/WpfApp4/bin/Debug/net8.0-windows/Microsoft.IdentityModel.JsonWebTokens.dll
new file mode 100644
index 0000000..30b9c05
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/Microsoft.IdentityModel.JsonWebTokens.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/Microsoft.IdentityModel.Logging.dll b/WpfApp4/bin/Debug/net8.0-windows/Microsoft.IdentityModel.Logging.dll
new file mode 100644
index 0000000..ce60b3c
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/Microsoft.IdentityModel.Logging.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll b/WpfApp4/bin/Debug/net8.0-windows/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
new file mode 100644
index 0000000..57a9536
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/Microsoft.IdentityModel.Protocols.dll b/WpfApp4/bin/Debug/net8.0-windows/Microsoft.IdentityModel.Protocols.dll
new file mode 100644
index 0000000..9fd9ebf
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/Microsoft.IdentityModel.Protocols.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/Microsoft.IdentityModel.Tokens.dll b/WpfApp4/bin/Debug/net8.0-windows/Microsoft.IdentityModel.Tokens.dll
new file mode 100644
index 0000000..da12e5f
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/Microsoft.IdentityModel.Tokens.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/Microsoft.SqlServer.Server.dll b/WpfApp4/bin/Debug/net8.0-windows/Microsoft.SqlServer.Server.dll
new file mode 100644
index 0000000..ddeaa86
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/Microsoft.SqlServer.Server.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/Models.dll b/WpfApp4/bin/Debug/net8.0-windows/Models.dll
new file mode 100644
index 0000000..044cb5e
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/Models.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/Models.pdb b/WpfApp4/bin/Debug/net8.0-windows/Models.pdb
new file mode 100644
index 0000000..b5e39ba
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/Models.pdb differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/ModernWpf.Controls.dll b/WpfApp4/bin/Debug/net8.0-windows/ModernWpf.Controls.dll
new file mode 100644
index 0000000..f9a080f
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/ModernWpf.Controls.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/ModernWpf.dll b/WpfApp4/bin/Debug/net8.0-windows/ModernWpf.dll
new file mode 100644
index 0000000..7b7133a
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/ModernWpf.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/Newtonsoft.Json.dll b/WpfApp4/bin/Debug/net8.0-windows/Newtonsoft.Json.dll
new file mode 100644
index 0000000..585c91d
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/Newtonsoft.Json.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/Plugins/LifeTimeService.dll b/WpfApp4/bin/Debug/net8.0-windows/Plugins/LifeTimeService.dll
new file mode 100644
index 0000000..7dd8e25
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/Plugins/LifeTimeService.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/System.ClientModel.dll b/WpfApp4/bin/Debug/net8.0-windows/System.ClientModel.dll
new file mode 100644
index 0000000..00a3380
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/System.ClientModel.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/System.ComponentModel.Composition.dll b/WpfApp4/bin/Debug/net8.0-windows/System.ComponentModel.Composition.dll
new file mode 100644
index 0000000..97c0fc0
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/System.ComponentModel.Composition.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/System.Data.SqlClient.dll b/WpfApp4/bin/Debug/net8.0-windows/System.Data.SqlClient.dll
new file mode 100644
index 0000000..2eef011
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/System.Data.SqlClient.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/System.Diagnostics.DiagnosticSource.dll b/WpfApp4/bin/Debug/net8.0-windows/System.Diagnostics.DiagnosticSource.dll
new file mode 100644
index 0000000..6342b26
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/System.Diagnostics.DiagnosticSource.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/System.Formats.Asn1.dll b/WpfApp4/bin/Debug/net8.0-windows/System.Formats.Asn1.dll
new file mode 100644
index 0000000..0d6c1ae
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/System.Formats.Asn1.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/System.IO.Pipelines.dll b/WpfApp4/bin/Debug/net8.0-windows/System.IO.Pipelines.dll
new file mode 100644
index 0000000..3e267c5
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/System.IO.Pipelines.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/System.IdentityModel.Tokens.Jwt.dll b/WpfApp4/bin/Debug/net8.0-windows/System.IdentityModel.Tokens.Jwt.dll
new file mode 100644
index 0000000..2311025
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/System.IdentityModel.Tokens.Jwt.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/System.Memory.Data.dll b/WpfApp4/bin/Debug/net8.0-windows/System.Memory.Data.dll
new file mode 100644
index 0000000..6f2a3e0
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/System.Memory.Data.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/System.Runtime.Caching.dll b/WpfApp4/bin/Debug/net8.0-windows/System.Runtime.Caching.dll
new file mode 100644
index 0000000..14826eb
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/System.Runtime.Caching.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/System.Text.Encodings.Web.dll b/WpfApp4/bin/Debug/net8.0-windows/System.Text.Encodings.Web.dll
new file mode 100644
index 0000000..3133984
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/System.Text.Encodings.Web.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/System.Text.Json.dll b/WpfApp4/bin/Debug/net8.0-windows/System.Text.Json.dll
new file mode 100644
index 0000000..761ac4c
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/System.Text.Json.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/TaskManager.deps.json b/WpfApp4/bin/Debug/net8.0-windows/TaskManager.deps.json
new file mode 100644
index 0000000..42c273a
--- /dev/null
+++ b/WpfApp4/bin/Debug/net8.0-windows/TaskManager.deps.json
@@ -0,0 +1,1757 @@
+{
+ "runtimeTarget": {
+ "name": ".NETCoreApp,Version=v8.0",
+ "signature": ""
+ },
+ "compilationOptions": {},
+ "targets": {
+ ".NETCoreApp,Version=v8.0": {
+ "TaskManager/1.0.0": {
+ "dependencies": {
+ "Autofac": "8.3.0",
+ "Autofac.Extras.CommonServiceLocator": "6.1.0",
+ "Autofac.Mef": "7.0.0",
+ "Dapper": "2.1.66",
+ "Hangfire": "1.8.18",
+ "ILifeTimeService": "1.0.0",
+ "Microsoft.EntityFrameworkCore": "9.0.5",
+ "Microsoft.EntityFrameworkCore.SqlServer": "9.0.5",
+ "Models": "1.0.0",
+ "ModernWpfUI": "0.9.6",
+ "System.Data.SqlClient": "4.9.0"
+ },
+ "runtime": {
+ "TaskManager.dll": {}
+ }
+ },
+ "Autofac/8.3.0": {
+ "dependencies": {
+ "System.Diagnostics.DiagnosticSource": "9.0.5"
+ },
+ "runtime": {
+ "lib/net8.0/Autofac.dll": {
+ "assemblyVersion": "8.3.0.0",
+ "fileVersion": "8.3.0.0"
+ }
+ }
+ },
+ "Autofac.Extras.CommonServiceLocator/6.1.0": {
+ "dependencies": {
+ "Autofac": "8.3.0",
+ "CommonServiceLocator": "2.0.7"
+ },
+ "runtime": {
+ "lib/net7.0/Autofac.Extras.CommonServiceLocator.dll": {
+ "assemblyVersion": "6.1.0.0",
+ "fileVersion": "6.1.0.0"
+ }
+ }
+ },
+ "Autofac.Mef/7.0.0": {
+ "dependencies": {
+ "Autofac": "8.3.0",
+ "System.ComponentModel.Composition": "8.0.0"
+ },
+ "runtime": {
+ "lib/net8.0/Autofac.Integration.Mef.dll": {
+ "assemblyVersion": "7.0.0.0",
+ "fileVersion": "7.0.0.0"
+ }
+ }
+ },
+ "Azure.Core/1.38.0": {
+ "dependencies": {
+ "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
+ "System.ClientModel": "1.0.0",
+ "System.Diagnostics.DiagnosticSource": "9.0.5",
+ "System.Memory.Data": "1.0.2",
+ "System.Numerics.Vectors": "4.5.0",
+ "System.Text.Encodings.Web": "9.0.5",
+ "System.Text.Json": "9.0.5",
+ "System.Threading.Tasks.Extensions": "4.5.4"
+ },
+ "runtime": {
+ "lib/net6.0/Azure.Core.dll": {
+ "assemblyVersion": "1.38.0.0",
+ "fileVersion": "1.3800.24.12602"
+ }
+ }
+ },
+ "Azure.Identity/1.11.4": {
+ "dependencies": {
+ "Azure.Core": "1.38.0",
+ "Microsoft.Identity.Client": "4.61.3",
+ "Microsoft.Identity.Client.Extensions.Msal": "4.61.3",
+ "System.Memory": "4.5.4",
+ "System.Security.Cryptography.ProtectedData": "6.0.0",
+ "System.Text.Json": "9.0.5",
+ "System.Threading.Tasks.Extensions": "4.5.4"
+ },
+ "runtime": {
+ "lib/netstandard2.0/Azure.Identity.dll": {
+ "assemblyVersion": "1.11.4.0",
+ "fileVersion": "1.1100.424.31005"
+ }
+ }
+ },
+ "CommonServiceLocator/2.0.7": {
+ "runtime": {
+ "lib/net7.0/CommonServiceLocator.dll": {
+ "assemblyVersion": "2.0.7.0",
+ "fileVersion": "2.0.7.0"
+ }
+ }
+ },
+ "Dapper/2.1.66": {
+ "runtime": {
+ "lib/net8.0/Dapper.dll": {
+ "assemblyVersion": "2.0.0.0",
+ "fileVersion": "2.1.66.48463"
+ }
+ }
+ },
+ "Hangfire/1.8.18": {
+ "dependencies": {
+ "Hangfire.AspNetCore": "1.8.18",
+ "Hangfire.Core": "1.8.18",
+ "Hangfire.SqlServer": "1.8.18"
+ }
+ },
+ "Hangfire.AspNetCore/1.8.18": {
+ "dependencies": {
+ "Hangfire.NetCore": "1.8.18"
+ },
+ "runtime": {
+ "lib/netcoreapp3.0/Hangfire.AspNetCore.dll": {
+ "assemblyVersion": "1.8.18.0",
+ "fileVersion": "1.8.18.0"
+ }
+ }
+ },
+ "Hangfire.Core/1.8.18": {
+ "dependencies": {
+ "Newtonsoft.Json": "11.0.1"
+ },
+ "runtime": {
+ "lib/netstandard2.0/Hangfire.Core.dll": {
+ "assemblyVersion": "1.8.18.0",
+ "fileVersion": "1.8.18.0"
+ }
+ },
+ "resources": {
+ "lib/netstandard2.0/ca/Hangfire.Core.resources.dll": {
+ "locale": "ca"
+ },
+ "lib/netstandard2.0/de/Hangfire.Core.resources.dll": {
+ "locale": "de"
+ },
+ "lib/netstandard2.0/es/Hangfire.Core.resources.dll": {
+ "locale": "es"
+ },
+ "lib/netstandard2.0/fa/Hangfire.Core.resources.dll": {
+ "locale": "fa"
+ },
+ "lib/netstandard2.0/fr/Hangfire.Core.resources.dll": {
+ "locale": "fr"
+ },
+ "lib/netstandard2.0/nb/Hangfire.Core.resources.dll": {
+ "locale": "nb"
+ },
+ "lib/netstandard2.0/nl/Hangfire.Core.resources.dll": {
+ "locale": "nl"
+ },
+ "lib/netstandard2.0/pt-BR/Hangfire.Core.resources.dll": {
+ "locale": "pt-BR"
+ },
+ "lib/netstandard2.0/pt-PT/Hangfire.Core.resources.dll": {
+ "locale": "pt-PT"
+ },
+ "lib/netstandard2.0/pt/Hangfire.Core.resources.dll": {
+ "locale": "pt"
+ },
+ "lib/netstandard2.0/sv/Hangfire.Core.resources.dll": {
+ "locale": "sv"
+ },
+ "lib/netstandard2.0/tr-TR/Hangfire.Core.resources.dll": {
+ "locale": "tr-TR"
+ },
+ "lib/netstandard2.0/zh-TW/Hangfire.Core.resources.dll": {
+ "locale": "zh-TW"
+ },
+ "lib/netstandard2.0/zh/Hangfire.Core.resources.dll": {
+ "locale": "zh"
+ }
+ }
+ },
+ "Hangfire.NetCore/1.8.18": {
+ "dependencies": {
+ "Hangfire.Core": "1.8.18",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.5",
+ "Microsoft.Extensions.Hosting.Abstractions": "3.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "9.0.5"
+ },
+ "runtime": {
+ "lib/netstandard2.1/Hangfire.NetCore.dll": {
+ "assemblyVersion": "1.8.18.0",
+ "fileVersion": "1.8.18.0"
+ }
+ }
+ },
+ "Hangfire.SqlServer/1.8.18": {
+ "dependencies": {
+ "Hangfire.Core": "1.8.18"
+ },
+ "runtime": {
+ "lib/netstandard2.0/Hangfire.SqlServer.dll": {
+ "assemblyVersion": "1.8.18.0",
+ "fileVersion": "1.8.18.0"
+ }
+ }
+ },
+ "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {
+ "assemblyVersion": "1.0.0.0",
+ "fileVersion": "4.700.20.21406"
+ }
+ }
+ },
+ "Microsoft.CSharp/4.5.0": {},
+ "Microsoft.Data.SqlClient/5.1.6": {
+ "dependencies": {
+ "Azure.Identity": "1.11.4",
+ "Microsoft.Data.SqlClient.SNI.runtime": "5.1.1",
+ "Microsoft.Identity.Client": "4.61.3",
+ "Microsoft.IdentityModel.JsonWebTokens": "6.35.0",
+ "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0",
+ "Microsoft.SqlServer.Server": "1.0.0",
+ "System.Configuration.ConfigurationManager": "6.0.1",
+ "System.Diagnostics.DiagnosticSource": "9.0.5",
+ "System.Runtime.Caching": "6.0.0",
+ "System.Security.Cryptography.Cng": "5.0.0",
+ "System.Security.Principal.Windows": "5.0.0",
+ "System.Text.Encoding.CodePages": "6.0.0",
+ "System.Text.Encodings.Web": "9.0.5"
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Data.SqlClient.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.16.24240.5"
+ }
+ },
+ "runtimeTargets": {
+ "runtimes/unix/lib/net6.0/Microsoft.Data.SqlClient.dll": {
+ "rid": "unix",
+ "assetType": "runtime",
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.16.24240.5"
+ },
+ "runtimes/win/lib/net6.0/Microsoft.Data.SqlClient.dll": {
+ "rid": "win",
+ "assetType": "runtime",
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.16.24240.5"
+ }
+ }
+ },
+ "Microsoft.Data.SqlClient.SNI.runtime/5.1.1": {
+ "runtimeTargets": {
+ "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": {
+ "rid": "win-arm",
+ "assetType": "native",
+ "fileVersion": "5.1.1.0"
+ },
+ "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": {
+ "rid": "win-arm64",
+ "assetType": "native",
+ "fileVersion": "5.1.1.0"
+ },
+ "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": {
+ "rid": "win-x64",
+ "assetType": "native",
+ "fileVersion": "5.1.1.0"
+ },
+ "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": {
+ "rid": "win-x86",
+ "assetType": "native",
+ "fileVersion": "5.1.1.0"
+ }
+ }
+ },
+ "Microsoft.EntityFrameworkCore/9.0.5": {
+ "dependencies": {
+ "Microsoft.EntityFrameworkCore.Abstractions": "9.0.5",
+ "Microsoft.EntityFrameworkCore.Analyzers": "9.0.5",
+ "Microsoft.Extensions.Caching.Memory": "9.0.5",
+ "Microsoft.Extensions.Logging": "9.0.5"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.EntityFrameworkCore.dll": {
+ "assemblyVersion": "9.0.5.0",
+ "fileVersion": "9.0.525.21604"
+ }
+ }
+ },
+ "Microsoft.EntityFrameworkCore.Abstractions/9.0.5": {
+ "runtime": {
+ "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {
+ "assemblyVersion": "9.0.5.0",
+ "fileVersion": "9.0.525.21604"
+ }
+ }
+ },
+ "Microsoft.EntityFrameworkCore.Analyzers/9.0.5": {},
+ "Microsoft.EntityFrameworkCore.Relational/9.0.5": {
+ "dependencies": {
+ "Microsoft.EntityFrameworkCore": "9.0.5",
+ "Microsoft.Extensions.Caching.Memory": "9.0.5",
+ "Microsoft.Extensions.Configuration.Abstractions": "9.0.5",
+ "Microsoft.Extensions.Logging": "9.0.5"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll": {
+ "assemblyVersion": "9.0.5.0",
+ "fileVersion": "9.0.525.21604"
+ }
+ }
+ },
+ "Microsoft.EntityFrameworkCore.SqlServer/9.0.5": {
+ "dependencies": {
+ "Microsoft.Data.SqlClient": "5.1.6",
+ "Microsoft.EntityFrameworkCore.Relational": "9.0.5",
+ "Microsoft.Extensions.Caching.Memory": "9.0.5",
+ "Microsoft.Extensions.Configuration.Abstractions": "9.0.5",
+ "Microsoft.Extensions.Logging": "9.0.5",
+ "System.Formats.Asn1": "9.0.5",
+ "System.Text.Json": "9.0.5"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.EntityFrameworkCore.SqlServer.dll": {
+ "assemblyVersion": "9.0.5.0",
+ "fileVersion": "9.0.525.21604"
+ }
+ }
+ },
+ "Microsoft.Extensions.Caching.Abstractions/9.0.5": {
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "9.0.5"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.525.21509"
+ }
+ }
+ },
+ "Microsoft.Extensions.Caching.Memory/9.0.5": {
+ "dependencies": {
+ "Microsoft.Extensions.Caching.Abstractions": "9.0.5",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.5",
+ "Microsoft.Extensions.Logging.Abstractions": "9.0.5",
+ "Microsoft.Extensions.Options": "9.0.5",
+ "Microsoft.Extensions.Primitives": "9.0.5"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.525.21509"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/9.0.5": {
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "9.0.5"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.525.21509"
+ }
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection/9.0.5": {
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.5"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.525.21509"
+ }
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.5": {
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.525.21509"
+ }
+ }
+ },
+ "Microsoft.Extensions.FileProviders.Abstractions/3.0.0": {
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "9.0.5"
+ }
+ },
+ "Microsoft.Extensions.Hosting.Abstractions/3.0.0": {
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "9.0.5",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.5",
+ "Microsoft.Extensions.FileProviders.Abstractions": "3.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "9.0.5"
+ }
+ },
+ "Microsoft.Extensions.Logging/9.0.5": {
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection": "9.0.5",
+ "Microsoft.Extensions.Logging.Abstractions": "9.0.5",
+ "Microsoft.Extensions.Options": "9.0.5"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Logging.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.525.21509"
+ }
+ }
+ },
+ "Microsoft.Extensions.Logging.Abstractions/9.0.5": {
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.5",
+ "System.Diagnostics.DiagnosticSource": "9.0.5"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.525.21509"
+ }
+ }
+ },
+ "Microsoft.Extensions.Options/9.0.5": {
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.5",
+ "Microsoft.Extensions.Primitives": "9.0.5"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Options.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.525.21509"
+ }
+ }
+ },
+ "Microsoft.Extensions.Primitives/9.0.5": {
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Primitives.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.525.21509"
+ }
+ }
+ },
+ "Microsoft.Identity.Client/4.61.3": {
+ "dependencies": {
+ "Microsoft.IdentityModel.Abstractions": "6.35.0",
+ "System.Diagnostics.DiagnosticSource": "9.0.5"
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Identity.Client.dll": {
+ "assemblyVersion": "4.61.3.0",
+ "fileVersion": "4.61.3.0"
+ }
+ }
+ },
+ "Microsoft.Identity.Client.Extensions.Msal/4.61.3": {
+ "dependencies": {
+ "Microsoft.Identity.Client": "4.61.3",
+ "System.Security.Cryptography.ProtectedData": "6.0.0"
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": {
+ "assemblyVersion": "4.61.3.0",
+ "fileVersion": "4.61.3.0"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.Abstractions/6.35.0": {
+ "runtime": {
+ "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": {
+ "assemblyVersion": "6.35.0.0",
+ "fileVersion": "6.35.0.41201"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.JsonWebTokens/6.35.0": {
+ "dependencies": {
+ "Microsoft.IdentityModel.Tokens": "6.35.0",
+ "System.Text.Encoding": "4.3.0",
+ "System.Text.Encodings.Web": "9.0.5",
+ "System.Text.Json": "9.0.5"
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
+ "assemblyVersion": "6.35.0.0",
+ "fileVersion": "6.35.0.41201"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.Logging/6.35.0": {
+ "dependencies": {
+ "Microsoft.IdentityModel.Abstractions": "6.35.0"
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.IdentityModel.Logging.dll": {
+ "assemblyVersion": "6.35.0.0",
+ "fileVersion": "6.35.0.41201"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.Protocols/6.35.0": {
+ "dependencies": {
+ "Microsoft.IdentityModel.Logging": "6.35.0",
+ "Microsoft.IdentityModel.Tokens": "6.35.0"
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": {
+ "assemblyVersion": "6.35.0.0",
+ "fileVersion": "6.35.0.41201"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": {
+ "dependencies": {
+ "Microsoft.IdentityModel.Protocols": "6.35.0",
+ "System.IdentityModel.Tokens.Jwt": "6.35.0"
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
+ "assemblyVersion": "6.35.0.0",
+ "fileVersion": "6.35.0.41201"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.Tokens/6.35.0": {
+ "dependencies": {
+ "Microsoft.CSharp": "4.5.0",
+ "Microsoft.IdentityModel.Logging": "6.35.0",
+ "System.Security.Cryptography.Cng": "5.0.0"
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": {
+ "assemblyVersion": "6.35.0.0",
+ "fileVersion": "6.35.0.41201"
+ }
+ }
+ },
+ "Microsoft.NETCore.Platforms/1.1.0": {},
+ "Microsoft.NETCore.Targets/1.1.0": {},
+ "Microsoft.SqlServer.Server/1.0.0": {
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": {
+ "assemblyVersion": "1.0.0.0",
+ "fileVersion": "1.0.0.0"
+ }
+ }
+ },
+ "Microsoft.Win32.SystemEvents/6.0.0": {},
+ "ModernWpfUI/0.9.6": {
+ "runtime": {
+ "lib/net5.0-windows7.0/ModernWpf.Controls.dll": {
+ "assemblyVersion": "0.9.6.0",
+ "fileVersion": "0.9.6.0"
+ },
+ "lib/net5.0-windows7.0/ModernWpf.dll": {
+ "assemblyVersion": "0.9.6.0",
+ "fileVersion": "0.9.6.0"
+ }
+ },
+ "resources": {
+ "lib/net5.0-windows7.0/af-ZA/ModernWpf.Controls.resources.dll": {
+ "locale": "af-ZA"
+ },
+ "lib/net5.0-windows7.0/af-ZA/ModernWpf.resources.dll": {
+ "locale": "af-ZA"
+ },
+ "lib/net5.0-windows7.0/am-ET/ModernWpf.Controls.resources.dll": {
+ "locale": "am-ET"
+ },
+ "lib/net5.0-windows7.0/am-ET/ModernWpf.resources.dll": {
+ "locale": "am-ET"
+ },
+ "lib/net5.0-windows7.0/ar-SA/ModernWpf.Controls.resources.dll": {
+ "locale": "ar-SA"
+ },
+ "lib/net5.0-windows7.0/ar-SA/ModernWpf.resources.dll": {
+ "locale": "ar-SA"
+ },
+ "lib/net5.0-windows7.0/az-Latn-AZ/ModernWpf.Controls.resources.dll": {
+ "locale": "az-Latn-AZ"
+ },
+ "lib/net5.0-windows7.0/az-Latn-AZ/ModernWpf.resources.dll": {
+ "locale": "az-Latn-AZ"
+ },
+ "lib/net5.0-windows7.0/be-BY/ModernWpf.Controls.resources.dll": {
+ "locale": "be-BY"
+ },
+ "lib/net5.0-windows7.0/be-BY/ModernWpf.resources.dll": {
+ "locale": "be-BY"
+ },
+ "lib/net5.0-windows7.0/bg-BG/ModernWpf.Controls.resources.dll": {
+ "locale": "bg-BG"
+ },
+ "lib/net5.0-windows7.0/bg-BG/ModernWpf.resources.dll": {
+ "locale": "bg-BG"
+ },
+ "lib/net5.0-windows7.0/bn-BD/ModernWpf.Controls.resources.dll": {
+ "locale": "bn-BD"
+ },
+ "lib/net5.0-windows7.0/bn-BD/ModernWpf.resources.dll": {
+ "locale": "bn-BD"
+ },
+ "lib/net5.0-windows7.0/bs-Latn-BA/ModernWpf.Controls.resources.dll": {
+ "locale": "bs-Latn-BA"
+ },
+ "lib/net5.0-windows7.0/bs-Latn-BA/ModernWpf.resources.dll": {
+ "locale": "bs-Latn-BA"
+ },
+ "lib/net5.0-windows7.0/ca-ES/ModernWpf.Controls.resources.dll": {
+ "locale": "ca-ES"
+ },
+ "lib/net5.0-windows7.0/ca-ES/ModernWpf.resources.dll": {
+ "locale": "ca-ES"
+ },
+ "lib/net5.0-windows7.0/cs-CZ/ModernWpf.Controls.resources.dll": {
+ "locale": "cs-CZ"
+ },
+ "lib/net5.0-windows7.0/cs-CZ/ModernWpf.resources.dll": {
+ "locale": "cs-CZ"
+ },
+ "lib/net5.0-windows7.0/da-DK/ModernWpf.Controls.resources.dll": {
+ "locale": "da-DK"
+ },
+ "lib/net5.0-windows7.0/da-DK/ModernWpf.resources.dll": {
+ "locale": "da-DK"
+ },
+ "lib/net5.0-windows7.0/de-DE/ModernWpf.Controls.resources.dll": {
+ "locale": "de-DE"
+ },
+ "lib/net5.0-windows7.0/de-DE/ModernWpf.resources.dll": {
+ "locale": "de-DE"
+ },
+ "lib/net5.0-windows7.0/el-GR/ModernWpf.Controls.resources.dll": {
+ "locale": "el-GR"
+ },
+ "lib/net5.0-windows7.0/el-GR/ModernWpf.resources.dll": {
+ "locale": "el-GR"
+ },
+ "lib/net5.0-windows7.0/en-GB/ModernWpf.Controls.resources.dll": {
+ "locale": "en-GB"
+ },
+ "lib/net5.0-windows7.0/en-GB/ModernWpf.resources.dll": {
+ "locale": "en-GB"
+ },
+ "lib/net5.0-windows7.0/es-ES/ModernWpf.Controls.resources.dll": {
+ "locale": "es-ES"
+ },
+ "lib/net5.0-windows7.0/es-ES/ModernWpf.resources.dll": {
+ "locale": "es-ES"
+ },
+ "lib/net5.0-windows7.0/es-MX/ModernWpf.Controls.resources.dll": {
+ "locale": "es-MX"
+ },
+ "lib/net5.0-windows7.0/es-MX/ModernWpf.resources.dll": {
+ "locale": "es-MX"
+ },
+ "lib/net5.0-windows7.0/et-EE/ModernWpf.Controls.resources.dll": {
+ "locale": "et-EE"
+ },
+ "lib/net5.0-windows7.0/et-EE/ModernWpf.resources.dll": {
+ "locale": "et-EE"
+ },
+ "lib/net5.0-windows7.0/eu-ES/ModernWpf.Controls.resources.dll": {
+ "locale": "eu-ES"
+ },
+ "lib/net5.0-windows7.0/eu-ES/ModernWpf.resources.dll": {
+ "locale": "eu-ES"
+ },
+ "lib/net5.0-windows7.0/fa-IR/ModernWpf.Controls.resources.dll": {
+ "locale": "fa-IR"
+ },
+ "lib/net5.0-windows7.0/fa-IR/ModernWpf.resources.dll": {
+ "locale": "fa-IR"
+ },
+ "lib/net5.0-windows7.0/fi-FI/ModernWpf.Controls.resources.dll": {
+ "locale": "fi-FI"
+ },
+ "lib/net5.0-windows7.0/fi-FI/ModernWpf.resources.dll": {
+ "locale": "fi-FI"
+ },
+ "lib/net5.0-windows7.0/fil-PH/ModernWpf.Controls.resources.dll": {
+ "locale": "fil-PH"
+ },
+ "lib/net5.0-windows7.0/fil-PH/ModernWpf.resources.dll": {
+ "locale": "fil-PH"
+ },
+ "lib/net5.0-windows7.0/fr-CA/ModernWpf.Controls.resources.dll": {
+ "locale": "fr-CA"
+ },
+ "lib/net5.0-windows7.0/fr-CA/ModernWpf.resources.dll": {
+ "locale": "fr-CA"
+ },
+ "lib/net5.0-windows7.0/fr-FR/ModernWpf.Controls.resources.dll": {
+ "locale": "fr-FR"
+ },
+ "lib/net5.0-windows7.0/fr-FR/ModernWpf.resources.dll": {
+ "locale": "fr-FR"
+ },
+ "lib/net5.0-windows7.0/gl-ES/ModernWpf.Controls.resources.dll": {
+ "locale": "gl-ES"
+ },
+ "lib/net5.0-windows7.0/gl-ES/ModernWpf.resources.dll": {
+ "locale": "gl-ES"
+ },
+ "lib/net5.0-windows7.0/he-IL/ModernWpf.Controls.resources.dll": {
+ "locale": "he-IL"
+ },
+ "lib/net5.0-windows7.0/he-IL/ModernWpf.resources.dll": {
+ "locale": "he-IL"
+ },
+ "lib/net5.0-windows7.0/hi-IN/ModernWpf.Controls.resources.dll": {
+ "locale": "hi-IN"
+ },
+ "lib/net5.0-windows7.0/hi-IN/ModernWpf.resources.dll": {
+ "locale": "hi-IN"
+ },
+ "lib/net5.0-windows7.0/hr-HR/ModernWpf.Controls.resources.dll": {
+ "locale": "hr-HR"
+ },
+ "lib/net5.0-windows7.0/hr-HR/ModernWpf.resources.dll": {
+ "locale": "hr-HR"
+ },
+ "lib/net5.0-windows7.0/hu-HU/ModernWpf.Controls.resources.dll": {
+ "locale": "hu-HU"
+ },
+ "lib/net5.0-windows7.0/hu-HU/ModernWpf.resources.dll": {
+ "locale": "hu-HU"
+ },
+ "lib/net5.0-windows7.0/id-ID/ModernWpf.Controls.resources.dll": {
+ "locale": "id-ID"
+ },
+ "lib/net5.0-windows7.0/id-ID/ModernWpf.resources.dll": {
+ "locale": "id-ID"
+ },
+ "lib/net5.0-windows7.0/is-IS/ModernWpf.Controls.resources.dll": {
+ "locale": "is-IS"
+ },
+ "lib/net5.0-windows7.0/is-IS/ModernWpf.resources.dll": {
+ "locale": "is-IS"
+ },
+ "lib/net5.0-windows7.0/it-IT/ModernWpf.Controls.resources.dll": {
+ "locale": "it-IT"
+ },
+ "lib/net5.0-windows7.0/it-IT/ModernWpf.resources.dll": {
+ "locale": "it-IT"
+ },
+ "lib/net5.0-windows7.0/ja-JP/ModernWpf.Controls.resources.dll": {
+ "locale": "ja-JP"
+ },
+ "lib/net5.0-windows7.0/ja-JP/ModernWpf.resources.dll": {
+ "locale": "ja-JP"
+ },
+ "lib/net5.0-windows7.0/ka-GE/ModernWpf.Controls.resources.dll": {
+ "locale": "ka-GE"
+ },
+ "lib/net5.0-windows7.0/ka-GE/ModernWpf.resources.dll": {
+ "locale": "ka-GE"
+ },
+ "lib/net5.0-windows7.0/kk-KZ/ModernWpf.Controls.resources.dll": {
+ "locale": "kk-KZ"
+ },
+ "lib/net5.0-windows7.0/kk-KZ/ModernWpf.resources.dll": {
+ "locale": "kk-KZ"
+ },
+ "lib/net5.0-windows7.0/km-KH/ModernWpf.Controls.resources.dll": {
+ "locale": "km-KH"
+ },
+ "lib/net5.0-windows7.0/km-KH/ModernWpf.resources.dll": {
+ "locale": "km-KH"
+ },
+ "lib/net5.0-windows7.0/kn-IN/ModernWpf.Controls.resources.dll": {
+ "locale": "kn-IN"
+ },
+ "lib/net5.0-windows7.0/kn-IN/ModernWpf.resources.dll": {
+ "locale": "kn-IN"
+ },
+ "lib/net5.0-windows7.0/ko-KR/ModernWpf.Controls.resources.dll": {
+ "locale": "ko-KR"
+ },
+ "lib/net5.0-windows7.0/ko-KR/ModernWpf.resources.dll": {
+ "locale": "ko-KR"
+ },
+ "lib/net5.0-windows7.0/lo-LA/ModernWpf.Controls.resources.dll": {
+ "locale": "lo-LA"
+ },
+ "lib/net5.0-windows7.0/lo-LA/ModernWpf.resources.dll": {
+ "locale": "lo-LA"
+ },
+ "lib/net5.0-windows7.0/lt-LT/ModernWpf.Controls.resources.dll": {
+ "locale": "lt-LT"
+ },
+ "lib/net5.0-windows7.0/lt-LT/ModernWpf.resources.dll": {
+ "locale": "lt-LT"
+ },
+ "lib/net5.0-windows7.0/lv-LV/ModernWpf.Controls.resources.dll": {
+ "locale": "lv-LV"
+ },
+ "lib/net5.0-windows7.0/lv-LV/ModernWpf.resources.dll": {
+ "locale": "lv-LV"
+ },
+ "lib/net5.0-windows7.0/mk-MK/ModernWpf.Controls.resources.dll": {
+ "locale": "mk-MK"
+ },
+ "lib/net5.0-windows7.0/mk-MK/ModernWpf.resources.dll": {
+ "locale": "mk-MK"
+ },
+ "lib/net5.0-windows7.0/ml-IN/ModernWpf.Controls.resources.dll": {
+ "locale": "ml-IN"
+ },
+ "lib/net5.0-windows7.0/ml-IN/ModernWpf.resources.dll": {
+ "locale": "ml-IN"
+ },
+ "lib/net5.0-windows7.0/ms-MY/ModernWpf.Controls.resources.dll": {
+ "locale": "ms-MY"
+ },
+ "lib/net5.0-windows7.0/ms-MY/ModernWpf.resources.dll": {
+ "locale": "ms-MY"
+ },
+ "lib/net5.0-windows7.0/nb-NO/ModernWpf.Controls.resources.dll": {
+ "locale": "nb-NO"
+ },
+ "lib/net5.0-windows7.0/nb-NO/ModernWpf.resources.dll": {
+ "locale": "nb-NO"
+ },
+ "lib/net5.0-windows7.0/nl-NL/ModernWpf.Controls.resources.dll": {
+ "locale": "nl-NL"
+ },
+ "lib/net5.0-windows7.0/nl-NL/ModernWpf.resources.dll": {
+ "locale": "nl-NL"
+ },
+ "lib/net5.0-windows7.0/nn-NO/ModernWpf.Controls.resources.dll": {
+ "locale": "nn-NO"
+ },
+ "lib/net5.0-windows7.0/nn-NO/ModernWpf.resources.dll": {
+ "locale": "nn-NO"
+ },
+ "lib/net5.0-windows7.0/pl-PL/ModernWpf.Controls.resources.dll": {
+ "locale": "pl-PL"
+ },
+ "lib/net5.0-windows7.0/pl-PL/ModernWpf.resources.dll": {
+ "locale": "pl-PL"
+ },
+ "lib/net5.0-windows7.0/pt-BR/ModernWpf.Controls.resources.dll": {
+ "locale": "pt-BR"
+ },
+ "lib/net5.0-windows7.0/pt-BR/ModernWpf.resources.dll": {
+ "locale": "pt-BR"
+ },
+ "lib/net5.0-windows7.0/pt-PT/ModernWpf.Controls.resources.dll": {
+ "locale": "pt-PT"
+ },
+ "lib/net5.0-windows7.0/pt-PT/ModernWpf.resources.dll": {
+ "locale": "pt-PT"
+ },
+ "lib/net5.0-windows7.0/ro-RO/ModernWpf.Controls.resources.dll": {
+ "locale": "ro-RO"
+ },
+ "lib/net5.0-windows7.0/ro-RO/ModernWpf.resources.dll": {
+ "locale": "ro-RO"
+ },
+ "lib/net5.0-windows7.0/ru-RU/ModernWpf.Controls.resources.dll": {
+ "locale": "ru-RU"
+ },
+ "lib/net5.0-windows7.0/ru-RU/ModernWpf.resources.dll": {
+ "locale": "ru-RU"
+ },
+ "lib/net5.0-windows7.0/sk-SK/ModernWpf.Controls.resources.dll": {
+ "locale": "sk-SK"
+ },
+ "lib/net5.0-windows7.0/sk-SK/ModernWpf.resources.dll": {
+ "locale": "sk-SK"
+ },
+ "lib/net5.0-windows7.0/sl-SI/ModernWpf.Controls.resources.dll": {
+ "locale": "sl-SI"
+ },
+ "lib/net5.0-windows7.0/sl-SI/ModernWpf.resources.dll": {
+ "locale": "sl-SI"
+ },
+ "lib/net5.0-windows7.0/sq-AL/ModernWpf.Controls.resources.dll": {
+ "locale": "sq-AL"
+ },
+ "lib/net5.0-windows7.0/sq-AL/ModernWpf.resources.dll": {
+ "locale": "sq-AL"
+ },
+ "lib/net5.0-windows7.0/sr-Latn-RS/ModernWpf.Controls.resources.dll": {
+ "locale": "sr-Latn-RS"
+ },
+ "lib/net5.0-windows7.0/sr-Latn-RS/ModernWpf.resources.dll": {
+ "locale": "sr-Latn-RS"
+ },
+ "lib/net5.0-windows7.0/sv-SE/ModernWpf.Controls.resources.dll": {
+ "locale": "sv-SE"
+ },
+ "lib/net5.0-windows7.0/sv-SE/ModernWpf.resources.dll": {
+ "locale": "sv-SE"
+ },
+ "lib/net5.0-windows7.0/sw-KE/ModernWpf.Controls.resources.dll": {
+ "locale": "sw-KE"
+ },
+ "lib/net5.0-windows7.0/sw-KE/ModernWpf.resources.dll": {
+ "locale": "sw-KE"
+ },
+ "lib/net5.0-windows7.0/ta-IN/ModernWpf.Controls.resources.dll": {
+ "locale": "ta-IN"
+ },
+ "lib/net5.0-windows7.0/ta-IN/ModernWpf.resources.dll": {
+ "locale": "ta-IN"
+ },
+ "lib/net5.0-windows7.0/te-IN/ModernWpf.Controls.resources.dll": {
+ "locale": "te-IN"
+ },
+ "lib/net5.0-windows7.0/te-IN/ModernWpf.resources.dll": {
+ "locale": "te-IN"
+ },
+ "lib/net5.0-windows7.0/th-TH/ModernWpf.Controls.resources.dll": {
+ "locale": "th-TH"
+ },
+ "lib/net5.0-windows7.0/th-TH/ModernWpf.resources.dll": {
+ "locale": "th-TH"
+ },
+ "lib/net5.0-windows7.0/tr-TR/ModernWpf.Controls.resources.dll": {
+ "locale": "tr-TR"
+ },
+ "lib/net5.0-windows7.0/tr-TR/ModernWpf.resources.dll": {
+ "locale": "tr-TR"
+ },
+ "lib/net5.0-windows7.0/uk-UA/ModernWpf.Controls.resources.dll": {
+ "locale": "uk-UA"
+ },
+ "lib/net5.0-windows7.0/uk-UA/ModernWpf.resources.dll": {
+ "locale": "uk-UA"
+ },
+ "lib/net5.0-windows7.0/uz-Latn-UZ/ModernWpf.Controls.resources.dll": {
+ "locale": "uz-Latn-UZ"
+ },
+ "lib/net5.0-windows7.0/uz-Latn-UZ/ModernWpf.resources.dll": {
+ "locale": "uz-Latn-UZ"
+ },
+ "lib/net5.0-windows7.0/vi-VN/ModernWpf.Controls.resources.dll": {
+ "locale": "vi-VN"
+ },
+ "lib/net5.0-windows7.0/vi-VN/ModernWpf.resources.dll": {
+ "locale": "vi-VN"
+ }
+ }
+ },
+ "Newtonsoft.Json/11.0.1": {
+ "runtime": {
+ "lib/netstandard2.0/Newtonsoft.Json.dll": {
+ "assemblyVersion": "11.0.0.0",
+ "fileVersion": "11.0.1.21818"
+ }
+ }
+ },
+ "runtime.native.System.Data.SqlClient.sni/4.4.0": {
+ "dependencies": {
+ "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
+ "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
+ "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0"
+ }
+ },
+ "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
+ "runtimeTargets": {
+ "runtimes/win-arm64/native/sni.dll": {
+ "rid": "win-arm64",
+ "assetType": "native",
+ "fileVersion": "4.6.25512.1"
+ }
+ }
+ },
+ "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
+ "runtimeTargets": {
+ "runtimes/win-x64/native/sni.dll": {
+ "rid": "win-x64",
+ "assetType": "native",
+ "fileVersion": "4.6.25512.1"
+ }
+ }
+ },
+ "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": {
+ "runtimeTargets": {
+ "runtimes/win-x86/native/sni.dll": {
+ "rid": "win-x86",
+ "assetType": "native",
+ "fileVersion": "4.6.25512.1"
+ }
+ }
+ },
+ "System.ClientModel/1.0.0": {
+ "dependencies": {
+ "System.Memory.Data": "1.0.2",
+ "System.Text.Json": "9.0.5"
+ },
+ "runtime": {
+ "lib/net6.0/System.ClientModel.dll": {
+ "assemblyVersion": "1.0.0.0",
+ "fileVersion": "1.0.24.5302"
+ }
+ }
+ },
+ "System.ComponentModel.Composition/8.0.0": {
+ "runtime": {
+ "lib/net8.0/System.ComponentModel.Composition.dll": {
+ "assemblyVersion": "8.0.0.0",
+ "fileVersion": "8.0.23.53103"
+ }
+ }
+ },
+ "System.Configuration.ConfigurationManager/6.0.1": {
+ "dependencies": {
+ "System.Security.Cryptography.ProtectedData": "6.0.0",
+ "System.Security.Permissions": "6.0.0"
+ }
+ },
+ "System.Data.SqlClient/4.9.0": {
+ "dependencies": {
+ "runtime.native.System.Data.SqlClient.sni": "4.4.0"
+ },
+ "runtime": {
+ "lib/net8.0/System.Data.SqlClient.dll": {
+ "assemblyVersion": "4.6.1.6",
+ "fileVersion": "4.900.24.56208"
+ }
+ },
+ "runtimeTargets": {
+ "runtimes/unix/lib/net8.0/System.Data.SqlClient.dll": {
+ "rid": "unix",
+ "assetType": "runtime",
+ "assemblyVersion": "4.6.1.6",
+ "fileVersion": "4.900.24.56208"
+ },
+ "runtimes/win/lib/net8.0/System.Data.SqlClient.dll": {
+ "rid": "win",
+ "assetType": "runtime",
+ "assemblyVersion": "4.6.1.6",
+ "fileVersion": "4.900.24.56208"
+ }
+ }
+ },
+ "System.Diagnostics.DiagnosticSource/9.0.5": {
+ "runtime": {
+ "lib/net8.0/System.Diagnostics.DiagnosticSource.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.525.21509"
+ }
+ }
+ },
+ "System.Drawing.Common/6.0.0": {
+ "dependencies": {
+ "Microsoft.Win32.SystemEvents": "6.0.0"
+ }
+ },
+ "System.Formats.Asn1/9.0.5": {
+ "runtime": {
+ "lib/net8.0/System.Formats.Asn1.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.525.21509"
+ }
+ }
+ },
+ "System.IdentityModel.Tokens.Jwt/6.35.0": {
+ "dependencies": {
+ "Microsoft.IdentityModel.JsonWebTokens": "6.35.0",
+ "Microsoft.IdentityModel.Tokens": "6.35.0"
+ },
+ "runtime": {
+ "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": {
+ "assemblyVersion": "6.35.0.0",
+ "fileVersion": "6.35.0.41201"
+ }
+ }
+ },
+ "System.IO.Pipelines/9.0.5": {
+ "runtime": {
+ "lib/net8.0/System.IO.Pipelines.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.525.21509"
+ }
+ }
+ },
+ "System.Memory/4.5.4": {},
+ "System.Memory.Data/1.0.2": {
+ "dependencies": {
+ "System.Text.Encodings.Web": "9.0.5",
+ "System.Text.Json": "9.0.5"
+ },
+ "runtime": {
+ "lib/netstandard2.0/System.Memory.Data.dll": {
+ "assemblyVersion": "1.0.2.0",
+ "fileVersion": "1.0.221.20802"
+ }
+ }
+ },
+ "System.Numerics.Vectors/4.5.0": {},
+ "System.Runtime/4.3.0": {
+ "dependencies": {
+ "Microsoft.NETCore.Platforms": "1.1.0",
+ "Microsoft.NETCore.Targets": "1.1.0"
+ }
+ },
+ "System.Runtime.Caching/6.0.0": {
+ "dependencies": {
+ "System.Configuration.ConfigurationManager": "6.0.1"
+ },
+ "runtime": {
+ "lib/net6.0/System.Runtime.Caching.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "6.0.21.52210"
+ }
+ },
+ "runtimeTargets": {
+ "runtimes/win/lib/net6.0/System.Runtime.Caching.dll": {
+ "rid": "win",
+ "assetType": "runtime",
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "6.0.21.52210"
+ }
+ }
+ },
+ "System.Runtime.CompilerServices.Unsafe/6.0.0": {},
+ "System.Security.AccessControl/6.0.0": {},
+ "System.Security.Cryptography.Cng/5.0.0": {
+ "dependencies": {
+ "System.Formats.Asn1": "9.0.5"
+ }
+ },
+ "System.Security.Cryptography.ProtectedData/6.0.0": {},
+ "System.Security.Permissions/6.0.0": {
+ "dependencies": {
+ "System.Security.AccessControl": "6.0.0",
+ "System.Windows.Extensions": "6.0.0"
+ }
+ },
+ "System.Security.Principal.Windows/5.0.0": {},
+ "System.Text.Encoding/4.3.0": {
+ "dependencies": {
+ "Microsoft.NETCore.Platforms": "1.1.0",
+ "Microsoft.NETCore.Targets": "1.1.0",
+ "System.Runtime": "4.3.0"
+ }
+ },
+ "System.Text.Encoding.CodePages/6.0.0": {
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ }
+ },
+ "System.Text.Encodings.Web/9.0.5": {
+ "runtime": {
+ "lib/net8.0/System.Text.Encodings.Web.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.525.21509"
+ }
+ },
+ "runtimeTargets": {
+ "runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll": {
+ "rid": "browser",
+ "assetType": "runtime",
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.525.21509"
+ }
+ }
+ },
+ "System.Text.Json/9.0.5": {
+ "dependencies": {
+ "System.IO.Pipelines": "9.0.5",
+ "System.Text.Encodings.Web": "9.0.5"
+ },
+ "runtime": {
+ "lib/net8.0/System.Text.Json.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.525.21509"
+ }
+ }
+ },
+ "System.Threading.Tasks.Extensions/4.5.4": {},
+ "System.Windows.Extensions/6.0.0": {
+ "dependencies": {
+ "System.Drawing.Common": "6.0.0"
+ }
+ },
+ "ILifeTimeService/1.0.0": {
+ "dependencies": {
+ "Autofac": "8.3.0",
+ "Hangfire.Core": "1.8.18"
+ },
+ "runtime": {
+ "ILifeTimeService.dll": {
+ "assemblyVersion": "1.0.0.0",
+ "fileVersion": "1.0.0.0"
+ }
+ }
+ },
+ "Models/1.0.0": {
+ "runtime": {
+ "Models.dll": {
+ "assemblyVersion": "1.0.0.0",
+ "fileVersion": "1.0.0.0"
+ }
+ }
+ }
+ }
+ },
+ "libraries": {
+ "TaskManager/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ },
+ "Autofac/8.3.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-0Bv8aSKuK4nQAiDKw3+pIv9hUhbPwS63ql9KhjR6DRgE14UNdXrMqO8YMI0PnffZPyCrMs85lNhZRI4eBgQO4w==",
+ "path": "autofac/8.3.0",
+ "hashPath": "autofac.8.3.0.nupkg.sha512"
+ },
+ "Autofac.Extras.CommonServiceLocator/6.1.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-QMBCPPjGyY4EuxjeNfBDfW+ojNvnY1trD3vtVt47Gu65ZWHHfH+uyyjHk6b9EjdDZAKtioZxCTQYyI3q3A5pCw==",
+ "path": "autofac.extras.commonservicelocator/6.1.0",
+ "hashPath": "autofac.extras.commonservicelocator.6.1.0.nupkg.sha512"
+ },
+ "Autofac.Mef/7.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-cjjBEv6dGSgS4sUMuwqa65dY1KH5a7+V08rrDe+8gRlEDafOFIMvATS+eBkEogcn7zUZDk5zueuFbh9kebTbQg==",
+ "path": "autofac.mef/7.0.0",
+ "hashPath": "autofac.mef.7.0.0.nupkg.sha512"
+ },
+ "Azure.Core/1.38.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-IuEgCoVA0ef7E4pQtpC3+TkPbzaoQfa77HlfJDmfuaJUCVJmn7fT0izamZiryW5sYUFKizsftIxMkXKbgIcPMQ==",
+ "path": "azure.core/1.38.0",
+ "hashPath": "azure.core.1.38.0.nupkg.sha512"
+ },
+ "Azure.Identity/1.11.4": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-Sf4BoE6Q3jTgFkgBkx7qztYOFELBCo+wQgpYDwal/qJ1unBH73ywPztIJKXBXORRzAeNijsuxhk94h0TIMvfYg==",
+ "path": "azure.identity/1.11.4",
+ "hashPath": "azure.identity.1.11.4.nupkg.sha512"
+ },
+ "CommonServiceLocator/2.0.7": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-deByA+/7hfPSMqaqcITTkeZhGw41qiIon5F6Q5n5EcMPeYc5hXlifIrVpPKsur4g/PuxYU6umjTx8kQMog4npw==",
+ "path": "commonservicelocator/2.0.7",
+ "hashPath": "commonservicelocator.2.0.7.nupkg.sha512"
+ },
+ "Dapper/2.1.66": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-/q77jUgDOS+bzkmk3Vy9SiWMaetTw+NOoPAV0xPBsGVAyljd5S6P+4RUW7R3ZUGGr9lDRyPKgAMj2UAOwvqZYw==",
+ "path": "dapper/2.1.66",
+ "hashPath": "dapper.2.1.66.nupkg.sha512"
+ },
+ "Hangfire/1.8.18": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-EY+UqMHTOQAtdjeJf3jlnj8MpENyDPTpA6OHMncucVlkaongZjrx+gCN4bgma7vD3BNHqfQ7irYrfE5p1DOBEQ==",
+ "path": "hangfire/1.8.18",
+ "hashPath": "hangfire.1.8.18.nupkg.sha512"
+ },
+ "Hangfire.AspNetCore/1.8.18": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-5D6Do0qgoAnakvh4KnKwhIoUzFU84Z0sCYMB+Sit+ygkpL1P6JGYDcd/9vDBcfr5K3JqBxD4Zh2IK2LOXuuiaw==",
+ "path": "hangfire.aspnetcore/1.8.18",
+ "hashPath": "hangfire.aspnetcore.1.8.18.nupkg.sha512"
+ },
+ "Hangfire.Core/1.8.18": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-oNAkV8QQoYg5+vM2M024NBk49EhTO2BmKDLuQaKNew23RpH9OUGtKDl1KldBdDJrD8TMFzjhWCArol3igd2i2w==",
+ "path": "hangfire.core/1.8.18",
+ "hashPath": "hangfire.core.1.8.18.nupkg.sha512"
+ },
+ "Hangfire.NetCore/1.8.18": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-3KAV9AZ1nqQHC54qR4buNEEKRmQJfq+lODtZxUk5cdi68lV8+9K2f4H1/mIfDlPpgjPFjEfCobNoi2+TIpKySw==",
+ "path": "hangfire.netcore/1.8.18",
+ "hashPath": "hangfire.netcore.1.8.18.nupkg.sha512"
+ },
+ "Hangfire.SqlServer/1.8.18": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-yBfI2ygYfN/31rOrahfOFHee1mwTrG0ppsmK9awCS0mAr2GEaB9eyYqg/lURgZy8AA8UVJVs5nLHa2hc1pDAVQ==",
+ "path": "hangfire.sqlserver/1.8.18",
+ "hashPath": "hangfire.sqlserver.1.8.18.nupkg.sha512"
+ },
+ "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-yuvf07qFWFqtK3P/MRkEKLhn5r2UbSpVueRziSqj0yJQIKFwG1pq9mOayK3zE5qZCTs0CbrwL9M6R8VwqyGy2w==",
+ "path": "microsoft.bcl.asyncinterfaces/1.1.1",
+ "hashPath": "microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512"
+ },
+ "Microsoft.CSharp/4.5.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-kaj6Wb4qoMuH3HySFJhxwQfe8R/sJsNJnANrvv8WdFPMoNbKY5htfNscv+LHCu5ipz+49m2e+WQXpLXr9XYemQ==",
+ "path": "microsoft.csharp/4.5.0",
+ "hashPath": "microsoft.csharp.4.5.0.nupkg.sha512"
+ },
+ "Microsoft.Data.SqlClient/5.1.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-+pz7gIPh5ydsBcQvivt4R98PwJXer86fyQBBToIBLxZ5kuhW4N13Ijz87s9WpuPtF1vh4JesYCgpDPAOgkMhdg==",
+ "path": "microsoft.data.sqlclient/5.1.6",
+ "hashPath": "microsoft.data.sqlclient.5.1.6.nupkg.sha512"
+ },
+ "Microsoft.Data.SqlClient.SNI.runtime/5.1.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-wNGM5ZTQCa2blc9ikXQouybGiyMd6IHPVJvAlBEPtr6JepZEOYeDxGyprYvFVeOxlCXs7avridZQ0nYkHzQWCQ==",
+ "path": "microsoft.data.sqlclient.sni.runtime/5.1.1",
+ "hashPath": "microsoft.data.sqlclient.sni.runtime.5.1.1.nupkg.sha512"
+ },
+ "Microsoft.EntityFrameworkCore/9.0.5": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-TeCtb/vc+jxvgkVAqeJlZKOoG5w/w8AigWQQyOmeJsJ7+0SkONX8bqEV/wB+ojnT0sXuJrrfXQOEC3ws6asEng==",
+ "path": "microsoft.entityframeworkcore/9.0.5",
+ "hashPath": "microsoft.entityframeworkcore.9.0.5.nupkg.sha512"
+ },
+ "Microsoft.EntityFrameworkCore.Abstractions/9.0.5": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-81fGyIibhGc4rq4ZxmVZE/1CFSvGMQOZqdRyCBLKz/Hb8eE973dmSfcdXpXhQ/5f+nbax4VGkWhwPGxWUNWaCQ==",
+ "path": "microsoft.entityframeworkcore.abstractions/9.0.5",
+ "hashPath": "microsoft.entityframeworkcore.abstractions.9.0.5.nupkg.sha512"
+ },
+ "Microsoft.EntityFrameworkCore.Analyzers/9.0.5": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-kWRrD69qCXo7lahPZPt7C127UfK0I024laFZEDMfT3JbALB1EWneFvq1utWM0cNKPFuYis1E1oaYTuRGI/9inQ==",
+ "path": "microsoft.entityframeworkcore.analyzers/9.0.5",
+ "hashPath": "microsoft.entityframeworkcore.analyzers.9.0.5.nupkg.sha512"
+ },
+ "Microsoft.EntityFrameworkCore.Relational/9.0.5": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-6eErbrZFd9yNnncemtDdmHZ3KC792OQCIYITuMsjK2oh4CLzlYo8mzNsozgUzQ+utHnne11/3eV8zMWbYF5Puw==",
+ "path": "microsoft.entityframeworkcore.relational/9.0.5",
+ "hashPath": "microsoft.entityframeworkcore.relational.9.0.5.nupkg.sha512"
+ },
+ "Microsoft.EntityFrameworkCore.SqlServer/9.0.5": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-Y4194uyqwMivN2ioKd7GYBFVeeG2kZFFC1ZCmOTvXy3G6Wd05ZVyUyR/3mB+SHCequMPt/DI4f58WMmVaOS6eg==",
+ "path": "microsoft.entityframeworkcore.sqlserver/9.0.5",
+ "hashPath": "microsoft.entityframeworkcore.sqlserver.9.0.5.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Caching.Abstractions/9.0.5": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-RV6wOTvH5BeVRs6cvxFuaV1ut05Dklpvq19XRO1JxAayfLWYIEP7K94aamY0iSUhoehWk1X5H6gMcbZkHuBjew==",
+ "path": "microsoft.extensions.caching.abstractions/9.0.5",
+ "hashPath": "microsoft.extensions.caching.abstractions.9.0.5.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Caching.Memory/9.0.5": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-qDmoAzIUBup5KZG1Abv51ifbHMCWFnaXbt05l+Sd92mLOpF9OwHOuoxu3XhzXaPGfq0Ns3pv1df5l8zuKjFgGw==",
+ "path": "microsoft.extensions.caching.memory/9.0.5",
+ "hashPath": "microsoft.extensions.caching.memory.9.0.5.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/9.0.5": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-ew0G6gIznnyAkbIa67wXspkDFcVektjN3xaDAfBDIPbWph+rbuGaaohFxUSGw28ht7wdcWtTtElKnzfkcDDbOQ==",
+ "path": "microsoft.extensions.configuration.abstractions/9.0.5",
+ "hashPath": "microsoft.extensions.configuration.abstractions.9.0.5.nupkg.sha512"
+ },
+ "Microsoft.Extensions.DependencyInjection/9.0.5": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-N1Mn0T/tUBPoLL+Fzsp+VCEtneUhhxc1//Dx3BeuQ8AX+XrMlYCfnp2zgpEXnTCB7053CLdiqVWPZ7mEX6MPjg==",
+ "path": "microsoft.extensions.dependencyinjection/9.0.5",
+ "hashPath": "microsoft.extensions.dependencyinjection.9.0.5.nupkg.sha512"
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.5": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-cjnRtsEAzU73aN6W7vkWy8Phj5t3Xm78HSqgrbh/O4Q9SK/yN73wZVa21QQY6amSLQRQ/M8N+koGnY6PuvKQsw==",
+ "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.5",
+ "hashPath": "microsoft.extensions.dependencyinjection.abstractions.9.0.5.nupkg.sha512"
+ },
+ "Microsoft.Extensions.FileProviders.Abstractions/3.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-kahEeykb6FyQytoZNNXuz74X85B4weIEt8Kd+0klK48bkXDWOIHAOvNjlGsPMcS9CL935Te8QGQS83JqCbpdHA==",
+ "path": "microsoft.extensions.fileproviders.abstractions/3.0.0",
+ "hashPath": "microsoft.extensions.fileproviders.abstractions.3.0.0.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Hosting.Abstractions/3.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-qeDWS5ErmkUN96BdQqpmeCmLk5HJWQ/SPw3ux5v5/Qb0hKZS5wojBMulnBC7JUEiBwg7Ir71Yjf1lFiRT5MdtQ==",
+ "path": "microsoft.extensions.hosting.abstractions/3.0.0",
+ "hashPath": "microsoft.extensions.hosting.abstractions.3.0.0.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Logging/9.0.5": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-rQU61lrgvpE/UgcAd4E56HPxUIkX/VUQCxWmwDTLLVeuwRDYTL0q/FLGfAW17cGTKyCh7ywYAEnY3sTEvURsfg==",
+ "path": "microsoft.extensions.logging/9.0.5",
+ "hashPath": "microsoft.extensions.logging.9.0.5.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Logging.Abstractions/9.0.5": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-pP1PADCrIxMYJXxFmTVbAgEU7GVpjK5i0/tyfU9DiE0oXQy3JWQaOVgCkrCiePLgS8b5sghM3Fau3EeHiVWbCg==",
+ "path": "microsoft.extensions.logging.abstractions/9.0.5",
+ "hashPath": "microsoft.extensions.logging.abstractions.9.0.5.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Options/9.0.5": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-vPdJQU8YLOUSSK8NL0RmwcXJr2E0w8xH559PGQl4JYsglgilZr9LZnqV2zdgk+XR05+kuvhBEZKoDVd46o7NqA==",
+ "path": "microsoft.extensions.options/9.0.5",
+ "hashPath": "microsoft.extensions.options.9.0.5.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Primitives/9.0.5": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-b4OAv1qE1C9aM+ShWJu3rlo/WjDwa/I30aIPXqDWSKXTtKl1Wwh6BZn+glH5HndGVVn3C6ZAPQj5nv7/7HJNBQ==",
+ "path": "microsoft.extensions.primitives/9.0.5",
+ "hashPath": "microsoft.extensions.primitives.9.0.5.nupkg.sha512"
+ },
+ "Microsoft.Identity.Client/4.61.3": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-naJo/Qm35Caaoxp5utcw+R8eU8ZtLz2ALh8S+gkekOYQ1oazfCQMWVT4NJ/FnHzdIJlm8dMz0oMpMGCabx5odA==",
+ "path": "microsoft.identity.client/4.61.3",
+ "hashPath": "microsoft.identity.client.4.61.3.nupkg.sha512"
+ },
+ "Microsoft.Identity.Client.Extensions.Msal/4.61.3": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-PWnJcznrSGr25MN8ajlc2XIDW4zCFu0U6FkpaNLEWLgd1NgFCp5uDY3mqLDgM8zCN8hqj8yo5wHYfLB2HjcdGw==",
+ "path": "microsoft.identity.client.extensions.msal/4.61.3",
+ "hashPath": "microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512"
+ },
+ "Microsoft.IdentityModel.Abstractions/6.35.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-xuR8E4Rd96M41CnUSCiOJ2DBh+z+zQSmyrYHdYhD6K4fXBcQGVnRCFQ0efROUYpP+p0zC1BLKr0JRpVuujTZSg==",
+ "path": "microsoft.identitymodel.abstractions/6.35.0",
+ "hashPath": "microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512"
+ },
+ "Microsoft.IdentityModel.JsonWebTokens/6.35.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-9wxai3hKgZUb4/NjdRKfQd0QJvtXKDlvmGMYACbEC8DFaicMFCFhQFZq9ZET1kJLwZahf2lfY5Gtcpsx8zYzbg==",
+ "path": "microsoft.identitymodel.jsonwebtokens/6.35.0",
+ "hashPath": "microsoft.identitymodel.jsonwebtokens.6.35.0.nupkg.sha512"
+ },
+ "Microsoft.IdentityModel.Logging/6.35.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-jePrSfGAmqT81JDCNSY+fxVWoGuJKt9e6eJ+vT7+quVS55nWl//jGjUQn4eFtVKt4rt5dXaleZdHRB9J9AJZ7Q==",
+ "path": "microsoft.identitymodel.logging/6.35.0",
+ "hashPath": "microsoft.identitymodel.logging.6.35.0.nupkg.sha512"
+ },
+ "Microsoft.IdentityModel.Protocols/6.35.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-BPQhlDzdFvv1PzaUxNSk+VEPwezlDEVADIKmyxubw7IiELK18uJ06RQ9QKKkds30XI+gDu9n8j24XQ8w7fjWcg==",
+ "path": "microsoft.identitymodel.protocols/6.35.0",
+ "hashPath": "microsoft.identitymodel.protocols.6.35.0.nupkg.sha512"
+ },
+ "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-LMtVqnECCCdSmyFoCOxIE5tXQqkOLrvGrL7OxHg41DIm1bpWtaCdGyVcTAfOQpJXvzND9zUKIN/lhngPkYR8vg==",
+ "path": "microsoft.identitymodel.protocols.openidconnect/6.35.0",
+ "hashPath": "microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512"
+ },
+ "Microsoft.IdentityModel.Tokens/6.35.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-RN7lvp7s3Boucg1NaNAbqDbxtlLj5Qeb+4uSS1TeK5FSBVM40P4DKaTKChT43sHyKfh7V0zkrMph6DdHvyA4bg==",
+ "path": "microsoft.identitymodel.tokens/6.35.0",
+ "hashPath": "microsoft.identitymodel.tokens.6.35.0.nupkg.sha512"
+ },
+ "Microsoft.NETCore.Platforms/1.1.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
+ "path": "microsoft.netcore.platforms/1.1.0",
+ "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512"
+ },
+ "Microsoft.NETCore.Targets/1.1.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
+ "path": "microsoft.netcore.targets/1.1.0",
+ "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
+ },
+ "Microsoft.SqlServer.Server/1.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-N4KeF3cpcm1PUHym1RmakkzfkEv3GRMyofVv40uXsQhCQeglr2OHNcUk2WOG51AKpGO8ynGpo9M/kFXSzghwug==",
+ "path": "microsoft.sqlserver.server/1.0.0",
+ "hashPath": "microsoft.sqlserver.server.1.0.0.nupkg.sha512"
+ },
+ "Microsoft.Win32.SystemEvents/6.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A==",
+ "path": "microsoft.win32.systemevents/6.0.0",
+ "hashPath": "microsoft.win32.systemevents.6.0.0.nupkg.sha512"
+ },
+ "ModernWpfUI/0.9.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-eWe90HciyudQQtZVbZ9QFssS74BwK69W7cBd52AEZHmrsS4hrSA+/BpUbAFWzzFDH6FBE1xsHPiRC+wHS7xgJw==",
+ "path": "modernwpfui/0.9.6",
+ "hashPath": "modernwpfui.0.9.6.nupkg.sha512"
+ },
+ "Newtonsoft.Json/11.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-pNN4l+J6LlpIvHOeNdXlwxv39NPJ2B5klz+Rd2UQZIx30Squ5oND1Yy3wEAUoKn0GPUj6Yxt9lxlYWQqfZcvKg==",
+ "path": "newtonsoft.json/11.0.1",
+ "hashPath": "newtonsoft.json.11.0.1.nupkg.sha512"
+ },
+ "runtime.native.System.Data.SqlClient.sni/4.4.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-A8v6PGmk+UGbfWo5Ixup0lPM4swuSwOiayJExZwKIOjTlFFQIsu3QnDXECosBEyrWSPryxBVrdqtJyhK3BaupQ==",
+ "path": "runtime.native.system.data.sqlclient.sni/4.4.0",
+ "hashPath": "runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
+ },
+ "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==",
+ "path": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0",
+ "hashPath": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
+ },
+ "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==",
+ "path": "runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0",
+ "hashPath": "runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
+ },
+ "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==",
+ "path": "runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0",
+ "hashPath": "runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
+ },
+ "System.ClientModel/1.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-I3CVkvxeqFYjIVEP59DnjbeoGNfo/+SZrCLpRz2v/g0gpCHaEMPtWSY0s9k/7jR1rAsLNg2z2u1JRB76tPjnIw==",
+ "path": "system.clientmodel/1.0.0",
+ "hashPath": "system.clientmodel.1.0.0.nupkg.sha512"
+ },
+ "System.ComponentModel.Composition/8.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-bGhUX5BTivJ9Wax0qnJy7uGq7dn/TQkEpJ2Fpu1etg8dbPwyDkUzNPc1d3I2/jUr9y4wDI3a1dkSmi8X21Pzbw==",
+ "path": "system.componentmodel.composition/8.0.0",
+ "hashPath": "system.componentmodel.composition.8.0.0.nupkg.sha512"
+ },
+ "System.Configuration.ConfigurationManager/6.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-jXw9MlUu/kRfEU0WyTptAVueupqIeE3/rl0EZDMlf8pcvJnitQ8HeVEp69rZdaStXwTV72boi/Bhw8lOeO+U2w==",
+ "path": "system.configuration.configurationmanager/6.0.1",
+ "hashPath": "system.configuration.configurationmanager.6.0.1.nupkg.sha512"
+ },
+ "System.Data.SqlClient/4.9.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-j4KJO+vC62NyUtNHz854njEqXbT8OmAa5jb1nrGfYWBOcggyYUQE0w/snXeaCjdvkSKWuUD+hfvlbN8pTrJTXg==",
+ "path": "system.data.sqlclient/4.9.0",
+ "hashPath": "system.data.sqlclient.4.9.0.nupkg.sha512"
+ },
+ "System.Diagnostics.DiagnosticSource/9.0.5": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-WoI5or8kY2VxFdDmsaRZ5yaYvvb+4MCyy66eXo79Cy1uMa7qXeGIlYmZx7R9Zy5S4xZjmqvkk2V8L6/vDwAAEA==",
+ "path": "system.diagnostics.diagnosticsource/9.0.5",
+ "hashPath": "system.diagnostics.diagnosticsource.9.0.5.nupkg.sha512"
+ },
+ "System.Drawing.Common/6.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==",
+ "path": "system.drawing.common/6.0.0",
+ "hashPath": "system.drawing.common.6.0.0.nupkg.sha512"
+ },
+ "System.Formats.Asn1/9.0.5": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-GpMHKhuwUgnp1jKiZQ1slyAQnLp4HG2MgzCJ4u4oZEfi6aBzE3HOx01JFStaiC8dtJqsv0WlrGAWVixv8TEN1w==",
+ "path": "system.formats.asn1/9.0.5",
+ "hashPath": "system.formats.asn1.9.0.5.nupkg.sha512"
+ },
+ "System.IdentityModel.Tokens.Jwt/6.35.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-yxGIQd3BFK7F6S62/7RdZk3C/mfwyVxvh6ngd1VYMBmbJ1YZZA9+Ku6suylVtso0FjI0wbElpJ0d27CdsyLpBQ==",
+ "path": "system.identitymodel.tokens.jwt/6.35.0",
+ "hashPath": "system.identitymodel.tokens.jwt.6.35.0.nupkg.sha512"
+ },
+ "System.IO.Pipelines/9.0.5": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-5WXo+3MGcnYn54+1ojf+kRzKq1Q6sDUnovujNJ2ky1nl1/kP3+PMil9LPbFvZ2mkhvAGmQcY07G2sfHat/v0Fw==",
+ "path": "system.io.pipelines/9.0.5",
+ "hashPath": "system.io.pipelines.9.0.5.nupkg.sha512"
+ },
+ "System.Memory/4.5.4": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==",
+ "path": "system.memory/4.5.4",
+ "hashPath": "system.memory.4.5.4.nupkg.sha512"
+ },
+ "System.Memory.Data/1.0.2": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-JGkzeqgBsiZwKJZ1IxPNsDFZDhUvuEdX8L8BDC8N3KOj+6zMcNU28CNN59TpZE/VJYy9cP+5M+sbxtWJx3/xtw==",
+ "path": "system.memory.data/1.0.2",
+ "hashPath": "system.memory.data.1.0.2.nupkg.sha512"
+ },
+ "System.Numerics.Vectors/4.5.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==",
+ "path": "system.numerics.vectors/4.5.0",
+ "hashPath": "system.numerics.vectors.4.5.0.nupkg.sha512"
+ },
+ "System.Runtime/4.3.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
+ "path": "system.runtime/4.3.0",
+ "hashPath": "system.runtime.4.3.0.nupkg.sha512"
+ },
+ "System.Runtime.Caching/6.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-E0e03kUp5X2k+UAoVl6efmI7uU7JRBWi5EIdlQ7cr0NpBGjHG4fWII35PgsBY9T4fJQ8E4QPsL0rKksU9gcL5A==",
+ "path": "system.runtime.caching/6.0.0",
+ "hashPath": "system.runtime.caching.6.0.0.nupkg.sha512"
+ },
+ "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
+ "path": "system.runtime.compilerservices.unsafe/6.0.0",
+ "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
+ },
+ "System.Security.AccessControl/6.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-AUADIc0LIEQe7MzC+I0cl0rAT8RrTAKFHl53yHjEUzNVIaUlhFY11vc2ebiVJzVBuOzun6F7FBA+8KAbGTTedQ==",
+ "path": "system.security.accesscontrol/6.0.0",
+ "hashPath": "system.security.accesscontrol.6.0.0.nupkg.sha512"
+ },
+ "System.Security.Cryptography.Cng/5.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==",
+ "path": "system.security.cryptography.cng/5.0.0",
+ "hashPath": "system.security.cryptography.cng.5.0.0.nupkg.sha512"
+ },
+ "System.Security.Cryptography.ProtectedData/6.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-rp1gMNEZpvx9vP0JW0oHLxlf8oSiQgtno77Y4PLUBjSiDYoD77Y8uXHr1Ea5XG4/pIKhqAdxZ8v8OTUtqo9PeQ==",
+ "path": "system.security.cryptography.protecteddata/6.0.0",
+ "hashPath": "system.security.cryptography.protecteddata.6.0.0.nupkg.sha512"
+ },
+ "System.Security.Permissions/6.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-T/uuc7AklkDoxmcJ7LGkyX1CcSviZuLCa4jg3PekfJ7SU0niF0IVTXwUiNVP9DSpzou2PpxJ+eNY2IfDM90ZCg==",
+ "path": "system.security.permissions/6.0.0",
+ "hashPath": "system.security.permissions.6.0.0.nupkg.sha512"
+ },
+ "System.Security.Principal.Windows/5.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==",
+ "path": "system.security.principal.windows/5.0.0",
+ "hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512"
+ },
+ "System.Text.Encoding/4.3.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
+ "path": "system.text.encoding/4.3.0",
+ "hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
+ },
+ "System.Text.Encoding.CodePages/6.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-ZFCILZuOvtKPauZ/j/swhvw68ZRi9ATCfvGbk1QfydmcXBkIWecWKn/250UH7rahZ5OoDBaiAudJtPvLwzw85A==",
+ "path": "system.text.encoding.codepages/6.0.0",
+ "hashPath": "system.text.encoding.codepages.6.0.0.nupkg.sha512"
+ },
+ "System.Text.Encodings.Web/9.0.5": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-HJPmqP2FsE+WVUUlTsZ4IFRSyzw40yz0ubiTnsaqm+Xo5fFZhVRvx6Zn8tLXj92/6pbre6OA4QL2A2vnCSKxJA==",
+ "path": "system.text.encodings.web/9.0.5",
+ "hashPath": "system.text.encodings.web.9.0.5.nupkg.sha512"
+ },
+ "System.Text.Json/9.0.5": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-rnP61ZfloTgPQPe7ecr36loNiGX3g1PocxlKHdY/FUpDSsExKkTxpMAlB4X35wNEPr1X7mkYZuQvW3Lhxmu7KA==",
+ "path": "system.text.json/9.0.5",
+ "hashPath": "system.text.json.9.0.5.nupkg.sha512"
+ },
+ "System.Threading.Tasks.Extensions/4.5.4": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==",
+ "path": "system.threading.tasks.extensions/4.5.4",
+ "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512"
+ },
+ "System.Windows.Extensions/6.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-IXoJOXIqc39AIe+CIR7koBtRGMiCt/LPM3lI+PELtDIy9XdyeSrwXFdWV9dzJ2Awl0paLWUaknLxFQ5HpHZUog==",
+ "path": "system.windows.extensions/6.0.0",
+ "hashPath": "system.windows.extensions.6.0.0.nupkg.sha512"
+ },
+ "ILifeTimeService/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ },
+ "Models/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ }
+ }
+}
\ No newline at end of file
diff --git a/WpfApp4/bin/Debug/net8.0-windows/TaskManager.dll b/WpfApp4/bin/Debug/net8.0-windows/TaskManager.dll
new file mode 100644
index 0000000..70fa2e9
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/TaskManager.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/TaskManager.dll.config b/WpfApp4/bin/Debug/net8.0-windows/TaskManager.dll.config
new file mode 100644
index 0000000..9d30677
--- /dev/null
+++ b/WpfApp4/bin/Debug/net8.0-windows/TaskManager.dll.config
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/WpfApp4/bin/Debug/net8.0-windows/TaskManager.exe b/WpfApp4/bin/Debug/net8.0-windows/TaskManager.exe
new file mode 100644
index 0000000..a345221
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/TaskManager.exe differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/TaskManager.pdb b/WpfApp4/bin/Debug/net8.0-windows/TaskManager.pdb
new file mode 100644
index 0000000..7dfd6c5
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/TaskManager.pdb differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/TaskManager.runtimeconfig.json b/WpfApp4/bin/Debug/net8.0-windows/TaskManager.runtimeconfig.json
new file mode 100644
index 0000000..78b5ae6
--- /dev/null
+++ b/WpfApp4/bin/Debug/net8.0-windows/TaskManager.runtimeconfig.json
@@ -0,0 +1,24 @@
+{
+ "runtimeOptions": {
+ "tfm": "net8.0",
+ "frameworks": [
+ {
+ "name": "Microsoft.NETCore.App",
+ "version": "8.0.0"
+ },
+ {
+ "name": "Microsoft.WindowsDesktop.App",
+ "version": "8.0.0"
+ },
+ {
+ "name": "Microsoft.AspNetCore.App",
+ "version": "8.0.0"
+ }
+ ],
+ "configProperties": {
+ "System.Reflection.NullabilityInfoContext.IsSupported": true,
+ "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": true,
+ "CSWINRT_USE_WINDOWS_UI_XAML_PROJECTIONS": false
+ }
+ }
+}
\ No newline at end of file
diff --git a/WpfApp4/bin/Debug/net8.0-windows/WpfApp4.deps.json b/WpfApp4/bin/Debug/net8.0-windows/WpfApp4.deps.json
new file mode 100644
index 0000000..885a5b3
--- /dev/null
+++ b/WpfApp4/bin/Debug/net8.0-windows/WpfApp4.deps.json
@@ -0,0 +1,1757 @@
+{
+ "runtimeTarget": {
+ "name": ".NETCoreApp,Version=v8.0",
+ "signature": ""
+ },
+ "compilationOptions": {},
+ "targets": {
+ ".NETCoreApp,Version=v8.0": {
+ "WpfApp4/1.0.0": {
+ "dependencies": {
+ "Autofac": "8.3.0",
+ "Autofac.Extras.CommonServiceLocator": "6.1.0",
+ "Autofac.Mef": "7.0.0",
+ "Dapper": "2.1.66",
+ "Hangfire": "1.8.18",
+ "ILifeTimeService": "1.0.0",
+ "Microsoft.EntityFrameworkCore": "9.0.5",
+ "Microsoft.EntityFrameworkCore.SqlServer": "9.0.5",
+ "Models": "1.0.0",
+ "ModernWpfUI": "0.9.6",
+ "System.Data.SqlClient": "4.9.0"
+ },
+ "runtime": {
+ "WpfApp4.dll": {}
+ }
+ },
+ "Autofac/8.3.0": {
+ "dependencies": {
+ "System.Diagnostics.DiagnosticSource": "9.0.5"
+ },
+ "runtime": {
+ "lib/net8.0/Autofac.dll": {
+ "assemblyVersion": "8.3.0.0",
+ "fileVersion": "8.3.0.0"
+ }
+ }
+ },
+ "Autofac.Extras.CommonServiceLocator/6.1.0": {
+ "dependencies": {
+ "Autofac": "8.3.0",
+ "CommonServiceLocator": "2.0.7"
+ },
+ "runtime": {
+ "lib/net7.0/Autofac.Extras.CommonServiceLocator.dll": {
+ "assemblyVersion": "6.1.0.0",
+ "fileVersion": "6.1.0.0"
+ }
+ }
+ },
+ "Autofac.Mef/7.0.0": {
+ "dependencies": {
+ "Autofac": "8.3.0",
+ "System.ComponentModel.Composition": "8.0.0"
+ },
+ "runtime": {
+ "lib/net8.0/Autofac.Integration.Mef.dll": {
+ "assemblyVersion": "7.0.0.0",
+ "fileVersion": "7.0.0.0"
+ }
+ }
+ },
+ "Azure.Core/1.38.0": {
+ "dependencies": {
+ "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
+ "System.ClientModel": "1.0.0",
+ "System.Diagnostics.DiagnosticSource": "9.0.5",
+ "System.Memory.Data": "1.0.2",
+ "System.Numerics.Vectors": "4.5.0",
+ "System.Text.Encodings.Web": "9.0.5",
+ "System.Text.Json": "9.0.5",
+ "System.Threading.Tasks.Extensions": "4.5.4"
+ },
+ "runtime": {
+ "lib/net6.0/Azure.Core.dll": {
+ "assemblyVersion": "1.38.0.0",
+ "fileVersion": "1.3800.24.12602"
+ }
+ }
+ },
+ "Azure.Identity/1.11.4": {
+ "dependencies": {
+ "Azure.Core": "1.38.0",
+ "Microsoft.Identity.Client": "4.61.3",
+ "Microsoft.Identity.Client.Extensions.Msal": "4.61.3",
+ "System.Memory": "4.5.4",
+ "System.Security.Cryptography.ProtectedData": "6.0.0",
+ "System.Text.Json": "9.0.5",
+ "System.Threading.Tasks.Extensions": "4.5.4"
+ },
+ "runtime": {
+ "lib/netstandard2.0/Azure.Identity.dll": {
+ "assemblyVersion": "1.11.4.0",
+ "fileVersion": "1.1100.424.31005"
+ }
+ }
+ },
+ "CommonServiceLocator/2.0.7": {
+ "runtime": {
+ "lib/net7.0/CommonServiceLocator.dll": {
+ "assemblyVersion": "2.0.7.0",
+ "fileVersion": "2.0.7.0"
+ }
+ }
+ },
+ "Dapper/2.1.66": {
+ "runtime": {
+ "lib/net8.0/Dapper.dll": {
+ "assemblyVersion": "2.0.0.0",
+ "fileVersion": "2.1.66.48463"
+ }
+ }
+ },
+ "Hangfire/1.8.18": {
+ "dependencies": {
+ "Hangfire.AspNetCore": "1.8.18",
+ "Hangfire.Core": "1.8.18",
+ "Hangfire.SqlServer": "1.8.18"
+ }
+ },
+ "Hangfire.AspNetCore/1.8.18": {
+ "dependencies": {
+ "Hangfire.NetCore": "1.8.18"
+ },
+ "runtime": {
+ "lib/netcoreapp3.0/Hangfire.AspNetCore.dll": {
+ "assemblyVersion": "1.8.18.0",
+ "fileVersion": "1.8.18.0"
+ }
+ }
+ },
+ "Hangfire.Core/1.8.18": {
+ "dependencies": {
+ "Newtonsoft.Json": "11.0.1"
+ },
+ "runtime": {
+ "lib/netstandard2.0/Hangfire.Core.dll": {
+ "assemblyVersion": "1.8.18.0",
+ "fileVersion": "1.8.18.0"
+ }
+ },
+ "resources": {
+ "lib/netstandard2.0/ca/Hangfire.Core.resources.dll": {
+ "locale": "ca"
+ },
+ "lib/netstandard2.0/de/Hangfire.Core.resources.dll": {
+ "locale": "de"
+ },
+ "lib/netstandard2.0/es/Hangfire.Core.resources.dll": {
+ "locale": "es"
+ },
+ "lib/netstandard2.0/fa/Hangfire.Core.resources.dll": {
+ "locale": "fa"
+ },
+ "lib/netstandard2.0/fr/Hangfire.Core.resources.dll": {
+ "locale": "fr"
+ },
+ "lib/netstandard2.0/nb/Hangfire.Core.resources.dll": {
+ "locale": "nb"
+ },
+ "lib/netstandard2.0/nl/Hangfire.Core.resources.dll": {
+ "locale": "nl"
+ },
+ "lib/netstandard2.0/pt-BR/Hangfire.Core.resources.dll": {
+ "locale": "pt-BR"
+ },
+ "lib/netstandard2.0/pt-PT/Hangfire.Core.resources.dll": {
+ "locale": "pt-PT"
+ },
+ "lib/netstandard2.0/pt/Hangfire.Core.resources.dll": {
+ "locale": "pt"
+ },
+ "lib/netstandard2.0/sv/Hangfire.Core.resources.dll": {
+ "locale": "sv"
+ },
+ "lib/netstandard2.0/tr-TR/Hangfire.Core.resources.dll": {
+ "locale": "tr-TR"
+ },
+ "lib/netstandard2.0/zh-TW/Hangfire.Core.resources.dll": {
+ "locale": "zh-TW"
+ },
+ "lib/netstandard2.0/zh/Hangfire.Core.resources.dll": {
+ "locale": "zh"
+ }
+ }
+ },
+ "Hangfire.NetCore/1.8.18": {
+ "dependencies": {
+ "Hangfire.Core": "1.8.18",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.5",
+ "Microsoft.Extensions.Hosting.Abstractions": "3.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "9.0.5"
+ },
+ "runtime": {
+ "lib/netstandard2.1/Hangfire.NetCore.dll": {
+ "assemblyVersion": "1.8.18.0",
+ "fileVersion": "1.8.18.0"
+ }
+ }
+ },
+ "Hangfire.SqlServer/1.8.18": {
+ "dependencies": {
+ "Hangfire.Core": "1.8.18"
+ },
+ "runtime": {
+ "lib/netstandard2.0/Hangfire.SqlServer.dll": {
+ "assemblyVersion": "1.8.18.0",
+ "fileVersion": "1.8.18.0"
+ }
+ }
+ },
+ "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {
+ "assemblyVersion": "1.0.0.0",
+ "fileVersion": "4.700.20.21406"
+ }
+ }
+ },
+ "Microsoft.CSharp/4.5.0": {},
+ "Microsoft.Data.SqlClient/5.1.6": {
+ "dependencies": {
+ "Azure.Identity": "1.11.4",
+ "Microsoft.Data.SqlClient.SNI.runtime": "5.1.1",
+ "Microsoft.Identity.Client": "4.61.3",
+ "Microsoft.IdentityModel.JsonWebTokens": "6.35.0",
+ "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0",
+ "Microsoft.SqlServer.Server": "1.0.0",
+ "System.Configuration.ConfigurationManager": "6.0.1",
+ "System.Diagnostics.DiagnosticSource": "9.0.5",
+ "System.Runtime.Caching": "6.0.0",
+ "System.Security.Cryptography.Cng": "5.0.0",
+ "System.Security.Principal.Windows": "5.0.0",
+ "System.Text.Encoding.CodePages": "6.0.0",
+ "System.Text.Encodings.Web": "9.0.5"
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Data.SqlClient.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.16.24240.5"
+ }
+ },
+ "runtimeTargets": {
+ "runtimes/unix/lib/net6.0/Microsoft.Data.SqlClient.dll": {
+ "rid": "unix",
+ "assetType": "runtime",
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.16.24240.5"
+ },
+ "runtimes/win/lib/net6.0/Microsoft.Data.SqlClient.dll": {
+ "rid": "win",
+ "assetType": "runtime",
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.16.24240.5"
+ }
+ }
+ },
+ "Microsoft.Data.SqlClient.SNI.runtime/5.1.1": {
+ "runtimeTargets": {
+ "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": {
+ "rid": "win-arm",
+ "assetType": "native",
+ "fileVersion": "5.1.1.0"
+ },
+ "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": {
+ "rid": "win-arm64",
+ "assetType": "native",
+ "fileVersion": "5.1.1.0"
+ },
+ "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": {
+ "rid": "win-x64",
+ "assetType": "native",
+ "fileVersion": "5.1.1.0"
+ },
+ "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": {
+ "rid": "win-x86",
+ "assetType": "native",
+ "fileVersion": "5.1.1.0"
+ }
+ }
+ },
+ "Microsoft.EntityFrameworkCore/9.0.5": {
+ "dependencies": {
+ "Microsoft.EntityFrameworkCore.Abstractions": "9.0.5",
+ "Microsoft.EntityFrameworkCore.Analyzers": "9.0.5",
+ "Microsoft.Extensions.Caching.Memory": "9.0.5",
+ "Microsoft.Extensions.Logging": "9.0.5"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.EntityFrameworkCore.dll": {
+ "assemblyVersion": "9.0.5.0",
+ "fileVersion": "9.0.525.21604"
+ }
+ }
+ },
+ "Microsoft.EntityFrameworkCore.Abstractions/9.0.5": {
+ "runtime": {
+ "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {
+ "assemblyVersion": "9.0.5.0",
+ "fileVersion": "9.0.525.21604"
+ }
+ }
+ },
+ "Microsoft.EntityFrameworkCore.Analyzers/9.0.5": {},
+ "Microsoft.EntityFrameworkCore.Relational/9.0.5": {
+ "dependencies": {
+ "Microsoft.EntityFrameworkCore": "9.0.5",
+ "Microsoft.Extensions.Caching.Memory": "9.0.5",
+ "Microsoft.Extensions.Configuration.Abstractions": "9.0.5",
+ "Microsoft.Extensions.Logging": "9.0.5"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll": {
+ "assemblyVersion": "9.0.5.0",
+ "fileVersion": "9.0.525.21604"
+ }
+ }
+ },
+ "Microsoft.EntityFrameworkCore.SqlServer/9.0.5": {
+ "dependencies": {
+ "Microsoft.Data.SqlClient": "5.1.6",
+ "Microsoft.EntityFrameworkCore.Relational": "9.0.5",
+ "Microsoft.Extensions.Caching.Memory": "9.0.5",
+ "Microsoft.Extensions.Configuration.Abstractions": "9.0.5",
+ "Microsoft.Extensions.Logging": "9.0.5",
+ "System.Formats.Asn1": "9.0.5",
+ "System.Text.Json": "9.0.5"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.EntityFrameworkCore.SqlServer.dll": {
+ "assemblyVersion": "9.0.5.0",
+ "fileVersion": "9.0.525.21604"
+ }
+ }
+ },
+ "Microsoft.Extensions.Caching.Abstractions/9.0.5": {
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "9.0.5"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.525.21509"
+ }
+ }
+ },
+ "Microsoft.Extensions.Caching.Memory/9.0.5": {
+ "dependencies": {
+ "Microsoft.Extensions.Caching.Abstractions": "9.0.5",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.5",
+ "Microsoft.Extensions.Logging.Abstractions": "9.0.5",
+ "Microsoft.Extensions.Options": "9.0.5",
+ "Microsoft.Extensions.Primitives": "9.0.5"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.525.21509"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/9.0.5": {
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "9.0.5"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.525.21509"
+ }
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection/9.0.5": {
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.5"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.525.21509"
+ }
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.5": {
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.525.21509"
+ }
+ }
+ },
+ "Microsoft.Extensions.FileProviders.Abstractions/3.0.0": {
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "9.0.5"
+ }
+ },
+ "Microsoft.Extensions.Hosting.Abstractions/3.0.0": {
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "9.0.5",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.5",
+ "Microsoft.Extensions.FileProviders.Abstractions": "3.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "9.0.5"
+ }
+ },
+ "Microsoft.Extensions.Logging/9.0.5": {
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection": "9.0.5",
+ "Microsoft.Extensions.Logging.Abstractions": "9.0.5",
+ "Microsoft.Extensions.Options": "9.0.5"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Logging.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.525.21509"
+ }
+ }
+ },
+ "Microsoft.Extensions.Logging.Abstractions/9.0.5": {
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.5",
+ "System.Diagnostics.DiagnosticSource": "9.0.5"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.525.21509"
+ }
+ }
+ },
+ "Microsoft.Extensions.Options/9.0.5": {
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.5",
+ "Microsoft.Extensions.Primitives": "9.0.5"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Options.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.525.21509"
+ }
+ }
+ },
+ "Microsoft.Extensions.Primitives/9.0.5": {
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Primitives.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.525.21509"
+ }
+ }
+ },
+ "Microsoft.Identity.Client/4.61.3": {
+ "dependencies": {
+ "Microsoft.IdentityModel.Abstractions": "6.35.0",
+ "System.Diagnostics.DiagnosticSource": "9.0.5"
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Identity.Client.dll": {
+ "assemblyVersion": "4.61.3.0",
+ "fileVersion": "4.61.3.0"
+ }
+ }
+ },
+ "Microsoft.Identity.Client.Extensions.Msal/4.61.3": {
+ "dependencies": {
+ "Microsoft.Identity.Client": "4.61.3",
+ "System.Security.Cryptography.ProtectedData": "6.0.0"
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": {
+ "assemblyVersion": "4.61.3.0",
+ "fileVersion": "4.61.3.0"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.Abstractions/6.35.0": {
+ "runtime": {
+ "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": {
+ "assemblyVersion": "6.35.0.0",
+ "fileVersion": "6.35.0.41201"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.JsonWebTokens/6.35.0": {
+ "dependencies": {
+ "Microsoft.IdentityModel.Tokens": "6.35.0",
+ "System.Text.Encoding": "4.3.0",
+ "System.Text.Encodings.Web": "9.0.5",
+ "System.Text.Json": "9.0.5"
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
+ "assemblyVersion": "6.35.0.0",
+ "fileVersion": "6.35.0.41201"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.Logging/6.35.0": {
+ "dependencies": {
+ "Microsoft.IdentityModel.Abstractions": "6.35.0"
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.IdentityModel.Logging.dll": {
+ "assemblyVersion": "6.35.0.0",
+ "fileVersion": "6.35.0.41201"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.Protocols/6.35.0": {
+ "dependencies": {
+ "Microsoft.IdentityModel.Logging": "6.35.0",
+ "Microsoft.IdentityModel.Tokens": "6.35.0"
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": {
+ "assemblyVersion": "6.35.0.0",
+ "fileVersion": "6.35.0.41201"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": {
+ "dependencies": {
+ "Microsoft.IdentityModel.Protocols": "6.35.0",
+ "System.IdentityModel.Tokens.Jwt": "6.35.0"
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
+ "assemblyVersion": "6.35.0.0",
+ "fileVersion": "6.35.0.41201"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.Tokens/6.35.0": {
+ "dependencies": {
+ "Microsoft.CSharp": "4.5.0",
+ "Microsoft.IdentityModel.Logging": "6.35.0",
+ "System.Security.Cryptography.Cng": "5.0.0"
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": {
+ "assemblyVersion": "6.35.0.0",
+ "fileVersion": "6.35.0.41201"
+ }
+ }
+ },
+ "Microsoft.NETCore.Platforms/1.1.0": {},
+ "Microsoft.NETCore.Targets/1.1.0": {},
+ "Microsoft.SqlServer.Server/1.0.0": {
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": {
+ "assemblyVersion": "1.0.0.0",
+ "fileVersion": "1.0.0.0"
+ }
+ }
+ },
+ "Microsoft.Win32.SystemEvents/6.0.0": {},
+ "ModernWpfUI/0.9.6": {
+ "runtime": {
+ "lib/net5.0-windows7.0/ModernWpf.Controls.dll": {
+ "assemblyVersion": "0.9.6.0",
+ "fileVersion": "0.9.6.0"
+ },
+ "lib/net5.0-windows7.0/ModernWpf.dll": {
+ "assemblyVersion": "0.9.6.0",
+ "fileVersion": "0.9.6.0"
+ }
+ },
+ "resources": {
+ "lib/net5.0-windows7.0/af-ZA/ModernWpf.Controls.resources.dll": {
+ "locale": "af-ZA"
+ },
+ "lib/net5.0-windows7.0/af-ZA/ModernWpf.resources.dll": {
+ "locale": "af-ZA"
+ },
+ "lib/net5.0-windows7.0/am-ET/ModernWpf.Controls.resources.dll": {
+ "locale": "am-ET"
+ },
+ "lib/net5.0-windows7.0/am-ET/ModernWpf.resources.dll": {
+ "locale": "am-ET"
+ },
+ "lib/net5.0-windows7.0/ar-SA/ModernWpf.Controls.resources.dll": {
+ "locale": "ar-SA"
+ },
+ "lib/net5.0-windows7.0/ar-SA/ModernWpf.resources.dll": {
+ "locale": "ar-SA"
+ },
+ "lib/net5.0-windows7.0/az-Latn-AZ/ModernWpf.Controls.resources.dll": {
+ "locale": "az-Latn-AZ"
+ },
+ "lib/net5.0-windows7.0/az-Latn-AZ/ModernWpf.resources.dll": {
+ "locale": "az-Latn-AZ"
+ },
+ "lib/net5.0-windows7.0/be-BY/ModernWpf.Controls.resources.dll": {
+ "locale": "be-BY"
+ },
+ "lib/net5.0-windows7.0/be-BY/ModernWpf.resources.dll": {
+ "locale": "be-BY"
+ },
+ "lib/net5.0-windows7.0/bg-BG/ModernWpf.Controls.resources.dll": {
+ "locale": "bg-BG"
+ },
+ "lib/net5.0-windows7.0/bg-BG/ModernWpf.resources.dll": {
+ "locale": "bg-BG"
+ },
+ "lib/net5.0-windows7.0/bn-BD/ModernWpf.Controls.resources.dll": {
+ "locale": "bn-BD"
+ },
+ "lib/net5.0-windows7.0/bn-BD/ModernWpf.resources.dll": {
+ "locale": "bn-BD"
+ },
+ "lib/net5.0-windows7.0/bs-Latn-BA/ModernWpf.Controls.resources.dll": {
+ "locale": "bs-Latn-BA"
+ },
+ "lib/net5.0-windows7.0/bs-Latn-BA/ModernWpf.resources.dll": {
+ "locale": "bs-Latn-BA"
+ },
+ "lib/net5.0-windows7.0/ca-ES/ModernWpf.Controls.resources.dll": {
+ "locale": "ca-ES"
+ },
+ "lib/net5.0-windows7.0/ca-ES/ModernWpf.resources.dll": {
+ "locale": "ca-ES"
+ },
+ "lib/net5.0-windows7.0/cs-CZ/ModernWpf.Controls.resources.dll": {
+ "locale": "cs-CZ"
+ },
+ "lib/net5.0-windows7.0/cs-CZ/ModernWpf.resources.dll": {
+ "locale": "cs-CZ"
+ },
+ "lib/net5.0-windows7.0/da-DK/ModernWpf.Controls.resources.dll": {
+ "locale": "da-DK"
+ },
+ "lib/net5.0-windows7.0/da-DK/ModernWpf.resources.dll": {
+ "locale": "da-DK"
+ },
+ "lib/net5.0-windows7.0/de-DE/ModernWpf.Controls.resources.dll": {
+ "locale": "de-DE"
+ },
+ "lib/net5.0-windows7.0/de-DE/ModernWpf.resources.dll": {
+ "locale": "de-DE"
+ },
+ "lib/net5.0-windows7.0/el-GR/ModernWpf.Controls.resources.dll": {
+ "locale": "el-GR"
+ },
+ "lib/net5.0-windows7.0/el-GR/ModernWpf.resources.dll": {
+ "locale": "el-GR"
+ },
+ "lib/net5.0-windows7.0/en-GB/ModernWpf.Controls.resources.dll": {
+ "locale": "en-GB"
+ },
+ "lib/net5.0-windows7.0/en-GB/ModernWpf.resources.dll": {
+ "locale": "en-GB"
+ },
+ "lib/net5.0-windows7.0/es-ES/ModernWpf.Controls.resources.dll": {
+ "locale": "es-ES"
+ },
+ "lib/net5.0-windows7.0/es-ES/ModernWpf.resources.dll": {
+ "locale": "es-ES"
+ },
+ "lib/net5.0-windows7.0/es-MX/ModernWpf.Controls.resources.dll": {
+ "locale": "es-MX"
+ },
+ "lib/net5.0-windows7.0/es-MX/ModernWpf.resources.dll": {
+ "locale": "es-MX"
+ },
+ "lib/net5.0-windows7.0/et-EE/ModernWpf.Controls.resources.dll": {
+ "locale": "et-EE"
+ },
+ "lib/net5.0-windows7.0/et-EE/ModernWpf.resources.dll": {
+ "locale": "et-EE"
+ },
+ "lib/net5.0-windows7.0/eu-ES/ModernWpf.Controls.resources.dll": {
+ "locale": "eu-ES"
+ },
+ "lib/net5.0-windows7.0/eu-ES/ModernWpf.resources.dll": {
+ "locale": "eu-ES"
+ },
+ "lib/net5.0-windows7.0/fa-IR/ModernWpf.Controls.resources.dll": {
+ "locale": "fa-IR"
+ },
+ "lib/net5.0-windows7.0/fa-IR/ModernWpf.resources.dll": {
+ "locale": "fa-IR"
+ },
+ "lib/net5.0-windows7.0/fi-FI/ModernWpf.Controls.resources.dll": {
+ "locale": "fi-FI"
+ },
+ "lib/net5.0-windows7.0/fi-FI/ModernWpf.resources.dll": {
+ "locale": "fi-FI"
+ },
+ "lib/net5.0-windows7.0/fil-PH/ModernWpf.Controls.resources.dll": {
+ "locale": "fil-PH"
+ },
+ "lib/net5.0-windows7.0/fil-PH/ModernWpf.resources.dll": {
+ "locale": "fil-PH"
+ },
+ "lib/net5.0-windows7.0/fr-CA/ModernWpf.Controls.resources.dll": {
+ "locale": "fr-CA"
+ },
+ "lib/net5.0-windows7.0/fr-CA/ModernWpf.resources.dll": {
+ "locale": "fr-CA"
+ },
+ "lib/net5.0-windows7.0/fr-FR/ModernWpf.Controls.resources.dll": {
+ "locale": "fr-FR"
+ },
+ "lib/net5.0-windows7.0/fr-FR/ModernWpf.resources.dll": {
+ "locale": "fr-FR"
+ },
+ "lib/net5.0-windows7.0/gl-ES/ModernWpf.Controls.resources.dll": {
+ "locale": "gl-ES"
+ },
+ "lib/net5.0-windows7.0/gl-ES/ModernWpf.resources.dll": {
+ "locale": "gl-ES"
+ },
+ "lib/net5.0-windows7.0/he-IL/ModernWpf.Controls.resources.dll": {
+ "locale": "he-IL"
+ },
+ "lib/net5.0-windows7.0/he-IL/ModernWpf.resources.dll": {
+ "locale": "he-IL"
+ },
+ "lib/net5.0-windows7.0/hi-IN/ModernWpf.Controls.resources.dll": {
+ "locale": "hi-IN"
+ },
+ "lib/net5.0-windows7.0/hi-IN/ModernWpf.resources.dll": {
+ "locale": "hi-IN"
+ },
+ "lib/net5.0-windows7.0/hr-HR/ModernWpf.Controls.resources.dll": {
+ "locale": "hr-HR"
+ },
+ "lib/net5.0-windows7.0/hr-HR/ModernWpf.resources.dll": {
+ "locale": "hr-HR"
+ },
+ "lib/net5.0-windows7.0/hu-HU/ModernWpf.Controls.resources.dll": {
+ "locale": "hu-HU"
+ },
+ "lib/net5.0-windows7.0/hu-HU/ModernWpf.resources.dll": {
+ "locale": "hu-HU"
+ },
+ "lib/net5.0-windows7.0/id-ID/ModernWpf.Controls.resources.dll": {
+ "locale": "id-ID"
+ },
+ "lib/net5.0-windows7.0/id-ID/ModernWpf.resources.dll": {
+ "locale": "id-ID"
+ },
+ "lib/net5.0-windows7.0/is-IS/ModernWpf.Controls.resources.dll": {
+ "locale": "is-IS"
+ },
+ "lib/net5.0-windows7.0/is-IS/ModernWpf.resources.dll": {
+ "locale": "is-IS"
+ },
+ "lib/net5.0-windows7.0/it-IT/ModernWpf.Controls.resources.dll": {
+ "locale": "it-IT"
+ },
+ "lib/net5.0-windows7.0/it-IT/ModernWpf.resources.dll": {
+ "locale": "it-IT"
+ },
+ "lib/net5.0-windows7.0/ja-JP/ModernWpf.Controls.resources.dll": {
+ "locale": "ja-JP"
+ },
+ "lib/net5.0-windows7.0/ja-JP/ModernWpf.resources.dll": {
+ "locale": "ja-JP"
+ },
+ "lib/net5.0-windows7.0/ka-GE/ModernWpf.Controls.resources.dll": {
+ "locale": "ka-GE"
+ },
+ "lib/net5.0-windows7.0/ka-GE/ModernWpf.resources.dll": {
+ "locale": "ka-GE"
+ },
+ "lib/net5.0-windows7.0/kk-KZ/ModernWpf.Controls.resources.dll": {
+ "locale": "kk-KZ"
+ },
+ "lib/net5.0-windows7.0/kk-KZ/ModernWpf.resources.dll": {
+ "locale": "kk-KZ"
+ },
+ "lib/net5.0-windows7.0/km-KH/ModernWpf.Controls.resources.dll": {
+ "locale": "km-KH"
+ },
+ "lib/net5.0-windows7.0/km-KH/ModernWpf.resources.dll": {
+ "locale": "km-KH"
+ },
+ "lib/net5.0-windows7.0/kn-IN/ModernWpf.Controls.resources.dll": {
+ "locale": "kn-IN"
+ },
+ "lib/net5.0-windows7.0/kn-IN/ModernWpf.resources.dll": {
+ "locale": "kn-IN"
+ },
+ "lib/net5.0-windows7.0/ko-KR/ModernWpf.Controls.resources.dll": {
+ "locale": "ko-KR"
+ },
+ "lib/net5.0-windows7.0/ko-KR/ModernWpf.resources.dll": {
+ "locale": "ko-KR"
+ },
+ "lib/net5.0-windows7.0/lo-LA/ModernWpf.Controls.resources.dll": {
+ "locale": "lo-LA"
+ },
+ "lib/net5.0-windows7.0/lo-LA/ModernWpf.resources.dll": {
+ "locale": "lo-LA"
+ },
+ "lib/net5.0-windows7.0/lt-LT/ModernWpf.Controls.resources.dll": {
+ "locale": "lt-LT"
+ },
+ "lib/net5.0-windows7.0/lt-LT/ModernWpf.resources.dll": {
+ "locale": "lt-LT"
+ },
+ "lib/net5.0-windows7.0/lv-LV/ModernWpf.Controls.resources.dll": {
+ "locale": "lv-LV"
+ },
+ "lib/net5.0-windows7.0/lv-LV/ModernWpf.resources.dll": {
+ "locale": "lv-LV"
+ },
+ "lib/net5.0-windows7.0/mk-MK/ModernWpf.Controls.resources.dll": {
+ "locale": "mk-MK"
+ },
+ "lib/net5.0-windows7.0/mk-MK/ModernWpf.resources.dll": {
+ "locale": "mk-MK"
+ },
+ "lib/net5.0-windows7.0/ml-IN/ModernWpf.Controls.resources.dll": {
+ "locale": "ml-IN"
+ },
+ "lib/net5.0-windows7.0/ml-IN/ModernWpf.resources.dll": {
+ "locale": "ml-IN"
+ },
+ "lib/net5.0-windows7.0/ms-MY/ModernWpf.Controls.resources.dll": {
+ "locale": "ms-MY"
+ },
+ "lib/net5.0-windows7.0/ms-MY/ModernWpf.resources.dll": {
+ "locale": "ms-MY"
+ },
+ "lib/net5.0-windows7.0/nb-NO/ModernWpf.Controls.resources.dll": {
+ "locale": "nb-NO"
+ },
+ "lib/net5.0-windows7.0/nb-NO/ModernWpf.resources.dll": {
+ "locale": "nb-NO"
+ },
+ "lib/net5.0-windows7.0/nl-NL/ModernWpf.Controls.resources.dll": {
+ "locale": "nl-NL"
+ },
+ "lib/net5.0-windows7.0/nl-NL/ModernWpf.resources.dll": {
+ "locale": "nl-NL"
+ },
+ "lib/net5.0-windows7.0/nn-NO/ModernWpf.Controls.resources.dll": {
+ "locale": "nn-NO"
+ },
+ "lib/net5.0-windows7.0/nn-NO/ModernWpf.resources.dll": {
+ "locale": "nn-NO"
+ },
+ "lib/net5.0-windows7.0/pl-PL/ModernWpf.Controls.resources.dll": {
+ "locale": "pl-PL"
+ },
+ "lib/net5.0-windows7.0/pl-PL/ModernWpf.resources.dll": {
+ "locale": "pl-PL"
+ },
+ "lib/net5.0-windows7.0/pt-BR/ModernWpf.Controls.resources.dll": {
+ "locale": "pt-BR"
+ },
+ "lib/net5.0-windows7.0/pt-BR/ModernWpf.resources.dll": {
+ "locale": "pt-BR"
+ },
+ "lib/net5.0-windows7.0/pt-PT/ModernWpf.Controls.resources.dll": {
+ "locale": "pt-PT"
+ },
+ "lib/net5.0-windows7.0/pt-PT/ModernWpf.resources.dll": {
+ "locale": "pt-PT"
+ },
+ "lib/net5.0-windows7.0/ro-RO/ModernWpf.Controls.resources.dll": {
+ "locale": "ro-RO"
+ },
+ "lib/net5.0-windows7.0/ro-RO/ModernWpf.resources.dll": {
+ "locale": "ro-RO"
+ },
+ "lib/net5.0-windows7.0/ru-RU/ModernWpf.Controls.resources.dll": {
+ "locale": "ru-RU"
+ },
+ "lib/net5.0-windows7.0/ru-RU/ModernWpf.resources.dll": {
+ "locale": "ru-RU"
+ },
+ "lib/net5.0-windows7.0/sk-SK/ModernWpf.Controls.resources.dll": {
+ "locale": "sk-SK"
+ },
+ "lib/net5.0-windows7.0/sk-SK/ModernWpf.resources.dll": {
+ "locale": "sk-SK"
+ },
+ "lib/net5.0-windows7.0/sl-SI/ModernWpf.Controls.resources.dll": {
+ "locale": "sl-SI"
+ },
+ "lib/net5.0-windows7.0/sl-SI/ModernWpf.resources.dll": {
+ "locale": "sl-SI"
+ },
+ "lib/net5.0-windows7.0/sq-AL/ModernWpf.Controls.resources.dll": {
+ "locale": "sq-AL"
+ },
+ "lib/net5.0-windows7.0/sq-AL/ModernWpf.resources.dll": {
+ "locale": "sq-AL"
+ },
+ "lib/net5.0-windows7.0/sr-Latn-RS/ModernWpf.Controls.resources.dll": {
+ "locale": "sr-Latn-RS"
+ },
+ "lib/net5.0-windows7.0/sr-Latn-RS/ModernWpf.resources.dll": {
+ "locale": "sr-Latn-RS"
+ },
+ "lib/net5.0-windows7.0/sv-SE/ModernWpf.Controls.resources.dll": {
+ "locale": "sv-SE"
+ },
+ "lib/net5.0-windows7.0/sv-SE/ModernWpf.resources.dll": {
+ "locale": "sv-SE"
+ },
+ "lib/net5.0-windows7.0/sw-KE/ModernWpf.Controls.resources.dll": {
+ "locale": "sw-KE"
+ },
+ "lib/net5.0-windows7.0/sw-KE/ModernWpf.resources.dll": {
+ "locale": "sw-KE"
+ },
+ "lib/net5.0-windows7.0/ta-IN/ModernWpf.Controls.resources.dll": {
+ "locale": "ta-IN"
+ },
+ "lib/net5.0-windows7.0/ta-IN/ModernWpf.resources.dll": {
+ "locale": "ta-IN"
+ },
+ "lib/net5.0-windows7.0/te-IN/ModernWpf.Controls.resources.dll": {
+ "locale": "te-IN"
+ },
+ "lib/net5.0-windows7.0/te-IN/ModernWpf.resources.dll": {
+ "locale": "te-IN"
+ },
+ "lib/net5.0-windows7.0/th-TH/ModernWpf.Controls.resources.dll": {
+ "locale": "th-TH"
+ },
+ "lib/net5.0-windows7.0/th-TH/ModernWpf.resources.dll": {
+ "locale": "th-TH"
+ },
+ "lib/net5.0-windows7.0/tr-TR/ModernWpf.Controls.resources.dll": {
+ "locale": "tr-TR"
+ },
+ "lib/net5.0-windows7.0/tr-TR/ModernWpf.resources.dll": {
+ "locale": "tr-TR"
+ },
+ "lib/net5.0-windows7.0/uk-UA/ModernWpf.Controls.resources.dll": {
+ "locale": "uk-UA"
+ },
+ "lib/net5.0-windows7.0/uk-UA/ModernWpf.resources.dll": {
+ "locale": "uk-UA"
+ },
+ "lib/net5.0-windows7.0/uz-Latn-UZ/ModernWpf.Controls.resources.dll": {
+ "locale": "uz-Latn-UZ"
+ },
+ "lib/net5.0-windows7.0/uz-Latn-UZ/ModernWpf.resources.dll": {
+ "locale": "uz-Latn-UZ"
+ },
+ "lib/net5.0-windows7.0/vi-VN/ModernWpf.Controls.resources.dll": {
+ "locale": "vi-VN"
+ },
+ "lib/net5.0-windows7.0/vi-VN/ModernWpf.resources.dll": {
+ "locale": "vi-VN"
+ }
+ }
+ },
+ "Newtonsoft.Json/11.0.1": {
+ "runtime": {
+ "lib/netstandard2.0/Newtonsoft.Json.dll": {
+ "assemblyVersion": "11.0.0.0",
+ "fileVersion": "11.0.1.21818"
+ }
+ }
+ },
+ "runtime.native.System.Data.SqlClient.sni/4.4.0": {
+ "dependencies": {
+ "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
+ "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
+ "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0"
+ }
+ },
+ "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
+ "runtimeTargets": {
+ "runtimes/win-arm64/native/sni.dll": {
+ "rid": "win-arm64",
+ "assetType": "native",
+ "fileVersion": "4.6.25512.1"
+ }
+ }
+ },
+ "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
+ "runtimeTargets": {
+ "runtimes/win-x64/native/sni.dll": {
+ "rid": "win-x64",
+ "assetType": "native",
+ "fileVersion": "4.6.25512.1"
+ }
+ }
+ },
+ "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": {
+ "runtimeTargets": {
+ "runtimes/win-x86/native/sni.dll": {
+ "rid": "win-x86",
+ "assetType": "native",
+ "fileVersion": "4.6.25512.1"
+ }
+ }
+ },
+ "System.ClientModel/1.0.0": {
+ "dependencies": {
+ "System.Memory.Data": "1.0.2",
+ "System.Text.Json": "9.0.5"
+ },
+ "runtime": {
+ "lib/net6.0/System.ClientModel.dll": {
+ "assemblyVersion": "1.0.0.0",
+ "fileVersion": "1.0.24.5302"
+ }
+ }
+ },
+ "System.ComponentModel.Composition/8.0.0": {
+ "runtime": {
+ "lib/net8.0/System.ComponentModel.Composition.dll": {
+ "assemblyVersion": "8.0.0.0",
+ "fileVersion": "8.0.23.53103"
+ }
+ }
+ },
+ "System.Configuration.ConfigurationManager/6.0.1": {
+ "dependencies": {
+ "System.Security.Cryptography.ProtectedData": "6.0.0",
+ "System.Security.Permissions": "6.0.0"
+ }
+ },
+ "System.Data.SqlClient/4.9.0": {
+ "dependencies": {
+ "runtime.native.System.Data.SqlClient.sni": "4.4.0"
+ },
+ "runtime": {
+ "lib/net8.0/System.Data.SqlClient.dll": {
+ "assemblyVersion": "4.6.1.6",
+ "fileVersion": "4.900.24.56208"
+ }
+ },
+ "runtimeTargets": {
+ "runtimes/unix/lib/net8.0/System.Data.SqlClient.dll": {
+ "rid": "unix",
+ "assetType": "runtime",
+ "assemblyVersion": "4.6.1.6",
+ "fileVersion": "4.900.24.56208"
+ },
+ "runtimes/win/lib/net8.0/System.Data.SqlClient.dll": {
+ "rid": "win",
+ "assetType": "runtime",
+ "assemblyVersion": "4.6.1.6",
+ "fileVersion": "4.900.24.56208"
+ }
+ }
+ },
+ "System.Diagnostics.DiagnosticSource/9.0.5": {
+ "runtime": {
+ "lib/net8.0/System.Diagnostics.DiagnosticSource.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.525.21509"
+ }
+ }
+ },
+ "System.Drawing.Common/6.0.0": {
+ "dependencies": {
+ "Microsoft.Win32.SystemEvents": "6.0.0"
+ }
+ },
+ "System.Formats.Asn1/9.0.5": {
+ "runtime": {
+ "lib/net8.0/System.Formats.Asn1.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.525.21509"
+ }
+ }
+ },
+ "System.IdentityModel.Tokens.Jwt/6.35.0": {
+ "dependencies": {
+ "Microsoft.IdentityModel.JsonWebTokens": "6.35.0",
+ "Microsoft.IdentityModel.Tokens": "6.35.0"
+ },
+ "runtime": {
+ "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": {
+ "assemblyVersion": "6.35.0.0",
+ "fileVersion": "6.35.0.41201"
+ }
+ }
+ },
+ "System.IO.Pipelines/9.0.5": {
+ "runtime": {
+ "lib/net8.0/System.IO.Pipelines.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.525.21509"
+ }
+ }
+ },
+ "System.Memory/4.5.4": {},
+ "System.Memory.Data/1.0.2": {
+ "dependencies": {
+ "System.Text.Encodings.Web": "9.0.5",
+ "System.Text.Json": "9.0.5"
+ },
+ "runtime": {
+ "lib/netstandard2.0/System.Memory.Data.dll": {
+ "assemblyVersion": "1.0.2.0",
+ "fileVersion": "1.0.221.20802"
+ }
+ }
+ },
+ "System.Numerics.Vectors/4.5.0": {},
+ "System.Runtime/4.3.0": {
+ "dependencies": {
+ "Microsoft.NETCore.Platforms": "1.1.0",
+ "Microsoft.NETCore.Targets": "1.1.0"
+ }
+ },
+ "System.Runtime.Caching/6.0.0": {
+ "dependencies": {
+ "System.Configuration.ConfigurationManager": "6.0.1"
+ },
+ "runtime": {
+ "lib/net6.0/System.Runtime.Caching.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "6.0.21.52210"
+ }
+ },
+ "runtimeTargets": {
+ "runtimes/win/lib/net6.0/System.Runtime.Caching.dll": {
+ "rid": "win",
+ "assetType": "runtime",
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "6.0.21.52210"
+ }
+ }
+ },
+ "System.Runtime.CompilerServices.Unsafe/6.0.0": {},
+ "System.Security.AccessControl/6.0.0": {},
+ "System.Security.Cryptography.Cng/5.0.0": {
+ "dependencies": {
+ "System.Formats.Asn1": "9.0.5"
+ }
+ },
+ "System.Security.Cryptography.ProtectedData/6.0.0": {},
+ "System.Security.Permissions/6.0.0": {
+ "dependencies": {
+ "System.Security.AccessControl": "6.0.0",
+ "System.Windows.Extensions": "6.0.0"
+ }
+ },
+ "System.Security.Principal.Windows/5.0.0": {},
+ "System.Text.Encoding/4.3.0": {
+ "dependencies": {
+ "Microsoft.NETCore.Platforms": "1.1.0",
+ "Microsoft.NETCore.Targets": "1.1.0",
+ "System.Runtime": "4.3.0"
+ }
+ },
+ "System.Text.Encoding.CodePages/6.0.0": {
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ }
+ },
+ "System.Text.Encodings.Web/9.0.5": {
+ "runtime": {
+ "lib/net8.0/System.Text.Encodings.Web.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.525.21509"
+ }
+ },
+ "runtimeTargets": {
+ "runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll": {
+ "rid": "browser",
+ "assetType": "runtime",
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.525.21509"
+ }
+ }
+ },
+ "System.Text.Json/9.0.5": {
+ "dependencies": {
+ "System.IO.Pipelines": "9.0.5",
+ "System.Text.Encodings.Web": "9.0.5"
+ },
+ "runtime": {
+ "lib/net8.0/System.Text.Json.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.525.21509"
+ }
+ }
+ },
+ "System.Threading.Tasks.Extensions/4.5.4": {},
+ "System.Windows.Extensions/6.0.0": {
+ "dependencies": {
+ "System.Drawing.Common": "6.0.0"
+ }
+ },
+ "ILifeTimeService/1.0.0": {
+ "dependencies": {
+ "Autofac": "8.3.0",
+ "Hangfire.Core": "1.8.18"
+ },
+ "runtime": {
+ "ILifeTimeService.dll": {
+ "assemblyVersion": "1.0.0.0",
+ "fileVersion": "1.0.0.0"
+ }
+ }
+ },
+ "Models/1.0.0": {
+ "runtime": {
+ "Models.dll": {
+ "assemblyVersion": "1.0.0.0",
+ "fileVersion": "1.0.0.0"
+ }
+ }
+ }
+ }
+ },
+ "libraries": {
+ "WpfApp4/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ },
+ "Autofac/8.3.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-0Bv8aSKuK4nQAiDKw3+pIv9hUhbPwS63ql9KhjR6DRgE14UNdXrMqO8YMI0PnffZPyCrMs85lNhZRI4eBgQO4w==",
+ "path": "autofac/8.3.0",
+ "hashPath": "autofac.8.3.0.nupkg.sha512"
+ },
+ "Autofac.Extras.CommonServiceLocator/6.1.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-QMBCPPjGyY4EuxjeNfBDfW+ojNvnY1trD3vtVt47Gu65ZWHHfH+uyyjHk6b9EjdDZAKtioZxCTQYyI3q3A5pCw==",
+ "path": "autofac.extras.commonservicelocator/6.1.0",
+ "hashPath": "autofac.extras.commonservicelocator.6.1.0.nupkg.sha512"
+ },
+ "Autofac.Mef/7.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-cjjBEv6dGSgS4sUMuwqa65dY1KH5a7+V08rrDe+8gRlEDafOFIMvATS+eBkEogcn7zUZDk5zueuFbh9kebTbQg==",
+ "path": "autofac.mef/7.0.0",
+ "hashPath": "autofac.mef.7.0.0.nupkg.sha512"
+ },
+ "Azure.Core/1.38.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-IuEgCoVA0ef7E4pQtpC3+TkPbzaoQfa77HlfJDmfuaJUCVJmn7fT0izamZiryW5sYUFKizsftIxMkXKbgIcPMQ==",
+ "path": "azure.core/1.38.0",
+ "hashPath": "azure.core.1.38.0.nupkg.sha512"
+ },
+ "Azure.Identity/1.11.4": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-Sf4BoE6Q3jTgFkgBkx7qztYOFELBCo+wQgpYDwal/qJ1unBH73ywPztIJKXBXORRzAeNijsuxhk94h0TIMvfYg==",
+ "path": "azure.identity/1.11.4",
+ "hashPath": "azure.identity.1.11.4.nupkg.sha512"
+ },
+ "CommonServiceLocator/2.0.7": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-deByA+/7hfPSMqaqcITTkeZhGw41qiIon5F6Q5n5EcMPeYc5hXlifIrVpPKsur4g/PuxYU6umjTx8kQMog4npw==",
+ "path": "commonservicelocator/2.0.7",
+ "hashPath": "commonservicelocator.2.0.7.nupkg.sha512"
+ },
+ "Dapper/2.1.66": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-/q77jUgDOS+bzkmk3Vy9SiWMaetTw+NOoPAV0xPBsGVAyljd5S6P+4RUW7R3ZUGGr9lDRyPKgAMj2UAOwvqZYw==",
+ "path": "dapper/2.1.66",
+ "hashPath": "dapper.2.1.66.nupkg.sha512"
+ },
+ "Hangfire/1.8.18": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-EY+UqMHTOQAtdjeJf3jlnj8MpENyDPTpA6OHMncucVlkaongZjrx+gCN4bgma7vD3BNHqfQ7irYrfE5p1DOBEQ==",
+ "path": "hangfire/1.8.18",
+ "hashPath": "hangfire.1.8.18.nupkg.sha512"
+ },
+ "Hangfire.AspNetCore/1.8.18": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-5D6Do0qgoAnakvh4KnKwhIoUzFU84Z0sCYMB+Sit+ygkpL1P6JGYDcd/9vDBcfr5K3JqBxD4Zh2IK2LOXuuiaw==",
+ "path": "hangfire.aspnetcore/1.8.18",
+ "hashPath": "hangfire.aspnetcore.1.8.18.nupkg.sha512"
+ },
+ "Hangfire.Core/1.8.18": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-oNAkV8QQoYg5+vM2M024NBk49EhTO2BmKDLuQaKNew23RpH9OUGtKDl1KldBdDJrD8TMFzjhWCArol3igd2i2w==",
+ "path": "hangfire.core/1.8.18",
+ "hashPath": "hangfire.core.1.8.18.nupkg.sha512"
+ },
+ "Hangfire.NetCore/1.8.18": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-3KAV9AZ1nqQHC54qR4buNEEKRmQJfq+lODtZxUk5cdi68lV8+9K2f4H1/mIfDlPpgjPFjEfCobNoi2+TIpKySw==",
+ "path": "hangfire.netcore/1.8.18",
+ "hashPath": "hangfire.netcore.1.8.18.nupkg.sha512"
+ },
+ "Hangfire.SqlServer/1.8.18": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-yBfI2ygYfN/31rOrahfOFHee1mwTrG0ppsmK9awCS0mAr2GEaB9eyYqg/lURgZy8AA8UVJVs5nLHa2hc1pDAVQ==",
+ "path": "hangfire.sqlserver/1.8.18",
+ "hashPath": "hangfire.sqlserver.1.8.18.nupkg.sha512"
+ },
+ "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-yuvf07qFWFqtK3P/MRkEKLhn5r2UbSpVueRziSqj0yJQIKFwG1pq9mOayK3zE5qZCTs0CbrwL9M6R8VwqyGy2w==",
+ "path": "microsoft.bcl.asyncinterfaces/1.1.1",
+ "hashPath": "microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512"
+ },
+ "Microsoft.CSharp/4.5.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-kaj6Wb4qoMuH3HySFJhxwQfe8R/sJsNJnANrvv8WdFPMoNbKY5htfNscv+LHCu5ipz+49m2e+WQXpLXr9XYemQ==",
+ "path": "microsoft.csharp/4.5.0",
+ "hashPath": "microsoft.csharp.4.5.0.nupkg.sha512"
+ },
+ "Microsoft.Data.SqlClient/5.1.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-+pz7gIPh5ydsBcQvivt4R98PwJXer86fyQBBToIBLxZ5kuhW4N13Ijz87s9WpuPtF1vh4JesYCgpDPAOgkMhdg==",
+ "path": "microsoft.data.sqlclient/5.1.6",
+ "hashPath": "microsoft.data.sqlclient.5.1.6.nupkg.sha512"
+ },
+ "Microsoft.Data.SqlClient.SNI.runtime/5.1.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-wNGM5ZTQCa2blc9ikXQouybGiyMd6IHPVJvAlBEPtr6JepZEOYeDxGyprYvFVeOxlCXs7avridZQ0nYkHzQWCQ==",
+ "path": "microsoft.data.sqlclient.sni.runtime/5.1.1",
+ "hashPath": "microsoft.data.sqlclient.sni.runtime.5.1.1.nupkg.sha512"
+ },
+ "Microsoft.EntityFrameworkCore/9.0.5": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-TeCtb/vc+jxvgkVAqeJlZKOoG5w/w8AigWQQyOmeJsJ7+0SkONX8bqEV/wB+ojnT0sXuJrrfXQOEC3ws6asEng==",
+ "path": "microsoft.entityframeworkcore/9.0.5",
+ "hashPath": "microsoft.entityframeworkcore.9.0.5.nupkg.sha512"
+ },
+ "Microsoft.EntityFrameworkCore.Abstractions/9.0.5": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-81fGyIibhGc4rq4ZxmVZE/1CFSvGMQOZqdRyCBLKz/Hb8eE973dmSfcdXpXhQ/5f+nbax4VGkWhwPGxWUNWaCQ==",
+ "path": "microsoft.entityframeworkcore.abstractions/9.0.5",
+ "hashPath": "microsoft.entityframeworkcore.abstractions.9.0.5.nupkg.sha512"
+ },
+ "Microsoft.EntityFrameworkCore.Analyzers/9.0.5": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-kWRrD69qCXo7lahPZPt7C127UfK0I024laFZEDMfT3JbALB1EWneFvq1utWM0cNKPFuYis1E1oaYTuRGI/9inQ==",
+ "path": "microsoft.entityframeworkcore.analyzers/9.0.5",
+ "hashPath": "microsoft.entityframeworkcore.analyzers.9.0.5.nupkg.sha512"
+ },
+ "Microsoft.EntityFrameworkCore.Relational/9.0.5": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-6eErbrZFd9yNnncemtDdmHZ3KC792OQCIYITuMsjK2oh4CLzlYo8mzNsozgUzQ+utHnne11/3eV8zMWbYF5Puw==",
+ "path": "microsoft.entityframeworkcore.relational/9.0.5",
+ "hashPath": "microsoft.entityframeworkcore.relational.9.0.5.nupkg.sha512"
+ },
+ "Microsoft.EntityFrameworkCore.SqlServer/9.0.5": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-Y4194uyqwMivN2ioKd7GYBFVeeG2kZFFC1ZCmOTvXy3G6Wd05ZVyUyR/3mB+SHCequMPt/DI4f58WMmVaOS6eg==",
+ "path": "microsoft.entityframeworkcore.sqlserver/9.0.5",
+ "hashPath": "microsoft.entityframeworkcore.sqlserver.9.0.5.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Caching.Abstractions/9.0.5": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-RV6wOTvH5BeVRs6cvxFuaV1ut05Dklpvq19XRO1JxAayfLWYIEP7K94aamY0iSUhoehWk1X5H6gMcbZkHuBjew==",
+ "path": "microsoft.extensions.caching.abstractions/9.0.5",
+ "hashPath": "microsoft.extensions.caching.abstractions.9.0.5.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Caching.Memory/9.0.5": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-qDmoAzIUBup5KZG1Abv51ifbHMCWFnaXbt05l+Sd92mLOpF9OwHOuoxu3XhzXaPGfq0Ns3pv1df5l8zuKjFgGw==",
+ "path": "microsoft.extensions.caching.memory/9.0.5",
+ "hashPath": "microsoft.extensions.caching.memory.9.0.5.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/9.0.5": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-ew0G6gIznnyAkbIa67wXspkDFcVektjN3xaDAfBDIPbWph+rbuGaaohFxUSGw28ht7wdcWtTtElKnzfkcDDbOQ==",
+ "path": "microsoft.extensions.configuration.abstractions/9.0.5",
+ "hashPath": "microsoft.extensions.configuration.abstractions.9.0.5.nupkg.sha512"
+ },
+ "Microsoft.Extensions.DependencyInjection/9.0.5": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-N1Mn0T/tUBPoLL+Fzsp+VCEtneUhhxc1//Dx3BeuQ8AX+XrMlYCfnp2zgpEXnTCB7053CLdiqVWPZ7mEX6MPjg==",
+ "path": "microsoft.extensions.dependencyinjection/9.0.5",
+ "hashPath": "microsoft.extensions.dependencyinjection.9.0.5.nupkg.sha512"
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.5": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-cjnRtsEAzU73aN6W7vkWy8Phj5t3Xm78HSqgrbh/O4Q9SK/yN73wZVa21QQY6amSLQRQ/M8N+koGnY6PuvKQsw==",
+ "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.5",
+ "hashPath": "microsoft.extensions.dependencyinjection.abstractions.9.0.5.nupkg.sha512"
+ },
+ "Microsoft.Extensions.FileProviders.Abstractions/3.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-kahEeykb6FyQytoZNNXuz74X85B4weIEt8Kd+0klK48bkXDWOIHAOvNjlGsPMcS9CL935Te8QGQS83JqCbpdHA==",
+ "path": "microsoft.extensions.fileproviders.abstractions/3.0.0",
+ "hashPath": "microsoft.extensions.fileproviders.abstractions.3.0.0.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Hosting.Abstractions/3.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-qeDWS5ErmkUN96BdQqpmeCmLk5HJWQ/SPw3ux5v5/Qb0hKZS5wojBMulnBC7JUEiBwg7Ir71Yjf1lFiRT5MdtQ==",
+ "path": "microsoft.extensions.hosting.abstractions/3.0.0",
+ "hashPath": "microsoft.extensions.hosting.abstractions.3.0.0.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Logging/9.0.5": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-rQU61lrgvpE/UgcAd4E56HPxUIkX/VUQCxWmwDTLLVeuwRDYTL0q/FLGfAW17cGTKyCh7ywYAEnY3sTEvURsfg==",
+ "path": "microsoft.extensions.logging/9.0.5",
+ "hashPath": "microsoft.extensions.logging.9.0.5.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Logging.Abstractions/9.0.5": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-pP1PADCrIxMYJXxFmTVbAgEU7GVpjK5i0/tyfU9DiE0oXQy3JWQaOVgCkrCiePLgS8b5sghM3Fau3EeHiVWbCg==",
+ "path": "microsoft.extensions.logging.abstractions/9.0.5",
+ "hashPath": "microsoft.extensions.logging.abstractions.9.0.5.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Options/9.0.5": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-vPdJQU8YLOUSSK8NL0RmwcXJr2E0w8xH559PGQl4JYsglgilZr9LZnqV2zdgk+XR05+kuvhBEZKoDVd46o7NqA==",
+ "path": "microsoft.extensions.options/9.0.5",
+ "hashPath": "microsoft.extensions.options.9.0.5.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Primitives/9.0.5": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-b4OAv1qE1C9aM+ShWJu3rlo/WjDwa/I30aIPXqDWSKXTtKl1Wwh6BZn+glH5HndGVVn3C6ZAPQj5nv7/7HJNBQ==",
+ "path": "microsoft.extensions.primitives/9.0.5",
+ "hashPath": "microsoft.extensions.primitives.9.0.5.nupkg.sha512"
+ },
+ "Microsoft.Identity.Client/4.61.3": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-naJo/Qm35Caaoxp5utcw+R8eU8ZtLz2ALh8S+gkekOYQ1oazfCQMWVT4NJ/FnHzdIJlm8dMz0oMpMGCabx5odA==",
+ "path": "microsoft.identity.client/4.61.3",
+ "hashPath": "microsoft.identity.client.4.61.3.nupkg.sha512"
+ },
+ "Microsoft.Identity.Client.Extensions.Msal/4.61.3": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-PWnJcznrSGr25MN8ajlc2XIDW4zCFu0U6FkpaNLEWLgd1NgFCp5uDY3mqLDgM8zCN8hqj8yo5wHYfLB2HjcdGw==",
+ "path": "microsoft.identity.client.extensions.msal/4.61.3",
+ "hashPath": "microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512"
+ },
+ "Microsoft.IdentityModel.Abstractions/6.35.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-xuR8E4Rd96M41CnUSCiOJ2DBh+z+zQSmyrYHdYhD6K4fXBcQGVnRCFQ0efROUYpP+p0zC1BLKr0JRpVuujTZSg==",
+ "path": "microsoft.identitymodel.abstractions/6.35.0",
+ "hashPath": "microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512"
+ },
+ "Microsoft.IdentityModel.JsonWebTokens/6.35.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-9wxai3hKgZUb4/NjdRKfQd0QJvtXKDlvmGMYACbEC8DFaicMFCFhQFZq9ZET1kJLwZahf2lfY5Gtcpsx8zYzbg==",
+ "path": "microsoft.identitymodel.jsonwebtokens/6.35.0",
+ "hashPath": "microsoft.identitymodel.jsonwebtokens.6.35.0.nupkg.sha512"
+ },
+ "Microsoft.IdentityModel.Logging/6.35.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-jePrSfGAmqT81JDCNSY+fxVWoGuJKt9e6eJ+vT7+quVS55nWl//jGjUQn4eFtVKt4rt5dXaleZdHRB9J9AJZ7Q==",
+ "path": "microsoft.identitymodel.logging/6.35.0",
+ "hashPath": "microsoft.identitymodel.logging.6.35.0.nupkg.sha512"
+ },
+ "Microsoft.IdentityModel.Protocols/6.35.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-BPQhlDzdFvv1PzaUxNSk+VEPwezlDEVADIKmyxubw7IiELK18uJ06RQ9QKKkds30XI+gDu9n8j24XQ8w7fjWcg==",
+ "path": "microsoft.identitymodel.protocols/6.35.0",
+ "hashPath": "microsoft.identitymodel.protocols.6.35.0.nupkg.sha512"
+ },
+ "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-LMtVqnECCCdSmyFoCOxIE5tXQqkOLrvGrL7OxHg41DIm1bpWtaCdGyVcTAfOQpJXvzND9zUKIN/lhngPkYR8vg==",
+ "path": "microsoft.identitymodel.protocols.openidconnect/6.35.0",
+ "hashPath": "microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512"
+ },
+ "Microsoft.IdentityModel.Tokens/6.35.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-RN7lvp7s3Boucg1NaNAbqDbxtlLj5Qeb+4uSS1TeK5FSBVM40P4DKaTKChT43sHyKfh7V0zkrMph6DdHvyA4bg==",
+ "path": "microsoft.identitymodel.tokens/6.35.0",
+ "hashPath": "microsoft.identitymodel.tokens.6.35.0.nupkg.sha512"
+ },
+ "Microsoft.NETCore.Platforms/1.1.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
+ "path": "microsoft.netcore.platforms/1.1.0",
+ "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512"
+ },
+ "Microsoft.NETCore.Targets/1.1.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
+ "path": "microsoft.netcore.targets/1.1.0",
+ "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
+ },
+ "Microsoft.SqlServer.Server/1.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-N4KeF3cpcm1PUHym1RmakkzfkEv3GRMyofVv40uXsQhCQeglr2OHNcUk2WOG51AKpGO8ynGpo9M/kFXSzghwug==",
+ "path": "microsoft.sqlserver.server/1.0.0",
+ "hashPath": "microsoft.sqlserver.server.1.0.0.nupkg.sha512"
+ },
+ "Microsoft.Win32.SystemEvents/6.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A==",
+ "path": "microsoft.win32.systemevents/6.0.0",
+ "hashPath": "microsoft.win32.systemevents.6.0.0.nupkg.sha512"
+ },
+ "ModernWpfUI/0.9.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-eWe90HciyudQQtZVbZ9QFssS74BwK69W7cBd52AEZHmrsS4hrSA+/BpUbAFWzzFDH6FBE1xsHPiRC+wHS7xgJw==",
+ "path": "modernwpfui/0.9.6",
+ "hashPath": "modernwpfui.0.9.6.nupkg.sha512"
+ },
+ "Newtonsoft.Json/11.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-pNN4l+J6LlpIvHOeNdXlwxv39NPJ2B5klz+Rd2UQZIx30Squ5oND1Yy3wEAUoKn0GPUj6Yxt9lxlYWQqfZcvKg==",
+ "path": "newtonsoft.json/11.0.1",
+ "hashPath": "newtonsoft.json.11.0.1.nupkg.sha512"
+ },
+ "runtime.native.System.Data.SqlClient.sni/4.4.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-A8v6PGmk+UGbfWo5Ixup0lPM4swuSwOiayJExZwKIOjTlFFQIsu3QnDXECosBEyrWSPryxBVrdqtJyhK3BaupQ==",
+ "path": "runtime.native.system.data.sqlclient.sni/4.4.0",
+ "hashPath": "runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
+ },
+ "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==",
+ "path": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0",
+ "hashPath": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
+ },
+ "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==",
+ "path": "runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0",
+ "hashPath": "runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
+ },
+ "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==",
+ "path": "runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0",
+ "hashPath": "runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
+ },
+ "System.ClientModel/1.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-I3CVkvxeqFYjIVEP59DnjbeoGNfo/+SZrCLpRz2v/g0gpCHaEMPtWSY0s9k/7jR1rAsLNg2z2u1JRB76tPjnIw==",
+ "path": "system.clientmodel/1.0.0",
+ "hashPath": "system.clientmodel.1.0.0.nupkg.sha512"
+ },
+ "System.ComponentModel.Composition/8.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-bGhUX5BTivJ9Wax0qnJy7uGq7dn/TQkEpJ2Fpu1etg8dbPwyDkUzNPc1d3I2/jUr9y4wDI3a1dkSmi8X21Pzbw==",
+ "path": "system.componentmodel.composition/8.0.0",
+ "hashPath": "system.componentmodel.composition.8.0.0.nupkg.sha512"
+ },
+ "System.Configuration.ConfigurationManager/6.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-jXw9MlUu/kRfEU0WyTptAVueupqIeE3/rl0EZDMlf8pcvJnitQ8HeVEp69rZdaStXwTV72boi/Bhw8lOeO+U2w==",
+ "path": "system.configuration.configurationmanager/6.0.1",
+ "hashPath": "system.configuration.configurationmanager.6.0.1.nupkg.sha512"
+ },
+ "System.Data.SqlClient/4.9.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-j4KJO+vC62NyUtNHz854njEqXbT8OmAa5jb1nrGfYWBOcggyYUQE0w/snXeaCjdvkSKWuUD+hfvlbN8pTrJTXg==",
+ "path": "system.data.sqlclient/4.9.0",
+ "hashPath": "system.data.sqlclient.4.9.0.nupkg.sha512"
+ },
+ "System.Diagnostics.DiagnosticSource/9.0.5": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-WoI5or8kY2VxFdDmsaRZ5yaYvvb+4MCyy66eXo79Cy1uMa7qXeGIlYmZx7R9Zy5S4xZjmqvkk2V8L6/vDwAAEA==",
+ "path": "system.diagnostics.diagnosticsource/9.0.5",
+ "hashPath": "system.diagnostics.diagnosticsource.9.0.5.nupkg.sha512"
+ },
+ "System.Drawing.Common/6.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==",
+ "path": "system.drawing.common/6.0.0",
+ "hashPath": "system.drawing.common.6.0.0.nupkg.sha512"
+ },
+ "System.Formats.Asn1/9.0.5": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-GpMHKhuwUgnp1jKiZQ1slyAQnLp4HG2MgzCJ4u4oZEfi6aBzE3HOx01JFStaiC8dtJqsv0WlrGAWVixv8TEN1w==",
+ "path": "system.formats.asn1/9.0.5",
+ "hashPath": "system.formats.asn1.9.0.5.nupkg.sha512"
+ },
+ "System.IdentityModel.Tokens.Jwt/6.35.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-yxGIQd3BFK7F6S62/7RdZk3C/mfwyVxvh6ngd1VYMBmbJ1YZZA9+Ku6suylVtso0FjI0wbElpJ0d27CdsyLpBQ==",
+ "path": "system.identitymodel.tokens.jwt/6.35.0",
+ "hashPath": "system.identitymodel.tokens.jwt.6.35.0.nupkg.sha512"
+ },
+ "System.IO.Pipelines/9.0.5": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-5WXo+3MGcnYn54+1ojf+kRzKq1Q6sDUnovujNJ2ky1nl1/kP3+PMil9LPbFvZ2mkhvAGmQcY07G2sfHat/v0Fw==",
+ "path": "system.io.pipelines/9.0.5",
+ "hashPath": "system.io.pipelines.9.0.5.nupkg.sha512"
+ },
+ "System.Memory/4.5.4": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==",
+ "path": "system.memory/4.5.4",
+ "hashPath": "system.memory.4.5.4.nupkg.sha512"
+ },
+ "System.Memory.Data/1.0.2": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-JGkzeqgBsiZwKJZ1IxPNsDFZDhUvuEdX8L8BDC8N3KOj+6zMcNU28CNN59TpZE/VJYy9cP+5M+sbxtWJx3/xtw==",
+ "path": "system.memory.data/1.0.2",
+ "hashPath": "system.memory.data.1.0.2.nupkg.sha512"
+ },
+ "System.Numerics.Vectors/4.5.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==",
+ "path": "system.numerics.vectors/4.5.0",
+ "hashPath": "system.numerics.vectors.4.5.0.nupkg.sha512"
+ },
+ "System.Runtime/4.3.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
+ "path": "system.runtime/4.3.0",
+ "hashPath": "system.runtime.4.3.0.nupkg.sha512"
+ },
+ "System.Runtime.Caching/6.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-E0e03kUp5X2k+UAoVl6efmI7uU7JRBWi5EIdlQ7cr0NpBGjHG4fWII35PgsBY9T4fJQ8E4QPsL0rKksU9gcL5A==",
+ "path": "system.runtime.caching/6.0.0",
+ "hashPath": "system.runtime.caching.6.0.0.nupkg.sha512"
+ },
+ "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
+ "path": "system.runtime.compilerservices.unsafe/6.0.0",
+ "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
+ },
+ "System.Security.AccessControl/6.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-AUADIc0LIEQe7MzC+I0cl0rAT8RrTAKFHl53yHjEUzNVIaUlhFY11vc2ebiVJzVBuOzun6F7FBA+8KAbGTTedQ==",
+ "path": "system.security.accesscontrol/6.0.0",
+ "hashPath": "system.security.accesscontrol.6.0.0.nupkg.sha512"
+ },
+ "System.Security.Cryptography.Cng/5.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==",
+ "path": "system.security.cryptography.cng/5.0.0",
+ "hashPath": "system.security.cryptography.cng.5.0.0.nupkg.sha512"
+ },
+ "System.Security.Cryptography.ProtectedData/6.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-rp1gMNEZpvx9vP0JW0oHLxlf8oSiQgtno77Y4PLUBjSiDYoD77Y8uXHr1Ea5XG4/pIKhqAdxZ8v8OTUtqo9PeQ==",
+ "path": "system.security.cryptography.protecteddata/6.0.0",
+ "hashPath": "system.security.cryptography.protecteddata.6.0.0.nupkg.sha512"
+ },
+ "System.Security.Permissions/6.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-T/uuc7AklkDoxmcJ7LGkyX1CcSviZuLCa4jg3PekfJ7SU0niF0IVTXwUiNVP9DSpzou2PpxJ+eNY2IfDM90ZCg==",
+ "path": "system.security.permissions/6.0.0",
+ "hashPath": "system.security.permissions.6.0.0.nupkg.sha512"
+ },
+ "System.Security.Principal.Windows/5.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==",
+ "path": "system.security.principal.windows/5.0.0",
+ "hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512"
+ },
+ "System.Text.Encoding/4.3.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
+ "path": "system.text.encoding/4.3.0",
+ "hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
+ },
+ "System.Text.Encoding.CodePages/6.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-ZFCILZuOvtKPauZ/j/swhvw68ZRi9ATCfvGbk1QfydmcXBkIWecWKn/250UH7rahZ5OoDBaiAudJtPvLwzw85A==",
+ "path": "system.text.encoding.codepages/6.0.0",
+ "hashPath": "system.text.encoding.codepages.6.0.0.nupkg.sha512"
+ },
+ "System.Text.Encodings.Web/9.0.5": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-HJPmqP2FsE+WVUUlTsZ4IFRSyzw40yz0ubiTnsaqm+Xo5fFZhVRvx6Zn8tLXj92/6pbre6OA4QL2A2vnCSKxJA==",
+ "path": "system.text.encodings.web/9.0.5",
+ "hashPath": "system.text.encodings.web.9.0.5.nupkg.sha512"
+ },
+ "System.Text.Json/9.0.5": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-rnP61ZfloTgPQPe7ecr36loNiGX3g1PocxlKHdY/FUpDSsExKkTxpMAlB4X35wNEPr1X7mkYZuQvW3Lhxmu7KA==",
+ "path": "system.text.json/9.0.5",
+ "hashPath": "system.text.json.9.0.5.nupkg.sha512"
+ },
+ "System.Threading.Tasks.Extensions/4.5.4": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==",
+ "path": "system.threading.tasks.extensions/4.5.4",
+ "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512"
+ },
+ "System.Windows.Extensions/6.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-IXoJOXIqc39AIe+CIR7koBtRGMiCt/LPM3lI+PELtDIy9XdyeSrwXFdWV9dzJ2Awl0paLWUaknLxFQ5HpHZUog==",
+ "path": "system.windows.extensions/6.0.0",
+ "hashPath": "system.windows.extensions.6.0.0.nupkg.sha512"
+ },
+ "ILifeTimeService/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ },
+ "Models/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ }
+ }
+}
\ No newline at end of file
diff --git a/WpfApp4/bin/Debug/net8.0-windows/WpfApp4.dll b/WpfApp4/bin/Debug/net8.0-windows/WpfApp4.dll
new file mode 100644
index 0000000..05f30f9
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/WpfApp4.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/WpfApp4.dll.config b/WpfApp4/bin/Debug/net8.0-windows/WpfApp4.dll.config
new file mode 100644
index 0000000..ac59e78
--- /dev/null
+++ b/WpfApp4/bin/Debug/net8.0-windows/WpfApp4.dll.config
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/WpfApp4/bin/Debug/net8.0-windows/WpfApp4.exe b/WpfApp4/bin/Debug/net8.0-windows/WpfApp4.exe
new file mode 100644
index 0000000..1dde30b
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/WpfApp4.exe differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/WpfApp4.pdb b/WpfApp4/bin/Debug/net8.0-windows/WpfApp4.pdb
new file mode 100644
index 0000000..bfad52e
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/WpfApp4.pdb differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/WpfApp4.runtimeconfig.json b/WpfApp4/bin/Debug/net8.0-windows/WpfApp4.runtimeconfig.json
new file mode 100644
index 0000000..78b5ae6
--- /dev/null
+++ b/WpfApp4/bin/Debug/net8.0-windows/WpfApp4.runtimeconfig.json
@@ -0,0 +1,24 @@
+{
+ "runtimeOptions": {
+ "tfm": "net8.0",
+ "frameworks": [
+ {
+ "name": "Microsoft.NETCore.App",
+ "version": "8.0.0"
+ },
+ {
+ "name": "Microsoft.WindowsDesktop.App",
+ "version": "8.0.0"
+ },
+ {
+ "name": "Microsoft.AspNetCore.App",
+ "version": "8.0.0"
+ }
+ ],
+ "configProperties": {
+ "System.Reflection.NullabilityInfoContext.IsSupported": true,
+ "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": true,
+ "CSWINRT_USE_WINDOWS_UI_XAML_PROJECTIONS": false
+ }
+ }
+}
\ No newline at end of file
diff --git a/WpfApp4/bin/Debug/net8.0-windows/af-ZA/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/af-ZA/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..5859bc2
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/af-ZA/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/af-ZA/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/af-ZA/ModernWpf.resources.dll
new file mode 100644
index 0000000..2c5d427
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/af-ZA/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/am-ET/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/am-ET/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..ed2839a
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/am-ET/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/am-ET/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/am-ET/ModernWpf.resources.dll
new file mode 100644
index 0000000..78beda2
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/am-ET/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/ar-SA/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/ar-SA/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..622dfd4
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/ar-SA/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/ar-SA/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/ar-SA/ModernWpf.resources.dll
new file mode 100644
index 0000000..34d8c47
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/ar-SA/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/az-Latn-AZ/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/az-Latn-AZ/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..f7790e6
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/az-Latn-AZ/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/az-Latn-AZ/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/az-Latn-AZ/ModernWpf.resources.dll
new file mode 100644
index 0000000..068f8ad
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/az-Latn-AZ/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/be-BY/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/be-BY/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..c38cab0
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/be-BY/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/be-BY/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/be-BY/ModernWpf.resources.dll
new file mode 100644
index 0000000..6722822
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/be-BY/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/bg-BG/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/bg-BG/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..25dbd6e
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/bg-BG/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/bg-BG/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/bg-BG/ModernWpf.resources.dll
new file mode 100644
index 0000000..911d48b
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/bg-BG/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/bn-BD/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/bn-BD/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..48b93a5
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/bn-BD/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/bn-BD/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/bn-BD/ModernWpf.resources.dll
new file mode 100644
index 0000000..d7367c0
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/bn-BD/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/bs-Latn-BA/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/bs-Latn-BA/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..765f0c3
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/bs-Latn-BA/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/bs-Latn-BA/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/bs-Latn-BA/ModernWpf.resources.dll
new file mode 100644
index 0000000..07cb802
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/bs-Latn-BA/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/ca-ES/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/ca-ES/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..3fbde51
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/ca-ES/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/ca-ES/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/ca-ES/ModernWpf.resources.dll
new file mode 100644
index 0000000..776fcd0
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/ca-ES/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/ca/Hangfire.Core.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/ca/Hangfire.Core.resources.dll
new file mode 100644
index 0000000..c363d87
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/ca/Hangfire.Core.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/cs-CZ/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/cs-CZ/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..90b324d
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/cs-CZ/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/cs-CZ/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/cs-CZ/ModernWpf.resources.dll
new file mode 100644
index 0000000..3623ec1
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/cs-CZ/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/da-DK/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/da-DK/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..4a27660
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/da-DK/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/da-DK/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/da-DK/ModernWpf.resources.dll
new file mode 100644
index 0000000..5bd0270
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/da-DK/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/de-DE/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/de-DE/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..406da29
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/de-DE/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/de-DE/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/de-DE/ModernWpf.resources.dll
new file mode 100644
index 0000000..1808f81
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/de-DE/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/de/Hangfire.Core.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/de/Hangfire.Core.resources.dll
new file mode 100644
index 0000000..5d64d82
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/de/Hangfire.Core.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/el-GR/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/el-GR/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..bb61f98
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/el-GR/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/el-GR/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/el-GR/ModernWpf.resources.dll
new file mode 100644
index 0000000..f909135
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/el-GR/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/en-GB/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/en-GB/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..8455d6d
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/en-GB/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/en-GB/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/en-GB/ModernWpf.resources.dll
new file mode 100644
index 0000000..bcb21f5
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/en-GB/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/es-ES/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/es-ES/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..1ad79bf
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/es-ES/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/es-ES/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/es-ES/ModernWpf.resources.dll
new file mode 100644
index 0000000..0acbc84
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/es-ES/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/es-MX/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/es-MX/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..e3a762d
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/es-MX/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/es-MX/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/es-MX/ModernWpf.resources.dll
new file mode 100644
index 0000000..a6fceb5
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/es-MX/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/es/Hangfire.Core.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/es/Hangfire.Core.resources.dll
new file mode 100644
index 0000000..166d3a3
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/es/Hangfire.Core.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/et-EE/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/et-EE/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..1d07c11
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/et-EE/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/et-EE/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/et-EE/ModernWpf.resources.dll
new file mode 100644
index 0000000..5f31f09
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/et-EE/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/eu-ES/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/eu-ES/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..eff5e78
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/eu-ES/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/eu-ES/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/eu-ES/ModernWpf.resources.dll
new file mode 100644
index 0000000..5e7ebc0
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/eu-ES/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/fa-IR/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/fa-IR/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..50005d1
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/fa-IR/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/fa-IR/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/fa-IR/ModernWpf.resources.dll
new file mode 100644
index 0000000..5bdab09
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/fa-IR/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/fa/Hangfire.Core.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/fa/Hangfire.Core.resources.dll
new file mode 100644
index 0000000..2ce75bb
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/fa/Hangfire.Core.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/fi-FI/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/fi-FI/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..10b6c67
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/fi-FI/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/fi-FI/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/fi-FI/ModernWpf.resources.dll
new file mode 100644
index 0000000..a6889e0
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/fi-FI/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/fil-PH/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/fil-PH/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..bf1795e
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/fil-PH/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/fil-PH/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/fil-PH/ModernWpf.resources.dll
new file mode 100644
index 0000000..53ef3c4
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/fil-PH/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/fr-CA/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/fr-CA/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..b79c2e4
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/fr-CA/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/fr-CA/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/fr-CA/ModernWpf.resources.dll
new file mode 100644
index 0000000..fe73bc3
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/fr-CA/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/fr-FR/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/fr-FR/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..0f6a300
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/fr-FR/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/fr-FR/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/fr-FR/ModernWpf.resources.dll
new file mode 100644
index 0000000..1585392
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/fr-FR/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/fr/Hangfire.Core.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/fr/Hangfire.Core.resources.dll
new file mode 100644
index 0000000..2b2607d
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/fr/Hangfire.Core.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/gl-ES/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/gl-ES/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..356faff
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/gl-ES/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/gl-ES/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/gl-ES/ModernWpf.resources.dll
new file mode 100644
index 0000000..d91caf7
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/gl-ES/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/he-IL/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/he-IL/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..a663e0a
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/he-IL/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/he-IL/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/he-IL/ModernWpf.resources.dll
new file mode 100644
index 0000000..320bd18
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/he-IL/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/hi-IN/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/hi-IN/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..41a165b
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/hi-IN/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/hi-IN/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/hi-IN/ModernWpf.resources.dll
new file mode 100644
index 0000000..ad2b204
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/hi-IN/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/hr-HR/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/hr-HR/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..f56eee9
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/hr-HR/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/hr-HR/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/hr-HR/ModernWpf.resources.dll
new file mode 100644
index 0000000..8c47b54
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/hr-HR/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/hu-HU/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/hu-HU/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..a57b7a9
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/hu-HU/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/hu-HU/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/hu-HU/ModernWpf.resources.dll
new file mode 100644
index 0000000..b85137e
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/hu-HU/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/id-ID/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/id-ID/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..6fc02f5
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/id-ID/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/id-ID/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/id-ID/ModernWpf.resources.dll
new file mode 100644
index 0000000..5d5a6a5
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/id-ID/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/is-IS/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/is-IS/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..83c6950
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/is-IS/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/is-IS/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/is-IS/ModernWpf.resources.dll
new file mode 100644
index 0000000..6cc9abe
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/is-IS/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/it-IT/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/it-IT/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..0865434
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/it-IT/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/it-IT/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/it-IT/ModernWpf.resources.dll
new file mode 100644
index 0000000..a3bbb10
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/it-IT/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/ja-JP/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/ja-JP/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..5840397
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/ja-JP/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/ja-JP/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/ja-JP/ModernWpf.resources.dll
new file mode 100644
index 0000000..0a428e1
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/ja-JP/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/ka-GE/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/ka-GE/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..530209a
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/ka-GE/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/ka-GE/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/ka-GE/ModernWpf.resources.dll
new file mode 100644
index 0000000..9687fda
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/ka-GE/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/kk-KZ/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/kk-KZ/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..ada73cb
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/kk-KZ/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/kk-KZ/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/kk-KZ/ModernWpf.resources.dll
new file mode 100644
index 0000000..597b137
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/kk-KZ/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/km-KH/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/km-KH/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..610070c
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/km-KH/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/km-KH/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/km-KH/ModernWpf.resources.dll
new file mode 100644
index 0000000..b942567
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/km-KH/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/kn-IN/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/kn-IN/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..a3f21e8
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/kn-IN/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/kn-IN/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/kn-IN/ModernWpf.resources.dll
new file mode 100644
index 0000000..1d926d3
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/kn-IN/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/ko-KR/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/ko-KR/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..8a75245
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/ko-KR/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/ko-KR/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/ko-KR/ModernWpf.resources.dll
new file mode 100644
index 0000000..aa63154
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/ko-KR/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/lo-LA/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/lo-LA/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..c2c7adb
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/lo-LA/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/lo-LA/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/lo-LA/ModernWpf.resources.dll
new file mode 100644
index 0000000..1508509
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/lo-LA/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/lt-LT/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/lt-LT/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..9538881
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/lt-LT/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/lt-LT/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/lt-LT/ModernWpf.resources.dll
new file mode 100644
index 0000000..6a64952
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/lt-LT/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/lv-LV/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/lv-LV/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..a02f144
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/lv-LV/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/lv-LV/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/lv-LV/ModernWpf.resources.dll
new file mode 100644
index 0000000..468d558
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/lv-LV/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/mk-MK/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/mk-MK/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..4874cfe
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/mk-MK/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/mk-MK/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/mk-MK/ModernWpf.resources.dll
new file mode 100644
index 0000000..2ff486a
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/mk-MK/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/ml-IN/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/ml-IN/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..4d3e7c4
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/ml-IN/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/ml-IN/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/ml-IN/ModernWpf.resources.dll
new file mode 100644
index 0000000..a5b7e22
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/ml-IN/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/ms-MY/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/ms-MY/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..8567bd9
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/ms-MY/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/ms-MY/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/ms-MY/ModernWpf.resources.dll
new file mode 100644
index 0000000..831e5d6
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/ms-MY/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/nb-NO/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/nb-NO/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..1be6794
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/nb-NO/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/nb-NO/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/nb-NO/ModernWpf.resources.dll
new file mode 100644
index 0000000..3842689
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/nb-NO/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/nb/Hangfire.Core.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/nb/Hangfire.Core.resources.dll
new file mode 100644
index 0000000..66c7293
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/nb/Hangfire.Core.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/nl-NL/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/nl-NL/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..9b9683c
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/nl-NL/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/nl-NL/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/nl-NL/ModernWpf.resources.dll
new file mode 100644
index 0000000..a545978
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/nl-NL/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/nl/Hangfire.Core.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/nl/Hangfire.Core.resources.dll
new file mode 100644
index 0000000..221e9d3
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/nl/Hangfire.Core.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/nn-NO/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/nn-NO/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..454d4ca
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/nn-NO/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/nn-NO/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/nn-NO/ModernWpf.resources.dll
new file mode 100644
index 0000000..efe6717
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/nn-NO/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/pl-PL/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/pl-PL/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..0c0ce5b
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/pl-PL/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/pl-PL/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/pl-PL/ModernWpf.resources.dll
new file mode 100644
index 0000000..9fe679a
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/pl-PL/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/pt-BR/Hangfire.Core.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/pt-BR/Hangfire.Core.resources.dll
new file mode 100644
index 0000000..623f5e4
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/pt-BR/Hangfire.Core.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/pt-BR/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/pt-BR/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..257d5a4
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/pt-BR/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/pt-BR/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/pt-BR/ModernWpf.resources.dll
new file mode 100644
index 0000000..f245837
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/pt-BR/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/pt-PT/Hangfire.Core.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/pt-PT/Hangfire.Core.resources.dll
new file mode 100644
index 0000000..a2507af
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/pt-PT/Hangfire.Core.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/pt-PT/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/pt-PT/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..c1a7dbf
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/pt-PT/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/pt-PT/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/pt-PT/ModernWpf.resources.dll
new file mode 100644
index 0000000..790223e
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/pt-PT/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/pt/Hangfire.Core.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/pt/Hangfire.Core.resources.dll
new file mode 100644
index 0000000..a0e5942
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/pt/Hangfire.Core.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/ro-RO/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/ro-RO/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..5e5cf21
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/ro-RO/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/ro-RO/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/ro-RO/ModernWpf.resources.dll
new file mode 100644
index 0000000..f1ad6f2
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/ro-RO/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/ru-RU/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/ru-RU/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..50402fb
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/ru-RU/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/ru-RU/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/ru-RU/ModernWpf.resources.dll
new file mode 100644
index 0000000..1296b04
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/ru-RU/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll b/WpfApp4/bin/Debug/net8.0-windows/runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll
new file mode 100644
index 0000000..095c26d
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/runtimes/unix/lib/net6.0/Microsoft.Data.SqlClient.dll b/WpfApp4/bin/Debug/net8.0-windows/runtimes/unix/lib/net6.0/Microsoft.Data.SqlClient.dll
new file mode 100644
index 0000000..206341f
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/runtimes/unix/lib/net6.0/Microsoft.Data.SqlClient.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/runtimes/unix/lib/net8.0/System.Data.SqlClient.dll b/WpfApp4/bin/Debug/net8.0-windows/runtimes/unix/lib/net8.0/System.Data.SqlClient.dll
new file mode 100644
index 0000000..55f8df1
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/runtimes/unix/lib/net8.0/System.Data.SqlClient.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll b/WpfApp4/bin/Debug/net8.0-windows/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll
new file mode 100644
index 0000000..c171a72
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll b/WpfApp4/bin/Debug/net8.0-windows/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll
new file mode 100644
index 0000000..3f2b452
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/runtimes/win-arm64/native/sni.dll b/WpfApp4/bin/Debug/net8.0-windows/runtimes/win-arm64/native/sni.dll
new file mode 100644
index 0000000..7b8f9d8
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/runtimes/win-arm64/native/sni.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll b/WpfApp4/bin/Debug/net8.0-windows/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll
new file mode 100644
index 0000000..8fde16b
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/runtimes/win-x64/native/sni.dll b/WpfApp4/bin/Debug/net8.0-windows/runtimes/win-x64/native/sni.dll
new file mode 100644
index 0000000..c1a05a5
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/runtimes/win-x64/native/sni.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll b/WpfApp4/bin/Debug/net8.0-windows/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll
new file mode 100644
index 0000000..93fb631
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/runtimes/win-x86/native/sni.dll b/WpfApp4/bin/Debug/net8.0-windows/runtimes/win-x86/native/sni.dll
new file mode 100644
index 0000000..5fc21ac
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/runtimes/win-x86/native/sni.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/runtimes/win/lib/net6.0/Microsoft.Data.SqlClient.dll b/WpfApp4/bin/Debug/net8.0-windows/runtimes/win/lib/net6.0/Microsoft.Data.SqlClient.dll
new file mode 100644
index 0000000..ff20fab
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/runtimes/win/lib/net6.0/Microsoft.Data.SqlClient.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/runtimes/win/lib/net6.0/System.Runtime.Caching.dll b/WpfApp4/bin/Debug/net8.0-windows/runtimes/win/lib/net6.0/System.Runtime.Caching.dll
new file mode 100644
index 0000000..bdca76d
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/runtimes/win/lib/net6.0/System.Runtime.Caching.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/runtimes/win/lib/net8.0/System.Data.SqlClient.dll b/WpfApp4/bin/Debug/net8.0-windows/runtimes/win/lib/net8.0/System.Data.SqlClient.dll
new file mode 100644
index 0000000..413faaa
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/runtimes/win/lib/net8.0/System.Data.SqlClient.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/sk-SK/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/sk-SK/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..6e2ac56
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/sk-SK/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/sk-SK/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/sk-SK/ModernWpf.resources.dll
new file mode 100644
index 0000000..cb1e57a
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/sk-SK/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/sl-SI/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/sl-SI/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..3d29018
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/sl-SI/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/sl-SI/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/sl-SI/ModernWpf.resources.dll
new file mode 100644
index 0000000..a032c1d
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/sl-SI/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/sq-AL/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/sq-AL/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..b8bee54
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/sq-AL/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/sq-AL/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/sq-AL/ModernWpf.resources.dll
new file mode 100644
index 0000000..e33c250
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/sq-AL/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/sr-Latn-RS/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/sr-Latn-RS/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..a3de37a
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/sr-Latn-RS/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/sr-Latn-RS/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/sr-Latn-RS/ModernWpf.resources.dll
new file mode 100644
index 0000000..cc7d94a
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/sr-Latn-RS/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/sv-SE/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/sv-SE/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..7376c46
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/sv-SE/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/sv-SE/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/sv-SE/ModernWpf.resources.dll
new file mode 100644
index 0000000..67626f1
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/sv-SE/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/sv/Hangfire.Core.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/sv/Hangfire.Core.resources.dll
new file mode 100644
index 0000000..4667a0f
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/sv/Hangfire.Core.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/sw-KE/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/sw-KE/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..6f67624
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/sw-KE/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/sw-KE/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/sw-KE/ModernWpf.resources.dll
new file mode 100644
index 0000000..187a6e0
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/sw-KE/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/ta-IN/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/ta-IN/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..d0e0d6a
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/ta-IN/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/ta-IN/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/ta-IN/ModernWpf.resources.dll
new file mode 100644
index 0000000..eeec2cd
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/ta-IN/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/te-IN/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/te-IN/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..9e7c5fb
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/te-IN/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/te-IN/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/te-IN/ModernWpf.resources.dll
new file mode 100644
index 0000000..b3a5ab6
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/te-IN/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/th-TH/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/th-TH/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..db9401d
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/th-TH/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/th-TH/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/th-TH/ModernWpf.resources.dll
new file mode 100644
index 0000000..9e71e35
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/th-TH/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/tr-TR/Hangfire.Core.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/tr-TR/Hangfire.Core.resources.dll
new file mode 100644
index 0000000..ec4c9c1
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/tr-TR/Hangfire.Core.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/tr-TR/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/tr-TR/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..6d07c11
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/tr-TR/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/tr-TR/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/tr-TR/ModernWpf.resources.dll
new file mode 100644
index 0000000..ad9f773
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/tr-TR/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/uk-UA/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/uk-UA/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..9ba0cec
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/uk-UA/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/uk-UA/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/uk-UA/ModernWpf.resources.dll
new file mode 100644
index 0000000..0480fc6
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/uk-UA/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/uz-Latn-UZ/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/uz-Latn-UZ/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..6f3a5da
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/uz-Latn-UZ/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/uz-Latn-UZ/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/uz-Latn-UZ/ModernWpf.resources.dll
new file mode 100644
index 0000000..75766cd
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/uz-Latn-UZ/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/vi-VN/ModernWpf.Controls.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/vi-VN/ModernWpf.Controls.resources.dll
new file mode 100644
index 0000000..a6c638f
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/vi-VN/ModernWpf.Controls.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/vi-VN/ModernWpf.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/vi-VN/ModernWpf.resources.dll
new file mode 100644
index 0000000..b74cfd2
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/vi-VN/ModernWpf.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/zh-TW/Hangfire.Core.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/zh-TW/Hangfire.Core.resources.dll
new file mode 100644
index 0000000..dd8e5d1
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/zh-TW/Hangfire.Core.resources.dll differ
diff --git a/WpfApp4/bin/Debug/net8.0-windows/zh/Hangfire.Core.resources.dll b/WpfApp4/bin/Debug/net8.0-windows/zh/Hangfire.Core.resources.dll
new file mode 100644
index 0000000..c3de88f
Binary files /dev/null and b/WpfApp4/bin/Debug/net8.0-windows/zh/Hangfire.Core.resources.dll differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/WpfApp4/obj/Debug/net8.0-windows/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
new file mode 100644
index 0000000..2217181
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+//
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
diff --git a/WpfApp4/obj/Debug/net8.0-windows/App.baml b/WpfApp4/obj/Debug/net8.0-windows/App.baml
new file mode 100644
index 0000000..30fb68f
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/App.baml differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/App.g.cs b/WpfApp4/obj/Debug/net8.0-windows/App.g.cs
new file mode 100644
index 0000000..fe91630
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/App.g.cs
@@ -0,0 +1,90 @@
+#pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "3FCFA1394BC59320647D403ACD7AACCAE04F51F9"
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using ModernWpf;
+using ModernWpf.Controls;
+using ModernWpf.Controls.Primitives;
+using ModernWpf.DesignTime;
+using ModernWpf.Markup;
+using ModernWpf.Media.Animation;
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Controls.Ribbon;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+using WpfApp4;
+
+
+namespace WpfApp4 {
+
+
+ ///
+ /// App
+ ///
+ public partial class App : System.Windows.Application {
+
+ private bool _contentLoaded;
+
+ ///
+ /// InitializeComponent
+ ///
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.5.0")]
+ public void InitializeComponent() {
+ if (_contentLoaded) {
+ return;
+ }
+ _contentLoaded = true;
+
+ #line 5 "..\..\..\App.xaml"
+ this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
+
+ #line default
+ #line hidden
+ System.Uri resourceLocater = new System.Uri("/TaskManager;component/app.xaml", System.UriKind.Relative);
+
+ #line 1 "..\..\..\App.xaml"
+ System.Windows.Application.LoadComponent(this, resourceLocater);
+
+ #line default
+ #line hidden
+ }
+
+ ///
+ /// Application Entry Point.
+ ///
+ [System.STAThreadAttribute()]
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.5.0")]
+ public static void Main() {
+ WpfApp4.App app = new WpfApp4.App();
+ app.InitializeComponent();
+ app.Run();
+ }
+ }
+}
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/App.g.i.cs b/WpfApp4/obj/Debug/net8.0-windows/App.g.i.cs
new file mode 100644
index 0000000..fe91630
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/App.g.i.cs
@@ -0,0 +1,90 @@
+#pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "3FCFA1394BC59320647D403ACD7AACCAE04F51F9"
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using ModernWpf;
+using ModernWpf.Controls;
+using ModernWpf.Controls.Primitives;
+using ModernWpf.DesignTime;
+using ModernWpf.Markup;
+using ModernWpf.Media.Animation;
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Controls.Ribbon;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+using WpfApp4;
+
+
+namespace WpfApp4 {
+
+
+ ///
+ /// App
+ ///
+ public partial class App : System.Windows.Application {
+
+ private bool _contentLoaded;
+
+ ///
+ /// InitializeComponent
+ ///
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.5.0")]
+ public void InitializeComponent() {
+ if (_contentLoaded) {
+ return;
+ }
+ _contentLoaded = true;
+
+ #line 5 "..\..\..\App.xaml"
+ this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
+
+ #line default
+ #line hidden
+ System.Uri resourceLocater = new System.Uri("/TaskManager;component/app.xaml", System.UriKind.Relative);
+
+ #line 1 "..\..\..\App.xaml"
+ System.Windows.Application.LoadComponent(this, resourceLocater);
+
+ #line default
+ #line hidden
+ }
+
+ ///
+ /// Application Entry Point.
+ ///
+ [System.STAThreadAttribute()]
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.5.0")]
+ public static void Main() {
+ WpfApp4.App app = new WpfApp4.App();
+ app.InitializeComponent();
+ app.Run();
+ }
+ }
+}
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/MainWindow.baml b/WpfApp4/obj/Debug/net8.0-windows/MainWindow.baml
new file mode 100644
index 0000000..2c10efd
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/MainWindow.baml differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/MainWindow.g.cs b/WpfApp4/obj/Debug/net8.0-windows/MainWindow.g.cs
new file mode 100644
index 0000000..8d4dc8a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/MainWindow.g.cs
@@ -0,0 +1,96 @@
+#pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "8D8305491C1D7E74CEB2A5A4751C39114343B39A"
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using ModernWpf;
+using ModernWpf.Controls;
+using ModernWpf.Controls.Primitives;
+using ModernWpf.DesignTime;
+using ModernWpf.Markup;
+using ModernWpf.Media.Animation;
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Controls.Ribbon;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+using WpfApp4;
+
+
+namespace WpfApp4 {
+
+
+ ///
+ /// MainWindow
+ ///
+ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+
+
+ #line 23 "..\..\..\MainWindow.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.DataGrid dataGrid1;
+
+ #line default
+ #line hidden
+
+ private bool _contentLoaded;
+
+ ///
+ /// InitializeComponent
+ ///
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.5.0")]
+ public void InitializeComponent() {
+ if (_contentLoaded) {
+ return;
+ }
+ _contentLoaded = true;
+ System.Uri resourceLocater = new System.Uri("/TaskManager;component/mainwindow.xaml", System.UriKind.Relative);
+
+ #line 1 "..\..\..\MainWindow.xaml"
+ System.Windows.Application.LoadComponent(this, resourceLocater);
+
+ #line default
+ #line hidden
+ }
+
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.5.0")]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
+ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
+ switch (connectionId)
+ {
+ case 1:
+ this.dataGrid1 = ((System.Windows.Controls.DataGrid)(target));
+ return;
+ }
+ this._contentLoaded = true;
+ }
+ }
+}
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/MainWindow.g.i.cs b/WpfApp4/obj/Debug/net8.0-windows/MainWindow.g.i.cs
new file mode 100644
index 0000000..8d4dc8a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/MainWindow.g.i.cs
@@ -0,0 +1,96 @@
+#pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "8D8305491C1D7E74CEB2A5A4751C39114343B39A"
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using ModernWpf;
+using ModernWpf.Controls;
+using ModernWpf.Controls.Primitives;
+using ModernWpf.DesignTime;
+using ModernWpf.Markup;
+using ModernWpf.Media.Animation;
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Controls.Ribbon;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+using WpfApp4;
+
+
+namespace WpfApp4 {
+
+
+ ///
+ /// MainWindow
+ ///
+ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+
+
+ #line 23 "..\..\..\MainWindow.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.DataGrid dataGrid1;
+
+ #line default
+ #line hidden
+
+ private bool _contentLoaded;
+
+ ///
+ /// InitializeComponent
+ ///
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.5.0")]
+ public void InitializeComponent() {
+ if (_contentLoaded) {
+ return;
+ }
+ _contentLoaded = true;
+ System.Uri resourceLocater = new System.Uri("/TaskManager;component/mainwindow.xaml", System.UriKind.Relative);
+
+ #line 1 "..\..\..\MainWindow.xaml"
+ System.Windows.Application.LoadComponent(this, resourceLocater);
+
+ #line default
+ #line hidden
+ }
+
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.5.0")]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
+ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
+ switch (connectionId)
+ {
+ case 1:
+ this.dataGrid1 = ((System.Windows.Controls.DataGrid)(target));
+ return;
+ }
+ this._contentLoaded = true;
+ }
+ }
+}
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskMana.F3FB485A.Up2Date b/WpfApp4/obj/Debug/net8.0-windows/TaskMana.F3FB485A.Up2Date
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/TaskManager.AssemblyInfo.cs
new file mode 100644
index 0000000..6982bba
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/TaskManager.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("TaskManager")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("TaskManager")]
+[assembly: System.Reflection.AssemblyTitleAttribute("TaskManager")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/TaskManager.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..349ab56
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/TaskManager.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+709b027263c3eebb0b63f2f32c573210c0f93651276f16a3c63436300d0ba951
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/TaskManager.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..e9d6ddc
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/TaskManager.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,16 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = TaskManager
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
+build_property.CsWinRTUseWindowsUIXamlProjections = false
+build_property.EffectiveAnalysisLevelStyle = 8.0
+build_property.EnableCodeStyleSeverity =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/TaskManager.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/TaskManager.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/TaskManager.assets.cache
new file mode 100644
index 0000000..cc5d9e6
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/TaskManager.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager.csproj.AssemblyReference.cache b/WpfApp4/obj/Debug/net8.0-windows/TaskManager.csproj.AssemblyReference.cache
new file mode 100644
index 0000000..6246e09
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/TaskManager.csproj.AssemblyReference.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/TaskManager.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager.csproj.CoreCompileInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/TaskManager.csproj.CoreCompileInputs.cache
new file mode 100644
index 0000000..d21f8d5
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/TaskManager.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+d02616684f81eb8682d5dbd89d081cca26e1de2d46f1ac0667dc4c0be4ad42f3
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager.csproj.FileListAbsolute.txt b/WpfApp4/obj/Debug/net8.0-windows/TaskManager.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000..7ba91fc
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/TaskManager.csproj.FileListAbsolute.txt
@@ -0,0 +1,232 @@
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\TaskManager.csproj.AssemblyReference.cache
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\MainWindow.g.cs
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\App.g.cs
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\TaskManager_MarkupCompile.cache
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\TaskManager_MarkupCompile.lref
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\TaskManager.exe
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\TaskManager.dll.config
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\TaskManager.deps.json
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\TaskManager.runtimeconfig.json
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\TaskManager.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\TaskManager.pdb
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Autofac.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Autofac.Extras.CommonServiceLocator.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Autofac.Integration.Mef.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Azure.Core.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Azure.Identity.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\CommonServiceLocator.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Dapper.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Hangfire.AspNetCore.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Hangfire.Core.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Hangfire.NetCore.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Hangfire.SqlServer.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.Bcl.AsyncInterfaces.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.Data.SqlClient.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.EntityFrameworkCore.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.EntityFrameworkCore.Abstractions.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.EntityFrameworkCore.Relational.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.EntityFrameworkCore.SqlServer.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.Extensions.Caching.Abstractions.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.Extensions.Caching.Memory.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.Extensions.Configuration.Abstractions.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.Extensions.DependencyInjection.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.Extensions.DependencyInjection.Abstractions.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.Extensions.Logging.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.Extensions.Logging.Abstractions.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.Extensions.Options.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.Extensions.Primitives.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.Identity.Client.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.Identity.Client.Extensions.Msal.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.IdentityModel.Abstractions.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.IdentityModel.JsonWebTokens.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.IdentityModel.Logging.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.IdentityModel.Protocols.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.IdentityModel.Tokens.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.SqlServer.Server.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ModernWpf.Controls.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ModernWpf.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Newtonsoft.Json.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\System.ClientModel.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\System.ComponentModel.Composition.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\System.Data.SqlClient.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\System.Diagnostics.DiagnosticSource.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\System.Formats.Asn1.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\System.IdentityModel.Tokens.Jwt.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\System.IO.Pipelines.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\System.Memory.Data.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\System.Runtime.Caching.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\System.Text.Encodings.Web.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\System.Text.Json.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ca\Hangfire.Core.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\de\Hangfire.Core.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\es\Hangfire.Core.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\fa\Hangfire.Core.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\fr\Hangfire.Core.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\nb\Hangfire.Core.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\nl\Hangfire.Core.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\pt-BR\Hangfire.Core.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\pt-PT\Hangfire.Core.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\pt\Hangfire.Core.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\sv\Hangfire.Core.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\tr-TR\Hangfire.Core.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\zh-TW\Hangfire.Core.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\zh\Hangfire.Core.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\af-ZA\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\af-ZA\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\am-ET\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\am-ET\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ar-SA\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ar-SA\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\az-Latn-AZ\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\az-Latn-AZ\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\be-BY\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\be-BY\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\bg-BG\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\bg-BG\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\bn-BD\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\bn-BD\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\bs-Latn-BA\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\bs-Latn-BA\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ca-ES\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ca-ES\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\cs-CZ\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\cs-CZ\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\da-DK\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\da-DK\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\de-DE\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\de-DE\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\el-GR\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\el-GR\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\en-GB\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\en-GB\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\es-ES\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\es-ES\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\es-MX\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\es-MX\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\et-EE\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\et-EE\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\eu-ES\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\eu-ES\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\fa-IR\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\fa-IR\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\fi-FI\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\fi-FI\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\fil-PH\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\fil-PH\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\fr-CA\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\fr-CA\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\fr-FR\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\fr-FR\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\gl-ES\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\gl-ES\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\he-IL\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\he-IL\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\hi-IN\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\hi-IN\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\hr-HR\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\hr-HR\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\hu-HU\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\hu-HU\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\id-ID\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\id-ID\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\is-IS\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\is-IS\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\it-IT\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\it-IT\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ja-JP\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ja-JP\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ka-GE\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ka-GE\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\kk-KZ\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\kk-KZ\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\km-KH\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\km-KH\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\kn-IN\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\kn-IN\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ko-KR\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ko-KR\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\lo-LA\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\lo-LA\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\lt-LT\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\lt-LT\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\lv-LV\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\lv-LV\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\mk-MK\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\mk-MK\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ml-IN\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ml-IN\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ms-MY\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ms-MY\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\nb-NO\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\nb-NO\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\nl-NL\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\nl-NL\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\nn-NO\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\nn-NO\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\pl-PL\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\pl-PL\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\pt-BR\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\pt-BR\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\pt-PT\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\pt-PT\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ro-RO\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ro-RO\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ru-RU\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ru-RU\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\sk-SK\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\sk-SK\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\sl-SI\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\sl-SI\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\sq-AL\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\sq-AL\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\sr-Latn-RS\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\sr-Latn-RS\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\sv-SE\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\sv-SE\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\sw-KE\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\sw-KE\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ta-IN\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ta-IN\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\te-IN\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\te-IN\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\th-TH\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\th-TH\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\tr-TR\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\tr-TR\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\uk-UA\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\uk-UA\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\uz-Latn-UZ\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\uz-Latn-UZ\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\vi-VN\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\vi-VN\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\runtimes\unix\lib\net6.0\Microsoft.Data.SqlClient.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\runtimes\win\lib\net6.0\Microsoft.Data.SqlClient.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\runtimes\win-arm\native\Microsoft.Data.SqlClient.SNI.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\runtimes\win-arm64\native\Microsoft.Data.SqlClient.SNI.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\runtimes\win-x64\native\Microsoft.Data.SqlClient.SNI.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\runtimes\win-x86\native\Microsoft.Data.SqlClient.SNI.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\runtimes\win-arm64\native\sni.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\runtimes\win-x64\native\sni.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\runtimes\win-x86\native\sni.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\runtimes\unix\lib\net8.0\System.Data.SqlClient.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\runtimes\win\lib\net8.0\System.Data.SqlClient.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\runtimes\win\lib\net6.0\System.Runtime.Caching.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\runtimes\browser\lib\net8.0\System.Text.Encodings.Web.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ILifeTimeService.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Models.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ILifeTimeService.pdb
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Models.pdb
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\App.baml
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\MainWindow.baml
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\TaskManager.g.resources
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\TaskManager.GeneratedMSBuildEditorConfig.editorconfig
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\TaskManager.AssemblyInfoInputs.cache
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\TaskManager.AssemblyInfo.cs
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\TaskManager.csproj.CoreCompileInputs.cache
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\TaskMana.F3FB485A.Up2Date
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\TaskManager.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\refint\TaskManager.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\TaskManager.pdb
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\TaskManager.genruntimeconfig.cache
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\ref\TaskManager.dll
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager.dll b/WpfApp4/obj/Debug/net8.0-windows/TaskManager.dll
new file mode 100644
index 0000000..70fa2e9
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/TaskManager.dll differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager.g.resources b/WpfApp4/obj/Debug/net8.0-windows/TaskManager.g.resources
new file mode 100644
index 0000000..503019e
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/TaskManager.g.resources differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager.genruntimeconfig.cache b/WpfApp4/obj/Debug/net8.0-windows/TaskManager.genruntimeconfig.cache
new file mode 100644
index 0000000..1dc42c0
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/TaskManager.genruntimeconfig.cache
@@ -0,0 +1 @@
+3656f6d15f51d7d24810786a0128c30a184d6c9b47f8450655b16336e1531251
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager.pdb b/WpfApp4/obj/Debug/net8.0-windows/TaskManager.pdb
new file mode 100644
index 0000000..7dfd6c5
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/TaskManager.pdb differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_MarkupCompile.cache b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_MarkupCompile.cache
new file mode 100644
index 0000000..c3eb351
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_MarkupCompile.cache
@@ -0,0 +1,20 @@
+TaskManager
+
+
+winexe
+C#
+.cs
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\
+TaskManager
+none
+false
+TRACE;DEBUG;NET;NET8_0;NETCOREAPP;WINDOWS;WINDOWS7_0;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER;WINDOWS7_0_OR_GREATER
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\App.xaml
+11407045341
+
+41949553266
+3701168259763
+MainWindow.xaml;
+
+False
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_MarkupCompile.i.cache b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_MarkupCompile.i.cache
new file mode 100644
index 0000000..2a3cc64
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_MarkupCompile.i.cache
@@ -0,0 +1,20 @@
+TaskManager
+1.0.0.0
+
+winexe
+C#
+.cs
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\
+TaskManager
+none
+false
+TRACE;DEBUG;NET;NET8_0;NETCOREAPP;WINDOWS;WINDOWS7_0;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER;WINDOWS7_0_OR_GREATER
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\App.xaml
+11407045341
+
+43-1113591971
+3701168259763
+MainWindow.xaml;
+
+False
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_MarkupCompile.lref b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_MarkupCompile.lref
new file mode 100644
index 0000000..d2e7f77
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_MarkupCompile.lref
@@ -0,0 +1,4 @@
+
+FC:\Users\89237\source\repos\WpfApp4\WpfApp4\App.xaml;;
+FC:\Users\89237\source\repos\WpfApp4\WpfApp4\MainWindow.xaml;;
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_cgvujwmc_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_cgvujwmc_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..6982bba
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_cgvujwmc_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("TaskManager")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("TaskManager")]
+[assembly: System.Reflection.AssemblyTitleAttribute("TaskManager")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_cgvujwmc_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_cgvujwmc_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..349ab56
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_cgvujwmc_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+709b027263c3eebb0b63f2f32c573210c0f93651276f16a3c63436300d0ba951
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_cgvujwmc_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_cgvujwmc_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..e9d6ddc
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_cgvujwmc_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,16 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = TaskManager
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
+build_property.CsWinRTUseWindowsUIXamlProjections = false
+build_property.EffectiveAnalysisLevelStyle = 8.0
+build_property.EnableCodeStyleSeverity =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_cgvujwmc_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_cgvujwmc_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_cgvujwmc_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_cgvujwmc_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_cgvujwmc_wpftmp.assets.cache
new file mode 100644
index 0000000..cc45f91
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_cgvujwmc_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_cgvujwmc_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_cgvujwmc_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_foiax3tt_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_foiax3tt_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..6982bba
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_foiax3tt_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("TaskManager")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("TaskManager")]
+[assembly: System.Reflection.AssemblyTitleAttribute("TaskManager")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_foiax3tt_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_foiax3tt_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..349ab56
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_foiax3tt_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+709b027263c3eebb0b63f2f32c573210c0f93651276f16a3c63436300d0ba951
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_foiax3tt_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_foiax3tt_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..e9d6ddc
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_foiax3tt_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,16 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = TaskManager
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
+build_property.CsWinRTUseWindowsUIXamlProjections = false
+build_property.EffectiveAnalysisLevelStyle = 8.0
+build_property.EnableCodeStyleSeverity =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_foiax3tt_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_foiax3tt_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_foiax3tt_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_foiax3tt_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_foiax3tt_wpftmp.assets.cache
new file mode 100644
index 0000000..5d0f600
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_foiax3tt_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_foiax3tt_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_foiax3tt_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_hjcg1tnq_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_hjcg1tnq_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..6982bba
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_hjcg1tnq_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("TaskManager")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("TaskManager")]
+[assembly: System.Reflection.AssemblyTitleAttribute("TaskManager")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_hjcg1tnq_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_hjcg1tnq_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..349ab56
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_hjcg1tnq_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+709b027263c3eebb0b63f2f32c573210c0f93651276f16a3c63436300d0ba951
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_hjcg1tnq_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_hjcg1tnq_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..e9d6ddc
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_hjcg1tnq_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,16 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = TaskManager
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
+build_property.CsWinRTUseWindowsUIXamlProjections = false
+build_property.EffectiveAnalysisLevelStyle = 8.0
+build_property.EnableCodeStyleSeverity =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_hjcg1tnq_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_hjcg1tnq_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_hjcg1tnq_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_hjcg1tnq_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_hjcg1tnq_wpftmp.assets.cache
new file mode 100644
index 0000000..837fc1e
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_hjcg1tnq_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_hjcg1tnq_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_hjcg1tnq_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_huxtzlam_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_huxtzlam_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..6982bba
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_huxtzlam_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("TaskManager")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("TaskManager")]
+[assembly: System.Reflection.AssemblyTitleAttribute("TaskManager")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_huxtzlam_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_huxtzlam_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..349ab56
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_huxtzlam_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+709b027263c3eebb0b63f2f32c573210c0f93651276f16a3c63436300d0ba951
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_huxtzlam_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_huxtzlam_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..e9d6ddc
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_huxtzlam_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,16 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = TaskManager
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
+build_property.CsWinRTUseWindowsUIXamlProjections = false
+build_property.EffectiveAnalysisLevelStyle = 8.0
+build_property.EnableCodeStyleSeverity =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_huxtzlam_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_huxtzlam_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_huxtzlam_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_huxtzlam_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_huxtzlam_wpftmp.assets.cache
new file mode 100644
index 0000000..c5e7ab6
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_huxtzlam_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_huxtzlam_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_huxtzlam_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_jjhekafx_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_jjhekafx_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..6982bba
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_jjhekafx_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("TaskManager")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("TaskManager")]
+[assembly: System.Reflection.AssemblyTitleAttribute("TaskManager")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_jjhekafx_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_jjhekafx_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..349ab56
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_jjhekafx_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+709b027263c3eebb0b63f2f32c573210c0f93651276f16a3c63436300d0ba951
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_jjhekafx_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_jjhekafx_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..e9d6ddc
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_jjhekafx_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,16 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = TaskManager
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
+build_property.CsWinRTUseWindowsUIXamlProjections = false
+build_property.EffectiveAnalysisLevelStyle = 8.0
+build_property.EnableCodeStyleSeverity =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_jjhekafx_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_jjhekafx_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_jjhekafx_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_jjhekafx_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_jjhekafx_wpftmp.assets.cache
new file mode 100644
index 0000000..6f02a32
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_jjhekafx_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_jjhekafx_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_jjhekafx_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_kpyusa1g_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_kpyusa1g_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..6982bba
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_kpyusa1g_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("TaskManager")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("TaskManager")]
+[assembly: System.Reflection.AssemblyTitleAttribute("TaskManager")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_kpyusa1g_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_kpyusa1g_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..349ab56
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_kpyusa1g_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+709b027263c3eebb0b63f2f32c573210c0f93651276f16a3c63436300d0ba951
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_kpyusa1g_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_kpyusa1g_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..e9d6ddc
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_kpyusa1g_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,16 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = TaskManager
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
+build_property.CsWinRTUseWindowsUIXamlProjections = false
+build_property.EffectiveAnalysisLevelStyle = 8.0
+build_property.EnableCodeStyleSeverity =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_kpyusa1g_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_kpyusa1g_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_kpyusa1g_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_kpyusa1g_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_kpyusa1g_wpftmp.assets.cache
new file mode 100644
index 0000000..c64fd38
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_kpyusa1g_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_mofha4fs_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_mofha4fs_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..6982bba
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_mofha4fs_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("TaskManager")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("TaskManager")]
+[assembly: System.Reflection.AssemblyTitleAttribute("TaskManager")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_mofha4fs_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_mofha4fs_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..349ab56
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_mofha4fs_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+709b027263c3eebb0b63f2f32c573210c0f93651276f16a3c63436300d0ba951
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_mofha4fs_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_mofha4fs_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..e9d6ddc
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_mofha4fs_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,16 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = TaskManager
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
+build_property.CsWinRTUseWindowsUIXamlProjections = false
+build_property.EffectiveAnalysisLevelStyle = 8.0
+build_property.EnableCodeStyleSeverity =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_mofha4fs_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_mofha4fs_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_mofha4fs_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_mofha4fs_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_mofha4fs_wpftmp.assets.cache
new file mode 100644
index 0000000..ebda632
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_mofha4fs_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_mofha4fs_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_mofha4fs_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_owx5fhhf_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_owx5fhhf_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..6982bba
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_owx5fhhf_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("TaskManager")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("TaskManager")]
+[assembly: System.Reflection.AssemblyTitleAttribute("TaskManager")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_owx5fhhf_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_owx5fhhf_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..349ab56
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_owx5fhhf_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+709b027263c3eebb0b63f2f32c573210c0f93651276f16a3c63436300d0ba951
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_owx5fhhf_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_owx5fhhf_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..e9d6ddc
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_owx5fhhf_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,16 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = TaskManager
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
+build_property.CsWinRTUseWindowsUIXamlProjections = false
+build_property.EffectiveAnalysisLevelStyle = 8.0
+build_property.EnableCodeStyleSeverity =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_owx5fhhf_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_owx5fhhf_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_owx5fhhf_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_owx5fhhf_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_owx5fhhf_wpftmp.assets.cache
new file mode 100644
index 0000000..56747af
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_owx5fhhf_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_owx5fhhf_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_owx5fhhf_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_t0bjfu5m_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_t0bjfu5m_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..6982bba
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_t0bjfu5m_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("TaskManager")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("TaskManager")]
+[assembly: System.Reflection.AssemblyTitleAttribute("TaskManager")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_t0bjfu5m_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_t0bjfu5m_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..349ab56
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_t0bjfu5m_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+709b027263c3eebb0b63f2f32c573210c0f93651276f16a3c63436300d0ba951
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_t0bjfu5m_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_t0bjfu5m_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..e9d6ddc
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_t0bjfu5m_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,16 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = TaskManager
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
+build_property.CsWinRTUseWindowsUIXamlProjections = false
+build_property.EffectiveAnalysisLevelStyle = 8.0
+build_property.EnableCodeStyleSeverity =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_t0bjfu5m_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_t0bjfu5m_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_t0bjfu5m_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_t0bjfu5m_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_t0bjfu5m_wpftmp.assets.cache
new file mode 100644
index 0000000..3c42112
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_t0bjfu5m_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_t0bjfu5m_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_t0bjfu5m_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_wdn3fb25_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_wdn3fb25_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..6982bba
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_wdn3fb25_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("TaskManager")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("TaskManager")]
+[assembly: System.Reflection.AssemblyTitleAttribute("TaskManager")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_wdn3fb25_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_wdn3fb25_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..349ab56
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_wdn3fb25_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+709b027263c3eebb0b63f2f32c573210c0f93651276f16a3c63436300d0ba951
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_wdn3fb25_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_wdn3fb25_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..e9d6ddc
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_wdn3fb25_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,16 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = TaskManager
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
+build_property.CsWinRTUseWindowsUIXamlProjections = false
+build_property.EffectiveAnalysisLevelStyle = 8.0
+build_property.EnableCodeStyleSeverity =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_wdn3fb25_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_wdn3fb25_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_wdn3fb25_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_wdn3fb25_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_wdn3fb25_wpftmp.assets.cache
new file mode 100644
index 0000000..b9b7278
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_wdn3fb25_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_zdpchm4u_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_zdpchm4u_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..6982bba
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_zdpchm4u_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("TaskManager")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("TaskManager")]
+[assembly: System.Reflection.AssemblyTitleAttribute("TaskManager")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_zdpchm4u_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_zdpchm4u_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..349ab56
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_zdpchm4u_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+709b027263c3eebb0b63f2f32c573210c0f93651276f16a3c63436300d0ba951
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_zdpchm4u_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_zdpchm4u_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..e9d6ddc
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_zdpchm4u_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,16 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = TaskManager
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
+build_property.CsWinRTUseWindowsUIXamlProjections = false
+build_property.EffectiveAnalysisLevelStyle = 8.0
+build_property.EnableCodeStyleSeverity =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_zdpchm4u_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_zdpchm4u_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_zdpchm4u_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_zdpchm4u_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_zdpchm4u_wpftmp.assets.cache
new file mode 100644
index 0000000..8fadaaa
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_zdpchm4u_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..e5311d7
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,16 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
+build_property.CsWinRTUseWindowsUIXamlProjections = false
+build_property.EffectiveAnalysisLevelStyle = 8.0
+build_property.EnableCodeStyleSeverity =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.assets.cache
new file mode 100644
index 0000000..8296442
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.csproj.AssemblyReference.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.csproj.AssemblyReference.cache
new file mode 100644
index 0000000..7b69bb9
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.csproj.AssemblyReference.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.csproj.CoreCompileInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.csproj.CoreCompileInputs.cache
new file mode 100644
index 0000000..e34236c
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+928e404c96a688a3c40f85056870151c603e8c0aeb2cf8a8641fe791c3b67f43
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.csproj.FileListAbsolute.txt b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000..43eb079
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.csproj.FileListAbsolute.txt
@@ -0,0 +1,232 @@
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\WpfApp4.exe
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\WpfApp4.deps.json
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\WpfApp4.runtimeconfig.json
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\WpfApp4.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\WpfApp4.pdb
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Autofac.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Autofac.Extras.CommonServiceLocator.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Autofac.Integration.Mef.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\CommonServiceLocator.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Hangfire.AspNetCore.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Hangfire.Core.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Hangfire.NetCore.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Hangfire.SqlServer.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Newtonsoft.Json.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\System.ComponentModel.Composition.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ca\Hangfire.Core.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\de\Hangfire.Core.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\es\Hangfire.Core.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\fa\Hangfire.Core.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\fr\Hangfire.Core.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\nb\Hangfire.Core.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\nl\Hangfire.Core.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\pt-BR\Hangfire.Core.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\pt-PT\Hangfire.Core.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\pt\Hangfire.Core.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\sv\Hangfire.Core.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\tr-TR\Hangfire.Core.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\zh-TW\Hangfire.Core.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\zh\Hangfire.Core.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\WpfApp4.csproj.AssemblyReference.cache
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\MainWindow.g.cs
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\App.g.cs
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\WpfApp4_MarkupCompile.cache
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\WpfApp4_MarkupCompile.lref
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\MainWindow.baml
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\WpfApp4.g.resources
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\WpfApp4.GeneratedMSBuildEditorConfig.editorconfig
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\WpfApp4.AssemblyInfoInputs.cache
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\WpfApp4.AssemblyInfo.cs
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\WpfApp4.csproj.CoreCompileInputs.cache
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\WpfApp4.csproj.Up2Date
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\WpfApp4.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\refint\WpfApp4.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\WpfApp4.pdb
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\WpfApp4.genruntimeconfig.cache
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\ref\WpfApp4.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\System.Data.SqlClient.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\runtimes\win-arm64\native\sni.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\runtimes\win-x64\native\sni.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\runtimes\win-x86\native\sni.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\runtimes\unix\lib\net8.0\System.Data.SqlClient.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\runtimes\win\lib\net8.0\System.Data.SqlClient.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ILifeTimeService.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ILifeTimeService.pdb
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ModernWpf.Controls.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ModernWpf.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\af-ZA\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\af-ZA\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\am-ET\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\am-ET\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ar-SA\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ar-SA\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\az-Latn-AZ\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\az-Latn-AZ\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\be-BY\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\be-BY\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\bg-BG\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\bg-BG\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\bn-BD\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\bn-BD\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\bs-Latn-BA\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\bs-Latn-BA\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ca-ES\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ca-ES\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\cs-CZ\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\cs-CZ\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\da-DK\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\da-DK\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\de-DE\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\de-DE\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\el-GR\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\el-GR\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\en-GB\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\en-GB\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\es-ES\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\es-ES\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\es-MX\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\es-MX\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\et-EE\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\et-EE\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\eu-ES\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\eu-ES\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\fa-IR\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\fa-IR\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\fi-FI\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\fi-FI\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\fr-CA\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\fr-CA\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\fr-FR\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\fr-FR\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\gl-ES\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\gl-ES\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\he-IL\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\he-IL\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\hi-IN\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\hi-IN\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\hr-HR\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\hr-HR\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\hu-HU\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\hu-HU\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\id-ID\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\id-ID\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\is-IS\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\is-IS\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\it-IT\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\it-IT\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ja-JP\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ja-JP\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ka-GE\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ka-GE\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\kk-KZ\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\kk-KZ\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\km-KH\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\km-KH\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\kn-IN\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\kn-IN\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ko-KR\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ko-KR\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\lo-LA\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\lo-LA\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\lt-LT\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\lt-LT\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\lv-LV\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\lv-LV\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\mk-MK\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\mk-MK\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ml-IN\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ml-IN\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ms-MY\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ms-MY\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\nb-NO\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\nb-NO\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\nl-NL\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\nl-NL\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\nn-NO\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\nn-NO\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\pl-PL\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\pl-PL\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\pt-BR\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\pt-BR\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\pt-PT\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\pt-PT\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ro-RO\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ro-RO\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ru-RU\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ru-RU\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\sk-SK\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\sk-SK\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\sl-SI\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\sl-SI\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\sq-AL\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\sq-AL\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\sr-Latn-RS\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\sr-Latn-RS\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\sv-SE\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\sv-SE\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\sw-KE\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\sw-KE\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ta-IN\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ta-IN\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\te-IN\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\te-IN\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\th-TH\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\th-TH\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\tr-TR\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\tr-TR\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\uk-UA\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\uk-UA\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\uz-Latn-UZ\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\uz-Latn-UZ\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\vi-VN\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\vi-VN\ModernWpf.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\App.baml
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\WpfApp4.dll.config
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Azure.Core.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Azure.Identity.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Dapper.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.Bcl.AsyncInterfaces.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.Data.SqlClient.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.EntityFrameworkCore.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.EntityFrameworkCore.Abstractions.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.EntityFrameworkCore.Relational.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.EntityFrameworkCore.SqlServer.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.Extensions.Caching.Abstractions.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.Extensions.Caching.Memory.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.Extensions.Configuration.Abstractions.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.Extensions.DependencyInjection.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.Extensions.DependencyInjection.Abstractions.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.Extensions.Logging.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.Extensions.Logging.Abstractions.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.Extensions.Options.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.Extensions.Primitives.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.Identity.Client.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.Identity.Client.Extensions.Msal.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.IdentityModel.Abstractions.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.IdentityModel.JsonWebTokens.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.IdentityModel.Logging.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.IdentityModel.Protocols.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.IdentityModel.Tokens.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.SqlServer.Server.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\System.ClientModel.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\System.Diagnostics.DiagnosticSource.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\System.Formats.Asn1.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\System.IdentityModel.Tokens.Jwt.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\System.IO.Pipelines.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\System.Memory.Data.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\System.Runtime.Caching.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\System.Text.Encodings.Web.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\System.Text.Json.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\runtimes\unix\lib\net6.0\Microsoft.Data.SqlClient.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\runtimes\win\lib\net6.0\Microsoft.Data.SqlClient.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\runtimes\win-arm\native\Microsoft.Data.SqlClient.SNI.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\runtimes\win-arm64\native\Microsoft.Data.SqlClient.SNI.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\runtimes\win-x64\native\Microsoft.Data.SqlClient.SNI.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\runtimes\win-x86\native\Microsoft.Data.SqlClient.SNI.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\runtimes\win\lib\net6.0\System.Runtime.Caching.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\runtimes\browser\lib\net8.0\System.Text.Encodings.Web.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Models.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Models.pdb
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\fil-PH\ModernWpf.Controls.resources.dll
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\fil-PH\ModernWpf.resources.dll
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.csproj.Up2Date b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.csproj.Up2Date
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.designer.deps.json b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.designer.deps.json
new file mode 100644
index 0000000..69aeba7
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.designer.deps.json
@@ -0,0 +1,1857 @@
+{
+ "runtimeTarget": {
+ "name": ".NETCoreApp,Version=v8.0",
+ "signature": ""
+ },
+ "compilationOptions": {},
+ "targets": {
+ ".NETCoreApp,Version=v8.0": {
+ "Autofac/8.3.0": {
+ "dependencies": {
+ "System.Diagnostics.DiagnosticSource": "9.0.5"
+ },
+ "runtime": {
+ "lib/net8.0/Autofac.dll": {
+ "assemblyVersion": "8.3.0.0",
+ "fileVersion": "8.3.0.0"
+ }
+ }
+ },
+ "Autofac.Extras.CommonServiceLocator/6.1.0": {
+ "dependencies": {
+ "Autofac": "8.3.0",
+ "CommonServiceLocator": "2.0.7"
+ },
+ "runtime": {
+ "lib/net7.0/Autofac.Extras.CommonServiceLocator.dll": {
+ "assemblyVersion": "6.1.0.0",
+ "fileVersion": "6.1.0.0"
+ }
+ }
+ },
+ "Autofac.Mef/7.0.0": {
+ "dependencies": {
+ "Autofac": "8.3.0",
+ "System.ComponentModel.Composition": "8.0.0"
+ },
+ "runtime": {
+ "lib/net8.0/Autofac.Integration.Mef.dll": {
+ "assemblyVersion": "7.0.0.0",
+ "fileVersion": "7.0.0.0"
+ }
+ }
+ },
+ "Azure.Core/1.38.0": {
+ "dependencies": {
+ "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
+ "System.ClientModel": "1.0.0",
+ "System.Diagnostics.DiagnosticSource": "9.0.5",
+ "System.Memory.Data": "1.0.2",
+ "System.Numerics.Vectors": "4.5.0",
+ "System.Text.Encodings.Web": "9.0.5",
+ "System.Text.Json": "9.0.5",
+ "System.Threading.Tasks.Extensions": "4.5.4"
+ },
+ "runtime": {
+ "lib/net6.0/Azure.Core.dll": {
+ "assemblyVersion": "1.38.0.0",
+ "fileVersion": "1.3800.24.12602"
+ }
+ }
+ },
+ "Azure.Identity/1.11.4": {
+ "dependencies": {
+ "Azure.Core": "1.38.0",
+ "Microsoft.Identity.Client": "4.61.3",
+ "Microsoft.Identity.Client.Extensions.Msal": "4.61.3",
+ "System.Memory": "4.5.4",
+ "System.Security.Cryptography.ProtectedData": "6.0.0",
+ "System.Text.Json": "9.0.5",
+ "System.Threading.Tasks.Extensions": "4.5.4"
+ },
+ "runtime": {
+ "lib/netstandard2.0/Azure.Identity.dll": {
+ "assemblyVersion": "1.11.4.0",
+ "fileVersion": "1.1100.424.31005"
+ }
+ }
+ },
+ "CommonServiceLocator/2.0.7": {
+ "runtime": {
+ "lib/net7.0/CommonServiceLocator.dll": {
+ "assemblyVersion": "2.0.7.0",
+ "fileVersion": "2.0.7.0"
+ }
+ }
+ },
+ "Dapper/2.1.66": {
+ "runtime": {
+ "lib/net8.0/Dapper.dll": {
+ "assemblyVersion": "2.0.0.0",
+ "fileVersion": "2.1.66.48463"
+ }
+ }
+ },
+ "Hangfire/1.8.18": {
+ "dependencies": {
+ "Hangfire.AspNetCore": "1.8.18",
+ "Hangfire.Core": "1.8.18",
+ "Hangfire.SqlServer": "1.8.18"
+ }
+ },
+ "Hangfire.AspNetCore/1.8.18": {
+ "dependencies": {
+ "Hangfire.NetCore": "1.8.18"
+ },
+ "runtime": {
+ "lib/netcoreapp3.0/Hangfire.AspNetCore.dll": {
+ "assemblyVersion": "1.8.18.0",
+ "fileVersion": "1.8.18.0"
+ }
+ }
+ },
+ "Hangfire.Core/1.8.18": {
+ "dependencies": {
+ "Newtonsoft.Json": "11.0.1"
+ },
+ "runtime": {
+ "lib/netstandard2.0/Hangfire.Core.dll": {
+ "assemblyVersion": "1.8.18.0",
+ "fileVersion": "1.8.18.0"
+ }
+ },
+ "resources": {
+ "lib/netstandard2.0/ca/Hangfire.Core.resources.dll": {
+ "locale": "ca"
+ },
+ "lib/netstandard2.0/de/Hangfire.Core.resources.dll": {
+ "locale": "de"
+ },
+ "lib/netstandard2.0/es/Hangfire.Core.resources.dll": {
+ "locale": "es"
+ },
+ "lib/netstandard2.0/fa/Hangfire.Core.resources.dll": {
+ "locale": "fa"
+ },
+ "lib/netstandard2.0/fr/Hangfire.Core.resources.dll": {
+ "locale": "fr"
+ },
+ "lib/netstandard2.0/nb/Hangfire.Core.resources.dll": {
+ "locale": "nb"
+ },
+ "lib/netstandard2.0/nl/Hangfire.Core.resources.dll": {
+ "locale": "nl"
+ },
+ "lib/netstandard2.0/pt-BR/Hangfire.Core.resources.dll": {
+ "locale": "pt-BR"
+ },
+ "lib/netstandard2.0/pt-PT/Hangfire.Core.resources.dll": {
+ "locale": "pt-PT"
+ },
+ "lib/netstandard2.0/pt/Hangfire.Core.resources.dll": {
+ "locale": "pt"
+ },
+ "lib/netstandard2.0/sv/Hangfire.Core.resources.dll": {
+ "locale": "sv"
+ },
+ "lib/netstandard2.0/tr-TR/Hangfire.Core.resources.dll": {
+ "locale": "tr-TR"
+ },
+ "lib/netstandard2.0/zh-TW/Hangfire.Core.resources.dll": {
+ "locale": "zh-TW"
+ },
+ "lib/netstandard2.0/zh/Hangfire.Core.resources.dll": {
+ "locale": "zh"
+ }
+ }
+ },
+ "Hangfire.NetCore/1.8.18": {
+ "dependencies": {
+ "Hangfire.Core": "1.8.18",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.5",
+ "Microsoft.Extensions.Hosting.Abstractions": "3.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "9.0.5"
+ },
+ "runtime": {
+ "lib/netstandard2.1/Hangfire.NetCore.dll": {
+ "assemblyVersion": "1.8.18.0",
+ "fileVersion": "1.8.18.0"
+ }
+ }
+ },
+ "Hangfire.SqlServer/1.8.18": {
+ "dependencies": {
+ "Hangfire.Core": "1.8.18"
+ },
+ "runtime": {
+ "lib/netstandard2.0/Hangfire.SqlServer.dll": {
+ "assemblyVersion": "1.8.18.0",
+ "fileVersion": "1.8.18.0"
+ }
+ }
+ },
+ "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {
+ "assemblyVersion": "1.0.0.0",
+ "fileVersion": "4.700.20.21406"
+ }
+ }
+ },
+ "Microsoft.CSharp/4.5.0": {},
+ "Microsoft.Data.SqlClient/5.1.6": {
+ "dependencies": {
+ "Azure.Identity": "1.11.4",
+ "Microsoft.Data.SqlClient.SNI.runtime": "5.1.1",
+ "Microsoft.Identity.Client": "4.61.3",
+ "Microsoft.IdentityModel.JsonWebTokens": "6.35.0",
+ "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0",
+ "Microsoft.SqlServer.Server": "1.0.0",
+ "System.Configuration.ConfigurationManager": "6.0.1",
+ "System.Diagnostics.DiagnosticSource": "9.0.5",
+ "System.Runtime.Caching": "6.0.0",
+ "System.Security.Cryptography.Cng": "5.0.0",
+ "System.Security.Principal.Windows": "5.0.0",
+ "System.Text.Encoding.CodePages": "6.0.0",
+ "System.Text.Encodings.Web": "9.0.5"
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Data.SqlClient.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.16.24240.5"
+ }
+ },
+ "runtimeTargets": {
+ "runtimes/unix/lib/net6.0/Microsoft.Data.SqlClient.dll": {
+ "rid": "unix",
+ "assetType": "runtime",
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.16.24240.5"
+ },
+ "runtimes/win/lib/net6.0/Microsoft.Data.SqlClient.dll": {
+ "rid": "win",
+ "assetType": "runtime",
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.16.24240.5"
+ }
+ }
+ },
+ "Microsoft.Data.SqlClient.SNI.runtime/5.1.1": {
+ "runtimeTargets": {
+ "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": {
+ "rid": "win-arm",
+ "assetType": "native",
+ "fileVersion": "5.1.1.0"
+ },
+ "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": {
+ "rid": "win-arm64",
+ "assetType": "native",
+ "fileVersion": "5.1.1.0"
+ },
+ "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": {
+ "rid": "win-x64",
+ "assetType": "native",
+ "fileVersion": "5.1.1.0"
+ },
+ "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": {
+ "rid": "win-x86",
+ "assetType": "native",
+ "fileVersion": "5.1.1.0"
+ }
+ }
+ },
+ "Microsoft.EntityFrameworkCore/9.0.5": {
+ "dependencies": {
+ "Microsoft.EntityFrameworkCore.Abstractions": "9.0.5",
+ "Microsoft.EntityFrameworkCore.Analyzers": "9.0.5",
+ "Microsoft.Extensions.Caching.Memory": "9.0.5",
+ "Microsoft.Extensions.Logging": "9.0.5"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.EntityFrameworkCore.dll": {
+ "assemblyVersion": "9.0.5.0",
+ "fileVersion": "9.0.525.21604"
+ }
+ }
+ },
+ "Microsoft.EntityFrameworkCore.Abstractions/9.0.5": {
+ "runtime": {
+ "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {
+ "assemblyVersion": "9.0.5.0",
+ "fileVersion": "9.0.525.21604"
+ }
+ }
+ },
+ "Microsoft.EntityFrameworkCore.Analyzers/9.0.5": {},
+ "Microsoft.EntityFrameworkCore.Relational/9.0.5": {
+ "dependencies": {
+ "Microsoft.EntityFrameworkCore": "9.0.5",
+ "Microsoft.Extensions.Caching.Memory": "9.0.5",
+ "Microsoft.Extensions.Configuration.Abstractions": "9.0.5",
+ "Microsoft.Extensions.Logging": "9.0.5"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll": {
+ "assemblyVersion": "9.0.5.0",
+ "fileVersion": "9.0.525.21604"
+ }
+ }
+ },
+ "Microsoft.EntityFrameworkCore.SqlServer/9.0.5": {
+ "dependencies": {
+ "Microsoft.Data.SqlClient": "5.1.6",
+ "Microsoft.EntityFrameworkCore.Relational": "9.0.5",
+ "Microsoft.Extensions.Caching.Memory": "9.0.5",
+ "Microsoft.Extensions.Configuration.Abstractions": "9.0.5",
+ "Microsoft.Extensions.Logging": "9.0.5",
+ "System.Formats.Asn1": "9.0.5",
+ "System.Text.Json": "9.0.5"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.EntityFrameworkCore.SqlServer.dll": {
+ "assemblyVersion": "9.0.5.0",
+ "fileVersion": "9.0.525.21604"
+ }
+ }
+ },
+ "Microsoft.Extensions.Caching.Abstractions/9.0.5": {
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "9.0.5"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.525.21509"
+ }
+ }
+ },
+ "Microsoft.Extensions.Caching.Memory/9.0.5": {
+ "dependencies": {
+ "Microsoft.Extensions.Caching.Abstractions": "9.0.5",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.5",
+ "Microsoft.Extensions.Logging.Abstractions": "9.0.5",
+ "Microsoft.Extensions.Options": "9.0.5",
+ "Microsoft.Extensions.Primitives": "9.0.5"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.525.21509"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/9.0.5": {
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "9.0.5"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.525.21509"
+ }
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection/9.0.5": {
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.5"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.525.21509"
+ }
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.5": {
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.525.21509"
+ }
+ }
+ },
+ "Microsoft.Extensions.FileProviders.Abstractions/3.0.0": {
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "9.0.5"
+ },
+ "runtime": {
+ "lib/netcoreapp3.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {
+ "assemblyVersion": "3.0.0.0",
+ "fileVersion": "3.0.19.46305"
+ }
+ }
+ },
+ "Microsoft.Extensions.Hosting.Abstractions/3.0.0": {
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "9.0.5",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.5",
+ "Microsoft.Extensions.FileProviders.Abstractions": "3.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "9.0.5"
+ },
+ "runtime": {
+ "lib/netcoreapp3.0/Microsoft.Extensions.Hosting.Abstractions.dll": {
+ "assemblyVersion": "3.0.0.0",
+ "fileVersion": "3.0.19.46305"
+ }
+ }
+ },
+ "Microsoft.Extensions.Logging/9.0.5": {
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection": "9.0.5",
+ "Microsoft.Extensions.Logging.Abstractions": "9.0.5",
+ "Microsoft.Extensions.Options": "9.0.5"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Logging.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.525.21509"
+ }
+ }
+ },
+ "Microsoft.Extensions.Logging.Abstractions/9.0.5": {
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.5",
+ "System.Diagnostics.DiagnosticSource": "9.0.5"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.525.21509"
+ }
+ }
+ },
+ "Microsoft.Extensions.Options/9.0.5": {
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.5",
+ "Microsoft.Extensions.Primitives": "9.0.5"
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Options.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.525.21509"
+ }
+ }
+ },
+ "Microsoft.Extensions.Primitives/9.0.5": {
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Primitives.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.525.21509"
+ }
+ }
+ },
+ "Microsoft.Identity.Client/4.61.3": {
+ "dependencies": {
+ "Microsoft.IdentityModel.Abstractions": "6.35.0",
+ "System.Diagnostics.DiagnosticSource": "9.0.5"
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Identity.Client.dll": {
+ "assemblyVersion": "4.61.3.0",
+ "fileVersion": "4.61.3.0"
+ }
+ }
+ },
+ "Microsoft.Identity.Client.Extensions.Msal/4.61.3": {
+ "dependencies": {
+ "Microsoft.Identity.Client": "4.61.3",
+ "System.Security.Cryptography.ProtectedData": "6.0.0"
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": {
+ "assemblyVersion": "4.61.3.0",
+ "fileVersion": "4.61.3.0"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.Abstractions/6.35.0": {
+ "runtime": {
+ "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": {
+ "assemblyVersion": "6.35.0.0",
+ "fileVersion": "6.35.0.41201"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.JsonWebTokens/6.35.0": {
+ "dependencies": {
+ "Microsoft.IdentityModel.Tokens": "6.35.0",
+ "System.Text.Encoding": "4.3.0",
+ "System.Text.Encodings.Web": "9.0.5",
+ "System.Text.Json": "9.0.5"
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
+ "assemblyVersion": "6.35.0.0",
+ "fileVersion": "6.35.0.41201"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.Logging/6.35.0": {
+ "dependencies": {
+ "Microsoft.IdentityModel.Abstractions": "6.35.0"
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.IdentityModel.Logging.dll": {
+ "assemblyVersion": "6.35.0.0",
+ "fileVersion": "6.35.0.41201"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.Protocols/6.35.0": {
+ "dependencies": {
+ "Microsoft.IdentityModel.Logging": "6.35.0",
+ "Microsoft.IdentityModel.Tokens": "6.35.0"
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": {
+ "assemblyVersion": "6.35.0.0",
+ "fileVersion": "6.35.0.41201"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": {
+ "dependencies": {
+ "Microsoft.IdentityModel.Protocols": "6.35.0",
+ "System.IdentityModel.Tokens.Jwt": "6.35.0"
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
+ "assemblyVersion": "6.35.0.0",
+ "fileVersion": "6.35.0.41201"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.Tokens/6.35.0": {
+ "dependencies": {
+ "Microsoft.CSharp": "4.5.0",
+ "Microsoft.IdentityModel.Logging": "6.35.0",
+ "System.Security.Cryptography.Cng": "5.0.0"
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": {
+ "assemblyVersion": "6.35.0.0",
+ "fileVersion": "6.35.0.41201"
+ }
+ }
+ },
+ "Microsoft.NETCore.Platforms/1.1.0": {},
+ "Microsoft.NETCore.Targets/1.1.0": {},
+ "Microsoft.SqlServer.Server/1.0.0": {
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": {
+ "assemblyVersion": "1.0.0.0",
+ "fileVersion": "1.0.0.0"
+ }
+ }
+ },
+ "Microsoft.Win32.SystemEvents/6.0.0": {
+ "runtime": {
+ "lib/net6.0/Microsoft.Win32.SystemEvents.dll": {
+ "assemblyVersion": "6.0.0.0",
+ "fileVersion": "6.0.21.52210"
+ }
+ },
+ "runtimeTargets": {
+ "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll": {
+ "rid": "win",
+ "assetType": "runtime",
+ "assemblyVersion": "6.0.0.0",
+ "fileVersion": "6.0.21.52210"
+ }
+ }
+ },
+ "ModernWpfUI/0.9.6": {
+ "runtime": {
+ "lib/net5.0-windows7.0/ModernWpf.Controls.dll": {
+ "assemblyVersion": "0.9.6.0",
+ "fileVersion": "0.9.6.0"
+ },
+ "lib/net5.0-windows7.0/ModernWpf.dll": {
+ "assemblyVersion": "0.9.6.0",
+ "fileVersion": "0.9.6.0"
+ }
+ },
+ "resources": {
+ "lib/net5.0-windows7.0/af-ZA/ModernWpf.Controls.resources.dll": {
+ "locale": "af-ZA"
+ },
+ "lib/net5.0-windows7.0/af-ZA/ModernWpf.resources.dll": {
+ "locale": "af-ZA"
+ },
+ "lib/net5.0-windows7.0/am-ET/ModernWpf.Controls.resources.dll": {
+ "locale": "am-ET"
+ },
+ "lib/net5.0-windows7.0/am-ET/ModernWpf.resources.dll": {
+ "locale": "am-ET"
+ },
+ "lib/net5.0-windows7.0/ar-SA/ModernWpf.Controls.resources.dll": {
+ "locale": "ar-SA"
+ },
+ "lib/net5.0-windows7.0/ar-SA/ModernWpf.resources.dll": {
+ "locale": "ar-SA"
+ },
+ "lib/net5.0-windows7.0/az-Latn-AZ/ModernWpf.Controls.resources.dll": {
+ "locale": "az-Latn-AZ"
+ },
+ "lib/net5.0-windows7.0/az-Latn-AZ/ModernWpf.resources.dll": {
+ "locale": "az-Latn-AZ"
+ },
+ "lib/net5.0-windows7.0/be-BY/ModernWpf.Controls.resources.dll": {
+ "locale": "be-BY"
+ },
+ "lib/net5.0-windows7.0/be-BY/ModernWpf.resources.dll": {
+ "locale": "be-BY"
+ },
+ "lib/net5.0-windows7.0/bg-BG/ModernWpf.Controls.resources.dll": {
+ "locale": "bg-BG"
+ },
+ "lib/net5.0-windows7.0/bg-BG/ModernWpf.resources.dll": {
+ "locale": "bg-BG"
+ },
+ "lib/net5.0-windows7.0/bn-BD/ModernWpf.Controls.resources.dll": {
+ "locale": "bn-BD"
+ },
+ "lib/net5.0-windows7.0/bn-BD/ModernWpf.resources.dll": {
+ "locale": "bn-BD"
+ },
+ "lib/net5.0-windows7.0/bs-Latn-BA/ModernWpf.Controls.resources.dll": {
+ "locale": "bs-Latn-BA"
+ },
+ "lib/net5.0-windows7.0/bs-Latn-BA/ModernWpf.resources.dll": {
+ "locale": "bs-Latn-BA"
+ },
+ "lib/net5.0-windows7.0/ca-ES/ModernWpf.Controls.resources.dll": {
+ "locale": "ca-ES"
+ },
+ "lib/net5.0-windows7.0/ca-ES/ModernWpf.resources.dll": {
+ "locale": "ca-ES"
+ },
+ "lib/net5.0-windows7.0/cs-CZ/ModernWpf.Controls.resources.dll": {
+ "locale": "cs-CZ"
+ },
+ "lib/net5.0-windows7.0/cs-CZ/ModernWpf.resources.dll": {
+ "locale": "cs-CZ"
+ },
+ "lib/net5.0-windows7.0/da-DK/ModernWpf.Controls.resources.dll": {
+ "locale": "da-DK"
+ },
+ "lib/net5.0-windows7.0/da-DK/ModernWpf.resources.dll": {
+ "locale": "da-DK"
+ },
+ "lib/net5.0-windows7.0/de-DE/ModernWpf.Controls.resources.dll": {
+ "locale": "de-DE"
+ },
+ "lib/net5.0-windows7.0/de-DE/ModernWpf.resources.dll": {
+ "locale": "de-DE"
+ },
+ "lib/net5.0-windows7.0/el-GR/ModernWpf.Controls.resources.dll": {
+ "locale": "el-GR"
+ },
+ "lib/net5.0-windows7.0/el-GR/ModernWpf.resources.dll": {
+ "locale": "el-GR"
+ },
+ "lib/net5.0-windows7.0/en-GB/ModernWpf.Controls.resources.dll": {
+ "locale": "en-GB"
+ },
+ "lib/net5.0-windows7.0/en-GB/ModernWpf.resources.dll": {
+ "locale": "en-GB"
+ },
+ "lib/net5.0-windows7.0/es-ES/ModernWpf.Controls.resources.dll": {
+ "locale": "es-ES"
+ },
+ "lib/net5.0-windows7.0/es-ES/ModernWpf.resources.dll": {
+ "locale": "es-ES"
+ },
+ "lib/net5.0-windows7.0/es-MX/ModernWpf.Controls.resources.dll": {
+ "locale": "es-MX"
+ },
+ "lib/net5.0-windows7.0/es-MX/ModernWpf.resources.dll": {
+ "locale": "es-MX"
+ },
+ "lib/net5.0-windows7.0/et-EE/ModernWpf.Controls.resources.dll": {
+ "locale": "et-EE"
+ },
+ "lib/net5.0-windows7.0/et-EE/ModernWpf.resources.dll": {
+ "locale": "et-EE"
+ },
+ "lib/net5.0-windows7.0/eu-ES/ModernWpf.Controls.resources.dll": {
+ "locale": "eu-ES"
+ },
+ "lib/net5.0-windows7.0/eu-ES/ModernWpf.resources.dll": {
+ "locale": "eu-ES"
+ },
+ "lib/net5.0-windows7.0/fa-IR/ModernWpf.Controls.resources.dll": {
+ "locale": "fa-IR"
+ },
+ "lib/net5.0-windows7.0/fa-IR/ModernWpf.resources.dll": {
+ "locale": "fa-IR"
+ },
+ "lib/net5.0-windows7.0/fi-FI/ModernWpf.Controls.resources.dll": {
+ "locale": "fi-FI"
+ },
+ "lib/net5.0-windows7.0/fi-FI/ModernWpf.resources.dll": {
+ "locale": "fi-FI"
+ },
+ "lib/net5.0-windows7.0/fr-CA/ModernWpf.Controls.resources.dll": {
+ "locale": "fr-CA"
+ },
+ "lib/net5.0-windows7.0/fr-CA/ModernWpf.resources.dll": {
+ "locale": "fr-CA"
+ },
+ "lib/net5.0-windows7.0/fr-FR/ModernWpf.Controls.resources.dll": {
+ "locale": "fr-FR"
+ },
+ "lib/net5.0-windows7.0/fr-FR/ModernWpf.resources.dll": {
+ "locale": "fr-FR"
+ },
+ "lib/net5.0-windows7.0/gl-ES/ModernWpf.Controls.resources.dll": {
+ "locale": "gl-ES"
+ },
+ "lib/net5.0-windows7.0/gl-ES/ModernWpf.resources.dll": {
+ "locale": "gl-ES"
+ },
+ "lib/net5.0-windows7.0/he-IL/ModernWpf.Controls.resources.dll": {
+ "locale": "he-IL"
+ },
+ "lib/net5.0-windows7.0/he-IL/ModernWpf.resources.dll": {
+ "locale": "he-IL"
+ },
+ "lib/net5.0-windows7.0/hi-IN/ModernWpf.Controls.resources.dll": {
+ "locale": "hi-IN"
+ },
+ "lib/net5.0-windows7.0/hi-IN/ModernWpf.resources.dll": {
+ "locale": "hi-IN"
+ },
+ "lib/net5.0-windows7.0/hr-HR/ModernWpf.Controls.resources.dll": {
+ "locale": "hr-HR"
+ },
+ "lib/net5.0-windows7.0/hr-HR/ModernWpf.resources.dll": {
+ "locale": "hr-HR"
+ },
+ "lib/net5.0-windows7.0/hu-HU/ModernWpf.Controls.resources.dll": {
+ "locale": "hu-HU"
+ },
+ "lib/net5.0-windows7.0/hu-HU/ModernWpf.resources.dll": {
+ "locale": "hu-HU"
+ },
+ "lib/net5.0-windows7.0/id-ID/ModernWpf.Controls.resources.dll": {
+ "locale": "id-ID"
+ },
+ "lib/net5.0-windows7.0/id-ID/ModernWpf.resources.dll": {
+ "locale": "id-ID"
+ },
+ "lib/net5.0-windows7.0/is-IS/ModernWpf.Controls.resources.dll": {
+ "locale": "is-IS"
+ },
+ "lib/net5.0-windows7.0/is-IS/ModernWpf.resources.dll": {
+ "locale": "is-IS"
+ },
+ "lib/net5.0-windows7.0/it-IT/ModernWpf.Controls.resources.dll": {
+ "locale": "it-IT"
+ },
+ "lib/net5.0-windows7.0/it-IT/ModernWpf.resources.dll": {
+ "locale": "it-IT"
+ },
+ "lib/net5.0-windows7.0/ja-JP/ModernWpf.Controls.resources.dll": {
+ "locale": "ja-JP"
+ },
+ "lib/net5.0-windows7.0/ja-JP/ModernWpf.resources.dll": {
+ "locale": "ja-JP"
+ },
+ "lib/net5.0-windows7.0/ka-GE/ModernWpf.Controls.resources.dll": {
+ "locale": "ka-GE"
+ },
+ "lib/net5.0-windows7.0/ka-GE/ModernWpf.resources.dll": {
+ "locale": "ka-GE"
+ },
+ "lib/net5.0-windows7.0/kk-KZ/ModernWpf.Controls.resources.dll": {
+ "locale": "kk-KZ"
+ },
+ "lib/net5.0-windows7.0/kk-KZ/ModernWpf.resources.dll": {
+ "locale": "kk-KZ"
+ },
+ "lib/net5.0-windows7.0/km-KH/ModernWpf.Controls.resources.dll": {
+ "locale": "km-KH"
+ },
+ "lib/net5.0-windows7.0/km-KH/ModernWpf.resources.dll": {
+ "locale": "km-KH"
+ },
+ "lib/net5.0-windows7.0/kn-IN/ModernWpf.Controls.resources.dll": {
+ "locale": "kn-IN"
+ },
+ "lib/net5.0-windows7.0/kn-IN/ModernWpf.resources.dll": {
+ "locale": "kn-IN"
+ },
+ "lib/net5.0-windows7.0/ko-KR/ModernWpf.Controls.resources.dll": {
+ "locale": "ko-KR"
+ },
+ "lib/net5.0-windows7.0/ko-KR/ModernWpf.resources.dll": {
+ "locale": "ko-KR"
+ },
+ "lib/net5.0-windows7.0/lo-LA/ModernWpf.Controls.resources.dll": {
+ "locale": "lo-LA"
+ },
+ "lib/net5.0-windows7.0/lo-LA/ModernWpf.resources.dll": {
+ "locale": "lo-LA"
+ },
+ "lib/net5.0-windows7.0/lt-LT/ModernWpf.Controls.resources.dll": {
+ "locale": "lt-LT"
+ },
+ "lib/net5.0-windows7.0/lt-LT/ModernWpf.resources.dll": {
+ "locale": "lt-LT"
+ },
+ "lib/net5.0-windows7.0/lv-LV/ModernWpf.Controls.resources.dll": {
+ "locale": "lv-LV"
+ },
+ "lib/net5.0-windows7.0/lv-LV/ModernWpf.resources.dll": {
+ "locale": "lv-LV"
+ },
+ "lib/net5.0-windows7.0/mk-MK/ModernWpf.Controls.resources.dll": {
+ "locale": "mk-MK"
+ },
+ "lib/net5.0-windows7.0/mk-MK/ModernWpf.resources.dll": {
+ "locale": "mk-MK"
+ },
+ "lib/net5.0-windows7.0/ml-IN/ModernWpf.Controls.resources.dll": {
+ "locale": "ml-IN"
+ },
+ "lib/net5.0-windows7.0/ml-IN/ModernWpf.resources.dll": {
+ "locale": "ml-IN"
+ },
+ "lib/net5.0-windows7.0/ms-MY/ModernWpf.Controls.resources.dll": {
+ "locale": "ms-MY"
+ },
+ "lib/net5.0-windows7.0/ms-MY/ModernWpf.resources.dll": {
+ "locale": "ms-MY"
+ },
+ "lib/net5.0-windows7.0/nb-NO/ModernWpf.Controls.resources.dll": {
+ "locale": "nb-NO"
+ },
+ "lib/net5.0-windows7.0/nb-NO/ModernWpf.resources.dll": {
+ "locale": "nb-NO"
+ },
+ "lib/net5.0-windows7.0/nl-NL/ModernWpf.Controls.resources.dll": {
+ "locale": "nl-NL"
+ },
+ "lib/net5.0-windows7.0/nl-NL/ModernWpf.resources.dll": {
+ "locale": "nl-NL"
+ },
+ "lib/net5.0-windows7.0/nn-NO/ModernWpf.Controls.resources.dll": {
+ "locale": "nn-NO"
+ },
+ "lib/net5.0-windows7.0/nn-NO/ModernWpf.resources.dll": {
+ "locale": "nn-NO"
+ },
+ "lib/net5.0-windows7.0/pl-PL/ModernWpf.Controls.resources.dll": {
+ "locale": "pl-PL"
+ },
+ "lib/net5.0-windows7.0/pl-PL/ModernWpf.resources.dll": {
+ "locale": "pl-PL"
+ },
+ "lib/net5.0-windows7.0/pt-BR/ModernWpf.Controls.resources.dll": {
+ "locale": "pt-BR"
+ },
+ "lib/net5.0-windows7.0/pt-BR/ModernWpf.resources.dll": {
+ "locale": "pt-BR"
+ },
+ "lib/net5.0-windows7.0/pt-PT/ModernWpf.Controls.resources.dll": {
+ "locale": "pt-PT"
+ },
+ "lib/net5.0-windows7.0/pt-PT/ModernWpf.resources.dll": {
+ "locale": "pt-PT"
+ },
+ "lib/net5.0-windows7.0/ro-RO/ModernWpf.Controls.resources.dll": {
+ "locale": "ro-RO"
+ },
+ "lib/net5.0-windows7.0/ro-RO/ModernWpf.resources.dll": {
+ "locale": "ro-RO"
+ },
+ "lib/net5.0-windows7.0/ru-RU/ModernWpf.Controls.resources.dll": {
+ "locale": "ru-RU"
+ },
+ "lib/net5.0-windows7.0/ru-RU/ModernWpf.resources.dll": {
+ "locale": "ru-RU"
+ },
+ "lib/net5.0-windows7.0/sk-SK/ModernWpf.Controls.resources.dll": {
+ "locale": "sk-SK"
+ },
+ "lib/net5.0-windows7.0/sk-SK/ModernWpf.resources.dll": {
+ "locale": "sk-SK"
+ },
+ "lib/net5.0-windows7.0/sl-SI/ModernWpf.Controls.resources.dll": {
+ "locale": "sl-SI"
+ },
+ "lib/net5.0-windows7.0/sl-SI/ModernWpf.resources.dll": {
+ "locale": "sl-SI"
+ },
+ "lib/net5.0-windows7.0/sq-AL/ModernWpf.Controls.resources.dll": {
+ "locale": "sq-AL"
+ },
+ "lib/net5.0-windows7.0/sq-AL/ModernWpf.resources.dll": {
+ "locale": "sq-AL"
+ },
+ "lib/net5.0-windows7.0/sr-Latn-RS/ModernWpf.Controls.resources.dll": {
+ "locale": "sr-Latn-RS"
+ },
+ "lib/net5.0-windows7.0/sr-Latn-RS/ModernWpf.resources.dll": {
+ "locale": "sr-Latn-RS"
+ },
+ "lib/net5.0-windows7.0/sv-SE/ModernWpf.Controls.resources.dll": {
+ "locale": "sv-SE"
+ },
+ "lib/net5.0-windows7.0/sv-SE/ModernWpf.resources.dll": {
+ "locale": "sv-SE"
+ },
+ "lib/net5.0-windows7.0/sw-KE/ModernWpf.Controls.resources.dll": {
+ "locale": "sw-KE"
+ },
+ "lib/net5.0-windows7.0/sw-KE/ModernWpf.resources.dll": {
+ "locale": "sw-KE"
+ },
+ "lib/net5.0-windows7.0/ta-IN/ModernWpf.Controls.resources.dll": {
+ "locale": "ta-IN"
+ },
+ "lib/net5.0-windows7.0/ta-IN/ModernWpf.resources.dll": {
+ "locale": "ta-IN"
+ },
+ "lib/net5.0-windows7.0/te-IN/ModernWpf.Controls.resources.dll": {
+ "locale": "te-IN"
+ },
+ "lib/net5.0-windows7.0/te-IN/ModernWpf.resources.dll": {
+ "locale": "te-IN"
+ },
+ "lib/net5.0-windows7.0/th-TH/ModernWpf.Controls.resources.dll": {
+ "locale": "th-TH"
+ },
+ "lib/net5.0-windows7.0/th-TH/ModernWpf.resources.dll": {
+ "locale": "th-TH"
+ },
+ "lib/net5.0-windows7.0/tr-TR/ModernWpf.Controls.resources.dll": {
+ "locale": "tr-TR"
+ },
+ "lib/net5.0-windows7.0/tr-TR/ModernWpf.resources.dll": {
+ "locale": "tr-TR"
+ },
+ "lib/net5.0-windows7.0/uk-UA/ModernWpf.Controls.resources.dll": {
+ "locale": "uk-UA"
+ },
+ "lib/net5.0-windows7.0/uk-UA/ModernWpf.resources.dll": {
+ "locale": "uk-UA"
+ },
+ "lib/net5.0-windows7.0/uz-Latn-UZ/ModernWpf.Controls.resources.dll": {
+ "locale": "uz-Latn-UZ"
+ },
+ "lib/net5.0-windows7.0/uz-Latn-UZ/ModernWpf.resources.dll": {
+ "locale": "uz-Latn-UZ"
+ },
+ "lib/net5.0-windows7.0/vi-VN/ModernWpf.Controls.resources.dll": {
+ "locale": "vi-VN"
+ },
+ "lib/net5.0-windows7.0/vi-VN/ModernWpf.resources.dll": {
+ "locale": "vi-VN"
+ }
+ }
+ },
+ "Newtonsoft.Json/11.0.1": {
+ "runtime": {
+ "lib/netstandard2.0/Newtonsoft.Json.dll": {
+ "assemblyVersion": "11.0.0.0",
+ "fileVersion": "11.0.1.21818"
+ }
+ }
+ },
+ "runtime.native.System.Data.SqlClient.sni/4.4.0": {
+ "dependencies": {
+ "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
+ "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
+ "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0"
+ }
+ },
+ "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
+ "runtimeTargets": {
+ "runtimes/win-arm64/native/sni.dll": {
+ "rid": "win-arm64",
+ "assetType": "native",
+ "fileVersion": "4.6.25512.1"
+ }
+ }
+ },
+ "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
+ "runtimeTargets": {
+ "runtimes/win-x64/native/sni.dll": {
+ "rid": "win-x64",
+ "assetType": "native",
+ "fileVersion": "4.6.25512.1"
+ }
+ }
+ },
+ "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": {
+ "runtimeTargets": {
+ "runtimes/win-x86/native/sni.dll": {
+ "rid": "win-x86",
+ "assetType": "native",
+ "fileVersion": "4.6.25512.1"
+ }
+ }
+ },
+ "System.ClientModel/1.0.0": {
+ "dependencies": {
+ "System.Memory.Data": "1.0.2",
+ "System.Text.Json": "9.0.5"
+ },
+ "runtime": {
+ "lib/net6.0/System.ClientModel.dll": {
+ "assemblyVersion": "1.0.0.0",
+ "fileVersion": "1.0.24.5302"
+ }
+ }
+ },
+ "System.ComponentModel.Composition/8.0.0": {
+ "runtime": {
+ "lib/net8.0/System.ComponentModel.Composition.dll": {
+ "assemblyVersion": "8.0.0.0",
+ "fileVersion": "8.0.23.53103"
+ }
+ }
+ },
+ "System.Configuration.ConfigurationManager/6.0.1": {
+ "dependencies": {
+ "System.Security.Cryptography.ProtectedData": "6.0.0",
+ "System.Security.Permissions": "6.0.0"
+ },
+ "runtime": {
+ "lib/net6.0/System.Configuration.ConfigurationManager.dll": {
+ "assemblyVersion": "6.0.0.0",
+ "fileVersion": "6.0.922.41905"
+ }
+ }
+ },
+ "System.Data.SqlClient/4.9.0": {
+ "dependencies": {
+ "runtime.native.System.Data.SqlClient.sni": "4.4.0"
+ },
+ "runtime": {
+ "lib/net8.0/System.Data.SqlClient.dll": {
+ "assemblyVersion": "4.6.1.6",
+ "fileVersion": "4.900.24.56208"
+ }
+ },
+ "runtimeTargets": {
+ "runtimes/unix/lib/net8.0/System.Data.SqlClient.dll": {
+ "rid": "unix",
+ "assetType": "runtime",
+ "assemblyVersion": "4.6.1.6",
+ "fileVersion": "4.900.24.56208"
+ },
+ "runtimes/win/lib/net8.0/System.Data.SqlClient.dll": {
+ "rid": "win",
+ "assetType": "runtime",
+ "assemblyVersion": "4.6.1.6",
+ "fileVersion": "4.900.24.56208"
+ }
+ }
+ },
+ "System.Diagnostics.DiagnosticSource/9.0.5": {
+ "runtime": {
+ "lib/net8.0/System.Diagnostics.DiagnosticSource.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.525.21509"
+ }
+ }
+ },
+ "System.Drawing.Common/6.0.0": {
+ "dependencies": {
+ "Microsoft.Win32.SystemEvents": "6.0.0"
+ },
+ "runtime": {
+ "lib/net6.0/System.Drawing.Common.dll": {
+ "assemblyVersion": "6.0.0.0",
+ "fileVersion": "6.0.21.52210"
+ }
+ },
+ "runtimeTargets": {
+ "runtimes/unix/lib/net6.0/System.Drawing.Common.dll": {
+ "rid": "unix",
+ "assetType": "runtime",
+ "assemblyVersion": "6.0.0.0",
+ "fileVersion": "6.0.21.52210"
+ },
+ "runtimes/win/lib/net6.0/System.Drawing.Common.dll": {
+ "rid": "win",
+ "assetType": "runtime",
+ "assemblyVersion": "6.0.0.0",
+ "fileVersion": "6.0.21.52210"
+ }
+ }
+ },
+ "System.Formats.Asn1/9.0.5": {
+ "runtime": {
+ "lib/net8.0/System.Formats.Asn1.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.525.21509"
+ }
+ }
+ },
+ "System.IdentityModel.Tokens.Jwt/6.35.0": {
+ "dependencies": {
+ "Microsoft.IdentityModel.JsonWebTokens": "6.35.0",
+ "Microsoft.IdentityModel.Tokens": "6.35.0"
+ },
+ "runtime": {
+ "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": {
+ "assemblyVersion": "6.35.0.0",
+ "fileVersion": "6.35.0.41201"
+ }
+ }
+ },
+ "System.IO.Pipelines/9.0.5": {
+ "runtime": {
+ "lib/net8.0/System.IO.Pipelines.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.525.21509"
+ }
+ }
+ },
+ "System.Memory/4.5.4": {},
+ "System.Memory.Data/1.0.2": {
+ "dependencies": {
+ "System.Text.Encodings.Web": "9.0.5",
+ "System.Text.Json": "9.0.5"
+ },
+ "runtime": {
+ "lib/netstandard2.0/System.Memory.Data.dll": {
+ "assemblyVersion": "1.0.2.0",
+ "fileVersion": "1.0.221.20802"
+ }
+ }
+ },
+ "System.Numerics.Vectors/4.5.0": {},
+ "System.Runtime/4.3.0": {
+ "dependencies": {
+ "Microsoft.NETCore.Platforms": "1.1.0",
+ "Microsoft.NETCore.Targets": "1.1.0"
+ }
+ },
+ "System.Runtime.Caching/6.0.0": {
+ "dependencies": {
+ "System.Configuration.ConfigurationManager": "6.0.1"
+ },
+ "runtime": {
+ "lib/net6.0/System.Runtime.Caching.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "6.0.21.52210"
+ }
+ },
+ "runtimeTargets": {
+ "runtimes/win/lib/net6.0/System.Runtime.Caching.dll": {
+ "rid": "win",
+ "assetType": "runtime",
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "6.0.21.52210"
+ }
+ }
+ },
+ "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "runtime": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "assemblyVersion": "6.0.0.0",
+ "fileVersion": "6.0.21.52210"
+ }
+ }
+ },
+ "System.Security.AccessControl/6.0.0": {
+ "runtime": {
+ "lib/net6.0/System.Security.AccessControl.dll": {
+ "assemblyVersion": "6.0.0.0",
+ "fileVersion": "6.0.21.52210"
+ }
+ },
+ "runtimeTargets": {
+ "runtimes/win/lib/net6.0/System.Security.AccessControl.dll": {
+ "rid": "win",
+ "assetType": "runtime",
+ "assemblyVersion": "6.0.0.0",
+ "fileVersion": "6.0.21.52210"
+ }
+ }
+ },
+ "System.Security.Cryptography.Cng/5.0.0": {
+ "dependencies": {
+ "System.Formats.Asn1": "9.0.5"
+ },
+ "runtime": {
+ "lib/netcoreapp3.0/System.Security.Cryptography.Cng.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.20.51904"
+ }
+ },
+ "runtimeTargets": {
+ "runtimes/win/lib/netcoreapp3.0/System.Security.Cryptography.Cng.dll": {
+ "rid": "win",
+ "assetType": "runtime",
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.20.51904"
+ }
+ }
+ },
+ "System.Security.Cryptography.ProtectedData/6.0.0": {
+ "runtime": {
+ "lib/net6.0/System.Security.Cryptography.ProtectedData.dll": {
+ "assemblyVersion": "6.0.0.0",
+ "fileVersion": "6.0.21.52210"
+ }
+ },
+ "runtimeTargets": {
+ "runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll": {
+ "rid": "win",
+ "assetType": "runtime",
+ "assemblyVersion": "6.0.0.0",
+ "fileVersion": "6.0.21.52210"
+ }
+ }
+ },
+ "System.Security.Permissions/6.0.0": {
+ "dependencies": {
+ "System.Security.AccessControl": "6.0.0",
+ "System.Windows.Extensions": "6.0.0"
+ },
+ "runtime": {
+ "lib/net6.0/System.Security.Permissions.dll": {
+ "assemblyVersion": "6.0.0.0",
+ "fileVersion": "6.0.21.52210"
+ }
+ }
+ },
+ "System.Security.Principal.Windows/5.0.0": {
+ "runtime": {
+ "lib/netstandard2.0/System.Security.Principal.Windows.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.20.51904"
+ }
+ },
+ "runtimeTargets": {
+ "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": {
+ "rid": "unix",
+ "assetType": "runtime",
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.20.51904"
+ },
+ "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": {
+ "rid": "win",
+ "assetType": "runtime",
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.20.51904"
+ }
+ }
+ },
+ "System.Text.Encoding/4.3.0": {
+ "dependencies": {
+ "Microsoft.NETCore.Platforms": "1.1.0",
+ "Microsoft.NETCore.Targets": "1.1.0",
+ "System.Runtime": "4.3.0"
+ }
+ },
+ "System.Text.Encoding.CodePages/6.0.0": {
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "runtime": {
+ "lib/net6.0/System.Text.Encoding.CodePages.dll": {
+ "assemblyVersion": "6.0.0.0",
+ "fileVersion": "6.0.21.52210"
+ }
+ },
+ "runtimeTargets": {
+ "runtimes/win/lib/net6.0/System.Text.Encoding.CodePages.dll": {
+ "rid": "win",
+ "assetType": "runtime",
+ "assemblyVersion": "6.0.0.0",
+ "fileVersion": "6.0.21.52210"
+ }
+ }
+ },
+ "System.Text.Encodings.Web/9.0.5": {
+ "runtime": {
+ "lib/net8.0/System.Text.Encodings.Web.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.525.21509"
+ }
+ },
+ "runtimeTargets": {
+ "runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll": {
+ "rid": "browser",
+ "assetType": "runtime",
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.525.21509"
+ }
+ }
+ },
+ "System.Text.Json/9.0.5": {
+ "dependencies": {
+ "System.IO.Pipelines": "9.0.5",
+ "System.Text.Encodings.Web": "9.0.5"
+ },
+ "runtime": {
+ "lib/net8.0/System.Text.Json.dll": {
+ "assemblyVersion": "9.0.0.0",
+ "fileVersion": "9.0.525.21509"
+ }
+ }
+ },
+ "System.Threading.Tasks.Extensions/4.5.4": {},
+ "System.Windows.Extensions/6.0.0": {
+ "dependencies": {
+ "System.Drawing.Common": "6.0.0"
+ },
+ "runtime": {
+ "lib/net6.0/System.Windows.Extensions.dll": {
+ "assemblyVersion": "6.0.0.0",
+ "fileVersion": "6.0.21.52210"
+ }
+ },
+ "runtimeTargets": {
+ "runtimes/win/lib/net6.0/System.Windows.Extensions.dll": {
+ "rid": "win",
+ "assetType": "runtime",
+ "assemblyVersion": "6.0.0.0",
+ "fileVersion": "6.0.21.52210"
+ }
+ }
+ }
+ }
+ },
+ "libraries": {
+ "Autofac/8.3.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-0Bv8aSKuK4nQAiDKw3+pIv9hUhbPwS63ql9KhjR6DRgE14UNdXrMqO8YMI0PnffZPyCrMs85lNhZRI4eBgQO4w==",
+ "path": "autofac/8.3.0",
+ "hashPath": "autofac.8.3.0.nupkg.sha512"
+ },
+ "Autofac.Extras.CommonServiceLocator/6.1.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-QMBCPPjGyY4EuxjeNfBDfW+ojNvnY1trD3vtVt47Gu65ZWHHfH+uyyjHk6b9EjdDZAKtioZxCTQYyI3q3A5pCw==",
+ "path": "autofac.extras.commonservicelocator/6.1.0",
+ "hashPath": "autofac.extras.commonservicelocator.6.1.0.nupkg.sha512"
+ },
+ "Autofac.Mef/7.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-cjjBEv6dGSgS4sUMuwqa65dY1KH5a7+V08rrDe+8gRlEDafOFIMvATS+eBkEogcn7zUZDk5zueuFbh9kebTbQg==",
+ "path": "autofac.mef/7.0.0",
+ "hashPath": "autofac.mef.7.0.0.nupkg.sha512"
+ },
+ "Azure.Core/1.38.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-IuEgCoVA0ef7E4pQtpC3+TkPbzaoQfa77HlfJDmfuaJUCVJmn7fT0izamZiryW5sYUFKizsftIxMkXKbgIcPMQ==",
+ "path": "azure.core/1.38.0",
+ "hashPath": "azure.core.1.38.0.nupkg.sha512"
+ },
+ "Azure.Identity/1.11.4": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-Sf4BoE6Q3jTgFkgBkx7qztYOFELBCo+wQgpYDwal/qJ1unBH73ywPztIJKXBXORRzAeNijsuxhk94h0TIMvfYg==",
+ "path": "azure.identity/1.11.4",
+ "hashPath": "azure.identity.1.11.4.nupkg.sha512"
+ },
+ "CommonServiceLocator/2.0.7": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-deByA+/7hfPSMqaqcITTkeZhGw41qiIon5F6Q5n5EcMPeYc5hXlifIrVpPKsur4g/PuxYU6umjTx8kQMog4npw==",
+ "path": "commonservicelocator/2.0.7",
+ "hashPath": "commonservicelocator.2.0.7.nupkg.sha512"
+ },
+ "Dapper/2.1.66": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-/q77jUgDOS+bzkmk3Vy9SiWMaetTw+NOoPAV0xPBsGVAyljd5S6P+4RUW7R3ZUGGr9lDRyPKgAMj2UAOwvqZYw==",
+ "path": "dapper/2.1.66",
+ "hashPath": "dapper.2.1.66.nupkg.sha512"
+ },
+ "Hangfire/1.8.18": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-EY+UqMHTOQAtdjeJf3jlnj8MpENyDPTpA6OHMncucVlkaongZjrx+gCN4bgma7vD3BNHqfQ7irYrfE5p1DOBEQ==",
+ "path": "hangfire/1.8.18",
+ "hashPath": "hangfire.1.8.18.nupkg.sha512"
+ },
+ "Hangfire.AspNetCore/1.8.18": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-5D6Do0qgoAnakvh4KnKwhIoUzFU84Z0sCYMB+Sit+ygkpL1P6JGYDcd/9vDBcfr5K3JqBxD4Zh2IK2LOXuuiaw==",
+ "path": "hangfire.aspnetcore/1.8.18",
+ "hashPath": "hangfire.aspnetcore.1.8.18.nupkg.sha512"
+ },
+ "Hangfire.Core/1.8.18": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-oNAkV8QQoYg5+vM2M024NBk49EhTO2BmKDLuQaKNew23RpH9OUGtKDl1KldBdDJrD8TMFzjhWCArol3igd2i2w==",
+ "path": "hangfire.core/1.8.18",
+ "hashPath": "hangfire.core.1.8.18.nupkg.sha512"
+ },
+ "Hangfire.NetCore/1.8.18": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-3KAV9AZ1nqQHC54qR4buNEEKRmQJfq+lODtZxUk5cdi68lV8+9K2f4H1/mIfDlPpgjPFjEfCobNoi2+TIpKySw==",
+ "path": "hangfire.netcore/1.8.18",
+ "hashPath": "hangfire.netcore.1.8.18.nupkg.sha512"
+ },
+ "Hangfire.SqlServer/1.8.18": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-yBfI2ygYfN/31rOrahfOFHee1mwTrG0ppsmK9awCS0mAr2GEaB9eyYqg/lURgZy8AA8UVJVs5nLHa2hc1pDAVQ==",
+ "path": "hangfire.sqlserver/1.8.18",
+ "hashPath": "hangfire.sqlserver.1.8.18.nupkg.sha512"
+ },
+ "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-yuvf07qFWFqtK3P/MRkEKLhn5r2UbSpVueRziSqj0yJQIKFwG1pq9mOayK3zE5qZCTs0CbrwL9M6R8VwqyGy2w==",
+ "path": "microsoft.bcl.asyncinterfaces/1.1.1",
+ "hashPath": "microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512"
+ },
+ "Microsoft.CSharp/4.5.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-kaj6Wb4qoMuH3HySFJhxwQfe8R/sJsNJnANrvv8WdFPMoNbKY5htfNscv+LHCu5ipz+49m2e+WQXpLXr9XYemQ==",
+ "path": "microsoft.csharp/4.5.0",
+ "hashPath": "microsoft.csharp.4.5.0.nupkg.sha512"
+ },
+ "Microsoft.Data.SqlClient/5.1.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-+pz7gIPh5ydsBcQvivt4R98PwJXer86fyQBBToIBLxZ5kuhW4N13Ijz87s9WpuPtF1vh4JesYCgpDPAOgkMhdg==",
+ "path": "microsoft.data.sqlclient/5.1.6",
+ "hashPath": "microsoft.data.sqlclient.5.1.6.nupkg.sha512"
+ },
+ "Microsoft.Data.SqlClient.SNI.runtime/5.1.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-wNGM5ZTQCa2blc9ikXQouybGiyMd6IHPVJvAlBEPtr6JepZEOYeDxGyprYvFVeOxlCXs7avridZQ0nYkHzQWCQ==",
+ "path": "microsoft.data.sqlclient.sni.runtime/5.1.1",
+ "hashPath": "microsoft.data.sqlclient.sni.runtime.5.1.1.nupkg.sha512"
+ },
+ "Microsoft.EntityFrameworkCore/9.0.5": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-TeCtb/vc+jxvgkVAqeJlZKOoG5w/w8AigWQQyOmeJsJ7+0SkONX8bqEV/wB+ojnT0sXuJrrfXQOEC3ws6asEng==",
+ "path": "microsoft.entityframeworkcore/9.0.5",
+ "hashPath": "microsoft.entityframeworkcore.9.0.5.nupkg.sha512"
+ },
+ "Microsoft.EntityFrameworkCore.Abstractions/9.0.5": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-81fGyIibhGc4rq4ZxmVZE/1CFSvGMQOZqdRyCBLKz/Hb8eE973dmSfcdXpXhQ/5f+nbax4VGkWhwPGxWUNWaCQ==",
+ "path": "microsoft.entityframeworkcore.abstractions/9.0.5",
+ "hashPath": "microsoft.entityframeworkcore.abstractions.9.0.5.nupkg.sha512"
+ },
+ "Microsoft.EntityFrameworkCore.Analyzers/9.0.5": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-kWRrD69qCXo7lahPZPt7C127UfK0I024laFZEDMfT3JbALB1EWneFvq1utWM0cNKPFuYis1E1oaYTuRGI/9inQ==",
+ "path": "microsoft.entityframeworkcore.analyzers/9.0.5",
+ "hashPath": "microsoft.entityframeworkcore.analyzers.9.0.5.nupkg.sha512"
+ },
+ "Microsoft.EntityFrameworkCore.Relational/9.0.5": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-6eErbrZFd9yNnncemtDdmHZ3KC792OQCIYITuMsjK2oh4CLzlYo8mzNsozgUzQ+utHnne11/3eV8zMWbYF5Puw==",
+ "path": "microsoft.entityframeworkcore.relational/9.0.5",
+ "hashPath": "microsoft.entityframeworkcore.relational.9.0.5.nupkg.sha512"
+ },
+ "Microsoft.EntityFrameworkCore.SqlServer/9.0.5": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-Y4194uyqwMivN2ioKd7GYBFVeeG2kZFFC1ZCmOTvXy3G6Wd05ZVyUyR/3mB+SHCequMPt/DI4f58WMmVaOS6eg==",
+ "path": "microsoft.entityframeworkcore.sqlserver/9.0.5",
+ "hashPath": "microsoft.entityframeworkcore.sqlserver.9.0.5.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Caching.Abstractions/9.0.5": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-RV6wOTvH5BeVRs6cvxFuaV1ut05Dklpvq19XRO1JxAayfLWYIEP7K94aamY0iSUhoehWk1X5H6gMcbZkHuBjew==",
+ "path": "microsoft.extensions.caching.abstractions/9.0.5",
+ "hashPath": "microsoft.extensions.caching.abstractions.9.0.5.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Caching.Memory/9.0.5": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-qDmoAzIUBup5KZG1Abv51ifbHMCWFnaXbt05l+Sd92mLOpF9OwHOuoxu3XhzXaPGfq0Ns3pv1df5l8zuKjFgGw==",
+ "path": "microsoft.extensions.caching.memory/9.0.5",
+ "hashPath": "microsoft.extensions.caching.memory.9.0.5.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/9.0.5": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-ew0G6gIznnyAkbIa67wXspkDFcVektjN3xaDAfBDIPbWph+rbuGaaohFxUSGw28ht7wdcWtTtElKnzfkcDDbOQ==",
+ "path": "microsoft.extensions.configuration.abstractions/9.0.5",
+ "hashPath": "microsoft.extensions.configuration.abstractions.9.0.5.nupkg.sha512"
+ },
+ "Microsoft.Extensions.DependencyInjection/9.0.5": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-N1Mn0T/tUBPoLL+Fzsp+VCEtneUhhxc1//Dx3BeuQ8AX+XrMlYCfnp2zgpEXnTCB7053CLdiqVWPZ7mEX6MPjg==",
+ "path": "microsoft.extensions.dependencyinjection/9.0.5",
+ "hashPath": "microsoft.extensions.dependencyinjection.9.0.5.nupkg.sha512"
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.5": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-cjnRtsEAzU73aN6W7vkWy8Phj5t3Xm78HSqgrbh/O4Q9SK/yN73wZVa21QQY6amSLQRQ/M8N+koGnY6PuvKQsw==",
+ "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.5",
+ "hashPath": "microsoft.extensions.dependencyinjection.abstractions.9.0.5.nupkg.sha512"
+ },
+ "Microsoft.Extensions.FileProviders.Abstractions/3.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-kahEeykb6FyQytoZNNXuz74X85B4weIEt8Kd+0klK48bkXDWOIHAOvNjlGsPMcS9CL935Te8QGQS83JqCbpdHA==",
+ "path": "microsoft.extensions.fileproviders.abstractions/3.0.0",
+ "hashPath": "microsoft.extensions.fileproviders.abstractions.3.0.0.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Hosting.Abstractions/3.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-qeDWS5ErmkUN96BdQqpmeCmLk5HJWQ/SPw3ux5v5/Qb0hKZS5wojBMulnBC7JUEiBwg7Ir71Yjf1lFiRT5MdtQ==",
+ "path": "microsoft.extensions.hosting.abstractions/3.0.0",
+ "hashPath": "microsoft.extensions.hosting.abstractions.3.0.0.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Logging/9.0.5": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-rQU61lrgvpE/UgcAd4E56HPxUIkX/VUQCxWmwDTLLVeuwRDYTL0q/FLGfAW17cGTKyCh7ywYAEnY3sTEvURsfg==",
+ "path": "microsoft.extensions.logging/9.0.5",
+ "hashPath": "microsoft.extensions.logging.9.0.5.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Logging.Abstractions/9.0.5": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-pP1PADCrIxMYJXxFmTVbAgEU7GVpjK5i0/tyfU9DiE0oXQy3JWQaOVgCkrCiePLgS8b5sghM3Fau3EeHiVWbCg==",
+ "path": "microsoft.extensions.logging.abstractions/9.0.5",
+ "hashPath": "microsoft.extensions.logging.abstractions.9.0.5.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Options/9.0.5": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-vPdJQU8YLOUSSK8NL0RmwcXJr2E0w8xH559PGQl4JYsglgilZr9LZnqV2zdgk+XR05+kuvhBEZKoDVd46o7NqA==",
+ "path": "microsoft.extensions.options/9.0.5",
+ "hashPath": "microsoft.extensions.options.9.0.5.nupkg.sha512"
+ },
+ "Microsoft.Extensions.Primitives/9.0.5": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-b4OAv1qE1C9aM+ShWJu3rlo/WjDwa/I30aIPXqDWSKXTtKl1Wwh6BZn+glH5HndGVVn3C6ZAPQj5nv7/7HJNBQ==",
+ "path": "microsoft.extensions.primitives/9.0.5",
+ "hashPath": "microsoft.extensions.primitives.9.0.5.nupkg.sha512"
+ },
+ "Microsoft.Identity.Client/4.61.3": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-naJo/Qm35Caaoxp5utcw+R8eU8ZtLz2ALh8S+gkekOYQ1oazfCQMWVT4NJ/FnHzdIJlm8dMz0oMpMGCabx5odA==",
+ "path": "microsoft.identity.client/4.61.3",
+ "hashPath": "microsoft.identity.client.4.61.3.nupkg.sha512"
+ },
+ "Microsoft.Identity.Client.Extensions.Msal/4.61.3": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-PWnJcznrSGr25MN8ajlc2XIDW4zCFu0U6FkpaNLEWLgd1NgFCp5uDY3mqLDgM8zCN8hqj8yo5wHYfLB2HjcdGw==",
+ "path": "microsoft.identity.client.extensions.msal/4.61.3",
+ "hashPath": "microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512"
+ },
+ "Microsoft.IdentityModel.Abstractions/6.35.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-xuR8E4Rd96M41CnUSCiOJ2DBh+z+zQSmyrYHdYhD6K4fXBcQGVnRCFQ0efROUYpP+p0zC1BLKr0JRpVuujTZSg==",
+ "path": "microsoft.identitymodel.abstractions/6.35.0",
+ "hashPath": "microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512"
+ },
+ "Microsoft.IdentityModel.JsonWebTokens/6.35.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-9wxai3hKgZUb4/NjdRKfQd0QJvtXKDlvmGMYACbEC8DFaicMFCFhQFZq9ZET1kJLwZahf2lfY5Gtcpsx8zYzbg==",
+ "path": "microsoft.identitymodel.jsonwebtokens/6.35.0",
+ "hashPath": "microsoft.identitymodel.jsonwebtokens.6.35.0.nupkg.sha512"
+ },
+ "Microsoft.IdentityModel.Logging/6.35.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-jePrSfGAmqT81JDCNSY+fxVWoGuJKt9e6eJ+vT7+quVS55nWl//jGjUQn4eFtVKt4rt5dXaleZdHRB9J9AJZ7Q==",
+ "path": "microsoft.identitymodel.logging/6.35.0",
+ "hashPath": "microsoft.identitymodel.logging.6.35.0.nupkg.sha512"
+ },
+ "Microsoft.IdentityModel.Protocols/6.35.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-BPQhlDzdFvv1PzaUxNSk+VEPwezlDEVADIKmyxubw7IiELK18uJ06RQ9QKKkds30XI+gDu9n8j24XQ8w7fjWcg==",
+ "path": "microsoft.identitymodel.protocols/6.35.0",
+ "hashPath": "microsoft.identitymodel.protocols.6.35.0.nupkg.sha512"
+ },
+ "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-LMtVqnECCCdSmyFoCOxIE5tXQqkOLrvGrL7OxHg41DIm1bpWtaCdGyVcTAfOQpJXvzND9zUKIN/lhngPkYR8vg==",
+ "path": "microsoft.identitymodel.protocols.openidconnect/6.35.0",
+ "hashPath": "microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512"
+ },
+ "Microsoft.IdentityModel.Tokens/6.35.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-RN7lvp7s3Boucg1NaNAbqDbxtlLj5Qeb+4uSS1TeK5FSBVM40P4DKaTKChT43sHyKfh7V0zkrMph6DdHvyA4bg==",
+ "path": "microsoft.identitymodel.tokens/6.35.0",
+ "hashPath": "microsoft.identitymodel.tokens.6.35.0.nupkg.sha512"
+ },
+ "Microsoft.NETCore.Platforms/1.1.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
+ "path": "microsoft.netcore.platforms/1.1.0",
+ "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512"
+ },
+ "Microsoft.NETCore.Targets/1.1.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
+ "path": "microsoft.netcore.targets/1.1.0",
+ "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
+ },
+ "Microsoft.SqlServer.Server/1.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-N4KeF3cpcm1PUHym1RmakkzfkEv3GRMyofVv40uXsQhCQeglr2OHNcUk2WOG51AKpGO8ynGpo9M/kFXSzghwug==",
+ "path": "microsoft.sqlserver.server/1.0.0",
+ "hashPath": "microsoft.sqlserver.server.1.0.0.nupkg.sha512"
+ },
+ "Microsoft.Win32.SystemEvents/6.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A==",
+ "path": "microsoft.win32.systemevents/6.0.0",
+ "hashPath": "microsoft.win32.systemevents.6.0.0.nupkg.sha512"
+ },
+ "ModernWpfUI/0.9.6": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-eWe90HciyudQQtZVbZ9QFssS74BwK69W7cBd52AEZHmrsS4hrSA+/BpUbAFWzzFDH6FBE1xsHPiRC+wHS7xgJw==",
+ "path": "modernwpfui/0.9.6",
+ "hashPath": "modernwpfui.0.9.6.nupkg.sha512"
+ },
+ "Newtonsoft.Json/11.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-pNN4l+J6LlpIvHOeNdXlwxv39NPJ2B5klz+Rd2UQZIx30Squ5oND1Yy3wEAUoKn0GPUj6Yxt9lxlYWQqfZcvKg==",
+ "path": "newtonsoft.json/11.0.1",
+ "hashPath": "newtonsoft.json.11.0.1.nupkg.sha512"
+ },
+ "runtime.native.System.Data.SqlClient.sni/4.4.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-A8v6PGmk+UGbfWo5Ixup0lPM4swuSwOiayJExZwKIOjTlFFQIsu3QnDXECosBEyrWSPryxBVrdqtJyhK3BaupQ==",
+ "path": "runtime.native.system.data.sqlclient.sni/4.4.0",
+ "hashPath": "runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
+ },
+ "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==",
+ "path": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0",
+ "hashPath": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
+ },
+ "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==",
+ "path": "runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0",
+ "hashPath": "runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
+ },
+ "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==",
+ "path": "runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0",
+ "hashPath": "runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
+ },
+ "System.ClientModel/1.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-I3CVkvxeqFYjIVEP59DnjbeoGNfo/+SZrCLpRz2v/g0gpCHaEMPtWSY0s9k/7jR1rAsLNg2z2u1JRB76tPjnIw==",
+ "path": "system.clientmodel/1.0.0",
+ "hashPath": "system.clientmodel.1.0.0.nupkg.sha512"
+ },
+ "System.ComponentModel.Composition/8.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-bGhUX5BTivJ9Wax0qnJy7uGq7dn/TQkEpJ2Fpu1etg8dbPwyDkUzNPc1d3I2/jUr9y4wDI3a1dkSmi8X21Pzbw==",
+ "path": "system.componentmodel.composition/8.0.0",
+ "hashPath": "system.componentmodel.composition.8.0.0.nupkg.sha512"
+ },
+ "System.Configuration.ConfigurationManager/6.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-jXw9MlUu/kRfEU0WyTptAVueupqIeE3/rl0EZDMlf8pcvJnitQ8HeVEp69rZdaStXwTV72boi/Bhw8lOeO+U2w==",
+ "path": "system.configuration.configurationmanager/6.0.1",
+ "hashPath": "system.configuration.configurationmanager.6.0.1.nupkg.sha512"
+ },
+ "System.Data.SqlClient/4.9.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-j4KJO+vC62NyUtNHz854njEqXbT8OmAa5jb1nrGfYWBOcggyYUQE0w/snXeaCjdvkSKWuUD+hfvlbN8pTrJTXg==",
+ "path": "system.data.sqlclient/4.9.0",
+ "hashPath": "system.data.sqlclient.4.9.0.nupkg.sha512"
+ },
+ "System.Diagnostics.DiagnosticSource/9.0.5": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-WoI5or8kY2VxFdDmsaRZ5yaYvvb+4MCyy66eXo79Cy1uMa7qXeGIlYmZx7R9Zy5S4xZjmqvkk2V8L6/vDwAAEA==",
+ "path": "system.diagnostics.diagnosticsource/9.0.5",
+ "hashPath": "system.diagnostics.diagnosticsource.9.0.5.nupkg.sha512"
+ },
+ "System.Drawing.Common/6.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==",
+ "path": "system.drawing.common/6.0.0",
+ "hashPath": "system.drawing.common.6.0.0.nupkg.sha512"
+ },
+ "System.Formats.Asn1/9.0.5": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-GpMHKhuwUgnp1jKiZQ1slyAQnLp4HG2MgzCJ4u4oZEfi6aBzE3HOx01JFStaiC8dtJqsv0WlrGAWVixv8TEN1w==",
+ "path": "system.formats.asn1/9.0.5",
+ "hashPath": "system.formats.asn1.9.0.5.nupkg.sha512"
+ },
+ "System.IdentityModel.Tokens.Jwt/6.35.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-yxGIQd3BFK7F6S62/7RdZk3C/mfwyVxvh6ngd1VYMBmbJ1YZZA9+Ku6suylVtso0FjI0wbElpJ0d27CdsyLpBQ==",
+ "path": "system.identitymodel.tokens.jwt/6.35.0",
+ "hashPath": "system.identitymodel.tokens.jwt.6.35.0.nupkg.sha512"
+ },
+ "System.IO.Pipelines/9.0.5": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-5WXo+3MGcnYn54+1ojf+kRzKq1Q6sDUnovujNJ2ky1nl1/kP3+PMil9LPbFvZ2mkhvAGmQcY07G2sfHat/v0Fw==",
+ "path": "system.io.pipelines/9.0.5",
+ "hashPath": "system.io.pipelines.9.0.5.nupkg.sha512"
+ },
+ "System.Memory/4.5.4": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==",
+ "path": "system.memory/4.5.4",
+ "hashPath": "system.memory.4.5.4.nupkg.sha512"
+ },
+ "System.Memory.Data/1.0.2": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-JGkzeqgBsiZwKJZ1IxPNsDFZDhUvuEdX8L8BDC8N3KOj+6zMcNU28CNN59TpZE/VJYy9cP+5M+sbxtWJx3/xtw==",
+ "path": "system.memory.data/1.0.2",
+ "hashPath": "system.memory.data.1.0.2.nupkg.sha512"
+ },
+ "System.Numerics.Vectors/4.5.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==",
+ "path": "system.numerics.vectors/4.5.0",
+ "hashPath": "system.numerics.vectors.4.5.0.nupkg.sha512"
+ },
+ "System.Runtime/4.3.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
+ "path": "system.runtime/4.3.0",
+ "hashPath": "system.runtime.4.3.0.nupkg.sha512"
+ },
+ "System.Runtime.Caching/6.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-E0e03kUp5X2k+UAoVl6efmI7uU7JRBWi5EIdlQ7cr0NpBGjHG4fWII35PgsBY9T4fJQ8E4QPsL0rKksU9gcL5A==",
+ "path": "system.runtime.caching/6.0.0",
+ "hashPath": "system.runtime.caching.6.0.0.nupkg.sha512"
+ },
+ "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
+ "path": "system.runtime.compilerservices.unsafe/6.0.0",
+ "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
+ },
+ "System.Security.AccessControl/6.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-AUADIc0LIEQe7MzC+I0cl0rAT8RrTAKFHl53yHjEUzNVIaUlhFY11vc2ebiVJzVBuOzun6F7FBA+8KAbGTTedQ==",
+ "path": "system.security.accesscontrol/6.0.0",
+ "hashPath": "system.security.accesscontrol.6.0.0.nupkg.sha512"
+ },
+ "System.Security.Cryptography.Cng/5.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==",
+ "path": "system.security.cryptography.cng/5.0.0",
+ "hashPath": "system.security.cryptography.cng.5.0.0.nupkg.sha512"
+ },
+ "System.Security.Cryptography.ProtectedData/6.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-rp1gMNEZpvx9vP0JW0oHLxlf8oSiQgtno77Y4PLUBjSiDYoD77Y8uXHr1Ea5XG4/pIKhqAdxZ8v8OTUtqo9PeQ==",
+ "path": "system.security.cryptography.protecteddata/6.0.0",
+ "hashPath": "system.security.cryptography.protecteddata.6.0.0.nupkg.sha512"
+ },
+ "System.Security.Permissions/6.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-T/uuc7AklkDoxmcJ7LGkyX1CcSviZuLCa4jg3PekfJ7SU0niF0IVTXwUiNVP9DSpzou2PpxJ+eNY2IfDM90ZCg==",
+ "path": "system.security.permissions/6.0.0",
+ "hashPath": "system.security.permissions.6.0.0.nupkg.sha512"
+ },
+ "System.Security.Principal.Windows/5.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==",
+ "path": "system.security.principal.windows/5.0.0",
+ "hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512"
+ },
+ "System.Text.Encoding/4.3.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
+ "path": "system.text.encoding/4.3.0",
+ "hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
+ },
+ "System.Text.Encoding.CodePages/6.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-ZFCILZuOvtKPauZ/j/swhvw68ZRi9ATCfvGbk1QfydmcXBkIWecWKn/250UH7rahZ5OoDBaiAudJtPvLwzw85A==",
+ "path": "system.text.encoding.codepages/6.0.0",
+ "hashPath": "system.text.encoding.codepages.6.0.0.nupkg.sha512"
+ },
+ "System.Text.Encodings.Web/9.0.5": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-HJPmqP2FsE+WVUUlTsZ4IFRSyzw40yz0ubiTnsaqm+Xo5fFZhVRvx6Zn8tLXj92/6pbre6OA4QL2A2vnCSKxJA==",
+ "path": "system.text.encodings.web/9.0.5",
+ "hashPath": "system.text.encodings.web.9.0.5.nupkg.sha512"
+ },
+ "System.Text.Json/9.0.5": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-rnP61ZfloTgPQPe7ecr36loNiGX3g1PocxlKHdY/FUpDSsExKkTxpMAlB4X35wNEPr1X7mkYZuQvW3Lhxmu7KA==",
+ "path": "system.text.json/9.0.5",
+ "hashPath": "system.text.json.9.0.5.nupkg.sha512"
+ },
+ "System.Threading.Tasks.Extensions/4.5.4": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==",
+ "path": "system.threading.tasks.extensions/4.5.4",
+ "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512"
+ },
+ "System.Windows.Extensions/6.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-IXoJOXIqc39AIe+CIR7koBtRGMiCt/LPM3lI+PELtDIy9XdyeSrwXFdWV9dzJ2Awl0paLWUaknLxFQ5HpHZUog==",
+ "path": "system.windows.extensions/6.0.0",
+ "hashPath": "system.windows.extensions.6.0.0.nupkg.sha512"
+ }
+ }
+}
\ No newline at end of file
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.designer.runtimeconfig.json b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.designer.runtimeconfig.json
new file mode 100644
index 0000000..3fb2dca
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.designer.runtimeconfig.json
@@ -0,0 +1,29 @@
+{
+ "runtimeOptions": {
+ "tfm": "net8.0",
+ "frameworks": [
+ {
+ "name": "Microsoft.NETCore.App",
+ "version": "8.0.0"
+ },
+ {
+ "name": "Microsoft.WindowsDesktop.App",
+ "version": "8.0.0"
+ },
+ {
+ "name": "Microsoft.AspNetCore.App",
+ "version": "8.0.0"
+ }
+ ],
+ "additionalProbingPaths": [
+ "C:\\Users\\89237\\.dotnet\\store\\|arch|\\|tfm|",
+ "C:\\Users\\89237\\.nuget\\packages",
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configProperties": {
+ "System.Reflection.NullabilityInfoContext.IsSupported": true,
+ "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": true,
+ "Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
+ }
+ }
+}
\ No newline at end of file
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.dll b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.dll
new file mode 100644
index 0000000..05f30f9
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.dll differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.g.resources b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.g.resources
new file mode 100644
index 0000000..4c149fe
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.g.resources differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.genruntimeconfig.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.genruntimeconfig.cache
new file mode 100644
index 0000000..1dc42c0
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.genruntimeconfig.cache
@@ -0,0 +1 @@
+3656f6d15f51d7d24810786a0128c30a184d6c9b47f8450655b16336e1531251
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.pdb b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.pdb
new file mode 100644
index 0000000..bfad52e
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.pdb differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_041xdsxa_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_041xdsxa_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_041xdsxa_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_041xdsxa_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_041xdsxa_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_041xdsxa_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_041xdsxa_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_041xdsxa_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..bb10f8e
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_041xdsxa_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_041xdsxa_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_041xdsxa_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_041xdsxa_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_041xdsxa_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_041xdsxa_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_041xdsxa_wpftmp.assets.cache
new file mode 100644
index 0000000..39bf8b5
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_041xdsxa_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_041xdsxa_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_041xdsxa_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0ibd2lin_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0ibd2lin_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0ibd2lin_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0ibd2lin_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0ibd2lin_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0ibd2lin_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0ibd2lin_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0ibd2lin_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..3566357
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0ibd2lin_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_0ibd2lin_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0ibd2lin_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0ibd2lin_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0ibd2lin_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0ibd2lin_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0ibd2lin_wpftmp.assets.cache
new file mode 100644
index 0000000..0c0fa2e
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0ibd2lin_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0ibd2lin_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0ibd2lin_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0oifkr5q_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0oifkr5q_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0oifkr5q_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0oifkr5q_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0oifkr5q_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0oifkr5q_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0oifkr5q_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0oifkr5q_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..690b452
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0oifkr5q_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_0oifkr5q_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0oifkr5q_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0oifkr5q_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0oifkr5q_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0oifkr5q_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0oifkr5q_wpftmp.assets.cache
new file mode 100644
index 0000000..aa67e24
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0oifkr5q_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_1uromdmu_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_1uromdmu_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_1uromdmu_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_1uromdmu_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_1uromdmu_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_1uromdmu_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_1uromdmu_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_1uromdmu_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..59d8cc3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_1uromdmu_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_1uromdmu_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_1uromdmu_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_1uromdmu_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_1uromdmu_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_1uromdmu_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_1uromdmu_wpftmp.assets.cache
new file mode 100644
index 0000000..4abac53
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_1uromdmu_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_1uromdmu_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_1uromdmu_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_24jj4u55_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_24jj4u55_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_24jj4u55_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_24jj4u55_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_24jj4u55_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_24jj4u55_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_24jj4u55_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_24jj4u55_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..d83ed09
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_24jj4u55_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_24jj4u55_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_24jj4u55_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_24jj4u55_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_24jj4u55_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_24jj4u55_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_24jj4u55_wpftmp.assets.cache
new file mode 100644
index 0000000..3df40ac
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_24jj4u55_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_24jj4u55_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_24jj4u55_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_2bqfflwa_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_2bqfflwa_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_2bqfflwa_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_2bqfflwa_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_2bqfflwa_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_2bqfflwa_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_2bqfflwa_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_2bqfflwa_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..61f5d21
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_2bqfflwa_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_2bqfflwa_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_2bqfflwa_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_2bqfflwa_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_2bqfflwa_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_2bqfflwa_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_2bqfflwa_wpftmp.assets.cache
new file mode 100644
index 0000000..2af336d
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_2bqfflwa_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_2bqfflwa_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_2bqfflwa_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_3gksvzbe_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_3gksvzbe_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_3gksvzbe_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_3gksvzbe_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_3gksvzbe_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_3gksvzbe_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_3gksvzbe_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_3gksvzbe_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..f61020e
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_3gksvzbe_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_3gksvzbe_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_3gksvzbe_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_3gksvzbe_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_3gksvzbe_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_3gksvzbe_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_3gksvzbe_wpftmp.assets.cache
new file mode 100644
index 0000000..e0f93eb
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_3gksvzbe_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_3gksvzbe_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_3gksvzbe_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4arbu2ta_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4arbu2ta_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4arbu2ta_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4arbu2ta_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4arbu2ta_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4arbu2ta_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4arbu2ta_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4arbu2ta_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..bdfbe4d
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4arbu2ta_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_4arbu2ta_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4arbu2ta_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4arbu2ta_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4arbu2ta_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4arbu2ta_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4arbu2ta_wpftmp.assets.cache
new file mode 100644
index 0000000..2899094
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4arbu2ta_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4arbu2ta_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4arbu2ta_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4kgtm2km_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4kgtm2km_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4kgtm2km_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4kgtm2km_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4kgtm2km_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4kgtm2km_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4kgtm2km_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4kgtm2km_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..6190a87
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4kgtm2km_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_4kgtm2km_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4kgtm2km_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4kgtm2km_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4kgtm2km_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4kgtm2km_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4kgtm2km_wpftmp.assets.cache
new file mode 100644
index 0000000..e531592
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4kgtm2km_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4kgtm2km_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4kgtm2km_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_MarkupCompile.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_MarkupCompile.cache
new file mode 100644
index 0000000..7c049e3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_MarkupCompile.cache
@@ -0,0 +1,20 @@
+WpfApp4
+
+
+winexe
+C#
+.cs
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\
+WpfApp4
+none
+false
+TRACE;DEBUG;NET;NET8_0;NETCOREAPP;WINDOWS;WINDOWS7_0;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER;WINDOWS7_0_OR_GREATER
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\App.xaml
+11407045341
+
+11-1341817192
+3701168259763
+MainWindow.xaml;
+
+False
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_MarkupCompile.i.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_MarkupCompile.i.cache
new file mode 100644
index 0000000..b95e94c
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_MarkupCompile.i.cache
@@ -0,0 +1,20 @@
+WpfApp4
+1.0.0.0
+
+winexe
+C#
+.cs
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\
+WpfApp4
+none
+false
+TRACE;DEBUG;NET;NET8_0;NETCOREAPP;WINDOWS;WINDOWS7_0;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER;WINDOWS7_0_OR_GREATER
+C:\Users\89237\source\repos\WpfApp4\WpfApp4\App.xaml
+11407045341
+
+13-1063870392
+3701168259763
+MainWindow.xaml;
+
+False
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_MarkupCompile.lref b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_MarkupCompile.lref
new file mode 100644
index 0000000..d2e7f77
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_MarkupCompile.lref
@@ -0,0 +1,4 @@
+
+FC:\Users\89237\source\repos\WpfApp4\WpfApp4\App.xaml;;
+FC:\Users\89237\source\repos\WpfApp4\WpfApp4\MainWindow.xaml;;
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_a3kuwmnr_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_a3kuwmnr_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_a3kuwmnr_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_a3kuwmnr_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_a3kuwmnr_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_a3kuwmnr_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_a3kuwmnr_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_a3kuwmnr_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..e83baea
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_a3kuwmnr_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_a3kuwmnr_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_a3kuwmnr_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_a3kuwmnr_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_a3kuwmnr_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_a3kuwmnr_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_a3kuwmnr_wpftmp.assets.cache
new file mode 100644
index 0000000..b2e3270
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_a3kuwmnr_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_a3kuwmnr_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_a3kuwmnr_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_appmrzf0_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_appmrzf0_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_appmrzf0_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_appmrzf0_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_appmrzf0_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_appmrzf0_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_appmrzf0_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_appmrzf0_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..a9e013e
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_appmrzf0_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_appmrzf0_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_appmrzf0_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_appmrzf0_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_appmrzf0_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_appmrzf0_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_appmrzf0_wpftmp.assets.cache
new file mode 100644
index 0000000..2e5c687
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_appmrzf0_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_appmrzf0_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_appmrzf0_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_biuvlgdg_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_biuvlgdg_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_biuvlgdg_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_biuvlgdg_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_biuvlgdg_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_biuvlgdg_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_biuvlgdg_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_biuvlgdg_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..f7bc1b8
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_biuvlgdg_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_biuvlgdg_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_biuvlgdg_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_biuvlgdg_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_biuvlgdg_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_biuvlgdg_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_biuvlgdg_wpftmp.assets.cache
new file mode 100644
index 0000000..948ed8f
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_biuvlgdg_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_biuvlgdg_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_biuvlgdg_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bnigtkjh_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bnigtkjh_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bnigtkjh_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bnigtkjh_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bnigtkjh_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bnigtkjh_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bnigtkjh_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bnigtkjh_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..1c370ce
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bnigtkjh_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_bnigtkjh_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bnigtkjh_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bnigtkjh_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bnigtkjh_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bnigtkjh_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bnigtkjh_wpftmp.assets.cache
new file mode 100644
index 0000000..671a104
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bnigtkjh_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bnigtkjh_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bnigtkjh_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bsdhaotc_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bsdhaotc_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bsdhaotc_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bsdhaotc_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bsdhaotc_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bsdhaotc_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bsdhaotc_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bsdhaotc_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..33caf17
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bsdhaotc_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_bsdhaotc_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bsdhaotc_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bsdhaotc_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bsdhaotc_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bsdhaotc_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bsdhaotc_wpftmp.assets.cache
new file mode 100644
index 0000000..dbc54c8
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bsdhaotc_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bsdhaotc_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bsdhaotc_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cbybdrfp_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cbybdrfp_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cbybdrfp_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cbybdrfp_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cbybdrfp_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cbybdrfp_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cbybdrfp_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cbybdrfp_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..0219dae
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cbybdrfp_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_cbybdrfp_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cbybdrfp_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cbybdrfp_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cbybdrfp_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cbybdrfp_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cbybdrfp_wpftmp.assets.cache
new file mode 100644
index 0000000..1c8f27d
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cbybdrfp_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cbybdrfp_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cbybdrfp_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cgqyqwve_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cgqyqwve_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cgqyqwve_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cgqyqwve_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cgqyqwve_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cgqyqwve_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cgqyqwve_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cgqyqwve_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..7401e8d
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cgqyqwve_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_cgqyqwve_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cgqyqwve_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cgqyqwve_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cgqyqwve_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cgqyqwve_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cgqyqwve_wpftmp.assets.cache
new file mode 100644
index 0000000..82dd743
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cgqyqwve_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cgqyqwve_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cgqyqwve_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_csyi0gjz_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_csyi0gjz_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_csyi0gjz_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_csyi0gjz_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_csyi0gjz_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_csyi0gjz_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_csyi0gjz_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_csyi0gjz_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..06e1423
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_csyi0gjz_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_csyi0gjz_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_csyi0gjz_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_csyi0gjz_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_csyi0gjz_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_csyi0gjz_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_csyi0gjz_wpftmp.assets.cache
new file mode 100644
index 0000000..517d159
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_csyi0gjz_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_csyi0gjz_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_csyi0gjz_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_dfmixqdi_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_dfmixqdi_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_dfmixqdi_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_dfmixqdi_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_dfmixqdi_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_dfmixqdi_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_dfmixqdi_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_dfmixqdi_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..9cc5cb1
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_dfmixqdi_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_dfmixqdi_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_dfmixqdi_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_dfmixqdi_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_dfmixqdi_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_dfmixqdi_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_dfmixqdi_wpftmp.assets.cache
new file mode 100644
index 0000000..73d30f0
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_dfmixqdi_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_dfmixqdi_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_dfmixqdi_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_e0jvzqcj_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_e0jvzqcj_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_e0jvzqcj_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_e0jvzqcj_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_e0jvzqcj_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_e0jvzqcj_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_e0jvzqcj_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_e0jvzqcj_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..6e9c482
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_e0jvzqcj_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_e0jvzqcj_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_e0jvzqcj_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_e0jvzqcj_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_e0jvzqcj_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_e0jvzqcj_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_e0jvzqcj_wpftmp.assets.cache
new file mode 100644
index 0000000..fba719d
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_e0jvzqcj_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_e0jvzqcj_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_e0jvzqcj_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_enychj5j_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_enychj5j_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_enychj5j_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_enychj5j_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_enychj5j_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_enychj5j_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_enychj5j_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_enychj5j_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..e35b232
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_enychj5j_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_enychj5j_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_enychj5j_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_enychj5j_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_enychj5j_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_enychj5j_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_enychj5j_wpftmp.assets.cache
new file mode 100644
index 0000000..ccc9e56
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_enychj5j_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_enychj5j_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_enychj5j_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_fkxsturj_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_fkxsturj_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_fkxsturj_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_fkxsturj_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_fkxsturj_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_fkxsturj_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_fkxsturj_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_fkxsturj_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..72e433a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_fkxsturj_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_fkxsturj_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_fkxsturj_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_fkxsturj_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_fkxsturj_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_fkxsturj_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_fkxsturj_wpftmp.assets.cache
new file mode 100644
index 0000000..59e81de
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_fkxsturj_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_fkxsturj_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_fkxsturj_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ftloh4bb_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ftloh4bb_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ftloh4bb_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ftloh4bb_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ftloh4bb_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ftloh4bb_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ftloh4bb_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ftloh4bb_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..3d09b5b
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ftloh4bb_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_ftloh4bb_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ftloh4bb_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ftloh4bb_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ftloh4bb_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ftloh4bb_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ftloh4bb_wpftmp.assets.cache
new file mode 100644
index 0000000..bd5d571
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ftloh4bb_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ftloh4bb_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ftloh4bb_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g0friclr_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g0friclr_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g0friclr_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g0friclr_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g0friclr_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g0friclr_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g0friclr_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g0friclr_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..feafd4f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g0friclr_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_g0friclr_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g0friclr_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g0friclr_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g0friclr_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g0friclr_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g0friclr_wpftmp.assets.cache
new file mode 100644
index 0000000..ec4ff31
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g0friclr_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g0friclr_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g0friclr_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g2fapfm2_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g2fapfm2_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g2fapfm2_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g2fapfm2_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g2fapfm2_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g2fapfm2_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g2fapfm2_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g2fapfm2_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..f03da7a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g2fapfm2_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_g2fapfm2_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g2fapfm2_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g2fapfm2_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g2fapfm2_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g2fapfm2_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g2fapfm2_wpftmp.assets.cache
new file mode 100644
index 0000000..5bfb757
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g2fapfm2_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g2fapfm2_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g2fapfm2_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_get45bxh_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_get45bxh_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_get45bxh_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_get45bxh_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_get45bxh_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_get45bxh_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_get45bxh_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_get45bxh_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..e705a17
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_get45bxh_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_get45bxh_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_get45bxh_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_get45bxh_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_get45bxh_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_get45bxh_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_get45bxh_wpftmp.assets.cache
new file mode 100644
index 0000000..197203c
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_get45bxh_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_get45bxh_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_get45bxh_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_gie5gmss_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_gie5gmss_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_gie5gmss_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_gie5gmss_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_gie5gmss_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_gie5gmss_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_gie5gmss_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_gie5gmss_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..e2a1de0
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_gie5gmss_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_gie5gmss_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_gie5gmss_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_gie5gmss_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_gie5gmss_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_gie5gmss_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_gie5gmss_wpftmp.assets.cache
new file mode 100644
index 0000000..feb4e14
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_gie5gmss_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_gie5gmss_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_gie5gmss_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_h0jcbbjk_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_h0jcbbjk_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_h0jcbbjk_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_h0jcbbjk_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_h0jcbbjk_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_h0jcbbjk_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_h0jcbbjk_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_h0jcbbjk_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..005b0f3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_h0jcbbjk_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_h0jcbbjk_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_h0jcbbjk_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_h0jcbbjk_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_h0jcbbjk_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_h0jcbbjk_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_h0jcbbjk_wpftmp.assets.cache
new file mode 100644
index 0000000..189ceb6
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_h0jcbbjk_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_h0jcbbjk_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_h0jcbbjk_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hhrmeuhp_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hhrmeuhp_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hhrmeuhp_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hhrmeuhp_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hhrmeuhp_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hhrmeuhp_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hhrmeuhp_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hhrmeuhp_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..8172648
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hhrmeuhp_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_hhrmeuhp_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hhrmeuhp_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hhrmeuhp_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hhrmeuhp_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hhrmeuhp_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hhrmeuhp_wpftmp.assets.cache
new file mode 100644
index 0000000..43ab012
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hhrmeuhp_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hr05oq1h_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hr05oq1h_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hr05oq1h_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hr05oq1h_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hr05oq1h_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hr05oq1h_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hr05oq1h_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hr05oq1h_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..c49a0dd
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hr05oq1h_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_hr05oq1h_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hr05oq1h_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hr05oq1h_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hr05oq1h_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hr05oq1h_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hr05oq1h_wpftmp.assets.cache
new file mode 100644
index 0000000..29af9b9
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hr05oq1h_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hr05oq1h_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hr05oq1h_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_htw5i3wu_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_htw5i3wu_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_htw5i3wu_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_htw5i3wu_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_htw5i3wu_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_htw5i3wu_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_htw5i3wu_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_htw5i3wu_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..514e37a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_htw5i3wu_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_htw5i3wu_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_htw5i3wu_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_htw5i3wu_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_htw5i3wu_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_htw5i3wu_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_htw5i3wu_wpftmp.assets.cache
new file mode 100644
index 0000000..53d154b
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_htw5i3wu_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_htw5i3wu_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_htw5i3wu_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hulcsij5_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hulcsij5_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hulcsij5_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hulcsij5_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hulcsij5_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hulcsij5_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hulcsij5_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hulcsij5_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..b1249bf
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hulcsij5_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_hulcsij5_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hulcsij5_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hulcsij5_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hulcsij5_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hulcsij5_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hulcsij5_wpftmp.assets.cache
new file mode 100644
index 0000000..c97b07d
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hulcsij5_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hulcsij5_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hulcsij5_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iaesksub_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iaesksub_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iaesksub_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iaesksub_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iaesksub_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iaesksub_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iaesksub_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iaesksub_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..92df8b2
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iaesksub_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_iaesksub_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iaesksub_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iaesksub_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iaesksub_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iaesksub_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iaesksub_wpftmp.assets.cache
new file mode 100644
index 0000000..47edd97
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iaesksub_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iaesksub_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iaesksub_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iu3c01a2_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iu3c01a2_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iu3c01a2_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iu3c01a2_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iu3c01a2_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iu3c01a2_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iu3c01a2_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iu3c01a2_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..e39975a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iu3c01a2_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_iu3c01a2_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iu3c01a2_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iu3c01a2_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iu3c01a2_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iu3c01a2_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iu3c01a2_wpftmp.assets.cache
new file mode 100644
index 0000000..74f02c7
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iu3c01a2_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iu3c01a2_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iu3c01a2_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_jmrb0f1e_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_jmrb0f1e_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_jmrb0f1e_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_jmrb0f1e_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_jmrb0f1e_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_jmrb0f1e_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_jmrb0f1e_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_jmrb0f1e_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..bee06d6
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_jmrb0f1e_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_jmrb0f1e_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_jmrb0f1e_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_jmrb0f1e_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_jmrb0f1e_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_jmrb0f1e_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_jmrb0f1e_wpftmp.assets.cache
new file mode 100644
index 0000000..0468d0c
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_jmrb0f1e_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_jmrb0f1e_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_jmrb0f1e_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_k52uql3f_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_k52uql3f_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_k52uql3f_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_k52uql3f_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_k52uql3f_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_k52uql3f_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_k52uql3f_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_k52uql3f_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..84fdbc7
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_k52uql3f_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_k52uql3f_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_k52uql3f_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_k52uql3f_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_k52uql3f_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_k52uql3f_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_k52uql3f_wpftmp.assets.cache
new file mode 100644
index 0000000..6261800
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_k52uql3f_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_k52uql3f_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_k52uql3f_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ketiweva_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ketiweva_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ketiweva_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ketiweva_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ketiweva_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ketiweva_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ketiweva_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ketiweva_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..07d6d4a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ketiweva_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_ketiweva_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ketiweva_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ketiweva_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ketiweva_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ketiweva_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ketiweva_wpftmp.assets.cache
new file mode 100644
index 0000000..c86f997
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ketiweva_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ketiweva_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ketiweva_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ko5vaqbs_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ko5vaqbs_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ko5vaqbs_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ko5vaqbs_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ko5vaqbs_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ko5vaqbs_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ko5vaqbs_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ko5vaqbs_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..1bafee1
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ko5vaqbs_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_ko5vaqbs_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ko5vaqbs_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ko5vaqbs_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ko5vaqbs_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ko5vaqbs_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ko5vaqbs_wpftmp.assets.cache
new file mode 100644
index 0000000..a481744
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ko5vaqbs_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ko5vaqbs_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ko5vaqbs_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_l4xotl2j_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_l4xotl2j_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_l4xotl2j_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_l4xotl2j_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_l4xotl2j_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_l4xotl2j_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_l4xotl2j_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_l4xotl2j_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..b1361d5
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_l4xotl2j_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_l4xotl2j_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_l4xotl2j_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_l4xotl2j_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_l4xotl2j_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_l4xotl2j_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_l4xotl2j_wpftmp.assets.cache
new file mode 100644
index 0000000..7954b0e
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_l4xotl2j_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_l4xotl2j_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_l4xotl2j_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lk2okciy_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lk2okciy_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lk2okciy_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lk2okciy_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lk2okciy_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lk2okciy_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lk2okciy_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lk2okciy_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..611014a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lk2okciy_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_lk2okciy_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lk2okciy_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lk2okciy_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lk2okciy_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lk2okciy_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lk2okciy_wpftmp.assets.cache
new file mode 100644
index 0000000..3e06494
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lk2okciy_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lk2okciy_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lk2okciy_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lzxjdyne_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lzxjdyne_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lzxjdyne_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lzxjdyne_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lzxjdyne_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lzxjdyne_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lzxjdyne_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lzxjdyne_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..cea1073
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lzxjdyne_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_lzxjdyne_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lzxjdyne_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lzxjdyne_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lzxjdyne_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lzxjdyne_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lzxjdyne_wpftmp.assets.cache
new file mode 100644
index 0000000..7740e26
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lzxjdyne_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lzxjdyne_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lzxjdyne_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mhy0nti3_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mhy0nti3_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mhy0nti3_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mhy0nti3_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mhy0nti3_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mhy0nti3_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mhy0nti3_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mhy0nti3_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..955bf3c
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mhy0nti3_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_mhy0nti3_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mhy0nti3_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mhy0nti3_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mhy0nti3_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mhy0nti3_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mhy0nti3_wpftmp.assets.cache
new file mode 100644
index 0000000..7d08e95
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mhy0nti3_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mhy0nti3_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mhy0nti3_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ml4vabft_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ml4vabft_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ml4vabft_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ml4vabft_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ml4vabft_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ml4vabft_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ml4vabft_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ml4vabft_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..c87b591
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ml4vabft_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_ml4vabft_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ml4vabft_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ml4vabft_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ml4vabft_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ml4vabft_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ml4vabft_wpftmp.assets.cache
new file mode 100644
index 0000000..7cde475
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ml4vabft_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ml4vabft_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ml4vabft_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mymihteu_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mymihteu_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mymihteu_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mymihteu_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mymihteu_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mymihteu_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mymihteu_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mymihteu_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..1f85098
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mymihteu_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_mymihteu_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mymihteu_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mymihteu_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mymihteu_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mymihteu_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mymihteu_wpftmp.assets.cache
new file mode 100644
index 0000000..28fc525
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mymihteu_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_odnwzoa2_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_odnwzoa2_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_odnwzoa2_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_odnwzoa2_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_odnwzoa2_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_odnwzoa2_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_odnwzoa2_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_odnwzoa2_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..699f2ac
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_odnwzoa2_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_odnwzoa2_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_odnwzoa2_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_odnwzoa2_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_odnwzoa2_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_odnwzoa2_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_odnwzoa2_wpftmp.assets.cache
new file mode 100644
index 0000000..fed7a10
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_odnwzoa2_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_odnwzoa2_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_odnwzoa2_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ouvgkdnu_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ouvgkdnu_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ouvgkdnu_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ouvgkdnu_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ouvgkdnu_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ouvgkdnu_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ouvgkdnu_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ouvgkdnu_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..e5311d7
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ouvgkdnu_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,16 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
+build_property.CsWinRTUseWindowsUIXamlProjections = false
+build_property.EffectiveAnalysisLevelStyle = 8.0
+build_property.EnableCodeStyleSeverity =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ouvgkdnu_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ouvgkdnu_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ouvgkdnu_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ouvgkdnu_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ouvgkdnu_wpftmp.assets.cache
new file mode 100644
index 0000000..d5f5890
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ouvgkdnu_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ouvgkdnu_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ouvgkdnu_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_pipiwp3g_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_pipiwp3g_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_pipiwp3g_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_pipiwp3g_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_pipiwp3g_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_pipiwp3g_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_pipiwp3g_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_pipiwp3g_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..b981a19
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_pipiwp3g_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_pipiwp3g_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_pipiwp3g_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_pipiwp3g_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_pipiwp3g_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_pipiwp3g_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_pipiwp3g_wpftmp.assets.cache
new file mode 100644
index 0000000..303d3ef
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_pipiwp3g_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_pipiwp3g_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_pipiwp3g_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_qcootps1_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_qcootps1_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_qcootps1_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_qcootps1_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_qcootps1_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_qcootps1_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_qcootps1_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_qcootps1_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..b4f4caf
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_qcootps1_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_qcootps1_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_qcootps1_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_qcootps1_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_qcootps1_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_qcootps1_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_qcootps1_wpftmp.assets.cache
new file mode 100644
index 0000000..8ff6b0a
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_qcootps1_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_qcootps1_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_qcootps1_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_r0kvjcps_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_r0kvjcps_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_r0kvjcps_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_r0kvjcps_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_r0kvjcps_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_r0kvjcps_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_r0kvjcps_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_r0kvjcps_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..76b274e
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_r0kvjcps_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_r0kvjcps_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_r0kvjcps_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_r0kvjcps_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_r0kvjcps_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_r0kvjcps_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_r0kvjcps_wpftmp.assets.cache
new file mode 100644
index 0000000..5445b0c
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_r0kvjcps_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_r0kvjcps_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_r0kvjcps_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_sk2ba1nz_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_sk2ba1nz_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_sk2ba1nz_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_sk2ba1nz_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_sk2ba1nz_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_sk2ba1nz_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_sk2ba1nz_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_sk2ba1nz_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..3234c12
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_sk2ba1nz_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_sk2ba1nz_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_sk2ba1nz_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_sk2ba1nz_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_sk2ba1nz_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_sk2ba1nz_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_sk2ba1nz_wpftmp.assets.cache
new file mode 100644
index 0000000..a22185a
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_sk2ba1nz_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_sk2ba1nz_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_sk2ba1nz_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfbsipxf_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfbsipxf_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfbsipxf_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfbsipxf_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfbsipxf_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfbsipxf_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfbsipxf_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfbsipxf_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..328e6e4
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfbsipxf_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_tfbsipxf_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfbsipxf_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfbsipxf_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfbsipxf_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfbsipxf_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfbsipxf_wpftmp.assets.cache
new file mode 100644
index 0000000..a9942bf
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfbsipxf_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfbsipxf_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfbsipxf_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfwckjct_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfwckjct_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfwckjct_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfwckjct_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfwckjct_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfwckjct_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfwckjct_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfwckjct_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..f154c68
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfwckjct_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_tfwckjct_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfwckjct_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfwckjct_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfwckjct_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfwckjct_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfwckjct_wpftmp.assets.cache
new file mode 100644
index 0000000..7ba55e8
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfwckjct_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfwckjct_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfwckjct_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_u3dmap32_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_u3dmap32_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_u3dmap32_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_u3dmap32_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_u3dmap32_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_u3dmap32_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_u3dmap32_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_u3dmap32_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..f5fbc54
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_u3dmap32_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_u3dmap32_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_u3dmap32_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_u3dmap32_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_u3dmap32_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_u3dmap32_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_u3dmap32_wpftmp.assets.cache
new file mode 100644
index 0000000..4e3a81d
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_u3dmap32_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_unmit0jp_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_unmit0jp_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_unmit0jp_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_unmit0jp_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_unmit0jp_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_unmit0jp_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_unmit0jp_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_unmit0jp_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..106973e
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_unmit0jp_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_unmit0jp_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_unmit0jp_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_unmit0jp_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_unmit0jp_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_unmit0jp_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_unmit0jp_wpftmp.assets.cache
new file mode 100644
index 0000000..16f05d8
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_unmit0jp_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_unmit0jp_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_unmit0jp_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uvudcaj1_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uvudcaj1_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uvudcaj1_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uvudcaj1_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uvudcaj1_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uvudcaj1_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uvudcaj1_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uvudcaj1_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..4bd394e
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uvudcaj1_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_uvudcaj1_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uvudcaj1_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uvudcaj1_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uvudcaj1_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uvudcaj1_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uvudcaj1_wpftmp.assets.cache
new file mode 100644
index 0000000..88da6ba
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uvudcaj1_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uvudcaj1_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uvudcaj1_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uyhdundi_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uyhdundi_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uyhdundi_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uyhdundi_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uyhdundi_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uyhdundi_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uyhdundi_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uyhdundi_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..f7a8ffd
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uyhdundi_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_uyhdundi_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uyhdundi_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uyhdundi_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uyhdundi_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uyhdundi_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uyhdundi_wpftmp.assets.cache
new file mode 100644
index 0000000..696d6d0
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uyhdundi_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_vupmrn4m_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_vupmrn4m_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_vupmrn4m_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_vupmrn4m_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_vupmrn4m_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_vupmrn4m_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_vupmrn4m_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_vupmrn4m_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..a577e62
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_vupmrn4m_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_vupmrn4m_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_vupmrn4m_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_vupmrn4m_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_vupmrn4m_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_vupmrn4m_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_vupmrn4m_wpftmp.assets.cache
new file mode 100644
index 0000000..e9cf321
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_vupmrn4m_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_vupmrn4m_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_vupmrn4m_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_weict2mb_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_weict2mb_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_weict2mb_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_weict2mb_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_weict2mb_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_weict2mb_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_weict2mb_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_weict2mb_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..76572a2
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_weict2mb_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_weict2mb_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_weict2mb_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_weict2mb_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_weict2mb_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_weict2mb_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_weict2mb_wpftmp.assets.cache
new file mode 100644
index 0000000..65c7dda
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_weict2mb_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_weict2mb_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_weict2mb_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xczk4h5q_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xczk4h5q_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xczk4h5q_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xczk4h5q_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xczk4h5q_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xczk4h5q_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xczk4h5q_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xczk4h5q_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..4559385
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xczk4h5q_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_xczk4h5q_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xczk4h5q_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xczk4h5q_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xczk4h5q_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xczk4h5q_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xczk4h5q_wpftmp.assets.cache
new file mode 100644
index 0000000..64ad0ca
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xczk4h5q_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xczk4h5q_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xczk4h5q_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xfvp5suk_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xfvp5suk_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xfvp5suk_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xfvp5suk_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xfvp5suk_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xfvp5suk_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xfvp5suk_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xfvp5suk_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..4f884a8
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xfvp5suk_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_xfvp5suk_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xfvp5suk_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xfvp5suk_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xfvp5suk_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xfvp5suk_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xfvp5suk_wpftmp.assets.cache
new file mode 100644
index 0000000..fcaa854
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xfvp5suk_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xfvp5suk_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xfvp5suk_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_y5fiokeg_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_y5fiokeg_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_y5fiokeg_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_y5fiokeg_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_y5fiokeg_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_y5fiokeg_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_y5fiokeg_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_y5fiokeg_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..010e2dc
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_y5fiokeg_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_y5fiokeg_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_y5fiokeg_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_y5fiokeg_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_y5fiokeg_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_y5fiokeg_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_y5fiokeg_wpftmp.assets.cache
new file mode 100644
index 0000000..cdf9925
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_y5fiokeg_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_y5fiokeg_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_y5fiokeg_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_yatwabta_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_yatwabta_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_yatwabta_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_yatwabta_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_yatwabta_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_yatwabta_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_yatwabta_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_yatwabta_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..d5922f2
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_yatwabta_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_yatwabta_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_yatwabta_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_yatwabta_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_yatwabta_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_yatwabta_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_yatwabta_wpftmp.assets.cache
new file mode 100644
index 0000000..0b60ea7
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_yatwabta_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaefhnrn_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaefhnrn_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaefhnrn_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaefhnrn_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaefhnrn_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaefhnrn_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaefhnrn_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaefhnrn_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..57e6e60
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaefhnrn_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_zaefhnrn_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaefhnrn_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaefhnrn_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaefhnrn_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaefhnrn_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaefhnrn_wpftmp.assets.cache
new file mode 100644
index 0000000..0226247
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaefhnrn_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaefhnrn_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaefhnrn_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaok3lsq_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaok3lsq_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaok3lsq_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaok3lsq_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaok3lsq_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaok3lsq_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaok3lsq_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaok3lsq_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..b4458e6
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaok3lsq_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_zaok3lsq_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaok3lsq_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaok3lsq_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaok3lsq_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaok3lsq_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaok3lsq_wpftmp.assets.cache
new file mode 100644
index 0000000..d2e685d
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaok3lsq_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaok3lsq_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaok3lsq_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zswedvpg_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zswedvpg_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zswedvpg_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zswedvpg_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zswedvpg_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zswedvpg_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zswedvpg_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zswedvpg_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..2d5a42d
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zswedvpg_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_zswedvpg_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zswedvpg_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zswedvpg_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zswedvpg_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zswedvpg_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zswedvpg_wpftmp.assets.cache
new file mode 100644
index 0000000..de1b273
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zswedvpg_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zswedvpg_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zswedvpg_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zz40vt50_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zz40vt50_wpftmp.AssemblyInfo.cs
new file mode 100644
index 0000000..d8c2a3a
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zz40vt50_wpftmp.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 此代码由工具生成。
+// 运行时版本:4.0.30319.42000
+//
+// 对此文件的更改可能会导致不正确的行为,并且如果
+// 重新生成代码,这些更改将会丢失。
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// 由 MSBuild WriteCodeFragment 类生成。
+
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zz40vt50_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zz40vt50_wpftmp.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..88c4be3
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zz40vt50_wpftmp.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zz40vt50_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zz40vt50_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..65ced20
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zz40vt50_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WpfApp4_zz40vt50_wpftmp
+build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zz40vt50_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zz40vt50_wpftmp.GlobalUsings.g.cs
new file mode 100644
index 0000000..08bb19f
--- /dev/null
+++ b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zz40vt50_wpftmp.GlobalUsings.g.cs
@@ -0,0 +1,6 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Linq;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zz40vt50_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zz40vt50_wpftmp.assets.cache
new file mode 100644
index 0000000..7521c3d
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zz40vt50_wpftmp.assets.cache differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zz40vt50_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zz40vt50_wpftmp.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/WpfApp4/obj/Debug/net8.0-windows/apphost.exe b/WpfApp4/obj/Debug/net8.0-windows/apphost.exe
new file mode 100644
index 0000000..a345221
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/apphost.exe differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/ref/TaskManager.dll b/WpfApp4/obj/Debug/net8.0-windows/ref/TaskManager.dll
new file mode 100644
index 0000000..a8035fc
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/ref/TaskManager.dll differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/ref/WpfApp4.dll b/WpfApp4/obj/Debug/net8.0-windows/ref/WpfApp4.dll
new file mode 100644
index 0000000..6cf3792
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/ref/WpfApp4.dll differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/refint/TaskManager.dll b/WpfApp4/obj/Debug/net8.0-windows/refint/TaskManager.dll
new file mode 100644
index 0000000..a8035fc
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/refint/TaskManager.dll differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/refint/WpfApp4.dll b/WpfApp4/obj/Debug/net8.0-windows/refint/WpfApp4.dll
new file mode 100644
index 0000000..6cf3792
Binary files /dev/null and b/WpfApp4/obj/Debug/net8.0-windows/refint/WpfApp4.dll differ
diff --git a/WpfApp4/obj/TaskManager.csproj.nuget.dgspec.json b/WpfApp4/obj/TaskManager.csproj.nuget.dgspec.json
new file mode 100644
index 0000000..3cb8d41
--- /dev/null
+++ b/WpfApp4/obj/TaskManager.csproj.nuget.dgspec.json
@@ -0,0 +1,267 @@
+{
+ "format": 1,
+ "restore": {
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\TaskManager.csproj": {}
+ },
+ "projects": {
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj",
+ "projectName": "ILifeTimeService",
+ "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj",
+ "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0-windows"
+ ],
+ "sources": {
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ },
+ "SdkAnalysisLevel": "9.0.300"
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "dependencies": {
+ "Autofac": {
+ "target": "Package",
+ "version": "[8.3.0, )"
+ },
+ "Hangfire.Core": {
+ "target": "Package",
+ "version": "[1.8.18, )"
+ }
+ },
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ },
+ "Microsoft.WindowsDesktop.App.WPF": {
+ "privateAssets": "none"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.300/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ },
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj",
+ "projectName": "Models",
+ "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj",
+ "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0-windows"
+ ],
+ "sources": {
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ },
+ "SdkAnalysisLevel": "9.0.300"
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ },
+ "Microsoft.WindowsDesktop.App.WPF": {
+ "privateAssets": "none"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.300/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ },
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\TaskManager.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\TaskManager.csproj",
+ "projectName": "TaskManager",
+ "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\TaskManager.csproj",
+ "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0-windows"
+ ],
+ "sources": {
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "projectReferences": {
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj": {
+ "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj"
+ },
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj": {
+ "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj"
+ }
+ }
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ },
+ "SdkAnalysisLevel": "9.0.300"
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "dependencies": {
+ "Autofac": {
+ "target": "Package",
+ "version": "[8.3.0, )"
+ },
+ "Autofac.Extras.CommonServiceLocator": {
+ "target": "Package",
+ "version": "[6.1.0, )"
+ },
+ "Autofac.Mef": {
+ "target": "Package",
+ "version": "[7.0.0, )"
+ },
+ "Dapper": {
+ "target": "Package",
+ "version": "[2.1.66, )"
+ },
+ "Hangfire": {
+ "target": "Package",
+ "version": "[1.8.18, )"
+ },
+ "Microsoft.EntityFrameworkCore": {
+ "target": "Package",
+ "version": "[9.0.5, )"
+ },
+ "Microsoft.EntityFrameworkCore.SqlServer": {
+ "target": "Package",
+ "version": "[9.0.5, )"
+ },
+ "ModernWpfUI": {
+ "target": "Package",
+ "version": "[0.9.6, )"
+ },
+ "System.Data.SqlClient": {
+ "target": "Package",
+ "version": "[4.9.0, )"
+ }
+ },
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ },
+ "Microsoft.WindowsDesktop.App.WPF": {
+ "privateAssets": "none"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.300/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/WpfApp4/obj/TaskManager.csproj.nuget.g.props b/WpfApp4/obj/TaskManager.csproj.nuget.g.props
new file mode 100644
index 0000000..36cf047
--- /dev/null
+++ b/WpfApp4/obj/TaskManager.csproj.nuget.g.props
@@ -0,0 +1,22 @@
+
+
+
+ True
+ NuGet
+ $(MSBuildThisFileDirectory)project.assets.json
+ $(UserProfile)\.nuget\packages\
+ C:\Users\89237\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages
+ PackageReference
+ 6.14.0
+
+
+
+
+
+
+
+
+
+ C:\Users\89237\.nuget\packages\hangfire.sqlserver\1.8.18
+
+
\ No newline at end of file
diff --git a/WpfApp4/obj/TaskManager.csproj.nuget.g.targets b/WpfApp4/obj/TaskManager.csproj.nuget.g.targets
new file mode 100644
index 0000000..3eb9a1b
--- /dev/null
+++ b/WpfApp4/obj/TaskManager.csproj.nuget.g.targets
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/WpfApp4/obj/TaskManager_kpyusa1g_wpftmp.csproj.nuget.dgspec.json b/WpfApp4/obj/TaskManager_kpyusa1g_wpftmp.csproj.nuget.dgspec.json
new file mode 100644
index 0000000..3cb8d41
--- /dev/null
+++ b/WpfApp4/obj/TaskManager_kpyusa1g_wpftmp.csproj.nuget.dgspec.json
@@ -0,0 +1,267 @@
+{
+ "format": 1,
+ "restore": {
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\TaskManager.csproj": {}
+ },
+ "projects": {
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj",
+ "projectName": "ILifeTimeService",
+ "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj",
+ "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0-windows"
+ ],
+ "sources": {
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ },
+ "SdkAnalysisLevel": "9.0.300"
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "dependencies": {
+ "Autofac": {
+ "target": "Package",
+ "version": "[8.3.0, )"
+ },
+ "Hangfire.Core": {
+ "target": "Package",
+ "version": "[1.8.18, )"
+ }
+ },
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ },
+ "Microsoft.WindowsDesktop.App.WPF": {
+ "privateAssets": "none"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.300/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ },
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj",
+ "projectName": "Models",
+ "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj",
+ "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0-windows"
+ ],
+ "sources": {
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ },
+ "SdkAnalysisLevel": "9.0.300"
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ },
+ "Microsoft.WindowsDesktop.App.WPF": {
+ "privateAssets": "none"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.300/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ },
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\TaskManager.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\TaskManager.csproj",
+ "projectName": "TaskManager",
+ "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\TaskManager.csproj",
+ "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0-windows"
+ ],
+ "sources": {
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "projectReferences": {
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj": {
+ "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj"
+ },
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj": {
+ "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj"
+ }
+ }
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ },
+ "SdkAnalysisLevel": "9.0.300"
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "dependencies": {
+ "Autofac": {
+ "target": "Package",
+ "version": "[8.3.0, )"
+ },
+ "Autofac.Extras.CommonServiceLocator": {
+ "target": "Package",
+ "version": "[6.1.0, )"
+ },
+ "Autofac.Mef": {
+ "target": "Package",
+ "version": "[7.0.0, )"
+ },
+ "Dapper": {
+ "target": "Package",
+ "version": "[2.1.66, )"
+ },
+ "Hangfire": {
+ "target": "Package",
+ "version": "[1.8.18, )"
+ },
+ "Microsoft.EntityFrameworkCore": {
+ "target": "Package",
+ "version": "[9.0.5, )"
+ },
+ "Microsoft.EntityFrameworkCore.SqlServer": {
+ "target": "Package",
+ "version": "[9.0.5, )"
+ },
+ "ModernWpfUI": {
+ "target": "Package",
+ "version": "[0.9.6, )"
+ },
+ "System.Data.SqlClient": {
+ "target": "Package",
+ "version": "[4.9.0, )"
+ }
+ },
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ },
+ "Microsoft.WindowsDesktop.App.WPF": {
+ "privateAssets": "none"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.300/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/WpfApp4/obj/TaskManager_kpyusa1g_wpftmp.csproj.nuget.g.props b/WpfApp4/obj/TaskManager_kpyusa1g_wpftmp.csproj.nuget.g.props
new file mode 100644
index 0000000..36cf047
--- /dev/null
+++ b/WpfApp4/obj/TaskManager_kpyusa1g_wpftmp.csproj.nuget.g.props
@@ -0,0 +1,22 @@
+
+
+
+ True
+ NuGet
+ $(MSBuildThisFileDirectory)project.assets.json
+ $(UserProfile)\.nuget\packages\
+ C:\Users\89237\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages
+ PackageReference
+ 6.14.0
+
+
+
+
+
+
+
+
+
+ C:\Users\89237\.nuget\packages\hangfire.sqlserver\1.8.18
+
+
\ No newline at end of file
diff --git a/WpfApp4/obj/TaskManager_kpyusa1g_wpftmp.csproj.nuget.g.targets b/WpfApp4/obj/TaskManager_kpyusa1g_wpftmp.csproj.nuget.g.targets
new file mode 100644
index 0000000..3eb9a1b
--- /dev/null
+++ b/WpfApp4/obj/TaskManager_kpyusa1g_wpftmp.csproj.nuget.g.targets
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/WpfApp4/obj/TaskManager_wdn3fb25_wpftmp.csproj.nuget.dgspec.json b/WpfApp4/obj/TaskManager_wdn3fb25_wpftmp.csproj.nuget.dgspec.json
new file mode 100644
index 0000000..3cb8d41
--- /dev/null
+++ b/WpfApp4/obj/TaskManager_wdn3fb25_wpftmp.csproj.nuget.dgspec.json
@@ -0,0 +1,267 @@
+{
+ "format": 1,
+ "restore": {
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\TaskManager.csproj": {}
+ },
+ "projects": {
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj",
+ "projectName": "ILifeTimeService",
+ "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj",
+ "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0-windows"
+ ],
+ "sources": {
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ },
+ "SdkAnalysisLevel": "9.0.300"
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "dependencies": {
+ "Autofac": {
+ "target": "Package",
+ "version": "[8.3.0, )"
+ },
+ "Hangfire.Core": {
+ "target": "Package",
+ "version": "[1.8.18, )"
+ }
+ },
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ },
+ "Microsoft.WindowsDesktop.App.WPF": {
+ "privateAssets": "none"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.300/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ },
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj",
+ "projectName": "Models",
+ "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj",
+ "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0-windows"
+ ],
+ "sources": {
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ },
+ "SdkAnalysisLevel": "9.0.300"
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ },
+ "Microsoft.WindowsDesktop.App.WPF": {
+ "privateAssets": "none"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.300/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ },
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\TaskManager.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\TaskManager.csproj",
+ "projectName": "TaskManager",
+ "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\TaskManager.csproj",
+ "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0-windows"
+ ],
+ "sources": {
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "projectReferences": {
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj": {
+ "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj"
+ },
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj": {
+ "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj"
+ }
+ }
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ },
+ "SdkAnalysisLevel": "9.0.300"
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "dependencies": {
+ "Autofac": {
+ "target": "Package",
+ "version": "[8.3.0, )"
+ },
+ "Autofac.Extras.CommonServiceLocator": {
+ "target": "Package",
+ "version": "[6.1.0, )"
+ },
+ "Autofac.Mef": {
+ "target": "Package",
+ "version": "[7.0.0, )"
+ },
+ "Dapper": {
+ "target": "Package",
+ "version": "[2.1.66, )"
+ },
+ "Hangfire": {
+ "target": "Package",
+ "version": "[1.8.18, )"
+ },
+ "Microsoft.EntityFrameworkCore": {
+ "target": "Package",
+ "version": "[9.0.5, )"
+ },
+ "Microsoft.EntityFrameworkCore.SqlServer": {
+ "target": "Package",
+ "version": "[9.0.5, )"
+ },
+ "ModernWpfUI": {
+ "target": "Package",
+ "version": "[0.9.6, )"
+ },
+ "System.Data.SqlClient": {
+ "target": "Package",
+ "version": "[4.9.0, )"
+ }
+ },
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ },
+ "Microsoft.WindowsDesktop.App.WPF": {
+ "privateAssets": "none"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.300/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/WpfApp4/obj/TaskManager_wdn3fb25_wpftmp.csproj.nuget.g.props b/WpfApp4/obj/TaskManager_wdn3fb25_wpftmp.csproj.nuget.g.props
new file mode 100644
index 0000000..36cf047
--- /dev/null
+++ b/WpfApp4/obj/TaskManager_wdn3fb25_wpftmp.csproj.nuget.g.props
@@ -0,0 +1,22 @@
+
+
+
+ True
+ NuGet
+ $(MSBuildThisFileDirectory)project.assets.json
+ $(UserProfile)\.nuget\packages\
+ C:\Users\89237\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages
+ PackageReference
+ 6.14.0
+
+
+
+
+
+
+
+
+
+ C:\Users\89237\.nuget\packages\hangfire.sqlserver\1.8.18
+
+
\ No newline at end of file
diff --git a/WpfApp4/obj/TaskManager_wdn3fb25_wpftmp.csproj.nuget.g.targets b/WpfApp4/obj/TaskManager_wdn3fb25_wpftmp.csproj.nuget.g.targets
new file mode 100644
index 0000000..3eb9a1b
--- /dev/null
+++ b/WpfApp4/obj/TaskManager_wdn3fb25_wpftmp.csproj.nuget.g.targets
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/WpfApp4/obj/TaskManager_zdpchm4u_wpftmp.csproj.nuget.dgspec.json b/WpfApp4/obj/TaskManager_zdpchm4u_wpftmp.csproj.nuget.dgspec.json
new file mode 100644
index 0000000..3cb8d41
--- /dev/null
+++ b/WpfApp4/obj/TaskManager_zdpchm4u_wpftmp.csproj.nuget.dgspec.json
@@ -0,0 +1,267 @@
+{
+ "format": 1,
+ "restore": {
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\TaskManager.csproj": {}
+ },
+ "projects": {
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj",
+ "projectName": "ILifeTimeService",
+ "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj",
+ "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0-windows"
+ ],
+ "sources": {
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ },
+ "SdkAnalysisLevel": "9.0.300"
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "dependencies": {
+ "Autofac": {
+ "target": "Package",
+ "version": "[8.3.0, )"
+ },
+ "Hangfire.Core": {
+ "target": "Package",
+ "version": "[1.8.18, )"
+ }
+ },
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ },
+ "Microsoft.WindowsDesktop.App.WPF": {
+ "privateAssets": "none"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.300/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ },
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj",
+ "projectName": "Models",
+ "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj",
+ "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0-windows"
+ ],
+ "sources": {
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ },
+ "SdkAnalysisLevel": "9.0.300"
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ },
+ "Microsoft.WindowsDesktop.App.WPF": {
+ "privateAssets": "none"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.300/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ },
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\TaskManager.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\TaskManager.csproj",
+ "projectName": "TaskManager",
+ "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\TaskManager.csproj",
+ "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0-windows"
+ ],
+ "sources": {
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "projectReferences": {
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj": {
+ "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj"
+ },
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj": {
+ "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj"
+ }
+ }
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ },
+ "SdkAnalysisLevel": "9.0.300"
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "dependencies": {
+ "Autofac": {
+ "target": "Package",
+ "version": "[8.3.0, )"
+ },
+ "Autofac.Extras.CommonServiceLocator": {
+ "target": "Package",
+ "version": "[6.1.0, )"
+ },
+ "Autofac.Mef": {
+ "target": "Package",
+ "version": "[7.0.0, )"
+ },
+ "Dapper": {
+ "target": "Package",
+ "version": "[2.1.66, )"
+ },
+ "Hangfire": {
+ "target": "Package",
+ "version": "[1.8.18, )"
+ },
+ "Microsoft.EntityFrameworkCore": {
+ "target": "Package",
+ "version": "[9.0.5, )"
+ },
+ "Microsoft.EntityFrameworkCore.SqlServer": {
+ "target": "Package",
+ "version": "[9.0.5, )"
+ },
+ "ModernWpfUI": {
+ "target": "Package",
+ "version": "[0.9.6, )"
+ },
+ "System.Data.SqlClient": {
+ "target": "Package",
+ "version": "[4.9.0, )"
+ }
+ },
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ },
+ "Microsoft.WindowsDesktop.App.WPF": {
+ "privateAssets": "none"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.300/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/WpfApp4/obj/TaskManager_zdpchm4u_wpftmp.csproj.nuget.g.props b/WpfApp4/obj/TaskManager_zdpchm4u_wpftmp.csproj.nuget.g.props
new file mode 100644
index 0000000..36cf047
--- /dev/null
+++ b/WpfApp4/obj/TaskManager_zdpchm4u_wpftmp.csproj.nuget.g.props
@@ -0,0 +1,22 @@
+
+
+
+ True
+ NuGet
+ $(MSBuildThisFileDirectory)project.assets.json
+ $(UserProfile)\.nuget\packages\
+ C:\Users\89237\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages
+ PackageReference
+ 6.14.0
+
+
+
+
+
+
+
+
+
+ C:\Users\89237\.nuget\packages\hangfire.sqlserver\1.8.18
+
+
\ No newline at end of file
diff --git a/WpfApp4/obj/TaskManager_zdpchm4u_wpftmp.csproj.nuget.g.targets b/WpfApp4/obj/TaskManager_zdpchm4u_wpftmp.csproj.nuget.g.targets
new file mode 100644
index 0000000..3eb9a1b
--- /dev/null
+++ b/WpfApp4/obj/TaskManager_zdpchm4u_wpftmp.csproj.nuget.g.targets
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/WpfApp4/obj/WpfApp4.csproj.nuget.dgspec.json b/WpfApp4/obj/WpfApp4.csproj.nuget.dgspec.json
new file mode 100644
index 0000000..7f82718
--- /dev/null
+++ b/WpfApp4/obj/WpfApp4.csproj.nuget.dgspec.json
@@ -0,0 +1,267 @@
+{
+ "format": 1,
+ "restore": {
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\WpfApp4.csproj": {}
+ },
+ "projects": {
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj",
+ "projectName": "ILifeTimeService",
+ "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj",
+ "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0-windows"
+ ],
+ "sources": {
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ },
+ "SdkAnalysisLevel": "9.0.300"
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "dependencies": {
+ "Autofac": {
+ "target": "Package",
+ "version": "[8.3.0, )"
+ },
+ "Hangfire.Core": {
+ "target": "Package",
+ "version": "[1.8.18, )"
+ }
+ },
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ },
+ "Microsoft.WindowsDesktop.App.WPF": {
+ "privateAssets": "none"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.300/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ },
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj",
+ "projectName": "Models",
+ "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj",
+ "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0-windows"
+ ],
+ "sources": {
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ },
+ "SdkAnalysisLevel": "9.0.300"
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ },
+ "Microsoft.WindowsDesktop.App.WPF": {
+ "privateAssets": "none"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.300/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ },
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\WpfApp4.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\WpfApp4.csproj",
+ "projectName": "WpfApp4",
+ "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\WpfApp4.csproj",
+ "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0-windows"
+ ],
+ "sources": {
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "projectReferences": {
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj": {
+ "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj"
+ },
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj": {
+ "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj"
+ }
+ }
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ },
+ "SdkAnalysisLevel": "9.0.300"
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "dependencies": {
+ "Autofac": {
+ "target": "Package",
+ "version": "[8.3.0, )"
+ },
+ "Autofac.Extras.CommonServiceLocator": {
+ "target": "Package",
+ "version": "[6.1.0, )"
+ },
+ "Autofac.Mef": {
+ "target": "Package",
+ "version": "[7.0.0, )"
+ },
+ "Dapper": {
+ "target": "Package",
+ "version": "[2.1.66, )"
+ },
+ "Hangfire": {
+ "target": "Package",
+ "version": "[1.8.18, )"
+ },
+ "Microsoft.EntityFrameworkCore": {
+ "target": "Package",
+ "version": "[9.0.5, )"
+ },
+ "Microsoft.EntityFrameworkCore.SqlServer": {
+ "target": "Package",
+ "version": "[9.0.5, )"
+ },
+ "ModernWpfUI": {
+ "target": "Package",
+ "version": "[0.9.6, )"
+ },
+ "System.Data.SqlClient": {
+ "target": "Package",
+ "version": "[4.9.0, )"
+ }
+ },
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ },
+ "Microsoft.WindowsDesktop.App.WPF": {
+ "privateAssets": "none"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.300/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/WpfApp4/obj/WpfApp4.csproj.nuget.g.props b/WpfApp4/obj/WpfApp4.csproj.nuget.g.props
new file mode 100644
index 0000000..36cf047
--- /dev/null
+++ b/WpfApp4/obj/WpfApp4.csproj.nuget.g.props
@@ -0,0 +1,22 @@
+
+
+
+ True
+ NuGet
+ $(MSBuildThisFileDirectory)project.assets.json
+ $(UserProfile)\.nuget\packages\
+ C:\Users\89237\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages
+ PackageReference
+ 6.14.0
+
+
+
+
+
+
+
+
+
+ C:\Users\89237\.nuget\packages\hangfire.sqlserver\1.8.18
+
+
\ No newline at end of file
diff --git a/WpfApp4/obj/WpfApp4.csproj.nuget.g.targets b/WpfApp4/obj/WpfApp4.csproj.nuget.g.targets
new file mode 100644
index 0000000..3eb9a1b
--- /dev/null
+++ b/WpfApp4/obj/WpfApp4.csproj.nuget.g.targets
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/WpfApp4/obj/WpfApp4_0oifkr5q_wpftmp.csproj.nuget.dgspec.json b/WpfApp4/obj/WpfApp4_0oifkr5q_wpftmp.csproj.nuget.dgspec.json
new file mode 100644
index 0000000..acaadea
--- /dev/null
+++ b/WpfApp4/obj/WpfApp4_0oifkr5q_wpftmp.csproj.nuget.dgspec.json
@@ -0,0 +1,264 @@
+{
+ "format": 1,
+ "restore": {
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\WpfApp4.csproj": {}
+ },
+ "projects": {
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj",
+ "projectName": "ILifeTimeService",
+ "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj",
+ "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0-windows"
+ ],
+ "sources": {
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ }
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "dependencies": {
+ "Autofac": {
+ "target": "Package",
+ "version": "[8.3.0, )"
+ },
+ "Hangfire.Core": {
+ "target": "Package",
+ "version": "[1.8.18, )"
+ }
+ },
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ },
+ "Microsoft.WindowsDesktop.App.WPF": {
+ "privateAssets": "none"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.400/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ },
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj",
+ "projectName": "Models",
+ "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj",
+ "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0-windows"
+ ],
+ "sources": {
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ }
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ },
+ "Microsoft.WindowsDesktop.App.WPF": {
+ "privateAssets": "none"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.400/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ },
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\WpfApp4.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\WpfApp4.csproj",
+ "projectName": "WpfApp4",
+ "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\WpfApp4.csproj",
+ "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0-windows"
+ ],
+ "sources": {
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "projectReferences": {
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj": {
+ "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj"
+ },
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj": {
+ "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj"
+ }
+ }
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ }
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "dependencies": {
+ "Autofac": {
+ "target": "Package",
+ "version": "[8.3.0, )"
+ },
+ "Autofac.Extras.CommonServiceLocator": {
+ "target": "Package",
+ "version": "[6.1.0, )"
+ },
+ "Autofac.Mef": {
+ "target": "Package",
+ "version": "[7.0.0, )"
+ },
+ "Dapper": {
+ "target": "Package",
+ "version": "[2.1.66, )"
+ },
+ "Hangfire": {
+ "target": "Package",
+ "version": "[1.8.18, )"
+ },
+ "Microsoft.EntityFrameworkCore": {
+ "target": "Package",
+ "version": "[9.0.5, )"
+ },
+ "Microsoft.EntityFrameworkCore.SqlServer": {
+ "target": "Package",
+ "version": "[9.0.5, )"
+ },
+ "ModernWpfUI": {
+ "target": "Package",
+ "version": "[0.9.6, )"
+ },
+ "System.Data.SqlClient": {
+ "target": "Package",
+ "version": "[4.9.0, )"
+ }
+ },
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ },
+ "Microsoft.WindowsDesktop.App.WPF": {
+ "privateAssets": "none"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.400/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/WpfApp4/obj/WpfApp4_0oifkr5q_wpftmp.csproj.nuget.g.props b/WpfApp4/obj/WpfApp4_0oifkr5q_wpftmp.csproj.nuget.g.props
new file mode 100644
index 0000000..c113755
--- /dev/null
+++ b/WpfApp4/obj/WpfApp4_0oifkr5q_wpftmp.csproj.nuget.g.props
@@ -0,0 +1,22 @@
+
+
+
+ True
+ NuGet
+ $(MSBuildThisFileDirectory)project.assets.json
+ $(UserProfile)\.nuget\packages\
+ C:\Users\89237\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages
+ PackageReference
+ 6.11.0
+
+
+
+
+
+
+
+
+
+ C:\Users\89237\.nuget\packages\hangfire.sqlserver\1.8.18
+
+
\ No newline at end of file
diff --git a/WpfApp4/obj/WpfApp4_0oifkr5q_wpftmp.csproj.nuget.g.targets b/WpfApp4/obj/WpfApp4_0oifkr5q_wpftmp.csproj.nuget.g.targets
new file mode 100644
index 0000000..3eb9a1b
--- /dev/null
+++ b/WpfApp4/obj/WpfApp4_0oifkr5q_wpftmp.csproj.nuget.g.targets
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/WpfApp4/obj/WpfApp4_mymihteu_wpftmp.csproj.nuget.dgspec.json b/WpfApp4/obj/WpfApp4_mymihteu_wpftmp.csproj.nuget.dgspec.json
new file mode 100644
index 0000000..acaadea
--- /dev/null
+++ b/WpfApp4/obj/WpfApp4_mymihteu_wpftmp.csproj.nuget.dgspec.json
@@ -0,0 +1,264 @@
+{
+ "format": 1,
+ "restore": {
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\WpfApp4.csproj": {}
+ },
+ "projects": {
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj",
+ "projectName": "ILifeTimeService",
+ "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj",
+ "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0-windows"
+ ],
+ "sources": {
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ }
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "dependencies": {
+ "Autofac": {
+ "target": "Package",
+ "version": "[8.3.0, )"
+ },
+ "Hangfire.Core": {
+ "target": "Package",
+ "version": "[1.8.18, )"
+ }
+ },
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ },
+ "Microsoft.WindowsDesktop.App.WPF": {
+ "privateAssets": "none"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.400/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ },
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj",
+ "projectName": "Models",
+ "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj",
+ "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0-windows"
+ ],
+ "sources": {
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ }
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ },
+ "Microsoft.WindowsDesktop.App.WPF": {
+ "privateAssets": "none"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.400/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ },
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\WpfApp4.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\WpfApp4.csproj",
+ "projectName": "WpfApp4",
+ "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\WpfApp4.csproj",
+ "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0-windows"
+ ],
+ "sources": {
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "projectReferences": {
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj": {
+ "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj"
+ },
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj": {
+ "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj"
+ }
+ }
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ }
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "dependencies": {
+ "Autofac": {
+ "target": "Package",
+ "version": "[8.3.0, )"
+ },
+ "Autofac.Extras.CommonServiceLocator": {
+ "target": "Package",
+ "version": "[6.1.0, )"
+ },
+ "Autofac.Mef": {
+ "target": "Package",
+ "version": "[7.0.0, )"
+ },
+ "Dapper": {
+ "target": "Package",
+ "version": "[2.1.66, )"
+ },
+ "Hangfire": {
+ "target": "Package",
+ "version": "[1.8.18, )"
+ },
+ "Microsoft.EntityFrameworkCore": {
+ "target": "Package",
+ "version": "[9.0.5, )"
+ },
+ "Microsoft.EntityFrameworkCore.SqlServer": {
+ "target": "Package",
+ "version": "[9.0.5, )"
+ },
+ "ModernWpfUI": {
+ "target": "Package",
+ "version": "[0.9.6, )"
+ },
+ "System.Data.SqlClient": {
+ "target": "Package",
+ "version": "[4.9.0, )"
+ }
+ },
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ },
+ "Microsoft.WindowsDesktop.App.WPF": {
+ "privateAssets": "none"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.400/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/WpfApp4/obj/WpfApp4_mymihteu_wpftmp.csproj.nuget.g.props b/WpfApp4/obj/WpfApp4_mymihteu_wpftmp.csproj.nuget.g.props
new file mode 100644
index 0000000..c113755
--- /dev/null
+++ b/WpfApp4/obj/WpfApp4_mymihteu_wpftmp.csproj.nuget.g.props
@@ -0,0 +1,22 @@
+
+
+
+ True
+ NuGet
+ $(MSBuildThisFileDirectory)project.assets.json
+ $(UserProfile)\.nuget\packages\
+ C:\Users\89237\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages
+ PackageReference
+ 6.11.0
+
+
+
+
+
+
+
+
+
+ C:\Users\89237\.nuget\packages\hangfire.sqlserver\1.8.18
+
+
\ No newline at end of file
diff --git a/WpfApp4/obj/WpfApp4_mymihteu_wpftmp.csproj.nuget.g.targets b/WpfApp4/obj/WpfApp4_mymihteu_wpftmp.csproj.nuget.g.targets
new file mode 100644
index 0000000..3eb9a1b
--- /dev/null
+++ b/WpfApp4/obj/WpfApp4_mymihteu_wpftmp.csproj.nuget.g.targets
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/WpfApp4/obj/WpfApp4_u3dmap32_wpftmp.csproj.nuget.dgspec.json b/WpfApp4/obj/WpfApp4_u3dmap32_wpftmp.csproj.nuget.dgspec.json
new file mode 100644
index 0000000..8e13813
--- /dev/null
+++ b/WpfApp4/obj/WpfApp4_u3dmap32_wpftmp.csproj.nuget.dgspec.json
@@ -0,0 +1,178 @@
+{
+ "format": 1,
+ "restore": {
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\WpfApp4.csproj": {}
+ },
+ "projects": {
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj",
+ "projectName": "ILifeTimeService",
+ "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj",
+ "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0-windows"
+ ],
+ "sources": {
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ }
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "dependencies": {
+ "Autofac": {
+ "target": "Package",
+ "version": "[8.3.0, )"
+ },
+ "Hangfire.Core": {
+ "target": "Package",
+ "version": "[1.8.18, )"
+ }
+ },
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ },
+ "Microsoft.WindowsDesktop.App.WPF": {
+ "privateAssets": "none"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.400/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ },
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\WpfApp4.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\WpfApp4.csproj",
+ "projectName": "WpfApp4",
+ "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\WpfApp4.csproj",
+ "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0-windows"
+ ],
+ "sources": {
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "projectReferences": {
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj": {
+ "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj"
+ }
+ }
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ }
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "dependencies": {
+ "Autofac": {
+ "target": "Package",
+ "version": "[8.3.0, )"
+ },
+ "Autofac.Extras.CommonServiceLocator": {
+ "target": "Package",
+ "version": "[6.1.0, )"
+ },
+ "Autofac.Mef": {
+ "target": "Package",
+ "version": "[7.0.0, )"
+ },
+ "Hangfire": {
+ "target": "Package",
+ "version": "[1.8.18, )"
+ },
+ "System.Data.SqlClient": {
+ "target": "Package",
+ "version": "[4.9.0, )"
+ }
+ },
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ },
+ "Microsoft.WindowsDesktop.App.WPF": {
+ "privateAssets": "none"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.400/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/WpfApp4/obj/WpfApp4_u3dmap32_wpftmp.csproj.nuget.g.props b/WpfApp4/obj/WpfApp4_u3dmap32_wpftmp.csproj.nuget.g.props
new file mode 100644
index 0000000..6c34b67
--- /dev/null
+++ b/WpfApp4/obj/WpfApp4_u3dmap32_wpftmp.csproj.nuget.g.props
@@ -0,0 +1,19 @@
+
+
+
+ True
+ NuGet
+ $(MSBuildThisFileDirectory)project.assets.json
+ $(UserProfile)\.nuget\packages\
+ C:\Users\89237\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages
+ PackageReference
+ 6.11.0
+
+
+
+
+
+
+ C:\Users\89237\.nuget\packages\hangfire.sqlserver\1.8.18
+
+
\ No newline at end of file
diff --git a/WpfApp4/obj/WpfApp4_u3dmap32_wpftmp.csproj.nuget.g.targets b/WpfApp4/obj/WpfApp4_u3dmap32_wpftmp.csproj.nuget.g.targets
new file mode 100644
index 0000000..3dc06ef
--- /dev/null
+++ b/WpfApp4/obj/WpfApp4_u3dmap32_wpftmp.csproj.nuget.g.targets
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/WpfApp4/obj/WpfApp4_uyhdundi_wpftmp.csproj.nuget.dgspec.json b/WpfApp4/obj/WpfApp4_uyhdundi_wpftmp.csproj.nuget.dgspec.json
new file mode 100644
index 0000000..e863343
--- /dev/null
+++ b/WpfApp4/obj/WpfApp4_uyhdundi_wpftmp.csproj.nuget.dgspec.json
@@ -0,0 +1,182 @@
+{
+ "format": 1,
+ "restore": {
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\WpfApp4.csproj": {}
+ },
+ "projects": {
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj",
+ "projectName": "ILifeTimeService",
+ "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj",
+ "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0-windows"
+ ],
+ "sources": {
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ }
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "dependencies": {
+ "Autofac": {
+ "target": "Package",
+ "version": "[8.3.0, )"
+ },
+ "Hangfire.Core": {
+ "target": "Package",
+ "version": "[1.8.18, )"
+ }
+ },
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ },
+ "Microsoft.WindowsDesktop.App.WPF": {
+ "privateAssets": "none"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.400/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ },
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\WpfApp4.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\WpfApp4.csproj",
+ "projectName": "WpfApp4",
+ "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\WpfApp4.csproj",
+ "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0-windows"
+ ],
+ "sources": {
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "projectReferences": {
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj": {
+ "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj"
+ }
+ }
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ }
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "dependencies": {
+ "Autofac": {
+ "target": "Package",
+ "version": "[8.3.0, )"
+ },
+ "Autofac.Extras.CommonServiceLocator": {
+ "target": "Package",
+ "version": "[6.1.0, )"
+ },
+ "Autofac.Mef": {
+ "target": "Package",
+ "version": "[7.0.0, )"
+ },
+ "Hangfire": {
+ "target": "Package",
+ "version": "[1.8.18, )"
+ },
+ "ModernWpfUI": {
+ "target": "Package",
+ "version": "[0.9.6, )"
+ },
+ "System.Data.SqlClient": {
+ "target": "Package",
+ "version": "[4.9.0, )"
+ }
+ },
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ },
+ "Microsoft.WindowsDesktop.App.WPF": {
+ "privateAssets": "none"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.400/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/WpfApp4/obj/WpfApp4_uyhdundi_wpftmp.csproj.nuget.g.props b/WpfApp4/obj/WpfApp4_uyhdundi_wpftmp.csproj.nuget.g.props
new file mode 100644
index 0000000..6c34b67
--- /dev/null
+++ b/WpfApp4/obj/WpfApp4_uyhdundi_wpftmp.csproj.nuget.g.props
@@ -0,0 +1,19 @@
+
+
+
+ True
+ NuGet
+ $(MSBuildThisFileDirectory)project.assets.json
+ $(UserProfile)\.nuget\packages\
+ C:\Users\89237\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages
+ PackageReference
+ 6.11.0
+
+
+
+
+
+
+ C:\Users\89237\.nuget\packages\hangfire.sqlserver\1.8.18
+
+
\ No newline at end of file
diff --git a/WpfApp4/obj/WpfApp4_uyhdundi_wpftmp.csproj.nuget.g.targets b/WpfApp4/obj/WpfApp4_uyhdundi_wpftmp.csproj.nuget.g.targets
new file mode 100644
index 0000000..3dc06ef
--- /dev/null
+++ b/WpfApp4/obj/WpfApp4_uyhdundi_wpftmp.csproj.nuget.g.targets
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/WpfApp4/obj/WpfApp4_yatwabta_wpftmp.csproj.nuget.dgspec.json b/WpfApp4/obj/WpfApp4_yatwabta_wpftmp.csproj.nuget.dgspec.json
new file mode 100644
index 0000000..8e13813
--- /dev/null
+++ b/WpfApp4/obj/WpfApp4_yatwabta_wpftmp.csproj.nuget.dgspec.json
@@ -0,0 +1,178 @@
+{
+ "format": 1,
+ "restore": {
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\WpfApp4.csproj": {}
+ },
+ "projects": {
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj",
+ "projectName": "ILifeTimeService",
+ "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj",
+ "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0-windows"
+ ],
+ "sources": {
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ }
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "dependencies": {
+ "Autofac": {
+ "target": "Package",
+ "version": "[8.3.0, )"
+ },
+ "Hangfire.Core": {
+ "target": "Package",
+ "version": "[1.8.18, )"
+ }
+ },
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ },
+ "Microsoft.WindowsDesktop.App.WPF": {
+ "privateAssets": "none"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.400/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ },
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\WpfApp4.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\WpfApp4.csproj",
+ "projectName": "WpfApp4",
+ "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\WpfApp4.csproj",
+ "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0-windows"
+ ],
+ "sources": {
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "projectReferences": {
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj": {
+ "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj"
+ }
+ }
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ }
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "dependencies": {
+ "Autofac": {
+ "target": "Package",
+ "version": "[8.3.0, )"
+ },
+ "Autofac.Extras.CommonServiceLocator": {
+ "target": "Package",
+ "version": "[6.1.0, )"
+ },
+ "Autofac.Mef": {
+ "target": "Package",
+ "version": "[7.0.0, )"
+ },
+ "Hangfire": {
+ "target": "Package",
+ "version": "[1.8.18, )"
+ },
+ "System.Data.SqlClient": {
+ "target": "Package",
+ "version": "[4.9.0, )"
+ }
+ },
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ },
+ "Microsoft.WindowsDesktop.App.WPF": {
+ "privateAssets": "none"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.400/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/WpfApp4/obj/WpfApp4_yatwabta_wpftmp.csproj.nuget.g.props b/WpfApp4/obj/WpfApp4_yatwabta_wpftmp.csproj.nuget.g.props
new file mode 100644
index 0000000..6c34b67
--- /dev/null
+++ b/WpfApp4/obj/WpfApp4_yatwabta_wpftmp.csproj.nuget.g.props
@@ -0,0 +1,19 @@
+
+
+
+ True
+ NuGet
+ $(MSBuildThisFileDirectory)project.assets.json
+ $(UserProfile)\.nuget\packages\
+ C:\Users\89237\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages
+ PackageReference
+ 6.11.0
+
+
+
+
+
+
+ C:\Users\89237\.nuget\packages\hangfire.sqlserver\1.8.18
+
+
\ No newline at end of file
diff --git a/WpfApp4/obj/WpfApp4_yatwabta_wpftmp.csproj.nuget.g.targets b/WpfApp4/obj/WpfApp4_yatwabta_wpftmp.csproj.nuget.g.targets
new file mode 100644
index 0000000..3dc06ef
--- /dev/null
+++ b/WpfApp4/obj/WpfApp4_yatwabta_wpftmp.csproj.nuget.g.targets
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/WpfApp4/obj/project.assets.json b/WpfApp4/obj/project.assets.json
new file mode 100644
index 0000000..56f5887
--- /dev/null
+++ b/WpfApp4/obj/project.assets.json
@@ -0,0 +1,4708 @@
+{
+ "version": 3,
+ "targets": {
+ "net8.0-windows7.0": {
+ "Autofac/8.3.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Diagnostics.DiagnosticSource": "8.0.1"
+ },
+ "compile": {
+ "lib/net8.0/Autofac.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Autofac.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Autofac.Extras.CommonServiceLocator/6.1.0": {
+ "type": "package",
+ "dependencies": {
+ "Autofac": "6.5.0",
+ "CommonServiceLocator": "2.0.7"
+ },
+ "compile": {
+ "lib/net7.0/Autofac.Extras.CommonServiceLocator.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net7.0/Autofac.Extras.CommonServiceLocator.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Autofac.Mef/7.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Autofac": "8.0.0",
+ "System.ComponentModel.Composition": "8.0.0"
+ },
+ "compile": {
+ "lib/net8.0/Autofac.Integration.Mef.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Autofac.Integration.Mef.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Azure.Core/1.38.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
+ "System.ClientModel": "1.0.0",
+ "System.Diagnostics.DiagnosticSource": "6.0.1",
+ "System.Memory.Data": "1.0.2",
+ "System.Numerics.Vectors": "4.5.0",
+ "System.Text.Encodings.Web": "4.7.2",
+ "System.Text.Json": "4.7.2",
+ "System.Threading.Tasks.Extensions": "4.5.4"
+ },
+ "compile": {
+ "lib/net6.0/Azure.Core.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Azure.Core.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Azure.Identity/1.11.4": {
+ "type": "package",
+ "dependencies": {
+ "Azure.Core": "1.38.0",
+ "Microsoft.Identity.Client": "4.61.3",
+ "Microsoft.Identity.Client.Extensions.Msal": "4.61.3",
+ "System.Memory": "4.5.4",
+ "System.Security.Cryptography.ProtectedData": "4.7.0",
+ "System.Text.Json": "4.7.2",
+ "System.Threading.Tasks.Extensions": "4.5.4"
+ },
+ "compile": {
+ "lib/netstandard2.0/Azure.Identity.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Azure.Identity.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "CommonServiceLocator/2.0.7": {
+ "type": "package",
+ "compile": {
+ "lib/net7.0/CommonServiceLocator.dll": {}
+ },
+ "runtime": {
+ "lib/net7.0/CommonServiceLocator.dll": {}
+ }
+ },
+ "Dapper/2.1.66": {
+ "type": "package",
+ "compile": {
+ "lib/net8.0/Dapper.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Dapper.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Hangfire/1.8.18": {
+ "type": "package",
+ "dependencies": {
+ "Hangfire.AspNetCore": "[1.8.18]",
+ "Hangfire.Core": "[1.8.18]",
+ "Hangfire.SqlServer": "[1.8.18]"
+ }
+ },
+ "Hangfire.AspNetCore/1.8.18": {
+ "type": "package",
+ "dependencies": {
+ "Hangfire.NetCore": "[1.8.18]"
+ },
+ "compile": {
+ "lib/netcoreapp3.0/Hangfire.AspNetCore.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netcoreapp3.0/Hangfire.AspNetCore.dll": {
+ "related": ".xml"
+ }
+ },
+ "frameworkReferences": [
+ "Microsoft.AspNetCore.App"
+ ]
+ },
+ "Hangfire.Core/1.8.18": {
+ "type": "package",
+ "dependencies": {
+ "Newtonsoft.Json": "11.0.1"
+ },
+ "compile": {
+ "lib/netstandard2.0/Hangfire.Core.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Hangfire.Core.dll": {
+ "related": ".xml"
+ }
+ },
+ "resource": {
+ "lib/netstandard2.0/ca/Hangfire.Core.resources.dll": {
+ "locale": "ca"
+ },
+ "lib/netstandard2.0/de/Hangfire.Core.resources.dll": {
+ "locale": "de"
+ },
+ "lib/netstandard2.0/es/Hangfire.Core.resources.dll": {
+ "locale": "es"
+ },
+ "lib/netstandard2.0/fa/Hangfire.Core.resources.dll": {
+ "locale": "fa"
+ },
+ "lib/netstandard2.0/fr/Hangfire.Core.resources.dll": {
+ "locale": "fr"
+ },
+ "lib/netstandard2.0/nb/Hangfire.Core.resources.dll": {
+ "locale": "nb"
+ },
+ "lib/netstandard2.0/nl/Hangfire.Core.resources.dll": {
+ "locale": "nl"
+ },
+ "lib/netstandard2.0/pt-BR/Hangfire.Core.resources.dll": {
+ "locale": "pt-BR"
+ },
+ "lib/netstandard2.0/pt-PT/Hangfire.Core.resources.dll": {
+ "locale": "pt-PT"
+ },
+ "lib/netstandard2.0/pt/Hangfire.Core.resources.dll": {
+ "locale": "pt"
+ },
+ "lib/netstandard2.0/sv/Hangfire.Core.resources.dll": {
+ "locale": "sv"
+ },
+ "lib/netstandard2.0/tr-TR/Hangfire.Core.resources.dll": {
+ "locale": "tr-TR"
+ },
+ "lib/netstandard2.0/zh-TW/Hangfire.Core.resources.dll": {
+ "locale": "zh-TW"
+ },
+ "lib/netstandard2.0/zh/Hangfire.Core.resources.dll": {
+ "locale": "zh"
+ }
+ }
+ },
+ "Hangfire.NetCore/1.8.18": {
+ "type": "package",
+ "dependencies": {
+ "Hangfire.Core": "[1.8.18]",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "3.0.0",
+ "Microsoft.Extensions.Hosting.Abstractions": "3.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "3.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Hangfire.NetCore.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Hangfire.NetCore.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Hangfire.SqlServer/1.8.18": {
+ "type": "package",
+ "dependencies": {
+ "Hangfire.Core": "[1.8.18]"
+ },
+ "compile": {
+ "lib/netstandard2.0/Hangfire.SqlServer.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Hangfire.SqlServer.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
+ "type": "package",
+ "compile": {
+ "ref/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {}
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.CSharp/4.5.0": {
+ "type": "package",
+ "compile": {
+ "ref/netcoreapp2.0/_._": {}
+ },
+ "runtime": {
+ "lib/netcoreapp2.0/_._": {}
+ }
+ },
+ "Microsoft.Data.SqlClient/5.1.6": {
+ "type": "package",
+ "dependencies": {
+ "Azure.Identity": "1.11.4",
+ "Microsoft.Data.SqlClient.SNI.runtime": "5.1.1",
+ "Microsoft.Identity.Client": "4.61.3",
+ "Microsoft.IdentityModel.JsonWebTokens": "6.35.0",
+ "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0",
+ "Microsoft.SqlServer.Server": "1.0.0",
+ "System.Configuration.ConfigurationManager": "6.0.1",
+ "System.Diagnostics.DiagnosticSource": "6.0.1",
+ "System.Runtime.Caching": "6.0.0",
+ "System.Security.Cryptography.Cng": "5.0.0",
+ "System.Security.Principal.Windows": "5.0.0",
+ "System.Text.Encoding.CodePages": "6.0.0",
+ "System.Text.Encodings.Web": "6.0.0"
+ },
+ "compile": {
+ "ref/net6.0/Microsoft.Data.SqlClient.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Data.SqlClient.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtimeTargets": {
+ "runtimes/unix/lib/net6.0/Microsoft.Data.SqlClient.dll": {
+ "assetType": "runtime",
+ "rid": "unix"
+ },
+ "runtimes/win/lib/net6.0/Microsoft.Data.SqlClient.dll": {
+ "assetType": "runtime",
+ "rid": "win"
+ }
+ }
+ },
+ "Microsoft.Data.SqlClient.SNI.runtime/5.1.1": {
+ "type": "package",
+ "runtimeTargets": {
+ "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": {
+ "assetType": "native",
+ "rid": "win-arm"
+ },
+ "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": {
+ "assetType": "native",
+ "rid": "win-arm64"
+ },
+ "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": {
+ "assetType": "native",
+ "rid": "win-x64"
+ },
+ "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": {
+ "assetType": "native",
+ "rid": "win-x86"
+ }
+ }
+ },
+ "Microsoft.EntityFrameworkCore/9.0.5": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.EntityFrameworkCore.Abstractions": "9.0.5",
+ "Microsoft.EntityFrameworkCore.Analyzers": "9.0.5",
+ "Microsoft.Extensions.Caching.Memory": "9.0.5",
+ "Microsoft.Extensions.Logging": "9.0.5"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.EntityFrameworkCore.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.EntityFrameworkCore.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props": {}
+ }
+ },
+ "Microsoft.EntityFrameworkCore.Abstractions/9.0.5": {
+ "type": "package",
+ "compile": {
+ "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.EntityFrameworkCore.Analyzers/9.0.5": {
+ "type": "package"
+ },
+ "Microsoft.EntityFrameworkCore.Relational/9.0.5": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.EntityFrameworkCore": "9.0.5",
+ "Microsoft.Extensions.Caching.Memory": "9.0.5",
+ "Microsoft.Extensions.Configuration.Abstractions": "9.0.5",
+ "Microsoft.Extensions.Logging": "9.0.5"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.EntityFrameworkCore.SqlServer/9.0.5": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Data.SqlClient": "5.1.6",
+ "Microsoft.EntityFrameworkCore.Relational": "9.0.5",
+ "Microsoft.Extensions.Caching.Memory": "9.0.5",
+ "Microsoft.Extensions.Configuration.Abstractions": "9.0.5",
+ "Microsoft.Extensions.Logging": "9.0.5",
+ "System.Formats.Asn1": "9.0.5",
+ "System.Text.Json": "9.0.5"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.EntityFrameworkCore.SqlServer.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.EntityFrameworkCore.SqlServer.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Caching.Abstractions/9.0.5": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "9.0.5"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Caching.Memory/9.0.5": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Caching.Abstractions": "9.0.5",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.5",
+ "Microsoft.Extensions.Logging.Abstractions": "9.0.5",
+ "Microsoft.Extensions.Options": "9.0.5",
+ "Microsoft.Extensions.Primitives": "9.0.5"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/9.0.5": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "9.0.5"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection/9.0.5": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.5"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.5": {
+ "type": "package",
+ "compile": {
+ "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.FileProviders.Abstractions/3.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "3.0.0"
+ },
+ "compile": {
+ "lib/netcoreapp3.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netcoreapp3.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Hosting.Abstractions/3.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "3.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "3.0.0",
+ "Microsoft.Extensions.FileProviders.Abstractions": "3.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "3.0.0"
+ },
+ "compile": {
+ "lib/netcoreapp3.0/Microsoft.Extensions.Hosting.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netcoreapp3.0/Microsoft.Extensions.Hosting.Abstractions.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Logging/9.0.5": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection": "9.0.5",
+ "Microsoft.Extensions.Logging.Abstractions": "9.0.5",
+ "Microsoft.Extensions.Options": "9.0.5"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Logging.Abstractions/9.0.5": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.5",
+ "System.Diagnostics.DiagnosticSource": "9.0.5"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/Microsoft.Extensions.Logging.Abstractions.targets": {}
+ }
+ },
+ "Microsoft.Extensions.Options/9.0.5": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.5",
+ "Microsoft.Extensions.Primitives": "9.0.5"
+ },
+ "compile": {
+ "lib/net8.0/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/Microsoft.Extensions.Options.targets": {}
+ }
+ },
+ "Microsoft.Extensions.Primitives/9.0.5": {
+ "type": "package",
+ "compile": {
+ "lib/net8.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "Microsoft.Identity.Client/4.61.3": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.IdentityModel.Abstractions": "6.35.0",
+ "System.Diagnostics.DiagnosticSource": "6.0.1"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Identity.Client.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Identity.Client.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Identity.Client.Extensions.Msal/4.61.3": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Identity.Client": "4.61.3",
+ "System.Security.Cryptography.ProtectedData": "4.5.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.Abstractions/6.35.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.JsonWebTokens/6.35.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.IdentityModel.Tokens": "6.35.0",
+ "System.Text.Encoding": "4.3.0",
+ "System.Text.Encodings.Web": "4.7.2",
+ "System.Text.Json": "4.7.2"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.Logging/6.35.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.IdentityModel.Abstractions": "6.35.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.IdentityModel.Logging.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.IdentityModel.Logging.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.Protocols/6.35.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.IdentityModel.Logging": "6.35.0",
+ "Microsoft.IdentityModel.Tokens": "6.35.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.IdentityModel.Protocols": "6.35.0",
+ "System.IdentityModel.Tokens.Jwt": "6.35.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.IdentityModel.Tokens/6.35.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.CSharp": "4.5.0",
+ "Microsoft.IdentityModel.Logging": "6.35.0",
+ "System.Security.Cryptography.Cng": "4.5.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.NETCore.Platforms/1.1.0": {
+ "type": "package",
+ "compile": {
+ "lib/netstandard1.0/_._": {}
+ },
+ "runtime": {
+ "lib/netstandard1.0/_._": {}
+ }
+ },
+ "Microsoft.NETCore.Targets/1.1.0": {
+ "type": "package",
+ "compile": {
+ "lib/netstandard1.0/_._": {}
+ },
+ "runtime": {
+ "lib/netstandard1.0/_._": {}
+ }
+ },
+ "Microsoft.SqlServer.Server/1.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": {
+ "related": ".pdb;.xml"
+ }
+ }
+ },
+ "Microsoft.Win32.SystemEvents/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/_._": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Win32.SystemEvents.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ },
+ "runtimeTargets": {
+ "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll": {
+ "assetType": "runtime",
+ "rid": "win"
+ }
+ }
+ },
+ "ModernWpfUI/0.9.6": {
+ "type": "package",
+ "compile": {
+ "lib/net5.0-windows7.0/ModernWpf.Controls.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows7.0/ModernWpf.dll": {
+ "related": ".Controls.xml;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net5.0-windows7.0/ModernWpf.Controls.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows7.0/ModernWpf.dll": {
+ "related": ".Controls.xml;.xml"
+ }
+ },
+ "frameworkReferences": [
+ "Microsoft.WindowsDesktop.App.WPF"
+ ],
+ "resource": {
+ "lib/net5.0-windows7.0/af-ZA/ModernWpf.Controls.resources.dll": {
+ "locale": "af-ZA"
+ },
+ "lib/net5.0-windows7.0/af-ZA/ModernWpf.resources.dll": {
+ "locale": "af-ZA"
+ },
+ "lib/net5.0-windows7.0/am-ET/ModernWpf.Controls.resources.dll": {
+ "locale": "am-ET"
+ },
+ "lib/net5.0-windows7.0/am-ET/ModernWpf.resources.dll": {
+ "locale": "am-ET"
+ },
+ "lib/net5.0-windows7.0/ar-SA/ModernWpf.Controls.resources.dll": {
+ "locale": "ar-SA"
+ },
+ "lib/net5.0-windows7.0/ar-SA/ModernWpf.resources.dll": {
+ "locale": "ar-SA"
+ },
+ "lib/net5.0-windows7.0/az-Latn-AZ/ModernWpf.Controls.resources.dll": {
+ "locale": "az-Latn-AZ"
+ },
+ "lib/net5.0-windows7.0/az-Latn-AZ/ModernWpf.resources.dll": {
+ "locale": "az-Latn-AZ"
+ },
+ "lib/net5.0-windows7.0/be-BY/ModernWpf.Controls.resources.dll": {
+ "locale": "be-BY"
+ },
+ "lib/net5.0-windows7.0/be-BY/ModernWpf.resources.dll": {
+ "locale": "be-BY"
+ },
+ "lib/net5.0-windows7.0/bg-BG/ModernWpf.Controls.resources.dll": {
+ "locale": "bg-BG"
+ },
+ "lib/net5.0-windows7.0/bg-BG/ModernWpf.resources.dll": {
+ "locale": "bg-BG"
+ },
+ "lib/net5.0-windows7.0/bn-BD/ModernWpf.Controls.resources.dll": {
+ "locale": "bn-BD"
+ },
+ "lib/net5.0-windows7.0/bn-BD/ModernWpf.resources.dll": {
+ "locale": "bn-BD"
+ },
+ "lib/net5.0-windows7.0/bs-Latn-BA/ModernWpf.Controls.resources.dll": {
+ "locale": "bs-Latn-BA"
+ },
+ "lib/net5.0-windows7.0/bs-Latn-BA/ModernWpf.resources.dll": {
+ "locale": "bs-Latn-BA"
+ },
+ "lib/net5.0-windows7.0/ca-ES/ModernWpf.Controls.resources.dll": {
+ "locale": "ca-ES"
+ },
+ "lib/net5.0-windows7.0/ca-ES/ModernWpf.resources.dll": {
+ "locale": "ca-ES"
+ },
+ "lib/net5.0-windows7.0/cs-CZ/ModernWpf.Controls.resources.dll": {
+ "locale": "cs-CZ"
+ },
+ "lib/net5.0-windows7.0/cs-CZ/ModernWpf.resources.dll": {
+ "locale": "cs-CZ"
+ },
+ "lib/net5.0-windows7.0/da-DK/ModernWpf.Controls.resources.dll": {
+ "locale": "da-DK"
+ },
+ "lib/net5.0-windows7.0/da-DK/ModernWpf.resources.dll": {
+ "locale": "da-DK"
+ },
+ "lib/net5.0-windows7.0/de-DE/ModernWpf.Controls.resources.dll": {
+ "locale": "de-DE"
+ },
+ "lib/net5.0-windows7.0/de-DE/ModernWpf.resources.dll": {
+ "locale": "de-DE"
+ },
+ "lib/net5.0-windows7.0/el-GR/ModernWpf.Controls.resources.dll": {
+ "locale": "el-GR"
+ },
+ "lib/net5.0-windows7.0/el-GR/ModernWpf.resources.dll": {
+ "locale": "el-GR"
+ },
+ "lib/net5.0-windows7.0/en-GB/ModernWpf.Controls.resources.dll": {
+ "locale": "en-GB"
+ },
+ "lib/net5.0-windows7.0/en-GB/ModernWpf.resources.dll": {
+ "locale": "en-GB"
+ },
+ "lib/net5.0-windows7.0/es-ES/ModernWpf.Controls.resources.dll": {
+ "locale": "es-ES"
+ },
+ "lib/net5.0-windows7.0/es-ES/ModernWpf.resources.dll": {
+ "locale": "es-ES"
+ },
+ "lib/net5.0-windows7.0/es-MX/ModernWpf.Controls.resources.dll": {
+ "locale": "es-MX"
+ },
+ "lib/net5.0-windows7.0/es-MX/ModernWpf.resources.dll": {
+ "locale": "es-MX"
+ },
+ "lib/net5.0-windows7.0/et-EE/ModernWpf.Controls.resources.dll": {
+ "locale": "et-EE"
+ },
+ "lib/net5.0-windows7.0/et-EE/ModernWpf.resources.dll": {
+ "locale": "et-EE"
+ },
+ "lib/net5.0-windows7.0/eu-ES/ModernWpf.Controls.resources.dll": {
+ "locale": "eu-ES"
+ },
+ "lib/net5.0-windows7.0/eu-ES/ModernWpf.resources.dll": {
+ "locale": "eu-ES"
+ },
+ "lib/net5.0-windows7.0/fa-IR/ModernWpf.Controls.resources.dll": {
+ "locale": "fa-IR"
+ },
+ "lib/net5.0-windows7.0/fa-IR/ModernWpf.resources.dll": {
+ "locale": "fa-IR"
+ },
+ "lib/net5.0-windows7.0/fi-FI/ModernWpf.Controls.resources.dll": {
+ "locale": "fi-FI"
+ },
+ "lib/net5.0-windows7.0/fi-FI/ModernWpf.resources.dll": {
+ "locale": "fi-FI"
+ },
+ "lib/net5.0-windows7.0/fil-PH/ModernWpf.Controls.resources.dll": {
+ "locale": "fil-PH"
+ },
+ "lib/net5.0-windows7.0/fil-PH/ModernWpf.resources.dll": {
+ "locale": "fil-PH"
+ },
+ "lib/net5.0-windows7.0/fr-CA/ModernWpf.Controls.resources.dll": {
+ "locale": "fr-CA"
+ },
+ "lib/net5.0-windows7.0/fr-CA/ModernWpf.resources.dll": {
+ "locale": "fr-CA"
+ },
+ "lib/net5.0-windows7.0/fr-FR/ModernWpf.Controls.resources.dll": {
+ "locale": "fr-FR"
+ },
+ "lib/net5.0-windows7.0/fr-FR/ModernWpf.resources.dll": {
+ "locale": "fr-FR"
+ },
+ "lib/net5.0-windows7.0/gl-ES/ModernWpf.Controls.resources.dll": {
+ "locale": "gl-ES"
+ },
+ "lib/net5.0-windows7.0/gl-ES/ModernWpf.resources.dll": {
+ "locale": "gl-ES"
+ },
+ "lib/net5.0-windows7.0/he-IL/ModernWpf.Controls.resources.dll": {
+ "locale": "he-IL"
+ },
+ "lib/net5.0-windows7.0/he-IL/ModernWpf.resources.dll": {
+ "locale": "he-IL"
+ },
+ "lib/net5.0-windows7.0/hi-IN/ModernWpf.Controls.resources.dll": {
+ "locale": "hi-IN"
+ },
+ "lib/net5.0-windows7.0/hi-IN/ModernWpf.resources.dll": {
+ "locale": "hi-IN"
+ },
+ "lib/net5.0-windows7.0/hr-HR/ModernWpf.Controls.resources.dll": {
+ "locale": "hr-HR"
+ },
+ "lib/net5.0-windows7.0/hr-HR/ModernWpf.resources.dll": {
+ "locale": "hr-HR"
+ },
+ "lib/net5.0-windows7.0/hu-HU/ModernWpf.Controls.resources.dll": {
+ "locale": "hu-HU"
+ },
+ "lib/net5.0-windows7.0/hu-HU/ModernWpf.resources.dll": {
+ "locale": "hu-HU"
+ },
+ "lib/net5.0-windows7.0/id-ID/ModernWpf.Controls.resources.dll": {
+ "locale": "id-ID"
+ },
+ "lib/net5.0-windows7.0/id-ID/ModernWpf.resources.dll": {
+ "locale": "id-ID"
+ },
+ "lib/net5.0-windows7.0/is-IS/ModernWpf.Controls.resources.dll": {
+ "locale": "is-IS"
+ },
+ "lib/net5.0-windows7.0/is-IS/ModernWpf.resources.dll": {
+ "locale": "is-IS"
+ },
+ "lib/net5.0-windows7.0/it-IT/ModernWpf.Controls.resources.dll": {
+ "locale": "it-IT"
+ },
+ "lib/net5.0-windows7.0/it-IT/ModernWpf.resources.dll": {
+ "locale": "it-IT"
+ },
+ "lib/net5.0-windows7.0/ja-JP/ModernWpf.Controls.resources.dll": {
+ "locale": "ja-JP"
+ },
+ "lib/net5.0-windows7.0/ja-JP/ModernWpf.resources.dll": {
+ "locale": "ja-JP"
+ },
+ "lib/net5.0-windows7.0/ka-GE/ModernWpf.Controls.resources.dll": {
+ "locale": "ka-GE"
+ },
+ "lib/net5.0-windows7.0/ka-GE/ModernWpf.resources.dll": {
+ "locale": "ka-GE"
+ },
+ "lib/net5.0-windows7.0/kk-KZ/ModernWpf.Controls.resources.dll": {
+ "locale": "kk-KZ"
+ },
+ "lib/net5.0-windows7.0/kk-KZ/ModernWpf.resources.dll": {
+ "locale": "kk-KZ"
+ },
+ "lib/net5.0-windows7.0/km-KH/ModernWpf.Controls.resources.dll": {
+ "locale": "km-KH"
+ },
+ "lib/net5.0-windows7.0/km-KH/ModernWpf.resources.dll": {
+ "locale": "km-KH"
+ },
+ "lib/net5.0-windows7.0/kn-IN/ModernWpf.Controls.resources.dll": {
+ "locale": "kn-IN"
+ },
+ "lib/net5.0-windows7.0/kn-IN/ModernWpf.resources.dll": {
+ "locale": "kn-IN"
+ },
+ "lib/net5.0-windows7.0/ko-KR/ModernWpf.Controls.resources.dll": {
+ "locale": "ko-KR"
+ },
+ "lib/net5.0-windows7.0/ko-KR/ModernWpf.resources.dll": {
+ "locale": "ko-KR"
+ },
+ "lib/net5.0-windows7.0/lo-LA/ModernWpf.Controls.resources.dll": {
+ "locale": "lo-LA"
+ },
+ "lib/net5.0-windows7.0/lo-LA/ModernWpf.resources.dll": {
+ "locale": "lo-LA"
+ },
+ "lib/net5.0-windows7.0/lt-LT/ModernWpf.Controls.resources.dll": {
+ "locale": "lt-LT"
+ },
+ "lib/net5.0-windows7.0/lt-LT/ModernWpf.resources.dll": {
+ "locale": "lt-LT"
+ },
+ "lib/net5.0-windows7.0/lv-LV/ModernWpf.Controls.resources.dll": {
+ "locale": "lv-LV"
+ },
+ "lib/net5.0-windows7.0/lv-LV/ModernWpf.resources.dll": {
+ "locale": "lv-LV"
+ },
+ "lib/net5.0-windows7.0/mk-MK/ModernWpf.Controls.resources.dll": {
+ "locale": "mk-MK"
+ },
+ "lib/net5.0-windows7.0/mk-MK/ModernWpf.resources.dll": {
+ "locale": "mk-MK"
+ },
+ "lib/net5.0-windows7.0/ml-IN/ModernWpf.Controls.resources.dll": {
+ "locale": "ml-IN"
+ },
+ "lib/net5.0-windows7.0/ml-IN/ModernWpf.resources.dll": {
+ "locale": "ml-IN"
+ },
+ "lib/net5.0-windows7.0/ms-MY/ModernWpf.Controls.resources.dll": {
+ "locale": "ms-MY"
+ },
+ "lib/net5.0-windows7.0/ms-MY/ModernWpf.resources.dll": {
+ "locale": "ms-MY"
+ },
+ "lib/net5.0-windows7.0/nb-NO/ModernWpf.Controls.resources.dll": {
+ "locale": "nb-NO"
+ },
+ "lib/net5.0-windows7.0/nb-NO/ModernWpf.resources.dll": {
+ "locale": "nb-NO"
+ },
+ "lib/net5.0-windows7.0/nl-NL/ModernWpf.Controls.resources.dll": {
+ "locale": "nl-NL"
+ },
+ "lib/net5.0-windows7.0/nl-NL/ModernWpf.resources.dll": {
+ "locale": "nl-NL"
+ },
+ "lib/net5.0-windows7.0/nn-NO/ModernWpf.Controls.resources.dll": {
+ "locale": "nn-NO"
+ },
+ "lib/net5.0-windows7.0/nn-NO/ModernWpf.resources.dll": {
+ "locale": "nn-NO"
+ },
+ "lib/net5.0-windows7.0/pl-PL/ModernWpf.Controls.resources.dll": {
+ "locale": "pl-PL"
+ },
+ "lib/net5.0-windows7.0/pl-PL/ModernWpf.resources.dll": {
+ "locale": "pl-PL"
+ },
+ "lib/net5.0-windows7.0/pt-BR/ModernWpf.Controls.resources.dll": {
+ "locale": "pt-BR"
+ },
+ "lib/net5.0-windows7.0/pt-BR/ModernWpf.resources.dll": {
+ "locale": "pt-BR"
+ },
+ "lib/net5.0-windows7.0/pt-PT/ModernWpf.Controls.resources.dll": {
+ "locale": "pt-PT"
+ },
+ "lib/net5.0-windows7.0/pt-PT/ModernWpf.resources.dll": {
+ "locale": "pt-PT"
+ },
+ "lib/net5.0-windows7.0/ro-RO/ModernWpf.Controls.resources.dll": {
+ "locale": "ro-RO"
+ },
+ "lib/net5.0-windows7.0/ro-RO/ModernWpf.resources.dll": {
+ "locale": "ro-RO"
+ },
+ "lib/net5.0-windows7.0/ru-RU/ModernWpf.Controls.resources.dll": {
+ "locale": "ru-RU"
+ },
+ "lib/net5.0-windows7.0/ru-RU/ModernWpf.resources.dll": {
+ "locale": "ru-RU"
+ },
+ "lib/net5.0-windows7.0/sk-SK/ModernWpf.Controls.resources.dll": {
+ "locale": "sk-SK"
+ },
+ "lib/net5.0-windows7.0/sk-SK/ModernWpf.resources.dll": {
+ "locale": "sk-SK"
+ },
+ "lib/net5.0-windows7.0/sl-SI/ModernWpf.Controls.resources.dll": {
+ "locale": "sl-SI"
+ },
+ "lib/net5.0-windows7.0/sl-SI/ModernWpf.resources.dll": {
+ "locale": "sl-SI"
+ },
+ "lib/net5.0-windows7.0/sq-AL/ModernWpf.Controls.resources.dll": {
+ "locale": "sq-AL"
+ },
+ "lib/net5.0-windows7.0/sq-AL/ModernWpf.resources.dll": {
+ "locale": "sq-AL"
+ },
+ "lib/net5.0-windows7.0/sr-Latn-RS/ModernWpf.Controls.resources.dll": {
+ "locale": "sr-Latn-RS"
+ },
+ "lib/net5.0-windows7.0/sr-Latn-RS/ModernWpf.resources.dll": {
+ "locale": "sr-Latn-RS"
+ },
+ "lib/net5.0-windows7.0/sv-SE/ModernWpf.Controls.resources.dll": {
+ "locale": "sv-SE"
+ },
+ "lib/net5.0-windows7.0/sv-SE/ModernWpf.resources.dll": {
+ "locale": "sv-SE"
+ },
+ "lib/net5.0-windows7.0/sw-KE/ModernWpf.Controls.resources.dll": {
+ "locale": "sw-KE"
+ },
+ "lib/net5.0-windows7.0/sw-KE/ModernWpf.resources.dll": {
+ "locale": "sw-KE"
+ },
+ "lib/net5.0-windows7.0/ta-IN/ModernWpf.Controls.resources.dll": {
+ "locale": "ta-IN"
+ },
+ "lib/net5.0-windows7.0/ta-IN/ModernWpf.resources.dll": {
+ "locale": "ta-IN"
+ },
+ "lib/net5.0-windows7.0/te-IN/ModernWpf.Controls.resources.dll": {
+ "locale": "te-IN"
+ },
+ "lib/net5.0-windows7.0/te-IN/ModernWpf.resources.dll": {
+ "locale": "te-IN"
+ },
+ "lib/net5.0-windows7.0/th-TH/ModernWpf.Controls.resources.dll": {
+ "locale": "th-TH"
+ },
+ "lib/net5.0-windows7.0/th-TH/ModernWpf.resources.dll": {
+ "locale": "th-TH"
+ },
+ "lib/net5.0-windows7.0/tr-TR/ModernWpf.Controls.resources.dll": {
+ "locale": "tr-TR"
+ },
+ "lib/net5.0-windows7.0/tr-TR/ModernWpf.resources.dll": {
+ "locale": "tr-TR"
+ },
+ "lib/net5.0-windows7.0/uk-UA/ModernWpf.Controls.resources.dll": {
+ "locale": "uk-UA"
+ },
+ "lib/net5.0-windows7.0/uk-UA/ModernWpf.resources.dll": {
+ "locale": "uk-UA"
+ },
+ "lib/net5.0-windows7.0/uz-Latn-UZ/ModernWpf.Controls.resources.dll": {
+ "locale": "uz-Latn-UZ"
+ },
+ "lib/net5.0-windows7.0/uz-Latn-UZ/ModernWpf.resources.dll": {
+ "locale": "uz-Latn-UZ"
+ },
+ "lib/net5.0-windows7.0/vi-VN/ModernWpf.Controls.resources.dll": {
+ "locale": "vi-VN"
+ },
+ "lib/net5.0-windows7.0/vi-VN/ModernWpf.resources.dll": {
+ "locale": "vi-VN"
+ }
+ }
+ },
+ "Newtonsoft.Json/11.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/netstandard2.0/Newtonsoft.Json.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Newtonsoft.Json.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "runtime.native.System.Data.SqlClient.sni/4.4.0": {
+ "type": "package",
+ "dependencies": {
+ "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
+ "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
+ "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0"
+ }
+ },
+ "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
+ "type": "package",
+ "runtimeTargets": {
+ "runtimes/win-arm64/native/sni.dll": {
+ "assetType": "native",
+ "rid": "win-arm64"
+ }
+ }
+ },
+ "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
+ "type": "package",
+ "runtimeTargets": {
+ "runtimes/win-x64/native/sni.dll": {
+ "assetType": "native",
+ "rid": "win-x64"
+ }
+ }
+ },
+ "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": {
+ "type": "package",
+ "runtimeTargets": {
+ "runtimes/win-x86/native/sni.dll": {
+ "assetType": "native",
+ "rid": "win-x86"
+ }
+ }
+ },
+ "System.ClientModel/1.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Memory.Data": "1.0.2",
+ "System.Text.Json": "4.7.2"
+ },
+ "compile": {
+ "lib/net6.0/System.ClientModel.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.ClientModel.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "System.ComponentModel.Composition/8.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net8.0/System.ComponentModel.Composition.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/System.ComponentModel.Composition.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
+ }
+ },
+ "System.Configuration.ConfigurationManager/6.0.1": {
+ "type": "package",
+ "dependencies": {
+ "System.Security.Cryptography.ProtectedData": "6.0.0",
+ "System.Security.Permissions": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/_._": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Configuration.ConfigurationManager.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "System.Data.SqlClient/4.9.0": {
+ "type": "package",
+ "dependencies": {
+ "runtime.native.System.Data.SqlClient.sni": "4.4.0"
+ },
+ "compile": {
+ "lib/net8.0/System.Data.SqlClient.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/System.Data.SqlClient.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0/_._": {}
+ },
+ "runtimeTargets": {
+ "runtimes/unix/lib/net8.0/System.Data.SqlClient.dll": {
+ "assetType": "runtime",
+ "rid": "unix"
+ },
+ "runtimes/win/lib/net8.0/System.Data.SqlClient.dll": {
+ "assetType": "runtime",
+ "rid": "win"
+ }
+ }
+ },
+ "System.Diagnostics.DiagnosticSource/9.0.5": {
+ "type": "package",
+ "compile": {
+ "lib/net8.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "System.Drawing.Common/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Win32.SystemEvents": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/_._": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Drawing.Common.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ },
+ "runtimeTargets": {
+ "runtimes/unix/lib/net6.0/System.Drawing.Common.dll": {
+ "assetType": "runtime",
+ "rid": "unix"
+ },
+ "runtimes/win/lib/net6.0/System.Drawing.Common.dll": {
+ "assetType": "runtime",
+ "rid": "win"
+ }
+ }
+ },
+ "System.Formats.Asn1/9.0.5": {
+ "type": "package",
+ "compile": {
+ "lib/net8.0/_._": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/System.Formats.Asn1.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "System.IdentityModel.Tokens.Jwt/6.35.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.IdentityModel.JsonWebTokens": "6.35.0",
+ "Microsoft.IdentityModel.Tokens": "6.35.0"
+ },
+ "compile": {
+ "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "System.IO.Pipelines/9.0.5": {
+ "type": "package",
+ "compile": {
+ "lib/net8.0/System.IO.Pipelines.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/System.IO.Pipelines.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ }
+ },
+ "System.Memory/4.5.4": {
+ "type": "package",
+ "compile": {
+ "ref/netcoreapp2.1/_._": {}
+ },
+ "runtime": {
+ "lib/netcoreapp2.1/_._": {}
+ }
+ },
+ "System.Memory.Data/1.0.2": {
+ "type": "package",
+ "dependencies": {
+ "System.Text.Encodings.Web": "4.7.2",
+ "System.Text.Json": "4.6.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/System.Memory.Data.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/System.Memory.Data.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "System.Numerics.Vectors/4.5.0": {
+ "type": "package",
+ "compile": {
+ "ref/netcoreapp2.0/_._": {}
+ },
+ "runtime": {
+ "lib/netcoreapp2.0/_._": {}
+ }
+ },
+ "System.Runtime/4.3.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.NETCore.Platforms": "1.1.0",
+ "Microsoft.NETCore.Targets": "1.1.0"
+ },
+ "compile": {
+ "ref/netstandard1.5/System.Runtime.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "System.Runtime.Caching/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Configuration.ConfigurationManager": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/_._": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Runtime.Caching.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ },
+ "runtimeTargets": {
+ "runtimes/win/lib/net6.0/System.Runtime.Caching.dll": {
+ "assetType": "runtime",
+ "rid": "win"
+ }
+ }
+ },
+ "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/_._": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "System.Security.AccessControl/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/_._": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Security.AccessControl.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ },
+ "runtimeTargets": {
+ "runtimes/win/lib/net6.0/System.Security.AccessControl.dll": {
+ "assetType": "runtime",
+ "rid": "win"
+ }
+ }
+ },
+ "System.Security.Cryptography.Cng/5.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Formats.Asn1": "5.0.0"
+ },
+ "compile": {
+ "ref/netcoreapp3.0/System.Security.Cryptography.Cng.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netcoreapp3.0/System.Security.Cryptography.Cng.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtimeTargets": {
+ "runtimes/win/lib/netcoreapp3.0/System.Security.Cryptography.Cng.dll": {
+ "assetType": "runtime",
+ "rid": "win"
+ }
+ }
+ },
+ "System.Security.Cryptography.ProtectedData/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/System.Security.Cryptography.ProtectedData.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Security.Cryptography.ProtectedData.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ },
+ "runtimeTargets": {
+ "runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll": {
+ "assetType": "runtime",
+ "rid": "win"
+ }
+ }
+ },
+ "System.Security.Permissions/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Security.AccessControl": "6.0.0",
+ "System.Windows.Extensions": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/_._": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Security.Permissions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "System.Security.Principal.Windows/5.0.0": {
+ "type": "package",
+ "compile": {
+ "ref/netcoreapp3.0/_._": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/System.Security.Principal.Windows.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtimeTargets": {
+ "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": {
+ "assetType": "runtime",
+ "rid": "unix"
+ },
+ "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": {
+ "assetType": "runtime",
+ "rid": "win"
+ }
+ }
+ },
+ "System.Text.Encoding/4.3.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.NETCore.Platforms": "1.1.0",
+ "Microsoft.NETCore.Targets": "1.1.0",
+ "System.Runtime": "4.3.0"
+ },
+ "compile": {
+ "ref/netstandard1.3/System.Text.Encoding.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "System.Text.Encoding.CodePages/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/_._": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Text.Encoding.CodePages.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ },
+ "runtimeTargets": {
+ "runtimes/win/lib/net6.0/System.Text.Encoding.CodePages.dll": {
+ "assetType": "runtime",
+ "rid": "win"
+ }
+ }
+ },
+ "System.Text.Encodings.Web/9.0.5": {
+ "type": "package",
+ "compile": {
+ "lib/net8.0/System.Text.Encodings.Web.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/System.Text.Encodings.Web.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/_._": {}
+ },
+ "runtimeTargets": {
+ "runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll": {
+ "assetType": "runtime",
+ "rid": "browser"
+ }
+ }
+ },
+ "System.Text.Json/9.0.5": {
+ "type": "package",
+ "dependencies": {
+ "System.IO.Pipelines": "9.0.5",
+ "System.Text.Encodings.Web": "9.0.5"
+ },
+ "compile": {
+ "lib/net8.0/System.Text.Json.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net8.0/System.Text.Json.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net8.0/System.Text.Json.targets": {}
+ }
+ },
+ "System.Threading.Tasks.Extensions/4.5.4": {
+ "type": "package",
+ "compile": {
+ "ref/netcoreapp2.1/_._": {}
+ },
+ "runtime": {
+ "lib/netcoreapp2.1/_._": {}
+ }
+ },
+ "System.Windows.Extensions/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Drawing.Common": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/_._": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Windows.Extensions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtimeTargets": {
+ "runtimes/win/lib/net6.0/System.Windows.Extensions.dll": {
+ "assetType": "runtime",
+ "rid": "win"
+ }
+ }
+ },
+ "ILifeTimeService/1.0.0": {
+ "type": "project",
+ "framework": ".NETCoreApp,Version=v8.0",
+ "dependencies": {
+ "Autofac": "8.3.0",
+ "Hangfire.Core": "1.8.18"
+ },
+ "compile": {
+ "bin/placeholder/ILifeTimeService.dll": {}
+ },
+ "runtime": {
+ "bin/placeholder/ILifeTimeService.dll": {}
+ },
+ "frameworkReferences": [
+ "Microsoft.WindowsDesktop.App.WPF"
+ ]
+ },
+ "Models/1.0.0": {
+ "type": "project",
+ "framework": ".NETCoreApp,Version=v8.0",
+ "compile": {
+ "bin/placeholder/Models.dll": {}
+ },
+ "runtime": {
+ "bin/placeholder/Models.dll": {}
+ },
+ "frameworkReferences": [
+ "Microsoft.WindowsDesktop.App.WPF"
+ ]
+ }
+ }
+ },
+ "libraries": {
+ "Autofac/8.3.0": {
+ "sha512": "0Bv8aSKuK4nQAiDKw3+pIv9hUhbPwS63ql9KhjR6DRgE14UNdXrMqO8YMI0PnffZPyCrMs85lNhZRI4eBgQO4w==",
+ "type": "package",
+ "path": "autofac/8.3.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "README.md",
+ "autofac.8.3.0.nupkg.sha512",
+ "autofac.nuspec",
+ "icon.png",
+ "lib/net6.0/Autofac.dll",
+ "lib/net6.0/Autofac.xml",
+ "lib/net7.0/Autofac.dll",
+ "lib/net7.0/Autofac.xml",
+ "lib/net8.0/Autofac.dll",
+ "lib/net8.0/Autofac.xml",
+ "lib/netstandard2.0/Autofac.dll",
+ "lib/netstandard2.0/Autofac.xml",
+ "lib/netstandard2.1/Autofac.dll",
+ "lib/netstandard2.1/Autofac.xml"
+ ]
+ },
+ "Autofac.Extras.CommonServiceLocator/6.1.0": {
+ "sha512": "QMBCPPjGyY4EuxjeNfBDfW+ojNvnY1trD3vtVt47Gu65ZWHHfH+uyyjHk6b9EjdDZAKtioZxCTQYyI3q3A5pCw==",
+ "type": "package",
+ "path": "autofac.extras.commonservicelocator/6.1.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "README.md",
+ "autofac.extras.commonservicelocator.6.1.0.nupkg.sha512",
+ "autofac.extras.commonservicelocator.nuspec",
+ "icon.png",
+ "lib/net6.0/Autofac.Extras.CommonServiceLocator.dll",
+ "lib/net6.0/Autofac.Extras.CommonServiceLocator.xml",
+ "lib/net7.0/Autofac.Extras.CommonServiceLocator.dll",
+ "lib/net7.0/Autofac.Extras.CommonServiceLocator.xml",
+ "lib/netstandard2.0/Autofac.Extras.CommonServiceLocator.dll",
+ "lib/netstandard2.0/Autofac.Extras.CommonServiceLocator.xml",
+ "lib/netstandard2.1/Autofac.Extras.CommonServiceLocator.dll",
+ "lib/netstandard2.1/Autofac.Extras.CommonServiceLocator.xml"
+ ]
+ },
+ "Autofac.Mef/7.0.0": {
+ "sha512": "cjjBEv6dGSgS4sUMuwqa65dY1KH5a7+V08rrDe+8gRlEDafOFIMvATS+eBkEogcn7zUZDk5zueuFbh9kebTbQg==",
+ "type": "package",
+ "path": "autofac.mef/7.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "README.md",
+ "autofac.mef.7.0.0.nupkg.sha512",
+ "autofac.mef.nuspec",
+ "icon.png",
+ "lib/net6.0/Autofac.Integration.Mef.dll",
+ "lib/net6.0/Autofac.Integration.Mef.xml",
+ "lib/net7.0/Autofac.Integration.Mef.dll",
+ "lib/net7.0/Autofac.Integration.Mef.xml",
+ "lib/net8.0/Autofac.Integration.Mef.dll",
+ "lib/net8.0/Autofac.Integration.Mef.xml",
+ "lib/netstandard2.0/Autofac.Integration.Mef.dll",
+ "lib/netstandard2.0/Autofac.Integration.Mef.xml"
+ ]
+ },
+ "Azure.Core/1.38.0": {
+ "sha512": "IuEgCoVA0ef7E4pQtpC3+TkPbzaoQfa77HlfJDmfuaJUCVJmn7fT0izamZiryW5sYUFKizsftIxMkXKbgIcPMQ==",
+ "type": "package",
+ "path": "azure.core/1.38.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "CHANGELOG.md",
+ "README.md",
+ "azure.core.1.38.0.nupkg.sha512",
+ "azure.core.nuspec",
+ "azureicon.png",
+ "lib/net461/Azure.Core.dll",
+ "lib/net461/Azure.Core.xml",
+ "lib/net472/Azure.Core.dll",
+ "lib/net472/Azure.Core.xml",
+ "lib/net6.0/Azure.Core.dll",
+ "lib/net6.0/Azure.Core.xml",
+ "lib/netstandard2.0/Azure.Core.dll",
+ "lib/netstandard2.0/Azure.Core.xml"
+ ]
+ },
+ "Azure.Identity/1.11.4": {
+ "sha512": "Sf4BoE6Q3jTgFkgBkx7qztYOFELBCo+wQgpYDwal/qJ1unBH73ywPztIJKXBXORRzAeNijsuxhk94h0TIMvfYg==",
+ "type": "package",
+ "path": "azure.identity/1.11.4",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "CHANGELOG.md",
+ "README.md",
+ "azure.identity.1.11.4.nupkg.sha512",
+ "azure.identity.nuspec",
+ "azureicon.png",
+ "lib/netstandard2.0/Azure.Identity.dll",
+ "lib/netstandard2.0/Azure.Identity.xml"
+ ]
+ },
+ "CommonServiceLocator/2.0.7": {
+ "sha512": "deByA+/7hfPSMqaqcITTkeZhGw41qiIon5F6Q5n5EcMPeYc5hXlifIrVpPKsur4g/PuxYU6umjTx8kQMog4npw==",
+ "type": "package",
+ "path": "commonservicelocator/2.0.7",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "commonservicelocator.2.0.7.nupkg.sha512",
+ "commonservicelocator.nuspec",
+ "lib/net46/CommonServiceLocator.dll",
+ "lib/net47/CommonServiceLocator.dll",
+ "lib/net48/CommonServiceLocator.dll",
+ "lib/net5.0/CommonServiceLocator.dll",
+ "lib/net6.0/CommonServiceLocator.dll",
+ "lib/net7.0/CommonServiceLocator.dll",
+ "lib/netcoreapp1.0/CommonServiceLocator.dll",
+ "lib/netcoreapp2.0/CommonServiceLocator.dll",
+ "lib/netcoreapp3.0/CommonServiceLocator.dll",
+ "lib/netstandard1.0/CommonServiceLocator.dll",
+ "lib/netstandard2.0/CommonServiceLocator.dll",
+ "lib/netstandard2.1/CommonServiceLocator.dll"
+ ]
+ },
+ "Dapper/2.1.66": {
+ "sha512": "/q77jUgDOS+bzkmk3Vy9SiWMaetTw+NOoPAV0xPBsGVAyljd5S6P+4RUW7R3ZUGGr9lDRyPKgAMj2UAOwvqZYw==",
+ "type": "package",
+ "path": "dapper/2.1.66",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Dapper.png",
+ "dapper.2.1.66.nupkg.sha512",
+ "dapper.nuspec",
+ "lib/net461/Dapper.dll",
+ "lib/net461/Dapper.xml",
+ "lib/net8.0/Dapper.dll",
+ "lib/net8.0/Dapper.xml",
+ "lib/netstandard2.0/Dapper.dll",
+ "lib/netstandard2.0/Dapper.xml",
+ "readme.md"
+ ]
+ },
+ "Hangfire/1.8.18": {
+ "sha512": "EY+UqMHTOQAtdjeJf3jlnj8MpENyDPTpA6OHMncucVlkaongZjrx+gCN4bgma7vD3BNHqfQ7irYrfE5p1DOBEQ==",
+ "type": "package",
+ "path": "hangfire/1.8.18",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "COPYING",
+ "COPYING.LESSER",
+ "LICENSE.md",
+ "LICENSE_ROYALTYFREE",
+ "LICENSE_STANDARD",
+ "NOTICES",
+ "README.md",
+ "hangfire.1.8.18.nupkg.sha512",
+ "hangfire.nuspec",
+ "icon.png"
+ ]
+ },
+ "Hangfire.AspNetCore/1.8.18": {
+ "sha512": "5D6Do0qgoAnakvh4KnKwhIoUzFU84Z0sCYMB+Sit+ygkpL1P6JGYDcd/9vDBcfr5K3JqBxD4Zh2IK2LOXuuiaw==",
+ "type": "package",
+ "path": "hangfire.aspnetcore/1.8.18",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "COPYING",
+ "COPYING.LESSER",
+ "LICENSE.md",
+ "LICENSE_ROYALTYFREE",
+ "LICENSE_STANDARD",
+ "NOTICES",
+ "hangfire.aspnetcore.1.8.18.nupkg.sha512",
+ "hangfire.aspnetcore.nuspec",
+ "icon.png",
+ "lib/net451/Hangfire.AspNetCore.dll",
+ "lib/net451/Hangfire.AspNetCore.xml",
+ "lib/net461/Hangfire.AspNetCore.dll",
+ "lib/net461/Hangfire.AspNetCore.xml",
+ "lib/netcoreapp3.0/Hangfire.AspNetCore.dll",
+ "lib/netcoreapp3.0/Hangfire.AspNetCore.xml",
+ "lib/netstandard1.3/Hangfire.AspNetCore.dll",
+ "lib/netstandard1.3/Hangfire.AspNetCore.xml",
+ "lib/netstandard2.0/Hangfire.AspNetCore.dll",
+ "lib/netstandard2.0/Hangfire.AspNetCore.xml"
+ ]
+ },
+ "Hangfire.Core/1.8.18": {
+ "sha512": "oNAkV8QQoYg5+vM2M024NBk49EhTO2BmKDLuQaKNew23RpH9OUGtKDl1KldBdDJrD8TMFzjhWCArol3igd2i2w==",
+ "type": "package",
+ "path": "hangfire.core/1.8.18",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "COPYING",
+ "COPYING.LESSER",
+ "LICENSE.md",
+ "LICENSE_ROYALTYFREE",
+ "LICENSE_STANDARD",
+ "NOTICES",
+ "README.md",
+ "hangfire.core.1.8.18.nupkg.sha512",
+ "hangfire.core.nuspec",
+ "icon.png",
+ "lib/net451/Hangfire.Core.dll",
+ "lib/net451/Hangfire.Core.xml",
+ "lib/net451/ca/Hangfire.Core.resources.dll",
+ "lib/net451/de/Hangfire.Core.resources.dll",
+ "lib/net451/es/Hangfire.Core.resources.dll",
+ "lib/net451/fa/Hangfire.Core.resources.dll",
+ "lib/net451/fr/Hangfire.Core.resources.dll",
+ "lib/net451/nb/Hangfire.Core.resources.dll",
+ "lib/net451/nl/Hangfire.Core.resources.dll",
+ "lib/net451/pt-BR/Hangfire.Core.resources.dll",
+ "lib/net451/pt-PT/Hangfire.Core.resources.dll",
+ "lib/net451/pt/Hangfire.Core.resources.dll",
+ "lib/net451/sv/Hangfire.Core.resources.dll",
+ "lib/net451/tr-TR/Hangfire.Core.resources.dll",
+ "lib/net451/zh-TW/Hangfire.Core.resources.dll",
+ "lib/net451/zh/Hangfire.Core.resources.dll",
+ "lib/net46/Hangfire.Core.dll",
+ "lib/net46/Hangfire.Core.xml",
+ "lib/net46/ca/Hangfire.Core.resources.dll",
+ "lib/net46/de/Hangfire.Core.resources.dll",
+ "lib/net46/es/Hangfire.Core.resources.dll",
+ "lib/net46/fa/Hangfire.Core.resources.dll",
+ "lib/net46/fr/Hangfire.Core.resources.dll",
+ "lib/net46/nb/Hangfire.Core.resources.dll",
+ "lib/net46/nl/Hangfire.Core.resources.dll",
+ "lib/net46/pt-BR/Hangfire.Core.resources.dll",
+ "lib/net46/pt-PT/Hangfire.Core.resources.dll",
+ "lib/net46/pt/Hangfire.Core.resources.dll",
+ "lib/net46/sv/Hangfire.Core.resources.dll",
+ "lib/net46/tr-TR/Hangfire.Core.resources.dll",
+ "lib/net46/zh-TW/Hangfire.Core.resources.dll",
+ "lib/net46/zh/Hangfire.Core.resources.dll",
+ "lib/netstandard1.3/Hangfire.Core.dll",
+ "lib/netstandard1.3/Hangfire.Core.xml",
+ "lib/netstandard1.3/ca/Hangfire.Core.resources.dll",
+ "lib/netstandard1.3/de/Hangfire.Core.resources.dll",
+ "lib/netstandard1.3/es/Hangfire.Core.resources.dll",
+ "lib/netstandard1.3/fa/Hangfire.Core.resources.dll",
+ "lib/netstandard1.3/fr/Hangfire.Core.resources.dll",
+ "lib/netstandard1.3/nb/Hangfire.Core.resources.dll",
+ "lib/netstandard1.3/nl/Hangfire.Core.resources.dll",
+ "lib/netstandard1.3/pt-BR/Hangfire.Core.resources.dll",
+ "lib/netstandard1.3/pt-PT/Hangfire.Core.resources.dll",
+ "lib/netstandard1.3/pt/Hangfire.Core.resources.dll",
+ "lib/netstandard1.3/sv/Hangfire.Core.resources.dll",
+ "lib/netstandard1.3/tr-TR/Hangfire.Core.resources.dll",
+ "lib/netstandard1.3/zh-TW/Hangfire.Core.resources.dll",
+ "lib/netstandard1.3/zh/Hangfire.Core.resources.dll",
+ "lib/netstandard2.0/Hangfire.Core.dll",
+ "lib/netstandard2.0/Hangfire.Core.xml",
+ "lib/netstandard2.0/ca/Hangfire.Core.resources.dll",
+ "lib/netstandard2.0/de/Hangfire.Core.resources.dll",
+ "lib/netstandard2.0/es/Hangfire.Core.resources.dll",
+ "lib/netstandard2.0/fa/Hangfire.Core.resources.dll",
+ "lib/netstandard2.0/fr/Hangfire.Core.resources.dll",
+ "lib/netstandard2.0/nb/Hangfire.Core.resources.dll",
+ "lib/netstandard2.0/nl/Hangfire.Core.resources.dll",
+ "lib/netstandard2.0/pt-BR/Hangfire.Core.resources.dll",
+ "lib/netstandard2.0/pt-PT/Hangfire.Core.resources.dll",
+ "lib/netstandard2.0/pt/Hangfire.Core.resources.dll",
+ "lib/netstandard2.0/sv/Hangfire.Core.resources.dll",
+ "lib/netstandard2.0/tr-TR/Hangfire.Core.resources.dll",
+ "lib/netstandard2.0/zh-TW/Hangfire.Core.resources.dll",
+ "lib/netstandard2.0/zh/Hangfire.Core.resources.dll"
+ ]
+ },
+ "Hangfire.NetCore/1.8.18": {
+ "sha512": "3KAV9AZ1nqQHC54qR4buNEEKRmQJfq+lODtZxUk5cdi68lV8+9K2f4H1/mIfDlPpgjPFjEfCobNoi2+TIpKySw==",
+ "type": "package",
+ "path": "hangfire.netcore/1.8.18",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "COPYING",
+ "COPYING.LESSER",
+ "LICENSE.md",
+ "LICENSE_ROYALTYFREE",
+ "LICENSE_STANDARD",
+ "NOTICES",
+ "hangfire.netcore.1.8.18.nupkg.sha512",
+ "hangfire.netcore.nuspec",
+ "icon.png",
+ "lib/net451/Hangfire.NetCore.dll",
+ "lib/net451/Hangfire.NetCore.xml",
+ "lib/net461/Hangfire.NetCore.dll",
+ "lib/net461/Hangfire.NetCore.xml",
+ "lib/netstandard1.3/Hangfire.NetCore.dll",
+ "lib/netstandard1.3/Hangfire.NetCore.xml",
+ "lib/netstandard2.0/Hangfire.NetCore.dll",
+ "lib/netstandard2.0/Hangfire.NetCore.xml",
+ "lib/netstandard2.1/Hangfire.NetCore.dll",
+ "lib/netstandard2.1/Hangfire.NetCore.xml"
+ ]
+ },
+ "Hangfire.SqlServer/1.8.18": {
+ "sha512": "yBfI2ygYfN/31rOrahfOFHee1mwTrG0ppsmK9awCS0mAr2GEaB9eyYqg/lURgZy8AA8UVJVs5nLHa2hc1pDAVQ==",
+ "type": "package",
+ "path": "hangfire.sqlserver/1.8.18",
+ "hasTools": true,
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "COPYING",
+ "COPYING.LESSER",
+ "LICENSE.md",
+ "LICENSE_ROYALTYFREE",
+ "LICENSE_STANDARD",
+ "NOTICES",
+ "hangfire.sqlserver.1.8.18.nupkg.sha512",
+ "hangfire.sqlserver.nuspec",
+ "icon.png",
+ "lib/net451/Hangfire.SqlServer.dll",
+ "lib/net451/Hangfire.SqlServer.xml",
+ "lib/netstandard1.3/Hangfire.SqlServer.dll",
+ "lib/netstandard1.3/Hangfire.SqlServer.xml",
+ "lib/netstandard2.0/Hangfire.SqlServer.dll",
+ "lib/netstandard2.0/Hangfire.SqlServer.xml",
+ "tools/install.sql"
+ ]
+ },
+ "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
+ "sha512": "yuvf07qFWFqtK3P/MRkEKLhn5r2UbSpVueRziSqj0yJQIKFwG1pq9mOayK3zE5qZCTs0CbrwL9M6R8VwqyGy2w==",
+ "type": "package",
+ "path": "microsoft.bcl.asyncinterfaces/1.1.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "lib/net461/Microsoft.Bcl.AsyncInterfaces.dll",
+ "lib/net461/Microsoft.Bcl.AsyncInterfaces.xml",
+ "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll",
+ "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.xml",
+ "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll",
+ "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.xml",
+ "microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512",
+ "microsoft.bcl.asyncinterfaces.nuspec",
+ "ref/net461/Microsoft.Bcl.AsyncInterfaces.dll",
+ "ref/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll",
+ "ref/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll",
+ "useSharedDesignerContext.txt",
+ "version.txt"
+ ]
+ },
+ "Microsoft.CSharp/4.5.0": {
+ "sha512": "kaj6Wb4qoMuH3HySFJhxwQfe8R/sJsNJnANrvv8WdFPMoNbKY5htfNscv+LHCu5ipz+49m2e+WQXpLXr9XYemQ==",
+ "type": "package",
+ "path": "microsoft.csharp/4.5.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "lib/MonoAndroid10/_._",
+ "lib/MonoTouch10/_._",
+ "lib/net45/_._",
+ "lib/netcore50/Microsoft.CSharp.dll",
+ "lib/netcoreapp2.0/_._",
+ "lib/netstandard1.3/Microsoft.CSharp.dll",
+ "lib/netstandard2.0/Microsoft.CSharp.dll",
+ "lib/portable-net45+win8+wp8+wpa81/_._",
+ "lib/uap10.0.16299/_._",
+ "lib/win8/_._",
+ "lib/wp80/_._",
+ "lib/wpa81/_._",
+ "lib/xamarinios10/_._",
+ "lib/xamarinmac20/_._",
+ "lib/xamarintvos10/_._",
+ "lib/xamarinwatchos10/_._",
+ "microsoft.csharp.4.5.0.nupkg.sha512",
+ "microsoft.csharp.nuspec",
+ "ref/MonoAndroid10/_._",
+ "ref/MonoTouch10/_._",
+ "ref/net45/_._",
+ "ref/netcore50/Microsoft.CSharp.dll",
+ "ref/netcore50/Microsoft.CSharp.xml",
+ "ref/netcore50/de/Microsoft.CSharp.xml",
+ "ref/netcore50/es/Microsoft.CSharp.xml",
+ "ref/netcore50/fr/Microsoft.CSharp.xml",
+ "ref/netcore50/it/Microsoft.CSharp.xml",
+ "ref/netcore50/ja/Microsoft.CSharp.xml",
+ "ref/netcore50/ko/Microsoft.CSharp.xml",
+ "ref/netcore50/ru/Microsoft.CSharp.xml",
+ "ref/netcore50/zh-hans/Microsoft.CSharp.xml",
+ "ref/netcore50/zh-hant/Microsoft.CSharp.xml",
+ "ref/netcoreapp2.0/_._",
+ "ref/netstandard1.0/Microsoft.CSharp.dll",
+ "ref/netstandard1.0/Microsoft.CSharp.xml",
+ "ref/netstandard1.0/de/Microsoft.CSharp.xml",
+ "ref/netstandard1.0/es/Microsoft.CSharp.xml",
+ "ref/netstandard1.0/fr/Microsoft.CSharp.xml",
+ "ref/netstandard1.0/it/Microsoft.CSharp.xml",
+ "ref/netstandard1.0/ja/Microsoft.CSharp.xml",
+ "ref/netstandard1.0/ko/Microsoft.CSharp.xml",
+ "ref/netstandard1.0/ru/Microsoft.CSharp.xml",
+ "ref/netstandard1.0/zh-hans/Microsoft.CSharp.xml",
+ "ref/netstandard1.0/zh-hant/Microsoft.CSharp.xml",
+ "ref/netstandard2.0/Microsoft.CSharp.dll",
+ "ref/netstandard2.0/Microsoft.CSharp.xml",
+ "ref/portable-net45+win8+wp8+wpa81/_._",
+ "ref/uap10.0.16299/_._",
+ "ref/win8/_._",
+ "ref/wp80/_._",
+ "ref/wpa81/_._",
+ "ref/xamarinios10/_._",
+ "ref/xamarinmac20/_._",
+ "ref/xamarintvos10/_._",
+ "ref/xamarinwatchos10/_._",
+ "useSharedDesignerContext.txt",
+ "version.txt"
+ ]
+ },
+ "Microsoft.Data.SqlClient/5.1.6": {
+ "sha512": "+pz7gIPh5ydsBcQvivt4R98PwJXer86fyQBBToIBLxZ5kuhW4N13Ijz87s9WpuPtF1vh4JesYCgpDPAOgkMhdg==",
+ "type": "package",
+ "path": "microsoft.data.sqlclient/5.1.6",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "dotnet.png",
+ "lib/net462/Microsoft.Data.SqlClient.dll",
+ "lib/net462/Microsoft.Data.SqlClient.pdb",
+ "lib/net462/Microsoft.Data.SqlClient.xml",
+ "lib/net462/de/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net462/es/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net462/fr/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net462/it/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net462/ja/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net462/ko/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net462/pt-BR/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net462/ru/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net462/zh-Hans/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net462/zh-Hant/Microsoft.Data.SqlClient.resources.dll",
+ "lib/net6.0/Microsoft.Data.SqlClient.dll",
+ "lib/net6.0/Microsoft.Data.SqlClient.pdb",
+ "lib/net6.0/Microsoft.Data.SqlClient.xml",
+ "lib/netstandard2.0/Microsoft.Data.SqlClient.dll",
+ "lib/netstandard2.0/Microsoft.Data.SqlClient.pdb",
+ "lib/netstandard2.0/Microsoft.Data.SqlClient.xml",
+ "lib/netstandard2.1/Microsoft.Data.SqlClient.dll",
+ "lib/netstandard2.1/Microsoft.Data.SqlClient.pdb",
+ "lib/netstandard2.1/Microsoft.Data.SqlClient.xml",
+ "microsoft.data.sqlclient.5.1.6.nupkg.sha512",
+ "microsoft.data.sqlclient.nuspec",
+ "ref/net462/Microsoft.Data.SqlClient.dll",
+ "ref/net462/Microsoft.Data.SqlClient.pdb",
+ "ref/net462/Microsoft.Data.SqlClient.xml",
+ "ref/net6.0/Microsoft.Data.SqlClient.dll",
+ "ref/net6.0/Microsoft.Data.SqlClient.pdb",
+ "ref/net6.0/Microsoft.Data.SqlClient.xml",
+ "ref/netstandard2.0/Microsoft.Data.SqlClient.dll",
+ "ref/netstandard2.0/Microsoft.Data.SqlClient.pdb",
+ "ref/netstandard2.0/Microsoft.Data.SqlClient.xml",
+ "ref/netstandard2.1/Microsoft.Data.SqlClient.dll",
+ "ref/netstandard2.1/Microsoft.Data.SqlClient.pdb",
+ "ref/netstandard2.1/Microsoft.Data.SqlClient.xml",
+ "runtimes/unix/lib/net6.0/Microsoft.Data.SqlClient.dll",
+ "runtimes/unix/lib/net6.0/Microsoft.Data.SqlClient.pdb",
+ "runtimes/unix/lib/netstandard2.0/Microsoft.Data.SqlClient.dll",
+ "runtimes/unix/lib/netstandard2.0/Microsoft.Data.SqlClient.pdb",
+ "runtimes/unix/lib/netstandard2.1/Microsoft.Data.SqlClient.dll",
+ "runtimes/unix/lib/netstandard2.1/Microsoft.Data.SqlClient.pdb",
+ "runtimes/win/lib/net462/Microsoft.Data.SqlClient.dll",
+ "runtimes/win/lib/net462/Microsoft.Data.SqlClient.pdb",
+ "runtimes/win/lib/net6.0/Microsoft.Data.SqlClient.dll",
+ "runtimes/win/lib/net6.0/Microsoft.Data.SqlClient.pdb",
+ "runtimes/win/lib/netstandard2.0/Microsoft.Data.SqlClient.dll",
+ "runtimes/win/lib/netstandard2.0/Microsoft.Data.SqlClient.pdb",
+ "runtimes/win/lib/netstandard2.1/Microsoft.Data.SqlClient.dll",
+ "runtimes/win/lib/netstandard2.1/Microsoft.Data.SqlClient.pdb"
+ ]
+ },
+ "Microsoft.Data.SqlClient.SNI.runtime/5.1.1": {
+ "sha512": "wNGM5ZTQCa2blc9ikXQouybGiyMd6IHPVJvAlBEPtr6JepZEOYeDxGyprYvFVeOxlCXs7avridZQ0nYkHzQWCQ==",
+ "type": "package",
+ "path": "microsoft.data.sqlclient.sni.runtime/5.1.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.txt",
+ "dotnet.png",
+ "microsoft.data.sqlclient.sni.runtime.5.1.1.nupkg.sha512",
+ "microsoft.data.sqlclient.sni.runtime.nuspec",
+ "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll",
+ "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll",
+ "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll",
+ "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll"
+ ]
+ },
+ "Microsoft.EntityFrameworkCore/9.0.5": {
+ "sha512": "TeCtb/vc+jxvgkVAqeJlZKOoG5w/w8AigWQQyOmeJsJ7+0SkONX8bqEV/wB+ojnT0sXuJrrfXQOEC3ws6asEng==",
+ "type": "package",
+ "path": "microsoft.entityframeworkcore/9.0.5",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "PACKAGE.md",
+ "buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props",
+ "lib/net8.0/Microsoft.EntityFrameworkCore.dll",
+ "lib/net8.0/Microsoft.EntityFrameworkCore.xml",
+ "microsoft.entityframeworkcore.9.0.5.nupkg.sha512",
+ "microsoft.entityframeworkcore.nuspec"
+ ]
+ },
+ "Microsoft.EntityFrameworkCore.Abstractions/9.0.5": {
+ "sha512": "81fGyIibhGc4rq4ZxmVZE/1CFSvGMQOZqdRyCBLKz/Hb8eE973dmSfcdXpXhQ/5f+nbax4VGkWhwPGxWUNWaCQ==",
+ "type": "package",
+ "path": "microsoft.entityframeworkcore.abstractions/9.0.5",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "PACKAGE.md",
+ "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll",
+ "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.xml",
+ "microsoft.entityframeworkcore.abstractions.9.0.5.nupkg.sha512",
+ "microsoft.entityframeworkcore.abstractions.nuspec"
+ ]
+ },
+ "Microsoft.EntityFrameworkCore.Analyzers/9.0.5": {
+ "sha512": "kWRrD69qCXo7lahPZPt7C127UfK0I024laFZEDMfT3JbALB1EWneFvq1utWM0cNKPFuYis1E1oaYTuRGI/9inQ==",
+ "type": "package",
+ "path": "microsoft.entityframeworkcore.analyzers/9.0.5",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "analyzers/dotnet/cs/Microsoft.EntityFrameworkCore.Analyzers.dll",
+ "docs/PACKAGE.md",
+ "microsoft.entityframeworkcore.analyzers.9.0.5.nupkg.sha512",
+ "microsoft.entityframeworkcore.analyzers.nuspec"
+ ]
+ },
+ "Microsoft.EntityFrameworkCore.Relational/9.0.5": {
+ "sha512": "6eErbrZFd9yNnncemtDdmHZ3KC792OQCIYITuMsjK2oh4CLzlYo8mzNsozgUzQ+utHnne11/3eV8zMWbYF5Puw==",
+ "type": "package",
+ "path": "microsoft.entityframeworkcore.relational/9.0.5",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "PACKAGE.md",
+ "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll",
+ "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.xml",
+ "microsoft.entityframeworkcore.relational.9.0.5.nupkg.sha512",
+ "microsoft.entityframeworkcore.relational.nuspec"
+ ]
+ },
+ "Microsoft.EntityFrameworkCore.SqlServer/9.0.5": {
+ "sha512": "Y4194uyqwMivN2ioKd7GYBFVeeG2kZFFC1ZCmOTvXy3G6Wd05ZVyUyR/3mB+SHCequMPt/DI4f58WMmVaOS6eg==",
+ "type": "package",
+ "path": "microsoft.entityframeworkcore.sqlserver/9.0.5",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "PACKAGE.md",
+ "lib/net8.0/Microsoft.EntityFrameworkCore.SqlServer.dll",
+ "lib/net8.0/Microsoft.EntityFrameworkCore.SqlServer.xml",
+ "microsoft.entityframeworkcore.sqlserver.9.0.5.nupkg.sha512",
+ "microsoft.entityframeworkcore.sqlserver.nuspec"
+ ]
+ },
+ "Microsoft.Extensions.Caching.Abstractions/9.0.5": {
+ "sha512": "RV6wOTvH5BeVRs6cvxFuaV1ut05Dklpvq19XRO1JxAayfLWYIEP7K94aamY0iSUhoehWk1X5H6gMcbZkHuBjew==",
+ "type": "package",
+ "path": "microsoft.extensions.caching.abstractions/9.0.5",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.Caching.Abstractions.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Abstractions.targets",
+ "lib/net462/Microsoft.Extensions.Caching.Abstractions.dll",
+ "lib/net462/Microsoft.Extensions.Caching.Abstractions.xml",
+ "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll",
+ "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.xml",
+ "lib/net9.0/Microsoft.Extensions.Caching.Abstractions.dll",
+ "lib/net9.0/Microsoft.Extensions.Caching.Abstractions.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.xml",
+ "microsoft.extensions.caching.abstractions.9.0.5.nupkg.sha512",
+ "microsoft.extensions.caching.abstractions.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Caching.Memory/9.0.5": {
+ "sha512": "qDmoAzIUBup5KZG1Abv51ifbHMCWFnaXbt05l+Sd92mLOpF9OwHOuoxu3XhzXaPGfq0Ns3pv1df5l8zuKjFgGw==",
+ "type": "package",
+ "path": "microsoft.extensions.caching.memory/9.0.5",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.Caching.Memory.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Memory.targets",
+ "lib/net462/Microsoft.Extensions.Caching.Memory.dll",
+ "lib/net462/Microsoft.Extensions.Caching.Memory.xml",
+ "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll",
+ "lib/net8.0/Microsoft.Extensions.Caching.Memory.xml",
+ "lib/net9.0/Microsoft.Extensions.Caching.Memory.dll",
+ "lib/net9.0/Microsoft.Extensions.Caching.Memory.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.xml",
+ "microsoft.extensions.caching.memory.9.0.5.nupkg.sha512",
+ "microsoft.extensions.caching.memory.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/9.0.5": {
+ "sha512": "ew0G6gIznnyAkbIa67wXspkDFcVektjN3xaDAfBDIPbWph+rbuGaaohFxUSGw28ht7wdcWtTtElKnzfkcDDbOQ==",
+ "type": "package",
+ "path": "microsoft.extensions.configuration.abstractions/9.0.5",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.Configuration.Abstractions.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Abstractions.targets",
+ "lib/net462/Microsoft.Extensions.Configuration.Abstractions.dll",
+ "lib/net462/Microsoft.Extensions.Configuration.Abstractions.xml",
+ "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll",
+ "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.xml",
+ "lib/net9.0/Microsoft.Extensions.Configuration.Abstractions.dll",
+ "lib/net9.0/Microsoft.Extensions.Configuration.Abstractions.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.xml",
+ "microsoft.extensions.configuration.abstractions.9.0.5.nupkg.sha512",
+ "microsoft.extensions.configuration.abstractions.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.DependencyInjection/9.0.5": {
+ "sha512": "N1Mn0T/tUBPoLL+Fzsp+VCEtneUhhxc1//Dx3BeuQ8AX+XrMlYCfnp2zgpEXnTCB7053CLdiqVWPZ7mEX6MPjg==",
+ "type": "package",
+ "path": "microsoft.extensions.dependencyinjection/9.0.5",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.targets",
+ "lib/net462/Microsoft.Extensions.DependencyInjection.dll",
+ "lib/net462/Microsoft.Extensions.DependencyInjection.xml",
+ "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll",
+ "lib/net8.0/Microsoft.Extensions.DependencyInjection.xml",
+ "lib/net9.0/Microsoft.Extensions.DependencyInjection.dll",
+ "lib/net9.0/Microsoft.Extensions.DependencyInjection.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml",
+ "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll",
+ "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml",
+ "microsoft.extensions.dependencyinjection.9.0.5.nupkg.sha512",
+ "microsoft.extensions.dependencyinjection.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.5": {
+ "sha512": "cjnRtsEAzU73aN6W7vkWy8Phj5t3Xm78HSqgrbh/O4Q9SK/yN73wZVa21QQY6amSLQRQ/M8N+koGnY6PuvKQsw==",
+ "type": "package",
+ "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.5",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.Abstractions.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.Abstractions.targets",
+ "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
+ "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
+ "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
+ "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
+ "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
+ "lib/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
+ "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
+ "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
+ "microsoft.extensions.dependencyinjection.abstractions.9.0.5.nupkg.sha512",
+ "microsoft.extensions.dependencyinjection.abstractions.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.FileProviders.Abstractions/3.0.0": {
+ "sha512": "kahEeykb6FyQytoZNNXuz74X85B4weIEt8Kd+0klK48bkXDWOIHAOvNjlGsPMcS9CL935Te8QGQS83JqCbpdHA==",
+ "type": "package",
+ "path": "microsoft.extensions.fileproviders.abstractions/3.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "lib/netcoreapp3.0/Microsoft.Extensions.FileProviders.Abstractions.dll",
+ "lib/netcoreapp3.0/Microsoft.Extensions.FileProviders.Abstractions.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.xml",
+ "microsoft.extensions.fileproviders.abstractions.3.0.0.nupkg.sha512",
+ "microsoft.extensions.fileproviders.abstractions.nuspec"
+ ]
+ },
+ "Microsoft.Extensions.Hosting.Abstractions/3.0.0": {
+ "sha512": "qeDWS5ErmkUN96BdQqpmeCmLk5HJWQ/SPw3ux5v5/Qb0hKZS5wojBMulnBC7JUEiBwg7Ir71Yjf1lFiRT5MdtQ==",
+ "type": "package",
+ "path": "microsoft.extensions.hosting.abstractions/3.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "lib/netcoreapp3.0/Microsoft.Extensions.Hosting.Abstractions.dll",
+ "lib/netcoreapp3.0/Microsoft.Extensions.Hosting.Abstractions.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.xml",
+ "microsoft.extensions.hosting.abstractions.3.0.0.nupkg.sha512",
+ "microsoft.extensions.hosting.abstractions.nuspec"
+ ]
+ },
+ "Microsoft.Extensions.Logging/9.0.5": {
+ "sha512": "rQU61lrgvpE/UgcAd4E56HPxUIkX/VUQCxWmwDTLLVeuwRDYTL0q/FLGfAW17cGTKyCh7ywYAEnY3sTEvURsfg==",
+ "type": "package",
+ "path": "microsoft.extensions.logging/9.0.5",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.Logging.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.targets",
+ "lib/net462/Microsoft.Extensions.Logging.dll",
+ "lib/net462/Microsoft.Extensions.Logging.xml",
+ "lib/net8.0/Microsoft.Extensions.Logging.dll",
+ "lib/net8.0/Microsoft.Extensions.Logging.xml",
+ "lib/net9.0/Microsoft.Extensions.Logging.dll",
+ "lib/net9.0/Microsoft.Extensions.Logging.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Logging.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Logging.xml",
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll",
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.xml",
+ "microsoft.extensions.logging.9.0.5.nupkg.sha512",
+ "microsoft.extensions.logging.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Logging.Abstractions/9.0.5": {
+ "sha512": "pP1PADCrIxMYJXxFmTVbAgEU7GVpjK5i0/tyfU9DiE0oXQy3JWQaOVgCkrCiePLgS8b5sghM3Fau3EeHiVWbCg==",
+ "type": "package",
+ "path": "microsoft.extensions.logging.abstractions/9.0.5",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "analyzers/dotnet/roslyn3.11/cs/Microsoft.Extensions.Logging.Generators.dll",
+ "analyzers/dotnet/roslyn3.11/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/Microsoft.Extensions.Logging.Generators.dll",
+ "analyzers/dotnet/roslyn4.0/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Logging.Generators.dll",
+ "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "buildTransitive/net461/Microsoft.Extensions.Logging.Abstractions.targets",
+ "buildTransitive/net462/Microsoft.Extensions.Logging.Abstractions.targets",
+ "buildTransitive/net8.0/Microsoft.Extensions.Logging.Abstractions.targets",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Abstractions.targets",
+ "buildTransitive/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.targets",
+ "lib/net462/Microsoft.Extensions.Logging.Abstractions.dll",
+ "lib/net462/Microsoft.Extensions.Logging.Abstractions.xml",
+ "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll",
+ "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.xml",
+ "lib/net9.0/Microsoft.Extensions.Logging.Abstractions.dll",
+ "lib/net9.0/Microsoft.Extensions.Logging.Abstractions.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.xml",
+ "microsoft.extensions.logging.abstractions.9.0.5.nupkg.sha512",
+ "microsoft.extensions.logging.abstractions.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Options/9.0.5": {
+ "sha512": "vPdJQU8YLOUSSK8NL0RmwcXJr2E0w8xH559PGQl4JYsglgilZr9LZnqV2zdgk+XR05+kuvhBEZKoDVd46o7NqA==",
+ "type": "package",
+ "path": "microsoft.extensions.options/9.0.5",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Options.SourceGeneration.dll",
+ "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Options.SourceGeneration.resources.dll",
+ "buildTransitive/net461/Microsoft.Extensions.Options.targets",
+ "buildTransitive/net462/Microsoft.Extensions.Options.targets",
+ "buildTransitive/net8.0/Microsoft.Extensions.Options.targets",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Options.targets",
+ "buildTransitive/netstandard2.0/Microsoft.Extensions.Options.targets",
+ "lib/net462/Microsoft.Extensions.Options.dll",
+ "lib/net462/Microsoft.Extensions.Options.xml",
+ "lib/net8.0/Microsoft.Extensions.Options.dll",
+ "lib/net8.0/Microsoft.Extensions.Options.xml",
+ "lib/net9.0/Microsoft.Extensions.Options.dll",
+ "lib/net9.0/Microsoft.Extensions.Options.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Options.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Options.xml",
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll",
+ "lib/netstandard2.1/Microsoft.Extensions.Options.xml",
+ "microsoft.extensions.options.9.0.5.nupkg.sha512",
+ "microsoft.extensions.options.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Primitives/9.0.5": {
+ "sha512": "b4OAv1qE1C9aM+ShWJu3rlo/WjDwa/I30aIPXqDWSKXTtKl1Wwh6BZn+glH5HndGVVn3C6ZAPQj5nv7/7HJNBQ==",
+ "type": "package",
+ "path": "microsoft.extensions.primitives/9.0.5",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/Microsoft.Extensions.Primitives.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Primitives.targets",
+ "lib/net462/Microsoft.Extensions.Primitives.dll",
+ "lib/net462/Microsoft.Extensions.Primitives.xml",
+ "lib/net8.0/Microsoft.Extensions.Primitives.dll",
+ "lib/net8.0/Microsoft.Extensions.Primitives.xml",
+ "lib/net9.0/Microsoft.Extensions.Primitives.dll",
+ "lib/net9.0/Microsoft.Extensions.Primitives.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Primitives.xml",
+ "microsoft.extensions.primitives.9.0.5.nupkg.sha512",
+ "microsoft.extensions.primitives.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Identity.Client/4.61.3": {
+ "sha512": "naJo/Qm35Caaoxp5utcw+R8eU8ZtLz2ALh8S+gkekOYQ1oazfCQMWVT4NJ/FnHzdIJlm8dMz0oMpMGCabx5odA==",
+ "type": "package",
+ "path": "microsoft.identity.client/4.61.3",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "README.md",
+ "lib/net462/Microsoft.Identity.Client.dll",
+ "lib/net462/Microsoft.Identity.Client.xml",
+ "lib/net6.0-android31.0/Microsoft.Identity.Client.dll",
+ "lib/net6.0-android31.0/Microsoft.Identity.Client.xml",
+ "lib/net6.0-ios15.4/Microsoft.Identity.Client.dll",
+ "lib/net6.0-ios15.4/Microsoft.Identity.Client.xml",
+ "lib/net6.0/Microsoft.Identity.Client.dll",
+ "lib/net6.0/Microsoft.Identity.Client.xml",
+ "lib/netstandard2.0/Microsoft.Identity.Client.dll",
+ "lib/netstandard2.0/Microsoft.Identity.Client.xml",
+ "microsoft.identity.client.4.61.3.nupkg.sha512",
+ "microsoft.identity.client.nuspec"
+ ]
+ },
+ "Microsoft.Identity.Client.Extensions.Msal/4.61.3": {
+ "sha512": "PWnJcznrSGr25MN8ajlc2XIDW4zCFu0U6FkpaNLEWLgd1NgFCp5uDY3mqLDgM8zCN8hqj8yo5wHYfLB2HjcdGw==",
+ "type": "package",
+ "path": "microsoft.identity.client.extensions.msal/4.61.3",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll",
+ "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.xml",
+ "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.dll",
+ "lib/netstandard2.0/Microsoft.Identity.Client.Extensions.Msal.xml",
+ "microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512",
+ "microsoft.identity.client.extensions.msal.nuspec"
+ ]
+ },
+ "Microsoft.IdentityModel.Abstractions/6.35.0": {
+ "sha512": "xuR8E4Rd96M41CnUSCiOJ2DBh+z+zQSmyrYHdYhD6K4fXBcQGVnRCFQ0efROUYpP+p0zC1BLKr0JRpVuujTZSg==",
+ "type": "package",
+ "path": "microsoft.identitymodel.abstractions/6.35.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "lib/net45/Microsoft.IdentityModel.Abstractions.dll",
+ "lib/net45/Microsoft.IdentityModel.Abstractions.xml",
+ "lib/net461/Microsoft.IdentityModel.Abstractions.dll",
+ "lib/net461/Microsoft.IdentityModel.Abstractions.xml",
+ "lib/net462/Microsoft.IdentityModel.Abstractions.dll",
+ "lib/net462/Microsoft.IdentityModel.Abstractions.xml",
+ "lib/net472/Microsoft.IdentityModel.Abstractions.dll",
+ "lib/net472/Microsoft.IdentityModel.Abstractions.xml",
+ "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll",
+ "lib/net6.0/Microsoft.IdentityModel.Abstractions.xml",
+ "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.dll",
+ "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.xml",
+ "microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512",
+ "microsoft.identitymodel.abstractions.nuspec"
+ ]
+ },
+ "Microsoft.IdentityModel.JsonWebTokens/6.35.0": {
+ "sha512": "9wxai3hKgZUb4/NjdRKfQd0QJvtXKDlvmGMYACbEC8DFaicMFCFhQFZq9ZET1kJLwZahf2lfY5Gtcpsx8zYzbg==",
+ "type": "package",
+ "path": "microsoft.identitymodel.jsonwebtokens/6.35.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "lib/net45/Microsoft.IdentityModel.JsonWebTokens.dll",
+ "lib/net45/Microsoft.IdentityModel.JsonWebTokens.xml",
+ "lib/net461/Microsoft.IdentityModel.JsonWebTokens.dll",
+ "lib/net461/Microsoft.IdentityModel.JsonWebTokens.xml",
+ "lib/net462/Microsoft.IdentityModel.JsonWebTokens.dll",
+ "lib/net462/Microsoft.IdentityModel.JsonWebTokens.xml",
+ "lib/net472/Microsoft.IdentityModel.JsonWebTokens.dll",
+ "lib/net472/Microsoft.IdentityModel.JsonWebTokens.xml",
+ "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll",
+ "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.xml",
+ "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll",
+ "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.xml",
+ "microsoft.identitymodel.jsonwebtokens.6.35.0.nupkg.sha512",
+ "microsoft.identitymodel.jsonwebtokens.nuspec"
+ ]
+ },
+ "Microsoft.IdentityModel.Logging/6.35.0": {
+ "sha512": "jePrSfGAmqT81JDCNSY+fxVWoGuJKt9e6eJ+vT7+quVS55nWl//jGjUQn4eFtVKt4rt5dXaleZdHRB9J9AJZ7Q==",
+ "type": "package",
+ "path": "microsoft.identitymodel.logging/6.35.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "lib/net45/Microsoft.IdentityModel.Logging.dll",
+ "lib/net45/Microsoft.IdentityModel.Logging.xml",
+ "lib/net461/Microsoft.IdentityModel.Logging.dll",
+ "lib/net461/Microsoft.IdentityModel.Logging.xml",
+ "lib/net462/Microsoft.IdentityModel.Logging.dll",
+ "lib/net462/Microsoft.IdentityModel.Logging.xml",
+ "lib/net472/Microsoft.IdentityModel.Logging.dll",
+ "lib/net472/Microsoft.IdentityModel.Logging.xml",
+ "lib/net6.0/Microsoft.IdentityModel.Logging.dll",
+ "lib/net6.0/Microsoft.IdentityModel.Logging.xml",
+ "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll",
+ "lib/netstandard2.0/Microsoft.IdentityModel.Logging.xml",
+ "microsoft.identitymodel.logging.6.35.0.nupkg.sha512",
+ "microsoft.identitymodel.logging.nuspec"
+ ]
+ },
+ "Microsoft.IdentityModel.Protocols/6.35.0": {
+ "sha512": "BPQhlDzdFvv1PzaUxNSk+VEPwezlDEVADIKmyxubw7IiELK18uJ06RQ9QKKkds30XI+gDu9n8j24XQ8w7fjWcg==",
+ "type": "package",
+ "path": "microsoft.identitymodel.protocols/6.35.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "lib/net45/Microsoft.IdentityModel.Protocols.dll",
+ "lib/net45/Microsoft.IdentityModel.Protocols.xml",
+ "lib/net461/Microsoft.IdentityModel.Protocols.dll",
+ "lib/net461/Microsoft.IdentityModel.Protocols.xml",
+ "lib/net462/Microsoft.IdentityModel.Protocols.dll",
+ "lib/net462/Microsoft.IdentityModel.Protocols.xml",
+ "lib/net472/Microsoft.IdentityModel.Protocols.dll",
+ "lib/net472/Microsoft.IdentityModel.Protocols.xml",
+ "lib/net6.0/Microsoft.IdentityModel.Protocols.dll",
+ "lib/net6.0/Microsoft.IdentityModel.Protocols.xml",
+ "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll",
+ "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.xml",
+ "microsoft.identitymodel.protocols.6.35.0.nupkg.sha512",
+ "microsoft.identitymodel.protocols.nuspec"
+ ]
+ },
+ "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": {
+ "sha512": "LMtVqnECCCdSmyFoCOxIE5tXQqkOLrvGrL7OxHg41DIm1bpWtaCdGyVcTAfOQpJXvzND9zUKIN/lhngPkYR8vg==",
+ "type": "package",
+ "path": "microsoft.identitymodel.protocols.openidconnect/6.35.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "lib/net45/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll",
+ "lib/net45/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml",
+ "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll",
+ "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml",
+ "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll",
+ "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml",
+ "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll",
+ "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml",
+ "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll",
+ "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml",
+ "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll",
+ "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml",
+ "microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512",
+ "microsoft.identitymodel.protocols.openidconnect.nuspec"
+ ]
+ },
+ "Microsoft.IdentityModel.Tokens/6.35.0": {
+ "sha512": "RN7lvp7s3Boucg1NaNAbqDbxtlLj5Qeb+4uSS1TeK5FSBVM40P4DKaTKChT43sHyKfh7V0zkrMph6DdHvyA4bg==",
+ "type": "package",
+ "path": "microsoft.identitymodel.tokens/6.35.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "lib/net45/Microsoft.IdentityModel.Tokens.dll",
+ "lib/net45/Microsoft.IdentityModel.Tokens.xml",
+ "lib/net461/Microsoft.IdentityModel.Tokens.dll",
+ "lib/net461/Microsoft.IdentityModel.Tokens.xml",
+ "lib/net462/Microsoft.IdentityModel.Tokens.dll",
+ "lib/net462/Microsoft.IdentityModel.Tokens.xml",
+ "lib/net472/Microsoft.IdentityModel.Tokens.dll",
+ "lib/net472/Microsoft.IdentityModel.Tokens.xml",
+ "lib/net6.0/Microsoft.IdentityModel.Tokens.dll",
+ "lib/net6.0/Microsoft.IdentityModel.Tokens.xml",
+ "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll",
+ "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.xml",
+ "microsoft.identitymodel.tokens.6.35.0.nupkg.sha512",
+ "microsoft.identitymodel.tokens.nuspec"
+ ]
+ },
+ "Microsoft.NETCore.Platforms/1.1.0": {
+ "sha512": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
+ "type": "package",
+ "path": "microsoft.netcore.platforms/1.1.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
+ "lib/netstandard1.0/_._",
+ "microsoft.netcore.platforms.1.1.0.nupkg.sha512",
+ "microsoft.netcore.platforms.nuspec",
+ "runtime.json"
+ ]
+ },
+ "Microsoft.NETCore.Targets/1.1.0": {
+ "sha512": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
+ "type": "package",
+ "path": "microsoft.netcore.targets/1.1.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
+ "lib/netstandard1.0/_._",
+ "microsoft.netcore.targets.1.1.0.nupkg.sha512",
+ "microsoft.netcore.targets.nuspec",
+ "runtime.json"
+ ]
+ },
+ "Microsoft.SqlServer.Server/1.0.0": {
+ "sha512": "N4KeF3cpcm1PUHym1RmakkzfkEv3GRMyofVv40uXsQhCQeglr2OHNcUk2WOG51AKpGO8ynGpo9M/kFXSzghwug==",
+ "type": "package",
+ "path": "microsoft.sqlserver.server/1.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "dotnet.png",
+ "lib/net46/Microsoft.SqlServer.Server.dll",
+ "lib/net46/Microsoft.SqlServer.Server.pdb",
+ "lib/net46/Microsoft.SqlServer.Server.xml",
+ "lib/netstandard2.0/Microsoft.SqlServer.Server.dll",
+ "lib/netstandard2.0/Microsoft.SqlServer.Server.pdb",
+ "lib/netstandard2.0/Microsoft.SqlServer.Server.xml",
+ "microsoft.sqlserver.server.1.0.0.nupkg.sha512",
+ "microsoft.sqlserver.server.nuspec"
+ ]
+ },
+ "Microsoft.Win32.SystemEvents/6.0.0": {
+ "sha512": "hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A==",
+ "type": "package",
+ "path": "microsoft.win32.systemevents/6.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/netcoreapp2.0/Microsoft.Win32.SystemEvents.targets",
+ "buildTransitive/netcoreapp3.1/_._",
+ "lib/net461/Microsoft.Win32.SystemEvents.dll",
+ "lib/net461/Microsoft.Win32.SystemEvents.xml",
+ "lib/net6.0/Microsoft.Win32.SystemEvents.dll",
+ "lib/net6.0/Microsoft.Win32.SystemEvents.xml",
+ "lib/netcoreapp3.1/Microsoft.Win32.SystemEvents.dll",
+ "lib/netcoreapp3.1/Microsoft.Win32.SystemEvents.xml",
+ "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll",
+ "lib/netstandard2.0/Microsoft.Win32.SystemEvents.xml",
+ "microsoft.win32.systemevents.6.0.0.nupkg.sha512",
+ "microsoft.win32.systemevents.nuspec",
+ "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll",
+ "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.xml",
+ "runtimes/win/lib/netcoreapp3.1/Microsoft.Win32.SystemEvents.dll",
+ "runtimes/win/lib/netcoreapp3.1/Microsoft.Win32.SystemEvents.xml",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "ModernWpfUI/0.9.6": {
+ "sha512": "eWe90HciyudQQtZVbZ9QFssS74BwK69W7cBd52AEZHmrsS4hrSA+/BpUbAFWzzFDH6FBE1xsHPiRC+wHS7xgJw==",
+ "type": "package",
+ "path": "modernwpfui/0.9.6",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "lib/net45/ModernWpf.Controls.dll",
+ "lib/net45/ModernWpf.Controls.xml",
+ "lib/net45/ModernWpf.dll",
+ "lib/net45/ModernWpf.xml",
+ "lib/net45/af-ZA/ModernWpf.Controls.resources.dll",
+ "lib/net45/af-ZA/ModernWpf.resources.dll",
+ "lib/net45/am-ET/ModernWpf.Controls.resources.dll",
+ "lib/net45/am-ET/ModernWpf.resources.dll",
+ "lib/net45/ar-SA/ModernWpf.Controls.resources.dll",
+ "lib/net45/ar-SA/ModernWpf.resources.dll",
+ "lib/net45/az-Latn-AZ/ModernWpf.Controls.resources.dll",
+ "lib/net45/az-Latn-AZ/ModernWpf.resources.dll",
+ "lib/net45/be-BY/ModernWpf.Controls.resources.dll",
+ "lib/net45/be-BY/ModernWpf.resources.dll",
+ "lib/net45/bg-BG/ModernWpf.Controls.resources.dll",
+ "lib/net45/bg-BG/ModernWpf.resources.dll",
+ "lib/net45/bn-BD/ModernWpf.Controls.resources.dll",
+ "lib/net45/bn-BD/ModernWpf.resources.dll",
+ "lib/net45/bs-Latn-BA/ModernWpf.Controls.resources.dll",
+ "lib/net45/bs-Latn-BA/ModernWpf.resources.dll",
+ "lib/net45/ca-ES/ModernWpf.Controls.resources.dll",
+ "lib/net45/ca-ES/ModernWpf.resources.dll",
+ "lib/net45/cs-CZ/ModernWpf.Controls.resources.dll",
+ "lib/net45/cs-CZ/ModernWpf.resources.dll",
+ "lib/net45/da-DK/ModernWpf.Controls.resources.dll",
+ "lib/net45/da-DK/ModernWpf.resources.dll",
+ "lib/net45/de-DE/ModernWpf.Controls.resources.dll",
+ "lib/net45/de-DE/ModernWpf.resources.dll",
+ "lib/net45/el-GR/ModernWpf.Controls.resources.dll",
+ "lib/net45/el-GR/ModernWpf.resources.dll",
+ "lib/net45/en-GB/ModernWpf.Controls.resources.dll",
+ "lib/net45/en-GB/ModernWpf.resources.dll",
+ "lib/net45/es-ES/ModernWpf.Controls.resources.dll",
+ "lib/net45/es-ES/ModernWpf.resources.dll",
+ "lib/net45/es-MX/ModernWpf.Controls.resources.dll",
+ "lib/net45/es-MX/ModernWpf.resources.dll",
+ "lib/net45/et-EE/ModernWpf.Controls.resources.dll",
+ "lib/net45/et-EE/ModernWpf.resources.dll",
+ "lib/net45/eu-ES/ModernWpf.Controls.resources.dll",
+ "lib/net45/eu-ES/ModernWpf.resources.dll",
+ "lib/net45/fa-IR/ModernWpf.Controls.resources.dll",
+ "lib/net45/fa-IR/ModernWpf.resources.dll",
+ "lib/net45/fi-FI/ModernWpf.Controls.resources.dll",
+ "lib/net45/fi-FI/ModernWpf.resources.dll",
+ "lib/net45/fil-PH/ModernWpf.Controls.resources.dll",
+ "lib/net45/fil-PH/ModernWpf.resources.dll",
+ "lib/net45/fr-CA/ModernWpf.Controls.resources.dll",
+ "lib/net45/fr-CA/ModernWpf.resources.dll",
+ "lib/net45/fr-FR/ModernWpf.Controls.resources.dll",
+ "lib/net45/fr-FR/ModernWpf.resources.dll",
+ "lib/net45/gl-ES/ModernWpf.Controls.resources.dll",
+ "lib/net45/gl-ES/ModernWpf.resources.dll",
+ "lib/net45/he-IL/ModernWpf.Controls.resources.dll",
+ "lib/net45/he-IL/ModernWpf.resources.dll",
+ "lib/net45/hi-IN/ModernWpf.Controls.resources.dll",
+ "lib/net45/hi-IN/ModernWpf.resources.dll",
+ "lib/net45/hr-HR/ModernWpf.Controls.resources.dll",
+ "lib/net45/hr-HR/ModernWpf.resources.dll",
+ "lib/net45/hu-HU/ModernWpf.Controls.resources.dll",
+ "lib/net45/hu-HU/ModernWpf.resources.dll",
+ "lib/net45/id-ID/ModernWpf.Controls.resources.dll",
+ "lib/net45/id-ID/ModernWpf.resources.dll",
+ "lib/net45/is-IS/ModernWpf.Controls.resources.dll",
+ "lib/net45/is-IS/ModernWpf.resources.dll",
+ "lib/net45/it-IT/ModernWpf.Controls.resources.dll",
+ "lib/net45/it-IT/ModernWpf.resources.dll",
+ "lib/net45/ja-JP/ModernWpf.Controls.resources.dll",
+ "lib/net45/ja-JP/ModernWpf.resources.dll",
+ "lib/net45/ka-GE/ModernWpf.Controls.resources.dll",
+ "lib/net45/ka-GE/ModernWpf.resources.dll",
+ "lib/net45/kk-KZ/ModernWpf.Controls.resources.dll",
+ "lib/net45/kk-KZ/ModernWpf.resources.dll",
+ "lib/net45/km-KH/ModernWpf.Controls.resources.dll",
+ "lib/net45/km-KH/ModernWpf.resources.dll",
+ "lib/net45/kn-IN/ModernWpf.Controls.resources.dll",
+ "lib/net45/kn-IN/ModernWpf.resources.dll",
+ "lib/net45/ko-KR/ModernWpf.Controls.resources.dll",
+ "lib/net45/ko-KR/ModernWpf.resources.dll",
+ "lib/net45/lo-LA/ModernWpf.Controls.resources.dll",
+ "lib/net45/lo-LA/ModernWpf.resources.dll",
+ "lib/net45/lt-LT/ModernWpf.Controls.resources.dll",
+ "lib/net45/lt-LT/ModernWpf.resources.dll",
+ "lib/net45/lv-LV/ModernWpf.Controls.resources.dll",
+ "lib/net45/lv-LV/ModernWpf.resources.dll",
+ "lib/net45/mk-MK/ModernWpf.Controls.resources.dll",
+ "lib/net45/mk-MK/ModernWpf.resources.dll",
+ "lib/net45/ml-IN/ModernWpf.Controls.resources.dll",
+ "lib/net45/ml-IN/ModernWpf.resources.dll",
+ "lib/net45/ms-MY/ModernWpf.Controls.resources.dll",
+ "lib/net45/ms-MY/ModernWpf.resources.dll",
+ "lib/net45/nb-NO/ModernWpf.Controls.resources.dll",
+ "lib/net45/nb-NO/ModernWpf.resources.dll",
+ "lib/net45/nl-NL/ModernWpf.Controls.resources.dll",
+ "lib/net45/nl-NL/ModernWpf.resources.dll",
+ "lib/net45/nn-NO/ModernWpf.Controls.resources.dll",
+ "lib/net45/nn-NO/ModernWpf.resources.dll",
+ "lib/net45/pl-PL/ModernWpf.Controls.resources.dll",
+ "lib/net45/pl-PL/ModernWpf.resources.dll",
+ "lib/net45/pt-BR/ModernWpf.Controls.resources.dll",
+ "lib/net45/pt-BR/ModernWpf.resources.dll",
+ "lib/net45/pt-PT/ModernWpf.Controls.resources.dll",
+ "lib/net45/pt-PT/ModernWpf.resources.dll",
+ "lib/net45/ro-RO/ModernWpf.Controls.resources.dll",
+ "lib/net45/ro-RO/ModernWpf.resources.dll",
+ "lib/net45/ru-RU/ModernWpf.Controls.resources.dll",
+ "lib/net45/ru-RU/ModernWpf.resources.dll",
+ "lib/net45/sk-SK/ModernWpf.Controls.resources.dll",
+ "lib/net45/sk-SK/ModernWpf.resources.dll",
+ "lib/net45/sl-SI/ModernWpf.Controls.resources.dll",
+ "lib/net45/sl-SI/ModernWpf.resources.dll",
+ "lib/net45/sq-AL/ModernWpf.Controls.resources.dll",
+ "lib/net45/sq-AL/ModernWpf.resources.dll",
+ "lib/net45/sr-Latn-RS/ModernWpf.Controls.resources.dll",
+ "lib/net45/sr-Latn-RS/ModernWpf.resources.dll",
+ "lib/net45/sv-SE/ModernWpf.Controls.resources.dll",
+ "lib/net45/sv-SE/ModernWpf.resources.dll",
+ "lib/net45/sw-KE/ModernWpf.Controls.resources.dll",
+ "lib/net45/sw-KE/ModernWpf.resources.dll",
+ "lib/net45/ta-IN/ModernWpf.Controls.resources.dll",
+ "lib/net45/ta-IN/ModernWpf.resources.dll",
+ "lib/net45/te-IN/ModernWpf.Controls.resources.dll",
+ "lib/net45/te-IN/ModernWpf.resources.dll",
+ "lib/net45/th-TH/ModernWpf.Controls.resources.dll",
+ "lib/net45/th-TH/ModernWpf.resources.dll",
+ "lib/net45/tr-TR/ModernWpf.Controls.resources.dll",
+ "lib/net45/tr-TR/ModernWpf.resources.dll",
+ "lib/net45/uk-UA/ModernWpf.Controls.resources.dll",
+ "lib/net45/uk-UA/ModernWpf.resources.dll",
+ "lib/net45/uz-Latn-UZ/ModernWpf.Controls.resources.dll",
+ "lib/net45/uz-Latn-UZ/ModernWpf.resources.dll",
+ "lib/net45/vi-VN/ModernWpf.Controls.resources.dll",
+ "lib/net45/vi-VN/ModernWpf.resources.dll",
+ "lib/net462/ModernWpf.Controls.dll",
+ "lib/net462/ModernWpf.Controls.xml",
+ "lib/net462/ModernWpf.dll",
+ "lib/net462/ModernWpf.xml",
+ "lib/net462/af-ZA/ModernWpf.Controls.resources.dll",
+ "lib/net462/af-ZA/ModernWpf.resources.dll",
+ "lib/net462/am-ET/ModernWpf.Controls.resources.dll",
+ "lib/net462/am-ET/ModernWpf.resources.dll",
+ "lib/net462/ar-SA/ModernWpf.Controls.resources.dll",
+ "lib/net462/ar-SA/ModernWpf.resources.dll",
+ "lib/net462/az-Latn-AZ/ModernWpf.Controls.resources.dll",
+ "lib/net462/az-Latn-AZ/ModernWpf.resources.dll",
+ "lib/net462/be-BY/ModernWpf.Controls.resources.dll",
+ "lib/net462/be-BY/ModernWpf.resources.dll",
+ "lib/net462/bg-BG/ModernWpf.Controls.resources.dll",
+ "lib/net462/bg-BG/ModernWpf.resources.dll",
+ "lib/net462/bn-BD/ModernWpf.Controls.resources.dll",
+ "lib/net462/bn-BD/ModernWpf.resources.dll",
+ "lib/net462/bs-Latn-BA/ModernWpf.Controls.resources.dll",
+ "lib/net462/bs-Latn-BA/ModernWpf.resources.dll",
+ "lib/net462/ca-ES/ModernWpf.Controls.resources.dll",
+ "lib/net462/ca-ES/ModernWpf.resources.dll",
+ "lib/net462/cs-CZ/ModernWpf.Controls.resources.dll",
+ "lib/net462/cs-CZ/ModernWpf.resources.dll",
+ "lib/net462/da-DK/ModernWpf.Controls.resources.dll",
+ "lib/net462/da-DK/ModernWpf.resources.dll",
+ "lib/net462/de-DE/ModernWpf.Controls.resources.dll",
+ "lib/net462/de-DE/ModernWpf.resources.dll",
+ "lib/net462/el-GR/ModernWpf.Controls.resources.dll",
+ "lib/net462/el-GR/ModernWpf.resources.dll",
+ "lib/net462/en-GB/ModernWpf.Controls.resources.dll",
+ "lib/net462/en-GB/ModernWpf.resources.dll",
+ "lib/net462/es-ES/ModernWpf.Controls.resources.dll",
+ "lib/net462/es-ES/ModernWpf.resources.dll",
+ "lib/net462/es-MX/ModernWpf.Controls.resources.dll",
+ "lib/net462/es-MX/ModernWpf.resources.dll",
+ "lib/net462/et-EE/ModernWpf.Controls.resources.dll",
+ "lib/net462/et-EE/ModernWpf.resources.dll",
+ "lib/net462/eu-ES/ModernWpf.Controls.resources.dll",
+ "lib/net462/eu-ES/ModernWpf.resources.dll",
+ "lib/net462/fa-IR/ModernWpf.Controls.resources.dll",
+ "lib/net462/fa-IR/ModernWpf.resources.dll",
+ "lib/net462/fi-FI/ModernWpf.Controls.resources.dll",
+ "lib/net462/fi-FI/ModernWpf.resources.dll",
+ "lib/net462/fil-PH/ModernWpf.Controls.resources.dll",
+ "lib/net462/fil-PH/ModernWpf.resources.dll",
+ "lib/net462/fr-CA/ModernWpf.Controls.resources.dll",
+ "lib/net462/fr-CA/ModernWpf.resources.dll",
+ "lib/net462/fr-FR/ModernWpf.Controls.resources.dll",
+ "lib/net462/fr-FR/ModernWpf.resources.dll",
+ "lib/net462/gl-ES/ModernWpf.Controls.resources.dll",
+ "lib/net462/gl-ES/ModernWpf.resources.dll",
+ "lib/net462/he-IL/ModernWpf.Controls.resources.dll",
+ "lib/net462/he-IL/ModernWpf.resources.dll",
+ "lib/net462/hi-IN/ModernWpf.Controls.resources.dll",
+ "lib/net462/hi-IN/ModernWpf.resources.dll",
+ "lib/net462/hr-HR/ModernWpf.Controls.resources.dll",
+ "lib/net462/hr-HR/ModernWpf.resources.dll",
+ "lib/net462/hu-HU/ModernWpf.Controls.resources.dll",
+ "lib/net462/hu-HU/ModernWpf.resources.dll",
+ "lib/net462/id-ID/ModernWpf.Controls.resources.dll",
+ "lib/net462/id-ID/ModernWpf.resources.dll",
+ "lib/net462/is-IS/ModernWpf.Controls.resources.dll",
+ "lib/net462/is-IS/ModernWpf.resources.dll",
+ "lib/net462/it-IT/ModernWpf.Controls.resources.dll",
+ "lib/net462/it-IT/ModernWpf.resources.dll",
+ "lib/net462/ja-JP/ModernWpf.Controls.resources.dll",
+ "lib/net462/ja-JP/ModernWpf.resources.dll",
+ "lib/net462/ka-GE/ModernWpf.Controls.resources.dll",
+ "lib/net462/ka-GE/ModernWpf.resources.dll",
+ "lib/net462/kk-KZ/ModernWpf.Controls.resources.dll",
+ "lib/net462/kk-KZ/ModernWpf.resources.dll",
+ "lib/net462/km-KH/ModernWpf.Controls.resources.dll",
+ "lib/net462/km-KH/ModernWpf.resources.dll",
+ "lib/net462/kn-IN/ModernWpf.Controls.resources.dll",
+ "lib/net462/kn-IN/ModernWpf.resources.dll",
+ "lib/net462/ko-KR/ModernWpf.Controls.resources.dll",
+ "lib/net462/ko-KR/ModernWpf.resources.dll",
+ "lib/net462/lo-LA/ModernWpf.Controls.resources.dll",
+ "lib/net462/lo-LA/ModernWpf.resources.dll",
+ "lib/net462/lt-LT/ModernWpf.Controls.resources.dll",
+ "lib/net462/lt-LT/ModernWpf.resources.dll",
+ "lib/net462/lv-LV/ModernWpf.Controls.resources.dll",
+ "lib/net462/lv-LV/ModernWpf.resources.dll",
+ "lib/net462/mk-MK/ModernWpf.Controls.resources.dll",
+ "lib/net462/mk-MK/ModernWpf.resources.dll",
+ "lib/net462/ml-IN/ModernWpf.Controls.resources.dll",
+ "lib/net462/ml-IN/ModernWpf.resources.dll",
+ "lib/net462/ms-MY/ModernWpf.Controls.resources.dll",
+ "lib/net462/ms-MY/ModernWpf.resources.dll",
+ "lib/net462/nb-NO/ModernWpf.Controls.resources.dll",
+ "lib/net462/nb-NO/ModernWpf.resources.dll",
+ "lib/net462/nl-NL/ModernWpf.Controls.resources.dll",
+ "lib/net462/nl-NL/ModernWpf.resources.dll",
+ "lib/net462/nn-NO/ModernWpf.Controls.resources.dll",
+ "lib/net462/nn-NO/ModernWpf.resources.dll",
+ "lib/net462/pl-PL/ModernWpf.Controls.resources.dll",
+ "lib/net462/pl-PL/ModernWpf.resources.dll",
+ "lib/net462/pt-BR/ModernWpf.Controls.resources.dll",
+ "lib/net462/pt-BR/ModernWpf.resources.dll",
+ "lib/net462/pt-PT/ModernWpf.Controls.resources.dll",
+ "lib/net462/pt-PT/ModernWpf.resources.dll",
+ "lib/net462/ro-RO/ModernWpf.Controls.resources.dll",
+ "lib/net462/ro-RO/ModernWpf.resources.dll",
+ "lib/net462/ru-RU/ModernWpf.Controls.resources.dll",
+ "lib/net462/ru-RU/ModernWpf.resources.dll",
+ "lib/net462/sk-SK/ModernWpf.Controls.resources.dll",
+ "lib/net462/sk-SK/ModernWpf.resources.dll",
+ "lib/net462/sl-SI/ModernWpf.Controls.resources.dll",
+ "lib/net462/sl-SI/ModernWpf.resources.dll",
+ "lib/net462/sq-AL/ModernWpf.Controls.resources.dll",
+ "lib/net462/sq-AL/ModernWpf.resources.dll",
+ "lib/net462/sr-Latn-RS/ModernWpf.Controls.resources.dll",
+ "lib/net462/sr-Latn-RS/ModernWpf.resources.dll",
+ "lib/net462/sv-SE/ModernWpf.Controls.resources.dll",
+ "lib/net462/sv-SE/ModernWpf.resources.dll",
+ "lib/net462/sw-KE/ModernWpf.Controls.resources.dll",
+ "lib/net462/sw-KE/ModernWpf.resources.dll",
+ "lib/net462/ta-IN/ModernWpf.Controls.resources.dll",
+ "lib/net462/ta-IN/ModernWpf.resources.dll",
+ "lib/net462/te-IN/ModernWpf.Controls.resources.dll",
+ "lib/net462/te-IN/ModernWpf.resources.dll",
+ "lib/net462/th-TH/ModernWpf.Controls.resources.dll",
+ "lib/net462/th-TH/ModernWpf.resources.dll",
+ "lib/net462/tr-TR/ModernWpf.Controls.resources.dll",
+ "lib/net462/tr-TR/ModernWpf.resources.dll",
+ "lib/net462/uk-UA/ModernWpf.Controls.resources.dll",
+ "lib/net462/uk-UA/ModernWpf.resources.dll",
+ "lib/net462/uz-Latn-UZ/ModernWpf.Controls.resources.dll",
+ "lib/net462/uz-Latn-UZ/ModernWpf.resources.dll",
+ "lib/net462/vi-VN/ModernWpf.Controls.resources.dll",
+ "lib/net462/vi-VN/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/ModernWpf.Controls.dll",
+ "lib/net5.0-windows7.0/ModernWpf.Controls.xml",
+ "lib/net5.0-windows7.0/ModernWpf.dll",
+ "lib/net5.0-windows7.0/ModernWpf.xml",
+ "lib/net5.0-windows7.0/af-ZA/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/af-ZA/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/am-ET/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/am-ET/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/ar-SA/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/ar-SA/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/az-Latn-AZ/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/az-Latn-AZ/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/be-BY/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/be-BY/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/bg-BG/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/bg-BG/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/bn-BD/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/bn-BD/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/bs-Latn-BA/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/bs-Latn-BA/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/ca-ES/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/ca-ES/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/cs-CZ/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/cs-CZ/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/da-DK/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/da-DK/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/de-DE/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/de-DE/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/el-GR/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/el-GR/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/en-GB/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/en-GB/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/es-ES/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/es-ES/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/es-MX/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/es-MX/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/et-EE/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/et-EE/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/eu-ES/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/eu-ES/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/fa-IR/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/fa-IR/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/fi-FI/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/fi-FI/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/fil-PH/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/fil-PH/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/fr-CA/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/fr-CA/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/fr-FR/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/fr-FR/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/gl-ES/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/gl-ES/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/he-IL/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/he-IL/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/hi-IN/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/hi-IN/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/hr-HR/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/hr-HR/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/hu-HU/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/hu-HU/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/id-ID/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/id-ID/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/is-IS/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/is-IS/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/it-IT/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/it-IT/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/ja-JP/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/ja-JP/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/ka-GE/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/ka-GE/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/kk-KZ/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/kk-KZ/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/km-KH/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/km-KH/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/kn-IN/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/kn-IN/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/ko-KR/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/ko-KR/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/lo-LA/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/lo-LA/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/lt-LT/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/lt-LT/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/lv-LV/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/lv-LV/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/mk-MK/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/mk-MK/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/ml-IN/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/ml-IN/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/ms-MY/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/ms-MY/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/nb-NO/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/nb-NO/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/nl-NL/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/nl-NL/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/nn-NO/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/nn-NO/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/pl-PL/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/pl-PL/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/pt-BR/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/pt-BR/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/pt-PT/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/pt-PT/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/ro-RO/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/ro-RO/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/ru-RU/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/ru-RU/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/sk-SK/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/sk-SK/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/sl-SI/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/sl-SI/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/sq-AL/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/sq-AL/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/sr-Latn-RS/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/sr-Latn-RS/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/sv-SE/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/sv-SE/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/sw-KE/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/sw-KE/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/ta-IN/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/ta-IN/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/te-IN/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/te-IN/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/th-TH/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/th-TH/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/tr-TR/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/tr-TR/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/uk-UA/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/uk-UA/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/uz-Latn-UZ/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/uz-Latn-UZ/ModernWpf.resources.dll",
+ "lib/net5.0-windows7.0/vi-VN/ModernWpf.Controls.resources.dll",
+ "lib/net5.0-windows7.0/vi-VN/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/ModernWpf.Controls.dll",
+ "lib/netcoreapp3.0/ModernWpf.Controls.xml",
+ "lib/netcoreapp3.0/ModernWpf.dll",
+ "lib/netcoreapp3.0/ModernWpf.xml",
+ "lib/netcoreapp3.0/af-ZA/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/af-ZA/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/am-ET/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/am-ET/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/ar-SA/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/ar-SA/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/az-Latn-AZ/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/az-Latn-AZ/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/be-BY/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/be-BY/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/bg-BG/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/bg-BG/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/bn-BD/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/bn-BD/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/bs-Latn-BA/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/bs-Latn-BA/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/ca-ES/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/ca-ES/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/cs-CZ/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/cs-CZ/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/da-DK/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/da-DK/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/de-DE/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/de-DE/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/el-GR/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/el-GR/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/en-GB/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/en-GB/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/es-ES/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/es-ES/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/es-MX/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/es-MX/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/et-EE/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/et-EE/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/eu-ES/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/eu-ES/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/fa-IR/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/fa-IR/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/fi-FI/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/fi-FI/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/fil-PH/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/fil-PH/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/fr-CA/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/fr-CA/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/fr-FR/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/fr-FR/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/gl-ES/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/gl-ES/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/he-IL/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/he-IL/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/hi-IN/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/hi-IN/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/hr-HR/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/hr-HR/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/hu-HU/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/hu-HU/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/id-ID/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/id-ID/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/is-IS/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/is-IS/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/it-IT/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/it-IT/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/ja-JP/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/ja-JP/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/ka-GE/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/ka-GE/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/kk-KZ/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/kk-KZ/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/km-KH/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/km-KH/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/kn-IN/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/kn-IN/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/ko-KR/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/ko-KR/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/lo-LA/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/lo-LA/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/lt-LT/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/lt-LT/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/lv-LV/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/lv-LV/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/mk-MK/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/mk-MK/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/ml-IN/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/ml-IN/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/ms-MY/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/ms-MY/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/nb-NO/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/nb-NO/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/nl-NL/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/nl-NL/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/nn-NO/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/nn-NO/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/pl-PL/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/pl-PL/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/pt-BR/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/pt-BR/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/pt-PT/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/pt-PT/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/ro-RO/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/ro-RO/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/ru-RU/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/ru-RU/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/sk-SK/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/sk-SK/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/sl-SI/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/sl-SI/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/sq-AL/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/sq-AL/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/sr-Latn-RS/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/sr-Latn-RS/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/sv-SE/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/sv-SE/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/sw-KE/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/sw-KE/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/ta-IN/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/ta-IN/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/te-IN/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/te-IN/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/th-TH/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/th-TH/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/tr-TR/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/tr-TR/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/uk-UA/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/uk-UA/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/uz-Latn-UZ/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/uz-Latn-UZ/ModernWpf.resources.dll",
+ "lib/netcoreapp3.0/vi-VN/ModernWpf.Controls.resources.dll",
+ "lib/netcoreapp3.0/vi-VN/ModernWpf.resources.dll",
+ "modernwpfui.0.9.6.nupkg.sha512",
+ "modernwpfui.nuspec",
+ "readme.txt"
+ ]
+ },
+ "Newtonsoft.Json/11.0.1": {
+ "sha512": "pNN4l+J6LlpIvHOeNdXlwxv39NPJ2B5klz+Rd2UQZIx30Squ5oND1Yy3wEAUoKn0GPUj6Yxt9lxlYWQqfZcvKg==",
+ "type": "package",
+ "path": "newtonsoft.json/11.0.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "lib/net20/Newtonsoft.Json.dll",
+ "lib/net20/Newtonsoft.Json.xml",
+ "lib/net35/Newtonsoft.Json.dll",
+ "lib/net35/Newtonsoft.Json.xml",
+ "lib/net40/Newtonsoft.Json.dll",
+ "lib/net40/Newtonsoft.Json.xml",
+ "lib/net45/Newtonsoft.Json.dll",
+ "lib/net45/Newtonsoft.Json.xml",
+ "lib/netstandard1.0/Newtonsoft.Json.dll",
+ "lib/netstandard1.0/Newtonsoft.Json.xml",
+ "lib/netstandard1.3/Newtonsoft.Json.dll",
+ "lib/netstandard1.3/Newtonsoft.Json.xml",
+ "lib/netstandard2.0/Newtonsoft.Json.dll",
+ "lib/netstandard2.0/Newtonsoft.Json.xml",
+ "lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.dll",
+ "lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.xml",
+ "lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.dll",
+ "lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.xml",
+ "newtonsoft.json.11.0.1.nupkg.sha512",
+ "newtonsoft.json.nuspec"
+ ]
+ },
+ "runtime.native.System.Data.SqlClient.sni/4.4.0": {
+ "sha512": "A8v6PGmk+UGbfWo5Ixup0lPM4swuSwOiayJExZwKIOjTlFFQIsu3QnDXECosBEyrWSPryxBVrdqtJyhK3BaupQ==",
+ "type": "package",
+ "path": "runtime.native.system.data.sqlclient.sni/4.4.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512",
+ "runtime.native.system.data.sqlclient.sni.nuspec",
+ "useSharedDesignerContext.txt",
+ "version.txt"
+ ]
+ },
+ "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
+ "sha512": "LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==",
+ "type": "package",
+ "path": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
+ "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512",
+ "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.nuspec",
+ "runtimes/win-arm64/native/sni.dll",
+ "useSharedDesignerContext.txt",
+ "version.txt"
+ ]
+ },
+ "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
+ "sha512": "38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==",
+ "type": "package",
+ "path": "runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
+ "runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512",
+ "runtime.win-x64.runtime.native.system.data.sqlclient.sni.nuspec",
+ "runtimes/win-x64/native/sni.dll",
+ "useSharedDesignerContext.txt",
+ "version.txt"
+ ]
+ },
+ "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": {
+ "sha512": "YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==",
+ "type": "package",
+ "path": "runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
+ "runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512",
+ "runtime.win-x86.runtime.native.system.data.sqlclient.sni.nuspec",
+ "runtimes/win-x86/native/sni.dll",
+ "useSharedDesignerContext.txt",
+ "version.txt"
+ ]
+ },
+ "System.ClientModel/1.0.0": {
+ "sha512": "I3CVkvxeqFYjIVEP59DnjbeoGNfo/+SZrCLpRz2v/g0gpCHaEMPtWSY0s9k/7jR1rAsLNg2z2u1JRB76tPjnIw==",
+ "type": "package",
+ "path": "system.clientmodel/1.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "CHANGELOG.md",
+ "DotNetPackageIcon.png",
+ "README.md",
+ "lib/net6.0/System.ClientModel.dll",
+ "lib/net6.0/System.ClientModel.xml",
+ "lib/netstandard2.0/System.ClientModel.dll",
+ "lib/netstandard2.0/System.ClientModel.xml",
+ "system.clientmodel.1.0.0.nupkg.sha512",
+ "system.clientmodel.nuspec"
+ ]
+ },
+ "System.ComponentModel.Composition/8.0.0": {
+ "sha512": "bGhUX5BTivJ9Wax0qnJy7uGq7dn/TQkEpJ2Fpu1etg8dbPwyDkUzNPc1d3I2/jUr9y4wDI3a1dkSmi8X21Pzbw==",
+ "type": "package",
+ "path": "system.componentmodel.composition/8.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net6.0/_._",
+ "buildTransitive/netcoreapp2.0/System.ComponentModel.Composition.targets",
+ "lib/net462/_._",
+ "lib/net6.0/System.ComponentModel.Composition.dll",
+ "lib/net6.0/System.ComponentModel.Composition.xml",
+ "lib/net7.0/System.ComponentModel.Composition.dll",
+ "lib/net7.0/System.ComponentModel.Composition.xml",
+ "lib/net8.0/System.ComponentModel.Composition.dll",
+ "lib/net8.0/System.ComponentModel.Composition.xml",
+ "lib/netstandard2.0/System.ComponentModel.Composition.dll",
+ "lib/netstandard2.0/System.ComponentModel.Composition.xml",
+ "system.componentmodel.composition.8.0.0.nupkg.sha512",
+ "system.componentmodel.composition.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "System.Configuration.ConfigurationManager/6.0.1": {
+ "sha512": "jXw9MlUu/kRfEU0WyTptAVueupqIeE3/rl0EZDMlf8pcvJnitQ8HeVEp69rZdaStXwTV72boi/Bhw8lOeO+U2w==",
+ "type": "package",
+ "path": "system.configuration.configurationmanager/6.0.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/netcoreapp2.0/System.Configuration.ConfigurationManager.targets",
+ "buildTransitive/netcoreapp3.1/_._",
+ "lib/net461/System.Configuration.ConfigurationManager.dll",
+ "lib/net461/System.Configuration.ConfigurationManager.xml",
+ "lib/net6.0/System.Configuration.ConfigurationManager.dll",
+ "lib/net6.0/System.Configuration.ConfigurationManager.xml",
+ "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll",
+ "lib/netstandard2.0/System.Configuration.ConfigurationManager.xml",
+ "runtimes/win/lib/net461/System.Configuration.ConfigurationManager.dll",
+ "runtimes/win/lib/net461/System.Configuration.ConfigurationManager.xml",
+ "system.configuration.configurationmanager.6.0.1.nupkg.sha512",
+ "system.configuration.configurationmanager.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "System.Data.SqlClient/4.9.0": {
+ "sha512": "j4KJO+vC62NyUtNHz854njEqXbT8OmAa5jb1nrGfYWBOcggyYUQE0w/snXeaCjdvkSKWuUD+hfvlbN8pTrJTXg==",
+ "type": "package",
+ "path": "system.data.sqlclient/4.9.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "PACKAGE.md",
+ "buildTransitive/net461/System.Data.SqlClient.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net6.0/_._",
+ "buildTransitive/netcoreapp2.0/System.Data.SqlClient.targets",
+ "lib/net462/System.Data.SqlClient.dll",
+ "lib/net462/System.Data.SqlClient.xml",
+ "lib/net6.0/System.Data.SqlClient.dll",
+ "lib/net6.0/System.Data.SqlClient.xml",
+ "lib/net8.0/System.Data.SqlClient.dll",
+ "lib/net8.0/System.Data.SqlClient.xml",
+ "lib/netstandard2.0/System.Data.SqlClient.dll",
+ "lib/netstandard2.0/System.Data.SqlClient.xml",
+ "runtimes/unix/lib/net6.0/System.Data.SqlClient.dll",
+ "runtimes/unix/lib/net6.0/System.Data.SqlClient.xml",
+ "runtimes/unix/lib/net8.0/System.Data.SqlClient.dll",
+ "runtimes/unix/lib/net8.0/System.Data.SqlClient.xml",
+ "runtimes/win/lib/net6.0/System.Data.SqlClient.dll",
+ "runtimes/win/lib/net6.0/System.Data.SqlClient.xml",
+ "runtimes/win/lib/net8.0/System.Data.SqlClient.dll",
+ "runtimes/win/lib/net8.0/System.Data.SqlClient.xml",
+ "system.data.sqlclient.4.9.0.nupkg.sha512",
+ "system.data.sqlclient.nuspec"
+ ]
+ },
+ "System.Diagnostics.DiagnosticSource/9.0.5": {
+ "sha512": "WoI5or8kY2VxFdDmsaRZ5yaYvvb+4MCyy66eXo79Cy1uMa7qXeGIlYmZx7R9Zy5S4xZjmqvkk2V8L6/vDwAAEA==",
+ "type": "package",
+ "path": "system.diagnostics.diagnosticsource/9.0.5",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/System.Diagnostics.DiagnosticSource.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/System.Diagnostics.DiagnosticSource.targets",
+ "lib/net462/System.Diagnostics.DiagnosticSource.dll",
+ "lib/net462/System.Diagnostics.DiagnosticSource.xml",
+ "lib/net8.0/System.Diagnostics.DiagnosticSource.dll",
+ "lib/net8.0/System.Diagnostics.DiagnosticSource.xml",
+ "lib/net9.0/System.Diagnostics.DiagnosticSource.dll",
+ "lib/net9.0/System.Diagnostics.DiagnosticSource.xml",
+ "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.dll",
+ "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.xml",
+ "system.diagnostics.diagnosticsource.9.0.5.nupkg.sha512",
+ "system.diagnostics.diagnosticsource.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "System.Drawing.Common/6.0.0": {
+ "sha512": "NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==",
+ "type": "package",
+ "path": "system.drawing.common/6.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/netcoreapp2.0/System.Drawing.Common.targets",
+ "buildTransitive/netcoreapp3.1/_._",
+ "lib/MonoAndroid10/_._",
+ "lib/MonoTouch10/_._",
+ "lib/net461/System.Drawing.Common.dll",
+ "lib/net461/System.Drawing.Common.xml",
+ "lib/net6.0/System.Drawing.Common.dll",
+ "lib/net6.0/System.Drawing.Common.xml",
+ "lib/netcoreapp3.1/System.Drawing.Common.dll",
+ "lib/netcoreapp3.1/System.Drawing.Common.xml",
+ "lib/netstandard2.0/System.Drawing.Common.dll",
+ "lib/netstandard2.0/System.Drawing.Common.xml",
+ "lib/xamarinios10/_._",
+ "lib/xamarinmac20/_._",
+ "lib/xamarintvos10/_._",
+ "lib/xamarinwatchos10/_._",
+ "runtimes/unix/lib/net6.0/System.Drawing.Common.dll",
+ "runtimes/unix/lib/net6.0/System.Drawing.Common.xml",
+ "runtimes/unix/lib/netcoreapp3.1/System.Drawing.Common.dll",
+ "runtimes/unix/lib/netcoreapp3.1/System.Drawing.Common.xml",
+ "runtimes/win/lib/net6.0/System.Drawing.Common.dll",
+ "runtimes/win/lib/net6.0/System.Drawing.Common.xml",
+ "runtimes/win/lib/netcoreapp3.1/System.Drawing.Common.dll",
+ "runtimes/win/lib/netcoreapp3.1/System.Drawing.Common.xml",
+ "system.drawing.common.6.0.0.nupkg.sha512",
+ "system.drawing.common.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "System.Formats.Asn1/9.0.5": {
+ "sha512": "GpMHKhuwUgnp1jKiZQ1slyAQnLp4HG2MgzCJ4u4oZEfi6aBzE3HOx01JFStaiC8dtJqsv0WlrGAWVixv8TEN1w==",
+ "type": "package",
+ "path": "system.formats.asn1/9.0.5",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/System.Formats.Asn1.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/System.Formats.Asn1.targets",
+ "lib/net462/System.Formats.Asn1.dll",
+ "lib/net462/System.Formats.Asn1.xml",
+ "lib/net8.0/System.Formats.Asn1.dll",
+ "lib/net8.0/System.Formats.Asn1.xml",
+ "lib/net9.0/System.Formats.Asn1.dll",
+ "lib/net9.0/System.Formats.Asn1.xml",
+ "lib/netstandard2.0/System.Formats.Asn1.dll",
+ "lib/netstandard2.0/System.Formats.Asn1.xml",
+ "system.formats.asn1.9.0.5.nupkg.sha512",
+ "system.formats.asn1.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "System.IdentityModel.Tokens.Jwt/6.35.0": {
+ "sha512": "yxGIQd3BFK7F6S62/7RdZk3C/mfwyVxvh6ngd1VYMBmbJ1YZZA9+Ku6suylVtso0FjI0wbElpJ0d27CdsyLpBQ==",
+ "type": "package",
+ "path": "system.identitymodel.tokens.jwt/6.35.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "lib/net45/System.IdentityModel.Tokens.Jwt.dll",
+ "lib/net45/System.IdentityModel.Tokens.Jwt.xml",
+ "lib/net461/System.IdentityModel.Tokens.Jwt.dll",
+ "lib/net461/System.IdentityModel.Tokens.Jwt.xml",
+ "lib/net462/System.IdentityModel.Tokens.Jwt.dll",
+ "lib/net462/System.IdentityModel.Tokens.Jwt.xml",
+ "lib/net472/System.IdentityModel.Tokens.Jwt.dll",
+ "lib/net472/System.IdentityModel.Tokens.Jwt.xml",
+ "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll",
+ "lib/net6.0/System.IdentityModel.Tokens.Jwt.xml",
+ "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.dll",
+ "lib/netstandard2.0/System.IdentityModel.Tokens.Jwt.xml",
+ "system.identitymodel.tokens.jwt.6.35.0.nupkg.sha512",
+ "system.identitymodel.tokens.jwt.nuspec"
+ ]
+ },
+ "System.IO.Pipelines/9.0.5": {
+ "sha512": "5WXo+3MGcnYn54+1ojf+kRzKq1Q6sDUnovujNJ2ky1nl1/kP3+PMil9LPbFvZ2mkhvAGmQcY07G2sfHat/v0Fw==",
+ "type": "package",
+ "path": "system.io.pipelines/9.0.5",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/System.IO.Pipelines.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/System.IO.Pipelines.targets",
+ "lib/net462/System.IO.Pipelines.dll",
+ "lib/net462/System.IO.Pipelines.xml",
+ "lib/net8.0/System.IO.Pipelines.dll",
+ "lib/net8.0/System.IO.Pipelines.xml",
+ "lib/net9.0/System.IO.Pipelines.dll",
+ "lib/net9.0/System.IO.Pipelines.xml",
+ "lib/netstandard2.0/System.IO.Pipelines.dll",
+ "lib/netstandard2.0/System.IO.Pipelines.xml",
+ "system.io.pipelines.9.0.5.nupkg.sha512",
+ "system.io.pipelines.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "System.Memory/4.5.4": {
+ "sha512": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==",
+ "type": "package",
+ "path": "system.memory/4.5.4",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "lib/net461/System.Memory.dll",
+ "lib/net461/System.Memory.xml",
+ "lib/netcoreapp2.1/_._",
+ "lib/netstandard1.1/System.Memory.dll",
+ "lib/netstandard1.1/System.Memory.xml",
+ "lib/netstandard2.0/System.Memory.dll",
+ "lib/netstandard2.0/System.Memory.xml",
+ "ref/netcoreapp2.1/_._",
+ "system.memory.4.5.4.nupkg.sha512",
+ "system.memory.nuspec",
+ "useSharedDesignerContext.txt",
+ "version.txt"
+ ]
+ },
+ "System.Memory.Data/1.0.2": {
+ "sha512": "JGkzeqgBsiZwKJZ1IxPNsDFZDhUvuEdX8L8BDC8N3KOj+6zMcNU28CNN59TpZE/VJYy9cP+5M+sbxtWJx3/xtw==",
+ "type": "package",
+ "path": "system.memory.data/1.0.2",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "CHANGELOG.md",
+ "DotNetPackageIcon.png",
+ "README.md",
+ "lib/net461/System.Memory.Data.dll",
+ "lib/net461/System.Memory.Data.xml",
+ "lib/netstandard2.0/System.Memory.Data.dll",
+ "lib/netstandard2.0/System.Memory.Data.xml",
+ "system.memory.data.1.0.2.nupkg.sha512",
+ "system.memory.data.nuspec"
+ ]
+ },
+ "System.Numerics.Vectors/4.5.0": {
+ "sha512": "QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==",
+ "type": "package",
+ "path": "system.numerics.vectors/4.5.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "lib/MonoAndroid10/_._",
+ "lib/MonoTouch10/_._",
+ "lib/net46/System.Numerics.Vectors.dll",
+ "lib/net46/System.Numerics.Vectors.xml",
+ "lib/netcoreapp2.0/_._",
+ "lib/netstandard1.0/System.Numerics.Vectors.dll",
+ "lib/netstandard1.0/System.Numerics.Vectors.xml",
+ "lib/netstandard2.0/System.Numerics.Vectors.dll",
+ "lib/netstandard2.0/System.Numerics.Vectors.xml",
+ "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll",
+ "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.xml",
+ "lib/uap10.0.16299/_._",
+ "lib/xamarinios10/_._",
+ "lib/xamarinmac20/_._",
+ "lib/xamarintvos10/_._",
+ "lib/xamarinwatchos10/_._",
+ "ref/MonoAndroid10/_._",
+ "ref/MonoTouch10/_._",
+ "ref/net45/System.Numerics.Vectors.dll",
+ "ref/net45/System.Numerics.Vectors.xml",
+ "ref/net46/System.Numerics.Vectors.dll",
+ "ref/net46/System.Numerics.Vectors.xml",
+ "ref/netcoreapp2.0/_._",
+ "ref/netstandard1.0/System.Numerics.Vectors.dll",
+ "ref/netstandard1.0/System.Numerics.Vectors.xml",
+ "ref/netstandard2.0/System.Numerics.Vectors.dll",
+ "ref/netstandard2.0/System.Numerics.Vectors.xml",
+ "ref/uap10.0.16299/_._",
+ "ref/xamarinios10/_._",
+ "ref/xamarinmac20/_._",
+ "ref/xamarintvos10/_._",
+ "ref/xamarinwatchos10/_._",
+ "system.numerics.vectors.4.5.0.nupkg.sha512",
+ "system.numerics.vectors.nuspec",
+ "useSharedDesignerContext.txt",
+ "version.txt"
+ ]
+ },
+ "System.Runtime/4.3.0": {
+ "sha512": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
+ "type": "package",
+ "path": "system.runtime/4.3.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
+ "lib/MonoAndroid10/_._",
+ "lib/MonoTouch10/_._",
+ "lib/net45/_._",
+ "lib/net462/System.Runtime.dll",
+ "lib/portable-net45+win8+wp80+wpa81/_._",
+ "lib/win8/_._",
+ "lib/wp80/_._",
+ "lib/wpa81/_._",
+ "lib/xamarinios10/_._",
+ "lib/xamarinmac20/_._",
+ "lib/xamarintvos10/_._",
+ "lib/xamarinwatchos10/_._",
+ "ref/MonoAndroid10/_._",
+ "ref/MonoTouch10/_._",
+ "ref/net45/_._",
+ "ref/net462/System.Runtime.dll",
+ "ref/netcore50/System.Runtime.dll",
+ "ref/netcore50/System.Runtime.xml",
+ "ref/netcore50/de/System.Runtime.xml",
+ "ref/netcore50/es/System.Runtime.xml",
+ "ref/netcore50/fr/System.Runtime.xml",
+ "ref/netcore50/it/System.Runtime.xml",
+ "ref/netcore50/ja/System.Runtime.xml",
+ "ref/netcore50/ko/System.Runtime.xml",
+ "ref/netcore50/ru/System.Runtime.xml",
+ "ref/netcore50/zh-hans/System.Runtime.xml",
+ "ref/netcore50/zh-hant/System.Runtime.xml",
+ "ref/netstandard1.0/System.Runtime.dll",
+ "ref/netstandard1.0/System.Runtime.xml",
+ "ref/netstandard1.0/de/System.Runtime.xml",
+ "ref/netstandard1.0/es/System.Runtime.xml",
+ "ref/netstandard1.0/fr/System.Runtime.xml",
+ "ref/netstandard1.0/it/System.Runtime.xml",
+ "ref/netstandard1.0/ja/System.Runtime.xml",
+ "ref/netstandard1.0/ko/System.Runtime.xml",
+ "ref/netstandard1.0/ru/System.Runtime.xml",
+ "ref/netstandard1.0/zh-hans/System.Runtime.xml",
+ "ref/netstandard1.0/zh-hant/System.Runtime.xml",
+ "ref/netstandard1.2/System.Runtime.dll",
+ "ref/netstandard1.2/System.Runtime.xml",
+ "ref/netstandard1.2/de/System.Runtime.xml",
+ "ref/netstandard1.2/es/System.Runtime.xml",
+ "ref/netstandard1.2/fr/System.Runtime.xml",
+ "ref/netstandard1.2/it/System.Runtime.xml",
+ "ref/netstandard1.2/ja/System.Runtime.xml",
+ "ref/netstandard1.2/ko/System.Runtime.xml",
+ "ref/netstandard1.2/ru/System.Runtime.xml",
+ "ref/netstandard1.2/zh-hans/System.Runtime.xml",
+ "ref/netstandard1.2/zh-hant/System.Runtime.xml",
+ "ref/netstandard1.3/System.Runtime.dll",
+ "ref/netstandard1.3/System.Runtime.xml",
+ "ref/netstandard1.3/de/System.Runtime.xml",
+ "ref/netstandard1.3/es/System.Runtime.xml",
+ "ref/netstandard1.3/fr/System.Runtime.xml",
+ "ref/netstandard1.3/it/System.Runtime.xml",
+ "ref/netstandard1.3/ja/System.Runtime.xml",
+ "ref/netstandard1.3/ko/System.Runtime.xml",
+ "ref/netstandard1.3/ru/System.Runtime.xml",
+ "ref/netstandard1.3/zh-hans/System.Runtime.xml",
+ "ref/netstandard1.3/zh-hant/System.Runtime.xml",
+ "ref/netstandard1.5/System.Runtime.dll",
+ "ref/netstandard1.5/System.Runtime.xml",
+ "ref/netstandard1.5/de/System.Runtime.xml",
+ "ref/netstandard1.5/es/System.Runtime.xml",
+ "ref/netstandard1.5/fr/System.Runtime.xml",
+ "ref/netstandard1.5/it/System.Runtime.xml",
+ "ref/netstandard1.5/ja/System.Runtime.xml",
+ "ref/netstandard1.5/ko/System.Runtime.xml",
+ "ref/netstandard1.5/ru/System.Runtime.xml",
+ "ref/netstandard1.5/zh-hans/System.Runtime.xml",
+ "ref/netstandard1.5/zh-hant/System.Runtime.xml",
+ "ref/portable-net45+win8+wp80+wpa81/_._",
+ "ref/win8/_._",
+ "ref/wp80/_._",
+ "ref/wpa81/_._",
+ "ref/xamarinios10/_._",
+ "ref/xamarinmac20/_._",
+ "ref/xamarintvos10/_._",
+ "ref/xamarinwatchos10/_._",
+ "system.runtime.4.3.0.nupkg.sha512",
+ "system.runtime.nuspec"
+ ]
+ },
+ "System.Runtime.Caching/6.0.0": {
+ "sha512": "E0e03kUp5X2k+UAoVl6efmI7uU7JRBWi5EIdlQ7cr0NpBGjHG4fWII35PgsBY9T4fJQ8E4QPsL0rKksU9gcL5A==",
+ "type": "package",
+ "path": "system.runtime.caching/6.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/netcoreapp2.0/System.Runtime.Caching.targets",
+ "buildTransitive/netcoreapp3.1/_._",
+ "lib/MonoAndroid10/_._",
+ "lib/MonoTouch10/_._",
+ "lib/net461/_._",
+ "lib/net6.0/System.Runtime.Caching.dll",
+ "lib/net6.0/System.Runtime.Caching.xml",
+ "lib/netcoreapp3.1/System.Runtime.Caching.dll",
+ "lib/netcoreapp3.1/System.Runtime.Caching.xml",
+ "lib/netstandard2.0/System.Runtime.Caching.dll",
+ "lib/netstandard2.0/System.Runtime.Caching.xml",
+ "lib/xamarinios10/_._",
+ "lib/xamarinmac20/_._",
+ "lib/xamarintvos10/_._",
+ "lib/xamarinwatchos10/_._",
+ "runtimes/win/lib/net461/_._",
+ "runtimes/win/lib/net6.0/System.Runtime.Caching.dll",
+ "runtimes/win/lib/net6.0/System.Runtime.Caching.xml",
+ "runtimes/win/lib/netcoreapp3.1/System.Runtime.Caching.dll",
+ "runtimes/win/lib/netcoreapp3.1/System.Runtime.Caching.xml",
+ "runtimes/win/lib/netstandard2.0/System.Runtime.Caching.dll",
+ "runtimes/win/lib/netstandard2.0/System.Runtime.Caching.xml",
+ "system.runtime.caching.6.0.0.nupkg.sha512",
+ "system.runtime.caching.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "sha512": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
+ "type": "package",
+ "path": "system.runtime.compilerservices.unsafe/6.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets",
+ "buildTransitive/netcoreapp3.1/_._",
+ "lib/net461/System.Runtime.CompilerServices.Unsafe.dll",
+ "lib/net461/System.Runtime.CompilerServices.Unsafe.xml",
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll",
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.xml",
+ "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll",
+ "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.xml",
+ "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll",
+ "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml",
+ "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512",
+ "system.runtime.compilerservices.unsafe.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "System.Security.AccessControl/6.0.0": {
+ "sha512": "AUADIc0LIEQe7MzC+I0cl0rAT8RrTAKFHl53yHjEUzNVIaUlhFY11vc2ebiVJzVBuOzun6F7FBA+8KAbGTTedQ==",
+ "type": "package",
+ "path": "system.security.accesscontrol/6.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/netcoreapp2.0/System.Security.AccessControl.targets",
+ "buildTransitive/netcoreapp3.1/_._",
+ "lib/net461/System.Security.AccessControl.dll",
+ "lib/net461/System.Security.AccessControl.xml",
+ "lib/net6.0/System.Security.AccessControl.dll",
+ "lib/net6.0/System.Security.AccessControl.xml",
+ "lib/netstandard2.0/System.Security.AccessControl.dll",
+ "lib/netstandard2.0/System.Security.AccessControl.xml",
+ "runtimes/win/lib/net461/System.Security.AccessControl.dll",
+ "runtimes/win/lib/net461/System.Security.AccessControl.xml",
+ "runtimes/win/lib/net6.0/System.Security.AccessControl.dll",
+ "runtimes/win/lib/net6.0/System.Security.AccessControl.xml",
+ "runtimes/win/lib/netstandard2.0/System.Security.AccessControl.dll",
+ "runtimes/win/lib/netstandard2.0/System.Security.AccessControl.xml",
+ "system.security.accesscontrol.6.0.0.nupkg.sha512",
+ "system.security.accesscontrol.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "System.Security.Cryptography.Cng/5.0.0": {
+ "sha512": "jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==",
+ "type": "package",
+ "path": "system.security.cryptography.cng/5.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "lib/MonoAndroid10/_._",
+ "lib/MonoTouch10/_._",
+ "lib/net46/System.Security.Cryptography.Cng.dll",
+ "lib/net461/System.Security.Cryptography.Cng.dll",
+ "lib/net461/System.Security.Cryptography.Cng.xml",
+ "lib/net462/System.Security.Cryptography.Cng.dll",
+ "lib/net462/System.Security.Cryptography.Cng.xml",
+ "lib/net47/System.Security.Cryptography.Cng.dll",
+ "lib/net47/System.Security.Cryptography.Cng.xml",
+ "lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll",
+ "lib/netcoreapp3.0/System.Security.Cryptography.Cng.dll",
+ "lib/netcoreapp3.0/System.Security.Cryptography.Cng.xml",
+ "lib/netstandard1.3/System.Security.Cryptography.Cng.dll",
+ "lib/netstandard1.4/System.Security.Cryptography.Cng.dll",
+ "lib/netstandard1.6/System.Security.Cryptography.Cng.dll",
+ "lib/netstandard2.0/System.Security.Cryptography.Cng.dll",
+ "lib/netstandard2.0/System.Security.Cryptography.Cng.xml",
+ "lib/netstandard2.1/System.Security.Cryptography.Cng.dll",
+ "lib/netstandard2.1/System.Security.Cryptography.Cng.xml",
+ "lib/uap10.0.16299/_._",
+ "lib/xamarinios10/_._",
+ "lib/xamarinmac20/_._",
+ "lib/xamarintvos10/_._",
+ "lib/xamarinwatchos10/_._",
+ "ref/MonoAndroid10/_._",
+ "ref/MonoTouch10/_._",
+ "ref/net46/System.Security.Cryptography.Cng.dll",
+ "ref/net461/System.Security.Cryptography.Cng.dll",
+ "ref/net461/System.Security.Cryptography.Cng.xml",
+ "ref/net462/System.Security.Cryptography.Cng.dll",
+ "ref/net462/System.Security.Cryptography.Cng.xml",
+ "ref/net47/System.Security.Cryptography.Cng.dll",
+ "ref/net47/System.Security.Cryptography.Cng.xml",
+ "ref/netcoreapp2.0/System.Security.Cryptography.Cng.dll",
+ "ref/netcoreapp2.0/System.Security.Cryptography.Cng.xml",
+ "ref/netcoreapp2.1/System.Security.Cryptography.Cng.dll",
+ "ref/netcoreapp2.1/System.Security.Cryptography.Cng.xml",
+ "ref/netcoreapp3.0/System.Security.Cryptography.Cng.dll",
+ "ref/netcoreapp3.0/System.Security.Cryptography.Cng.xml",
+ "ref/netstandard1.3/System.Security.Cryptography.Cng.dll",
+ "ref/netstandard1.4/System.Security.Cryptography.Cng.dll",
+ "ref/netstandard1.6/System.Security.Cryptography.Cng.dll",
+ "ref/netstandard2.0/System.Security.Cryptography.Cng.dll",
+ "ref/netstandard2.0/System.Security.Cryptography.Cng.xml",
+ "ref/netstandard2.1/System.Security.Cryptography.Cng.dll",
+ "ref/netstandard2.1/System.Security.Cryptography.Cng.xml",
+ "ref/uap10.0.16299/_._",
+ "ref/xamarinios10/_._",
+ "ref/xamarinmac20/_._",
+ "ref/xamarintvos10/_._",
+ "ref/xamarinwatchos10/_._",
+ "runtimes/win/lib/net46/System.Security.Cryptography.Cng.dll",
+ "runtimes/win/lib/net461/System.Security.Cryptography.Cng.dll",
+ "runtimes/win/lib/net461/System.Security.Cryptography.Cng.xml",
+ "runtimes/win/lib/net462/System.Security.Cryptography.Cng.dll",
+ "runtimes/win/lib/net462/System.Security.Cryptography.Cng.xml",
+ "runtimes/win/lib/net47/System.Security.Cryptography.Cng.dll",
+ "runtimes/win/lib/net47/System.Security.Cryptography.Cng.xml",
+ "runtimes/win/lib/netcoreapp2.0/System.Security.Cryptography.Cng.dll",
+ "runtimes/win/lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll",
+ "runtimes/win/lib/netcoreapp3.0/System.Security.Cryptography.Cng.dll",
+ "runtimes/win/lib/netcoreapp3.0/System.Security.Cryptography.Cng.xml",
+ "runtimes/win/lib/netstandard1.4/System.Security.Cryptography.Cng.dll",
+ "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Cng.dll",
+ "runtimes/win/lib/uap10.0.16299/_._",
+ "system.security.cryptography.cng.5.0.0.nupkg.sha512",
+ "system.security.cryptography.cng.nuspec",
+ "useSharedDesignerContext.txt",
+ "version.txt"
+ ]
+ },
+ "System.Security.Cryptography.ProtectedData/6.0.0": {
+ "sha512": "rp1gMNEZpvx9vP0JW0oHLxlf8oSiQgtno77Y4PLUBjSiDYoD77Y8uXHr1Ea5XG4/pIKhqAdxZ8v8OTUtqo9PeQ==",
+ "type": "package",
+ "path": "system.security.cryptography.protecteddata/6.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/netcoreapp2.0/System.Security.Cryptography.ProtectedData.targets",
+ "buildTransitive/netcoreapp3.1/_._",
+ "lib/MonoAndroid10/_._",
+ "lib/MonoTouch10/_._",
+ "lib/net461/System.Security.Cryptography.ProtectedData.dll",
+ "lib/net461/System.Security.Cryptography.ProtectedData.xml",
+ "lib/net6.0/System.Security.Cryptography.ProtectedData.dll",
+ "lib/net6.0/System.Security.Cryptography.ProtectedData.xml",
+ "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll",
+ "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.xml",
+ "lib/xamarinios10/_._",
+ "lib/xamarinmac20/_._",
+ "lib/xamarintvos10/_._",
+ "lib/xamarinwatchos10/_._",
+ "runtimes/win/lib/net461/System.Security.Cryptography.ProtectedData.dll",
+ "runtimes/win/lib/net461/System.Security.Cryptography.ProtectedData.xml",
+ "runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll",
+ "runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.xml",
+ "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll",
+ "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.xml",
+ "system.security.cryptography.protecteddata.6.0.0.nupkg.sha512",
+ "system.security.cryptography.protecteddata.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "System.Security.Permissions/6.0.0": {
+ "sha512": "T/uuc7AklkDoxmcJ7LGkyX1CcSviZuLCa4jg3PekfJ7SU0niF0IVTXwUiNVP9DSpzou2PpxJ+eNY2IfDM90ZCg==",
+ "type": "package",
+ "path": "system.security.permissions/6.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/netcoreapp2.0/System.Security.Permissions.targets",
+ "buildTransitive/netcoreapp3.1/_._",
+ "lib/net461/System.Security.Permissions.dll",
+ "lib/net461/System.Security.Permissions.xml",
+ "lib/net5.0/System.Security.Permissions.dll",
+ "lib/net5.0/System.Security.Permissions.xml",
+ "lib/net6.0/System.Security.Permissions.dll",
+ "lib/net6.0/System.Security.Permissions.xml",
+ "lib/netcoreapp3.1/System.Security.Permissions.dll",
+ "lib/netcoreapp3.1/System.Security.Permissions.xml",
+ "lib/netstandard2.0/System.Security.Permissions.dll",
+ "lib/netstandard2.0/System.Security.Permissions.xml",
+ "runtimes/win/lib/net461/System.Security.Permissions.dll",
+ "runtimes/win/lib/net461/System.Security.Permissions.xml",
+ "system.security.permissions.6.0.0.nupkg.sha512",
+ "system.security.permissions.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "System.Security.Principal.Windows/5.0.0": {
+ "sha512": "t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==",
+ "type": "package",
+ "path": "system.security.principal.windows/5.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "lib/net46/System.Security.Principal.Windows.dll",
+ "lib/net461/System.Security.Principal.Windows.dll",
+ "lib/net461/System.Security.Principal.Windows.xml",
+ "lib/netstandard1.3/System.Security.Principal.Windows.dll",
+ "lib/netstandard2.0/System.Security.Principal.Windows.dll",
+ "lib/netstandard2.0/System.Security.Principal.Windows.xml",
+ "lib/uap10.0.16299/_._",
+ "ref/net46/System.Security.Principal.Windows.dll",
+ "ref/net461/System.Security.Principal.Windows.dll",
+ "ref/net461/System.Security.Principal.Windows.xml",
+ "ref/netcoreapp3.0/System.Security.Principal.Windows.dll",
+ "ref/netcoreapp3.0/System.Security.Principal.Windows.xml",
+ "ref/netstandard1.3/System.Security.Principal.Windows.dll",
+ "ref/netstandard1.3/System.Security.Principal.Windows.xml",
+ "ref/netstandard1.3/de/System.Security.Principal.Windows.xml",
+ "ref/netstandard1.3/es/System.Security.Principal.Windows.xml",
+ "ref/netstandard1.3/fr/System.Security.Principal.Windows.xml",
+ "ref/netstandard1.3/it/System.Security.Principal.Windows.xml",
+ "ref/netstandard1.3/ja/System.Security.Principal.Windows.xml",
+ "ref/netstandard1.3/ko/System.Security.Principal.Windows.xml",
+ "ref/netstandard1.3/ru/System.Security.Principal.Windows.xml",
+ "ref/netstandard1.3/zh-hans/System.Security.Principal.Windows.xml",
+ "ref/netstandard1.3/zh-hant/System.Security.Principal.Windows.xml",
+ "ref/netstandard2.0/System.Security.Principal.Windows.dll",
+ "ref/netstandard2.0/System.Security.Principal.Windows.xml",
+ "ref/uap10.0.16299/_._",
+ "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll",
+ "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.xml",
+ "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll",
+ "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.xml",
+ "runtimes/win/lib/net46/System.Security.Principal.Windows.dll",
+ "runtimes/win/lib/net461/System.Security.Principal.Windows.dll",
+ "runtimes/win/lib/net461/System.Security.Principal.Windows.xml",
+ "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.dll",
+ "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.xml",
+ "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll",
+ "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.xml",
+ "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll",
+ "runtimes/win/lib/uap10.0.16299/_._",
+ "system.security.principal.windows.5.0.0.nupkg.sha512",
+ "system.security.principal.windows.nuspec",
+ "useSharedDesignerContext.txt",
+ "version.txt"
+ ]
+ },
+ "System.Text.Encoding/4.3.0": {
+ "sha512": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
+ "type": "package",
+ "path": "system.text.encoding/4.3.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "ThirdPartyNotices.txt",
+ "dotnet_library_license.txt",
+ "lib/MonoAndroid10/_._",
+ "lib/MonoTouch10/_._",
+ "lib/net45/_._",
+ "lib/portable-net45+win8+wp8+wpa81/_._",
+ "lib/win8/_._",
+ "lib/wp80/_._",
+ "lib/wpa81/_._",
+ "lib/xamarinios10/_._",
+ "lib/xamarinmac20/_._",
+ "lib/xamarintvos10/_._",
+ "lib/xamarinwatchos10/_._",
+ "ref/MonoAndroid10/_._",
+ "ref/MonoTouch10/_._",
+ "ref/net45/_._",
+ "ref/netcore50/System.Text.Encoding.dll",
+ "ref/netcore50/System.Text.Encoding.xml",
+ "ref/netcore50/de/System.Text.Encoding.xml",
+ "ref/netcore50/es/System.Text.Encoding.xml",
+ "ref/netcore50/fr/System.Text.Encoding.xml",
+ "ref/netcore50/it/System.Text.Encoding.xml",
+ "ref/netcore50/ja/System.Text.Encoding.xml",
+ "ref/netcore50/ko/System.Text.Encoding.xml",
+ "ref/netcore50/ru/System.Text.Encoding.xml",
+ "ref/netcore50/zh-hans/System.Text.Encoding.xml",
+ "ref/netcore50/zh-hant/System.Text.Encoding.xml",
+ "ref/netstandard1.0/System.Text.Encoding.dll",
+ "ref/netstandard1.0/System.Text.Encoding.xml",
+ "ref/netstandard1.0/de/System.Text.Encoding.xml",
+ "ref/netstandard1.0/es/System.Text.Encoding.xml",
+ "ref/netstandard1.0/fr/System.Text.Encoding.xml",
+ "ref/netstandard1.0/it/System.Text.Encoding.xml",
+ "ref/netstandard1.0/ja/System.Text.Encoding.xml",
+ "ref/netstandard1.0/ko/System.Text.Encoding.xml",
+ "ref/netstandard1.0/ru/System.Text.Encoding.xml",
+ "ref/netstandard1.0/zh-hans/System.Text.Encoding.xml",
+ "ref/netstandard1.0/zh-hant/System.Text.Encoding.xml",
+ "ref/netstandard1.3/System.Text.Encoding.dll",
+ "ref/netstandard1.3/System.Text.Encoding.xml",
+ "ref/netstandard1.3/de/System.Text.Encoding.xml",
+ "ref/netstandard1.3/es/System.Text.Encoding.xml",
+ "ref/netstandard1.3/fr/System.Text.Encoding.xml",
+ "ref/netstandard1.3/it/System.Text.Encoding.xml",
+ "ref/netstandard1.3/ja/System.Text.Encoding.xml",
+ "ref/netstandard1.3/ko/System.Text.Encoding.xml",
+ "ref/netstandard1.3/ru/System.Text.Encoding.xml",
+ "ref/netstandard1.3/zh-hans/System.Text.Encoding.xml",
+ "ref/netstandard1.3/zh-hant/System.Text.Encoding.xml",
+ "ref/portable-net45+win8+wp8+wpa81/_._",
+ "ref/win8/_._",
+ "ref/wp80/_._",
+ "ref/wpa81/_._",
+ "ref/xamarinios10/_._",
+ "ref/xamarinmac20/_._",
+ "ref/xamarintvos10/_._",
+ "ref/xamarinwatchos10/_._",
+ "system.text.encoding.4.3.0.nupkg.sha512",
+ "system.text.encoding.nuspec"
+ ]
+ },
+ "System.Text.Encoding.CodePages/6.0.0": {
+ "sha512": "ZFCILZuOvtKPauZ/j/swhvw68ZRi9ATCfvGbk1QfydmcXBkIWecWKn/250UH7rahZ5OoDBaiAudJtPvLwzw85A==",
+ "type": "package",
+ "path": "system.text.encoding.codepages/6.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/netcoreapp2.0/System.Text.Encoding.CodePages.targets",
+ "buildTransitive/netcoreapp3.1/_._",
+ "lib/MonoAndroid10/_._",
+ "lib/MonoTouch10/_._",
+ "lib/net461/System.Text.Encoding.CodePages.dll",
+ "lib/net461/System.Text.Encoding.CodePages.xml",
+ "lib/net6.0/System.Text.Encoding.CodePages.dll",
+ "lib/net6.0/System.Text.Encoding.CodePages.xml",
+ "lib/netcoreapp3.1/System.Text.Encoding.CodePages.dll",
+ "lib/netcoreapp3.1/System.Text.Encoding.CodePages.xml",
+ "lib/netstandard2.0/System.Text.Encoding.CodePages.dll",
+ "lib/netstandard2.0/System.Text.Encoding.CodePages.xml",
+ "lib/xamarinios10/_._",
+ "lib/xamarinmac20/_._",
+ "lib/xamarintvos10/_._",
+ "lib/xamarinwatchos10/_._",
+ "runtimes/win/lib/net461/System.Text.Encoding.CodePages.dll",
+ "runtimes/win/lib/net461/System.Text.Encoding.CodePages.xml",
+ "runtimes/win/lib/net6.0/System.Text.Encoding.CodePages.dll",
+ "runtimes/win/lib/net6.0/System.Text.Encoding.CodePages.xml",
+ "runtimes/win/lib/netcoreapp3.1/System.Text.Encoding.CodePages.dll",
+ "runtimes/win/lib/netcoreapp3.1/System.Text.Encoding.CodePages.xml",
+ "runtimes/win/lib/netstandard2.0/System.Text.Encoding.CodePages.dll",
+ "runtimes/win/lib/netstandard2.0/System.Text.Encoding.CodePages.xml",
+ "system.text.encoding.codepages.6.0.0.nupkg.sha512",
+ "system.text.encoding.codepages.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "System.Text.Encodings.Web/9.0.5": {
+ "sha512": "HJPmqP2FsE+WVUUlTsZ4IFRSyzw40yz0ubiTnsaqm+Xo5fFZhVRvx6Zn8tLXj92/6pbre6OA4QL2A2vnCSKxJA==",
+ "type": "package",
+ "path": "system.text.encodings.web/9.0.5",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/net461/System.Text.Encodings.Web.targets",
+ "buildTransitive/net462/_._",
+ "buildTransitive/net8.0/_._",
+ "buildTransitive/netcoreapp2.0/System.Text.Encodings.Web.targets",
+ "lib/net462/System.Text.Encodings.Web.dll",
+ "lib/net462/System.Text.Encodings.Web.xml",
+ "lib/net8.0/System.Text.Encodings.Web.dll",
+ "lib/net8.0/System.Text.Encodings.Web.xml",
+ "lib/net9.0/System.Text.Encodings.Web.dll",
+ "lib/net9.0/System.Text.Encodings.Web.xml",
+ "lib/netstandard2.0/System.Text.Encodings.Web.dll",
+ "lib/netstandard2.0/System.Text.Encodings.Web.xml",
+ "runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll",
+ "runtimes/browser/lib/net8.0/System.Text.Encodings.Web.xml",
+ "runtimes/browser/lib/net9.0/System.Text.Encodings.Web.dll",
+ "runtimes/browser/lib/net9.0/System.Text.Encodings.Web.xml",
+ "system.text.encodings.web.9.0.5.nupkg.sha512",
+ "system.text.encodings.web.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "System.Text.Json/9.0.5": {
+ "sha512": "rnP61ZfloTgPQPe7ecr36loNiGX3g1PocxlKHdY/FUpDSsExKkTxpMAlB4X35wNEPr1X7mkYZuQvW3Lhxmu7KA==",
+ "type": "package",
+ "path": "system.text.json/9.0.5",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "PACKAGE.md",
+ "THIRD-PARTY-NOTICES.TXT",
+ "analyzers/dotnet/roslyn3.11/cs/System.Text.Json.SourceGeneration.dll",
+ "analyzers/dotnet/roslyn3.11/cs/cs/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/de/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/es/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/fr/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/it/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/ja/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/ko/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/pl/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/ru/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/tr/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/System.Text.Json.SourceGeneration.dll",
+ "analyzers/dotnet/roslyn4.0/cs/cs/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/de/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/es/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/fr/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/it/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/ja/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/ko/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/pl/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/ru/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/tr/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/System.Text.Json.SourceGeneration.dll",
+ "analyzers/dotnet/roslyn4.4/cs/cs/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/de/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/es/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/fr/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/it/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/ja/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/ko/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/pl/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/pt-BR/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/ru/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/tr/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/zh-Hans/System.Text.Json.SourceGeneration.resources.dll",
+ "analyzers/dotnet/roslyn4.4/cs/zh-Hant/System.Text.Json.SourceGeneration.resources.dll",
+ "buildTransitive/net461/System.Text.Json.targets",
+ "buildTransitive/net462/System.Text.Json.targets",
+ "buildTransitive/net8.0/System.Text.Json.targets",
+ "buildTransitive/netcoreapp2.0/System.Text.Json.targets",
+ "buildTransitive/netstandard2.0/System.Text.Json.targets",
+ "lib/net462/System.Text.Json.dll",
+ "lib/net462/System.Text.Json.xml",
+ "lib/net8.0/System.Text.Json.dll",
+ "lib/net8.0/System.Text.Json.xml",
+ "lib/net9.0/System.Text.Json.dll",
+ "lib/net9.0/System.Text.Json.xml",
+ "lib/netstandard2.0/System.Text.Json.dll",
+ "lib/netstandard2.0/System.Text.Json.xml",
+ "system.text.json.9.0.5.nupkg.sha512",
+ "system.text.json.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "System.Threading.Tasks.Extensions/4.5.4": {
+ "sha512": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==",
+ "type": "package",
+ "path": "system.threading.tasks.extensions/4.5.4",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "lib/MonoAndroid10/_._",
+ "lib/MonoTouch10/_._",
+ "lib/net461/System.Threading.Tasks.Extensions.dll",
+ "lib/net461/System.Threading.Tasks.Extensions.xml",
+ "lib/netcoreapp2.1/_._",
+ "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll",
+ "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml",
+ "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll",
+ "lib/netstandard2.0/System.Threading.Tasks.Extensions.xml",
+ "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll",
+ "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml",
+ "lib/xamarinios10/_._",
+ "lib/xamarinmac20/_._",
+ "lib/xamarintvos10/_._",
+ "lib/xamarinwatchos10/_._",
+ "ref/MonoAndroid10/_._",
+ "ref/MonoTouch10/_._",
+ "ref/netcoreapp2.1/_._",
+ "ref/xamarinios10/_._",
+ "ref/xamarinmac20/_._",
+ "ref/xamarintvos10/_._",
+ "ref/xamarinwatchos10/_._",
+ "system.threading.tasks.extensions.4.5.4.nupkg.sha512",
+ "system.threading.tasks.extensions.nuspec",
+ "useSharedDesignerContext.txt",
+ "version.txt"
+ ]
+ },
+ "System.Windows.Extensions/6.0.0": {
+ "sha512": "IXoJOXIqc39AIe+CIR7koBtRGMiCt/LPM3lI+PELtDIy9XdyeSrwXFdWV9dzJ2Awl0paLWUaknLxFQ5HpHZUog==",
+ "type": "package",
+ "path": "system.windows.extensions/6.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "lib/net6.0/System.Windows.Extensions.dll",
+ "lib/net6.0/System.Windows.Extensions.xml",
+ "lib/netcoreapp3.1/System.Windows.Extensions.dll",
+ "lib/netcoreapp3.1/System.Windows.Extensions.xml",
+ "runtimes/win/lib/net6.0/System.Windows.Extensions.dll",
+ "runtimes/win/lib/net6.0/System.Windows.Extensions.xml",
+ "runtimes/win/lib/netcoreapp3.1/System.Windows.Extensions.dll",
+ "runtimes/win/lib/netcoreapp3.1/System.Windows.Extensions.xml",
+ "system.windows.extensions.6.0.0.nupkg.sha512",
+ "system.windows.extensions.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "ILifeTimeService/1.0.0": {
+ "type": "project",
+ "path": "../ILifeTimeService/ILifeTimeService.csproj",
+ "msbuildProject": "../ILifeTimeService/ILifeTimeService.csproj"
+ },
+ "Models/1.0.0": {
+ "type": "project",
+ "path": "../Models/Models.csproj",
+ "msbuildProject": "../Models/Models.csproj"
+ }
+ },
+ "projectFileDependencyGroups": {
+ "net8.0-windows7.0": [
+ "Autofac >= 8.3.0",
+ "Autofac.Extras.CommonServiceLocator >= 6.1.0",
+ "Autofac.Mef >= 7.0.0",
+ "Dapper >= 2.1.66",
+ "Hangfire >= 1.8.18",
+ "ILifeTimeService >= 1.0.0",
+ "Microsoft.EntityFrameworkCore >= 9.0.5",
+ "Microsoft.EntityFrameworkCore.SqlServer >= 9.0.5",
+ "Models >= 1.0.0",
+ "ModernWpfUI >= 0.9.6",
+ "System.Data.SqlClient >= 4.9.0"
+ ]
+ },
+ "packageFolders": {
+ "C:\\Users\\89237\\.nuget\\packages\\": {},
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
+ },
+ "project": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\TaskManager.csproj",
+ "projectName": "TaskManager",
+ "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\TaskManager.csproj",
+ "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0-windows"
+ ],
+ "sources": {
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "projectReferences": {
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj": {
+ "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj"
+ },
+ "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj": {
+ "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj"
+ }
+ }
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ },
+ "SdkAnalysisLevel": "9.0.300"
+ },
+ "frameworks": {
+ "net8.0-windows7.0": {
+ "targetAlias": "net8.0-windows",
+ "dependencies": {
+ "Autofac": {
+ "target": "Package",
+ "version": "[8.3.0, )"
+ },
+ "Autofac.Extras.CommonServiceLocator": {
+ "target": "Package",
+ "version": "[6.1.0, )"
+ },
+ "Autofac.Mef": {
+ "target": "Package",
+ "version": "[7.0.0, )"
+ },
+ "Dapper": {
+ "target": "Package",
+ "version": "[2.1.66, )"
+ },
+ "Hangfire": {
+ "target": "Package",
+ "version": "[1.8.18, )"
+ },
+ "Microsoft.EntityFrameworkCore": {
+ "target": "Package",
+ "version": "[9.0.5, )"
+ },
+ "Microsoft.EntityFrameworkCore.SqlServer": {
+ "target": "Package",
+ "version": "[9.0.5, )"
+ },
+ "ModernWpfUI": {
+ "target": "Package",
+ "version": "[0.9.6, )"
+ },
+ "System.Data.SqlClient": {
+ "target": "Package",
+ "version": "[4.9.0, )"
+ }
+ },
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ },
+ "Microsoft.WindowsDesktop.App.WPF": {
+ "privateAssets": "none"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.300/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/WpfApp4/obj/project.nuget.cache b/WpfApp4/obj/project.nuget.cache
new file mode 100644
index 0000000..74b3125
--- /dev/null
+++ b/WpfApp4/obj/project.nuget.cache
@@ -0,0 +1,85 @@
+{
+ "version": 2,
+ "dgSpecHash": "5mJEcy8ZGAA=",
+ "success": true,
+ "projectFilePath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\TaskManager.csproj",
+ "expectedPackageFiles": [
+ "C:\\Users\\89237\\.nuget\\packages\\autofac\\8.3.0\\autofac.8.3.0.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\autofac.extras.commonservicelocator\\6.1.0\\autofac.extras.commonservicelocator.6.1.0.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\autofac.mef\\7.0.0\\autofac.mef.7.0.0.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\azure.core\\1.38.0\\azure.core.1.38.0.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\azure.identity\\1.11.4\\azure.identity.1.11.4.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\commonservicelocator\\2.0.7\\commonservicelocator.2.0.7.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\dapper\\2.1.66\\dapper.2.1.66.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\hangfire\\1.8.18\\hangfire.1.8.18.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\hangfire.aspnetcore\\1.8.18\\hangfire.aspnetcore.1.8.18.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\hangfire.core\\1.8.18\\hangfire.core.1.8.18.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\hangfire.netcore\\1.8.18\\hangfire.netcore.1.8.18.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\hangfire.sqlserver\\1.8.18\\hangfire.sqlserver.1.8.18.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\microsoft.bcl.asyncinterfaces\\1.1.1\\microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\microsoft.csharp\\4.5.0\\microsoft.csharp.4.5.0.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\microsoft.data.sqlclient\\5.1.6\\microsoft.data.sqlclient.5.1.6.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\microsoft.data.sqlclient.sni.runtime\\5.1.1\\microsoft.data.sqlclient.sni.runtime.5.1.1.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\microsoft.entityframeworkcore\\9.0.5\\microsoft.entityframeworkcore.9.0.5.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\microsoft.entityframeworkcore.abstractions\\9.0.5\\microsoft.entityframeworkcore.abstractions.9.0.5.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\microsoft.entityframeworkcore.analyzers\\9.0.5\\microsoft.entityframeworkcore.analyzers.9.0.5.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\microsoft.entityframeworkcore.relational\\9.0.5\\microsoft.entityframeworkcore.relational.9.0.5.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\microsoft.entityframeworkcore.sqlserver\\9.0.5\\microsoft.entityframeworkcore.sqlserver.9.0.5.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\microsoft.extensions.caching.abstractions\\9.0.5\\microsoft.extensions.caching.abstractions.9.0.5.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\microsoft.extensions.caching.memory\\9.0.5\\microsoft.extensions.caching.memory.9.0.5.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\microsoft.extensions.configuration.abstractions\\9.0.5\\microsoft.extensions.configuration.abstractions.9.0.5.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\microsoft.extensions.dependencyinjection\\9.0.5\\microsoft.extensions.dependencyinjection.9.0.5.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\9.0.5\\microsoft.extensions.dependencyinjection.abstractions.9.0.5.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\microsoft.extensions.fileproviders.abstractions\\3.0.0\\microsoft.extensions.fileproviders.abstractions.3.0.0.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\microsoft.extensions.hosting.abstractions\\3.0.0\\microsoft.extensions.hosting.abstractions.3.0.0.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\microsoft.extensions.logging\\9.0.5\\microsoft.extensions.logging.9.0.5.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\microsoft.extensions.logging.abstractions\\9.0.5\\microsoft.extensions.logging.abstractions.9.0.5.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\microsoft.extensions.options\\9.0.5\\microsoft.extensions.options.9.0.5.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\microsoft.extensions.primitives\\9.0.5\\microsoft.extensions.primitives.9.0.5.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\microsoft.identity.client\\4.61.3\\microsoft.identity.client.4.61.3.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\microsoft.identity.client.extensions.msal\\4.61.3\\microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\microsoft.identitymodel.abstractions\\6.35.0\\microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\microsoft.identitymodel.jsonwebtokens\\6.35.0\\microsoft.identitymodel.jsonwebtokens.6.35.0.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\microsoft.identitymodel.logging\\6.35.0\\microsoft.identitymodel.logging.6.35.0.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\microsoft.identitymodel.protocols\\6.35.0\\microsoft.identitymodel.protocols.6.35.0.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\microsoft.identitymodel.protocols.openidconnect\\6.35.0\\microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\microsoft.identitymodel.tokens\\6.35.0\\microsoft.identitymodel.tokens.6.35.0.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\microsoft.netcore.platforms\\1.1.0\\microsoft.netcore.platforms.1.1.0.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\microsoft.netcore.targets\\1.1.0\\microsoft.netcore.targets.1.1.0.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\microsoft.sqlserver.server\\1.0.0\\microsoft.sqlserver.server.1.0.0.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\microsoft.win32.systemevents\\6.0.0\\microsoft.win32.systemevents.6.0.0.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\modernwpfui\\0.9.6\\modernwpfui.0.9.6.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\newtonsoft.json\\11.0.1\\newtonsoft.json.11.0.1.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\runtime.native.system.data.sqlclient.sni\\4.4.0\\runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\runtime.win-arm64.runtime.native.system.data.sqlclient.sni\\4.4.0\\runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\runtime.win-x64.runtime.native.system.data.sqlclient.sni\\4.4.0\\runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\runtime.win-x86.runtime.native.system.data.sqlclient.sni\\4.4.0\\runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\system.clientmodel\\1.0.0\\system.clientmodel.1.0.0.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\system.componentmodel.composition\\8.0.0\\system.componentmodel.composition.8.0.0.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\system.configuration.configurationmanager\\6.0.1\\system.configuration.configurationmanager.6.0.1.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\system.data.sqlclient\\4.9.0\\system.data.sqlclient.4.9.0.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\system.diagnostics.diagnosticsource\\9.0.5\\system.diagnostics.diagnosticsource.9.0.5.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\system.drawing.common\\6.0.0\\system.drawing.common.6.0.0.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\system.formats.asn1\\9.0.5\\system.formats.asn1.9.0.5.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\system.identitymodel.tokens.jwt\\6.35.0\\system.identitymodel.tokens.jwt.6.35.0.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\system.io.pipelines\\9.0.5\\system.io.pipelines.9.0.5.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\system.memory\\4.5.4\\system.memory.4.5.4.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\system.memory.data\\1.0.2\\system.memory.data.1.0.2.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\system.numerics.vectors\\4.5.0\\system.numerics.vectors.4.5.0.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\system.runtime\\4.3.0\\system.runtime.4.3.0.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\system.runtime.caching\\6.0.0\\system.runtime.caching.6.0.0.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\6.0.0\\system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\system.security.accesscontrol\\6.0.0\\system.security.accesscontrol.6.0.0.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\system.security.cryptography.cng\\5.0.0\\system.security.cryptography.cng.5.0.0.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\system.security.cryptography.protecteddata\\6.0.0\\system.security.cryptography.protecteddata.6.0.0.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\system.security.permissions\\6.0.0\\system.security.permissions.6.0.0.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\system.security.principal.windows\\5.0.0\\system.security.principal.windows.5.0.0.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\system.text.encoding\\4.3.0\\system.text.encoding.4.3.0.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\system.text.encoding.codepages\\6.0.0\\system.text.encoding.codepages.6.0.0.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\system.text.encodings.web\\9.0.5\\system.text.encodings.web.9.0.5.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\system.text.json\\9.0.5\\system.text.json.9.0.5.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\system.threading.tasks.extensions\\4.5.4\\system.threading.tasks.extensions.4.5.4.nupkg.sha512",
+ "C:\\Users\\89237\\.nuget\\packages\\system.windows.extensions\\6.0.0\\system.windows.extensions.6.0.0.nupkg.sha512"
+ ],
+ "logs": []
+}
\ No newline at end of file