diff --git a/SparkClient.sln.DotSettings.user b/SparkClient.sln.DotSettings.user
index dfcf03e..15908bb 100644
--- a/SparkClient.sln.DotSettings.user
+++ b/SparkClient.sln.DotSettings.user
@@ -4,11 +4,17 @@
ForceIncluded
ForceIncluded
ForceIncluded
+ ForceIncluded
ForceIncluded
ForceIncluded
ForceIncluded
+ ForceIncluded
ForceIncluded
+ ForceIncluded
+ ForceIncluded
ForceIncluded
+ ForceIncluded
ForceIncluded
ForceIncluded
+ ForceIncluded
ForceIncluded
\ No newline at end of file
diff --git a/obj/Debug/net8.0-windows/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/obj/Debug/net8.0-windows/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
deleted file mode 100644
index 2217181..0000000
--- a/obj/Debug/net8.0-windows/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-//
-using System;
-using System.Reflection;
-[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
diff --git a/obj/Debug/net8.0-windows/App.g.i.cs b/obj/Debug/net8.0-windows/App.g.i.cs
deleted file mode 100644
index ba7c098..0000000
--- a/obj/Debug/net8.0-windows/App.g.i.cs
+++ /dev/null
@@ -1,96 +0,0 @@
-#pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "C081F1752C3E6CD9A8086EA137B886618AC810D6"
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using HandyControl.Controls;
-using HandyControl.Data;
-using HandyControl.Expression.Media;
-using HandyControl.Expression.Shapes;
-using HandyControl.Interactivity;
-using HandyControl.Media.Animation;
-using HandyControl.Media.Effects;
-using HandyControl.Properties.Langs;
-using HandyControl.Themes;
-using HandyControl.Tools;
-using HandyControl.Tools.Converter;
-using HandyControl.Tools.Extension;
-using SparkClient;
-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;
-
-
-namespace SparkClient {
-
-
- ///
- /// App
- ///
- public partial class App : System.Windows.Application {
-
- private bool _contentLoaded;
-
- ///
- /// InitializeComponent
- ///
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.10.0")]
- public void InitializeComponent() {
- if (_contentLoaded) {
- return;
- }
- _contentLoaded = true;
-
- #line 6 "..\..\..\App.xaml"
- this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
-
- #line default
- #line hidden
- System.Uri resourceLocater = new System.Uri("/SparkClient;V1.0.0.0;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", "8.0.10.0")]
- public static void Main() {
- SparkClient.App app = new SparkClient.App();
- app.InitializeComponent();
- app.Run();
- }
- }
-}
-
diff --git a/obj/Debug/net8.0-windows/MainWindow.g.i.cs b/obj/Debug/net8.0-windows/MainWindow.g.i.cs
deleted file mode 100644
index ae578de..0000000
--- a/obj/Debug/net8.0-windows/MainWindow.g.i.cs
+++ /dev/null
@@ -1,149 +0,0 @@
-#pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "4178C027796ABBF012913C01F84CE5F4D8FE232B"
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using HandyControl.Controls;
-using HandyControl.Data;
-using HandyControl.Expression.Media;
-using HandyControl.Expression.Shapes;
-using HandyControl.Interactivity;
-using HandyControl.Media.Animation;
-using HandyControl.Media.Effects;
-using HandyControl.Properties.Langs;
-using HandyControl.Themes;
-using HandyControl.Tools;
-using HandyControl.Tools.Converter;
-using HandyControl.Tools.Extension;
-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;
-
-
-namespace SparkClient {
-
-
- ///
- /// MainWindow
- ///
- public partial class MainWindow : HandyControl.Controls.Window, System.Windows.Markup.IComponentConnector {
-
-
- #line 147 "..\..\..\MainWindow.xaml"
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
- internal System.Windows.Controls.ContentControl ControlMain;
-
- #line default
- #line hidden
-
- private bool _contentLoaded;
-
- ///
- /// InitializeComponent
- ///
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.10.0")]
- public void InitializeComponent() {
- if (_contentLoaded) {
- return;
- }
- _contentLoaded = true;
- System.Uri resourceLocater = new System.Uri("/SparkClient;V1.0.0.0;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", "8.0.10.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:
-
- #line 18 "..\..\..\MainWindow.xaml"
- ((SparkClient.MainWindow)(target)).Loaded += new System.Windows.RoutedEventHandler(this.MainWindow_OnLoaded);
-
- #line default
- #line hidden
- return;
- case 2:
-
- #line 108 "..\..\..\MainWindow.xaml"
- ((System.Windows.Controls.Border)(target)).MouseEnter += new System.Windows.Input.MouseEventHandler(this.Border_Minimize_MouseEnter);
-
- #line default
- #line hidden
-
- #line 109 "..\..\..\MainWindow.xaml"
- ((System.Windows.Controls.Border)(target)).MouseLeave += new System.Windows.Input.MouseEventHandler(this.Border_MouseLeave);
-
- #line default
- #line hidden
-
- #line 110 "..\..\..\MainWindow.xaml"
- ((System.Windows.Controls.Border)(target)).MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.Minimize_Click);
-
- #line default
- #line hidden
- return;
- case 3:
-
- #line 128 "..\..\..\MainWindow.xaml"
- ((System.Windows.Controls.Border)(target)).MouseEnter += new System.Windows.Input.MouseEventHandler(this.Border_Close_MouseEnter);
-
- #line default
- #line hidden
-
- #line 129 "..\..\..\MainWindow.xaml"
- ((System.Windows.Controls.Border)(target)).MouseLeave += new System.Windows.Input.MouseEventHandler(this.Border_MouseLeave);
-
- #line default
- #line hidden
-
- #line 130 "..\..\..\MainWindow.xaml"
- ((System.Windows.Controls.Border)(target)).MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.Close_Click);
-
- #line default
- #line hidden
- return;
- case 4:
- this.ControlMain = ((System.Windows.Controls.ContentControl)(target));
- return;
- }
- this._contentLoaded = true;
- }
- }
-}
-
diff --git a/obj/Debug/net8.0-windows/SparkClient.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient.assets.cache b/obj/Debug/net8.0-windows/SparkClient.assets.cache
deleted file mode 100644
index 188b99a..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient.csproj.BuildWithSkipAnalyzers b/obj/Debug/net8.0-windows/SparkClient.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/obj/Debug/net8.0-windows/SparkClient.csproj.FileListAbsolute.txt b/obj/Debug/net8.0-windows/SparkClient.csproj.FileListAbsolute.txt
deleted file mode 100644
index 0bda7b7..0000000
--- a/obj/Debug/net8.0-windows/SparkClient.csproj.FileListAbsolute.txt
+++ /dev/null
@@ -1,301 +0,0 @@
-F:\MyProject\SparkClient\bin\Debug\net8.0-windows\SparkClient.exe
-F:\MyProject\SparkClient\bin\Debug\net8.0-windows\SparkClient.deps.json
-F:\MyProject\SparkClient\bin\Debug\net8.0-windows\SparkClient.runtimeconfig.json
-F:\MyProject\SparkClient\bin\Debug\net8.0-windows\SparkClient.dll
-F:\MyProject\SparkClient\bin\Debug\net8.0-windows\SparkClient.pdb
-F:\MyProject\SparkClient\bin\Debug\net8.0-windows\CommunityToolkit.Mvvm.dll
-F:\MyProject\SparkClient\bin\Debug\net8.0-windows\HandyControl.dll
-F:\MyProject\SparkClient\bin\Debug\net8.0-windows\log4net.dll
-F:\MyProject\SparkClient\bin\Debug\net8.0-windows\Microsoft.Data.Sqlite.dll
-F:\MyProject\SparkClient\bin\Debug\net8.0-windows\Newtonsoft.Json.dll
-F:\MyProject\SparkClient\bin\Debug\net8.0-windows\SQLitePCLRaw.batteries_v2.dll
-F:\MyProject\SparkClient\bin\Debug\net8.0-windows\SQLitePCLRaw.core.dll
-F:\MyProject\SparkClient\bin\Debug\net8.0-windows\SQLitePCLRaw.provider.e_sqlcipher.dll
-F:\MyProject\SparkClient\bin\Debug\net8.0-windows\SQLitePCLRaw.provider.e_sqlite3.dll
-F:\MyProject\SparkClient\bin\Debug\net8.0-windows\en\HandyControl.resources.dll
-F:\MyProject\SparkClient\bin\Debug\net8.0-windows\zh-CN\HandyControl.resources.dll
-F:\MyProject\SparkClient\bin\Debug\net8.0-windows\runtimes\browser-wasm\nativeassets\net8.0\e_sqlcipher.a
-F:\MyProject\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-arm\native\libe_sqlcipher.so
-F:\MyProject\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-arm64\native\libe_sqlcipher.so
-F:\MyProject\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-armel\native\libe_sqlcipher.so
-F:\MyProject\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-mips64\native\libe_sqlcipher.so
-F:\MyProject\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-musl-arm\native\libe_sqlcipher.so
-F:\MyProject\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-musl-arm64\native\libe_sqlcipher.so
-F:\MyProject\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-musl-s390x\native\libe_sqlcipher.so
-F:\MyProject\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-musl-x64\native\libe_sqlcipher.so
-F:\MyProject\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-ppc64le\native\libe_sqlcipher.so
-F:\MyProject\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-s390x\native\libe_sqlcipher.so
-F:\MyProject\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-x64\native\libe_sqlcipher.so
-F:\MyProject\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-x86\native\libe_sqlcipher.so
-F:\MyProject\SparkClient\bin\Debug\net8.0-windows\runtimes\maccatalyst-arm64\native\libe_sqlcipher.dylib
-F:\MyProject\SparkClient\bin\Debug\net8.0-windows\runtimes\maccatalyst-x64\native\libe_sqlcipher.dylib
-F:\MyProject\SparkClient\bin\Debug\net8.0-windows\runtimes\osx-arm64\native\libe_sqlcipher.dylib
-F:\MyProject\SparkClient\bin\Debug\net8.0-windows\runtimes\osx-x64\native\libe_sqlcipher.dylib
-F:\MyProject\SparkClient\bin\Debug\net8.0-windows\runtimes\win-arm\native\e_sqlcipher.dll
-F:\MyProject\SparkClient\bin\Debug\net8.0-windows\runtimes\win-arm64\native\e_sqlcipher.dll
-F:\MyProject\SparkClient\bin\Debug\net8.0-windows\runtimes\win-x64\native\e_sqlcipher.dll
-F:\MyProject\SparkClient\bin\Debug\net8.0-windows\runtimes\win-x86\native\e_sqlcipher.dll
-F:\MyProject\SparkClient\bin\Debug\net8.0-windows\runtimes\browser-wasm\nativeassets\net8.0\e_sqlite3.a
-F:\MyProject\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-arm\native\libe_sqlite3.so
-F:\MyProject\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-arm64\native\libe_sqlite3.so
-F:\MyProject\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-armel\native\libe_sqlite3.so
-F:\MyProject\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-mips64\native\libe_sqlite3.so
-F:\MyProject\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-musl-arm\native\libe_sqlite3.so
-F:\MyProject\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-musl-arm64\native\libe_sqlite3.so
-F:\MyProject\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-musl-s390x\native\libe_sqlite3.so
-F:\MyProject\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-musl-x64\native\libe_sqlite3.so
-F:\MyProject\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-ppc64le\native\libe_sqlite3.so
-F:\MyProject\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-s390x\native\libe_sqlite3.so
-F:\MyProject\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-x64\native\libe_sqlite3.so
-F:\MyProject\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-x86\native\libe_sqlite3.so
-F:\MyProject\SparkClient\bin\Debug\net8.0-windows\runtimes\maccatalyst-arm64\native\libe_sqlite3.dylib
-F:\MyProject\SparkClient\bin\Debug\net8.0-windows\runtimes\maccatalyst-x64\native\libe_sqlite3.dylib
-F:\MyProject\SparkClient\bin\Debug\net8.0-windows\runtimes\osx-arm64\native\libe_sqlite3.dylib
-F:\MyProject\SparkClient\bin\Debug\net8.0-windows\runtimes\osx-x64\native\libe_sqlite3.dylib
-F:\MyProject\SparkClient\bin\Debug\net8.0-windows\runtimes\win-arm\native\e_sqlite3.dll
-F:\MyProject\SparkClient\bin\Debug\net8.0-windows\runtimes\win-arm64\native\e_sqlite3.dll
-F:\MyProject\SparkClient\bin\Debug\net8.0-windows\runtimes\win-x64\native\e_sqlite3.dll
-F:\MyProject\SparkClient\bin\Debug\net8.0-windows\runtimes\win-x86\native\e_sqlite3.dll
-F:\MyProject\SparkClient\obj\Debug\net8.0-windows\SparkClient.csproj.AssemblyReference.cache
-F:\MyProject\SparkClient\obj\Debug\net8.0-windows\Language\en_US.baml
-F:\MyProject\SparkClient\obj\Debug\net8.0-windows\Language\zh_CN.baml
-F:\MyProject\SparkClient\obj\Debug\net8.0-windows\MainWindow.baml
-F:\MyProject\SparkClient\obj\Debug\net8.0-windows\MainWindow.g.cs
-F:\MyProject\SparkClient\obj\Debug\net8.0-windows\App.g.cs
-F:\MyProject\SparkClient\obj\Debug\net8.0-windows\SparkClient_MarkupCompile.cache
-F:\MyProject\SparkClient\obj\Debug\net8.0-windows\SparkClient_MarkupCompile.lref
-F:\MyProject\SparkClient\obj\Debug\net8.0-windows\App.baml
-F:\MyProject\SparkClient\obj\Debug\net8.0-windows\SparkClient.g.resources
-F:\MyProject\SparkClient\obj\Debug\net8.0-windows\SparkClient.GeneratedMSBuildEditorConfig.editorconfig
-F:\MyProject\SparkClient\obj\Debug\net8.0-windows\SparkClient.AssemblyInfoInputs.cache
-F:\MyProject\SparkClient\obj\Debug\net8.0-windows\SparkClient.AssemblyInfo.cs
-F:\MyProject\SparkClient\obj\Debug\net8.0-windows\SparkClient.csproj.CoreCompileInputs.cache
-F:\MyProject\SparkClient\obj\Debug\net8.0-windows\SparkCli.BE712714.Up2Date
-F:\MyProject\SparkClient\obj\Debug\net8.0-windows\SparkClient.dll
-F:\MyProject\SparkClient\obj\Debug\net8.0-windows\refint\SparkClient.dll
-F:\MyProject\SparkClient\obj\Debug\net8.0-windows\SparkClient.pdb
-F:\MyProject\SparkClient\obj\Debug\net8.0-windows\SparkClient.genruntimeconfig.cache
-F:\MyProject\SparkClient\obj\Debug\net8.0-windows\ref\SparkClient.dll
-F:\MyProject\SparkClient\obj\Debug\net8.0-windows\Views\BaseWindow\BaseControl.baml
-F:\MyProject\SparkClient\obj\Debug\net8.0-windows\Views\BaseWindow\BaseControl.g.cs
-F:\MyProject\SparkClient\obj\Debug\net8.0-windows\Views\BaseWindow\HomeWindow.g.cs
-F:\MyProject\SparkClient\obj\Debug\net8.0-windows\Views\BaseWindow\HomeWindow.baml
-F:\MyProject\SparkClient\bin\Debug\net8.0-windows\log4net.config
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\SparkClient.exe
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\log4net.config
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\SparkClient.deps.json
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\SparkClient.runtimeconfig.json
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\SparkClient.dll
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\SparkClient.pdb
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\CommunityToolkit.Mvvm.dll
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\HandyControl.dll
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\log4net.dll
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\Microsoft.Data.Sqlite.dll
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\Newtonsoft.Json.dll
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\SQLitePCLRaw.batteries_v2.dll
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\SQLitePCLRaw.core.dll
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\SQLitePCLRaw.provider.e_sqlcipher.dll
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\SQLitePCLRaw.provider.e_sqlite3.dll
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\en\HandyControl.resources.dll
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\zh-CN\HandyControl.resources.dll
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\runtimes\browser-wasm\nativeassets\net8.0\e_sqlcipher.a
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-arm\native\libe_sqlcipher.so
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-arm64\native\libe_sqlcipher.so
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-armel\native\libe_sqlcipher.so
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-mips64\native\libe_sqlcipher.so
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-musl-arm\native\libe_sqlcipher.so
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-musl-arm64\native\libe_sqlcipher.so
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-musl-s390x\native\libe_sqlcipher.so
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-musl-x64\native\libe_sqlcipher.so
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-ppc64le\native\libe_sqlcipher.so
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-s390x\native\libe_sqlcipher.so
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-x64\native\libe_sqlcipher.so
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-x86\native\libe_sqlcipher.so
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\runtimes\maccatalyst-arm64\native\libe_sqlcipher.dylib
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\runtimes\maccatalyst-x64\native\libe_sqlcipher.dylib
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\runtimes\osx-arm64\native\libe_sqlcipher.dylib
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\runtimes\osx-x64\native\libe_sqlcipher.dylib
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\runtimes\win-arm\native\e_sqlcipher.dll
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\runtimes\win-arm64\native\e_sqlcipher.dll
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\runtimes\win-x64\native\e_sqlcipher.dll
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\runtimes\win-x86\native\e_sqlcipher.dll
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\runtimes\browser-wasm\nativeassets\net8.0\e_sqlite3.a
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-arm\native\libe_sqlite3.so
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-arm64\native\libe_sqlite3.so
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-armel\native\libe_sqlite3.so
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-mips64\native\libe_sqlite3.so
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-musl-arm\native\libe_sqlite3.so
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-musl-arm64\native\libe_sqlite3.so
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-musl-s390x\native\libe_sqlite3.so
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-musl-x64\native\libe_sqlite3.so
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-ppc64le\native\libe_sqlite3.so
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-s390x\native\libe_sqlite3.so
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-x64\native\libe_sqlite3.so
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-x86\native\libe_sqlite3.so
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\runtimes\maccatalyst-arm64\native\libe_sqlite3.dylib
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\runtimes\maccatalyst-x64\native\libe_sqlite3.dylib
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\runtimes\osx-arm64\native\libe_sqlite3.dylib
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\runtimes\osx-x64\native\libe_sqlite3.dylib
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\runtimes\win-arm\native\e_sqlite3.dll
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\runtimes\win-arm64\native\e_sqlite3.dll
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\runtimes\win-x64\native\e_sqlite3.dll
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\runtimes\win-x86\native\e_sqlite3.dll
-F:\WorkSpace\Rider\SparkClient\obj\Debug\net8.0-windows\SparkClient.csproj.AssemblyReference.cache
-F:\WorkSpace\Rider\SparkClient\obj\Debug\net8.0-windows\Language\en_US.baml
-F:\WorkSpace\Rider\SparkClient\obj\Debug\net8.0-windows\Language\zh_CN.baml
-F:\WorkSpace\Rider\SparkClient\obj\Debug\net8.0-windows\Views\BaseWindow\BaseControl.baml
-F:\WorkSpace\Rider\SparkClient\obj\Debug\net8.0-windows\MainWindow.g.cs
-F:\WorkSpace\Rider\SparkClient\obj\Debug\net8.0-windows\Views\BaseWindow\BaseControl.g.cs
-F:\WorkSpace\Rider\SparkClient\obj\Debug\net8.0-windows\Views\BaseWindow\HomeWindow.g.cs
-F:\WorkSpace\Rider\SparkClient\obj\Debug\net8.0-windows\Views\Configuration\AlgorithmConfigPage.g.cs
-F:\WorkSpace\Rider\SparkClient\obj\Debug\net8.0-windows\Views\Configuration\ConfigMenuPage.g.cs
-F:\WorkSpace\Rider\SparkClient\obj\Debug\net8.0-windows\Views\Configuration\CutConfigPage.g.cs
-F:\WorkSpace\Rider\SparkClient\obj\Debug\net8.0-windows\Views\Configuration\LevelConfigPage.g.cs
-F:\WorkSpace\Rider\SparkClient\obj\Debug\net8.0-windows\Views\Grading\DiamondSelect.g.cs
-F:\WorkSpace\Rider\SparkClient\obj\Debug\net8.0-windows\Views\Grading\GradingResult.g.cs
-F:\WorkSpace\Rider\SparkClient\obj\Debug\net8.0-windows\Views\HelperPage.g.cs
-F:\WorkSpace\Rider\SparkClient\obj\Debug\net8.0-windows\App.g.cs
-F:\WorkSpace\Rider\SparkClient\obj\Debug\net8.0-windows\GeneratedInternalTypeHelper.g.cs
-F:\WorkSpace\Rider\SparkClient\obj\Debug\net8.0-windows\SparkClient_MarkupCompile.cache
-F:\WorkSpace\Rider\SparkClient\obj\Debug\net8.0-windows\SparkClient_MarkupCompile.lref
-F:\WorkSpace\Rider\SparkClient\obj\Debug\net8.0-windows\App.baml
-F:\WorkSpace\Rider\SparkClient\obj\Debug\net8.0-windows\MainWindow.baml
-F:\WorkSpace\Rider\SparkClient\obj\Debug\net8.0-windows\Views\BaseWindow\HomeWindow.baml
-F:\WorkSpace\Rider\SparkClient\obj\Debug\net8.0-windows\Views\Configuration\AlgorithmConfigPage.baml
-F:\WorkSpace\Rider\SparkClient\obj\Debug\net8.0-windows\Views\Configuration\ConfigMenuPage.baml
-F:\WorkSpace\Rider\SparkClient\obj\Debug\net8.0-windows\Views\Configuration\CutConfigPage.baml
-F:\WorkSpace\Rider\SparkClient\obj\Debug\net8.0-windows\Views\Configuration\LevelConfigPage.baml
-F:\WorkSpace\Rider\SparkClient\obj\Debug\net8.0-windows\Views\Grading\DiamondSelect.baml
-F:\WorkSpace\Rider\SparkClient\obj\Debug\net8.0-windows\Views\Grading\GradingResult.baml
-F:\WorkSpace\Rider\SparkClient\obj\Debug\net8.0-windows\Views\HelperPage.baml
-F:\WorkSpace\Rider\SparkClient\obj\Debug\net8.0-windows\SparkClient.g.resources
-F:\WorkSpace\Rider\SparkClient\obj\Debug\net8.0-windows\SparkClient.GeneratedMSBuildEditorConfig.editorconfig
-F:\WorkSpace\Rider\SparkClient\obj\Debug\net8.0-windows\SparkClient.AssemblyInfoInputs.cache
-F:\WorkSpace\Rider\SparkClient\obj\Debug\net8.0-windows\SparkClient.AssemblyInfo.cs
-F:\WorkSpace\Rider\SparkClient\obj\Debug\net8.0-windows\SparkClient.csproj.CoreCompileInputs.cache
-F:\WorkSpace\Rider\SparkClient\obj\Debug\net8.0-windows\SparkCli.BE712714.Up2Date
-F:\WorkSpace\Rider\SparkClient\obj\Debug\net8.0-windows\SparkClient.dll
-F:\WorkSpace\Rider\SparkClient\obj\Debug\net8.0-windows\refint\SparkClient.dll
-F:\WorkSpace\Rider\SparkClient\obj\Debug\net8.0-windows\SparkClient.pdb
-F:\WorkSpace\Rider\SparkClient\obj\Debug\net8.0-windows\SparkClient.genruntimeconfig.cache
-F:\WorkSpace\Rider\SparkClient\obj\Debug\net8.0-windows\ref\SparkClient.dll
-F:\WorkSpace\Rider\SparkClient\obj\Debug\net8.0-windows\SparkClient_Content.g.cs
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\runtimes\win-x86\native\WebView2Loader.dll
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\runtimes\win-x64\native\WebView2Loader.dll
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\runtimes\win-arm64\native\WebView2Loader.dll
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\Microsoft.Web.WebView2.Core.dll
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\Microsoft.Web.WebView2.WinForms.dll
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\Microsoft.Web.WebView2.Wpf.dll
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\Microsoft.Web.WebView2.Core.xml
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\Microsoft.Web.WebView2.WinForms.xml
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\Microsoft.Web.WebView2.Wpf.xml
-F:\WorkSpace\Rider\SparkClient\bin\Debug\net8.0-windows\Resource\Document\Helper.pdf
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\runtimes\win-x86\native\WebView2Loader.dll
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\runtimes\win-x64\native\WebView2Loader.dll
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\runtimes\win-arm64\native\WebView2Loader.dll
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\SparkClient.exe
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\Resource\Document\Helper.pdf
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\log4net.config
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\SparkClient.deps.json
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\SparkClient.runtimeconfig.json
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\SparkClient.dll
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\SparkClient.pdb
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\CommunityToolkit.Mvvm.dll
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\HandyControl.dll
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\log4net.dll
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\Microsoft.Data.Sqlite.dll
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\Newtonsoft.Json.dll
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\SQLitePCLRaw.batteries_v2.dll
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\SQLitePCLRaw.core.dll
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\SQLitePCLRaw.provider.e_sqlcipher.dll
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\SQLitePCLRaw.provider.e_sqlite3.dll
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\en\HandyControl.resources.dll
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\zh-CN\HandyControl.resources.dll
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\runtimes\browser-wasm\nativeassets\net8.0\e_sqlcipher.a
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-arm\native\libe_sqlcipher.so
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-arm64\native\libe_sqlcipher.so
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-armel\native\libe_sqlcipher.so
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-mips64\native\libe_sqlcipher.so
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-musl-arm\native\libe_sqlcipher.so
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-musl-arm64\native\libe_sqlcipher.so
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-musl-s390x\native\libe_sqlcipher.so
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-musl-x64\native\libe_sqlcipher.so
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-ppc64le\native\libe_sqlcipher.so
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-s390x\native\libe_sqlcipher.so
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-x64\native\libe_sqlcipher.so
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-x86\native\libe_sqlcipher.so
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\runtimes\maccatalyst-arm64\native\libe_sqlcipher.dylib
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\runtimes\maccatalyst-x64\native\libe_sqlcipher.dylib
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\runtimes\osx-arm64\native\libe_sqlcipher.dylib
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\runtimes\osx-x64\native\libe_sqlcipher.dylib
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\runtimes\win-arm\native\e_sqlcipher.dll
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\runtimes\win-arm64\native\e_sqlcipher.dll
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\runtimes\win-x64\native\e_sqlcipher.dll
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\runtimes\win-x86\native\e_sqlcipher.dll
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\runtimes\browser-wasm\nativeassets\net8.0\e_sqlite3.a
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-arm\native\libe_sqlite3.so
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-arm64\native\libe_sqlite3.so
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-armel\native\libe_sqlite3.so
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-mips64\native\libe_sqlite3.so
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-musl-arm\native\libe_sqlite3.so
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-musl-arm64\native\libe_sqlite3.so
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-musl-s390x\native\libe_sqlite3.so
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-musl-x64\native\libe_sqlite3.so
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-ppc64le\native\libe_sqlite3.so
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-s390x\native\libe_sqlite3.so
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-x64\native\libe_sqlite3.so
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\runtimes\linux-x86\native\libe_sqlite3.so
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\runtimes\maccatalyst-arm64\native\libe_sqlite3.dylib
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\runtimes\maccatalyst-x64\native\libe_sqlite3.dylib
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\runtimes\osx-arm64\native\libe_sqlite3.dylib
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\runtimes\osx-x64\native\libe_sqlite3.dylib
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\runtimes\win-arm\native\e_sqlite3.dll
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\runtimes\win-arm64\native\e_sqlite3.dll
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\runtimes\win-x64\native\e_sqlite3.dll
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\runtimes\win-x86\native\e_sqlite3.dll
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\Microsoft.Web.WebView2.Core.dll
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\Microsoft.Web.WebView2.WinForms.dll
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\Microsoft.Web.WebView2.Wpf.dll
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\Microsoft.Web.WebView2.Core.xml
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\Microsoft.Web.WebView2.WinForms.xml
-D:\WorkSpace\spark\SparkClient\bin\Debug\net8.0-windows\Microsoft.Web.WebView2.Wpf.xml
-D:\WorkSpace\spark\SparkClient\obj\Debug\net8.0-windows\SparkClient.csproj.AssemblyReference.cache
-D:\WorkSpace\spark\SparkClient\obj\Debug\net8.0-windows\Language\en_US.baml
-D:\WorkSpace\spark\SparkClient\obj\Debug\net8.0-windows\Language\zh_CN.baml
-D:\WorkSpace\spark\SparkClient\obj\Debug\net8.0-windows\Views\BaseWindow\BaseControl.baml
-D:\WorkSpace\spark\SparkClient\obj\Debug\net8.0-windows\MainWindow.g.cs
-D:\WorkSpace\spark\SparkClient\obj\Debug\net8.0-windows\Views\BaseWindow\BaseControl.g.cs
-D:\WorkSpace\spark\SparkClient\obj\Debug\net8.0-windows\Views\BaseWindow\HomeWindow.g.cs
-D:\WorkSpace\spark\SparkClient\obj\Debug\net8.0-windows\Views\Configuration\AlgorithmConfigPage.g.cs
-D:\WorkSpace\spark\SparkClient\obj\Debug\net8.0-windows\Views\Configuration\ConfigMenuPage.g.cs
-D:\WorkSpace\spark\SparkClient\obj\Debug\net8.0-windows\Views\Configuration\CutConfigPage.g.cs
-D:\WorkSpace\spark\SparkClient\obj\Debug\net8.0-windows\Views\Configuration\LevelConfigPage.g.cs
-D:\WorkSpace\spark\SparkClient\obj\Debug\net8.0-windows\Views\Grading\DiamondSelect.g.cs
-D:\WorkSpace\spark\SparkClient\obj\Debug\net8.0-windows\Views\Grading\GradingResult.g.cs
-D:\WorkSpace\spark\SparkClient\obj\Debug\net8.0-windows\Views\HelperPage.g.cs
-D:\WorkSpace\spark\SparkClient\obj\Debug\net8.0-windows\App.g.cs
-D:\WorkSpace\spark\SparkClient\obj\Debug\net8.0-windows\SparkClient_Content.g.cs
-D:\WorkSpace\spark\SparkClient\obj\Debug\net8.0-windows\GeneratedInternalTypeHelper.g.cs
-D:\WorkSpace\spark\SparkClient\obj\Debug\net8.0-windows\SparkClient_MarkupCompile.cache
-D:\WorkSpace\spark\SparkClient\obj\Debug\net8.0-windows\SparkClient_MarkupCompile.lref
-D:\WorkSpace\spark\SparkClient\obj\Debug\net8.0-windows\App.baml
-D:\WorkSpace\spark\SparkClient\obj\Debug\net8.0-windows\MainWindow.baml
-D:\WorkSpace\spark\SparkClient\obj\Debug\net8.0-windows\Views\BaseWindow\HomeWindow.baml
-D:\WorkSpace\spark\SparkClient\obj\Debug\net8.0-windows\Views\Configuration\AlgorithmConfigPage.baml
-D:\WorkSpace\spark\SparkClient\obj\Debug\net8.0-windows\Views\Configuration\ConfigMenuPage.baml
-D:\WorkSpace\spark\SparkClient\obj\Debug\net8.0-windows\Views\Configuration\CutConfigPage.baml
-D:\WorkSpace\spark\SparkClient\obj\Debug\net8.0-windows\Views\Configuration\LevelConfigPage.baml
-D:\WorkSpace\spark\SparkClient\obj\Debug\net8.0-windows\Views\Grading\DiamondSelect.baml
-D:\WorkSpace\spark\SparkClient\obj\Debug\net8.0-windows\Views\Grading\GradingResult.baml
-D:\WorkSpace\spark\SparkClient\obj\Debug\net8.0-windows\Views\HelperPage.baml
-D:\WorkSpace\spark\SparkClient\obj\Debug\net8.0-windows\SparkClient.g.resources
-D:\WorkSpace\spark\SparkClient\obj\Debug\net8.0-windows\SparkClient.GeneratedMSBuildEditorConfig.editorconfig
-D:\WorkSpace\spark\SparkClient\obj\Debug\net8.0-windows\SparkClient.AssemblyInfoInputs.cache
-D:\WorkSpace\spark\SparkClient\obj\Debug\net8.0-windows\SparkClient.AssemblyInfo.cs
-D:\WorkSpace\spark\SparkClient\obj\Debug\net8.0-windows\SparkClient.csproj.CoreCompileInputs.cache
-D:\WorkSpace\spark\SparkClient\obj\Debug\net8.0-windows\SparkCli.BE712714.Up2Date
-D:\WorkSpace\spark\SparkClient\obj\Debug\net8.0-windows\SparkClient.dll
-D:\WorkSpace\spark\SparkClient\obj\Debug\net8.0-windows\refint\SparkClient.dll
-D:\WorkSpace\spark\SparkClient\obj\Debug\net8.0-windows\SparkClient.pdb
-D:\WorkSpace\spark\SparkClient\obj\Debug\net8.0-windows\SparkClient.genruntimeconfig.cache
-D:\WorkSpace\spark\SparkClient\obj\Debug\net8.0-windows\ref\SparkClient.dll
diff --git a/obj/Debug/net8.0-windows/SparkClient.designer.deps.json b/obj/Debug/net8.0-windows/SparkClient.designer.deps.json
deleted file mode 100644
index 8117824..0000000
--- a/obj/Debug/net8.0-windows/SparkClient.designer.deps.json
+++ /dev/null
@@ -1,43 +0,0 @@
-{
- "runtimeTarget": {
- "name": ".NETCoreApp,Version=v8.0",
- "signature": ""
- },
- "compilationOptions": {},
- "targets": {
- ".NETCoreApp,Version=v8.0": {
- "HandyControl/3.5.1": {
- "runtime": {
- "lib/net8.0/HandyControl.dll": {
- "assemblyVersion": "3.5.1.0",
- "fileVersion": "3.5.1.0"
- }
- }
- },
- "Newtonsoft.Json/13.0.3": {
- "runtime": {
- "lib/net6.0/Newtonsoft.Json.dll": {
- "assemblyVersion": "13.0.0.0",
- "fileVersion": "13.0.3.27908"
- }
- }
- }
- }
- },
- "libraries": {
- "HandyControl/3.5.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-i2i0xrLev7F1MFnhf0DP1CNCdGw8hVJ0HJrI0kxRv02ZJgaAzLzDTgAXDPY8GAoD3aYnBLSgM74lBHZ844KQnQ==",
- "path": "handycontrol/3.5.1",
- "hashPath": "handycontrol.3.5.1.nupkg.sha512"
- },
- "Newtonsoft.Json/13.0.3": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
- "path": "newtonsoft.json/13.0.3",
- "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512"
- }
- }
-}
\ No newline at end of file
diff --git a/obj/Debug/net8.0-windows/SparkClient.designer.runtimeconfig.json b/obj/Debug/net8.0-windows/SparkClient.designer.runtimeconfig.json
deleted file mode 100644
index a28b2af..0000000
--- a/obj/Debug/net8.0-windows/SparkClient.designer.runtimeconfig.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- "runtimeOptions": {
- "tfm": "net8.0",
- "frameworks": [
- {
- "name": "Microsoft.NETCore.App",
- "version": "8.0.0"
- },
- {
- "name": "Microsoft.WindowsDesktop.App",
- "version": "8.0.0"
- }
- ],
- "additionalProbingPaths": [
- "C:\\Users\\tongg\\.dotnet\\store\\|arch|\\|tfm|",
- "C:\\Users\\tongg\\.nuget\\packages"
- ],
- "configProperties": {
- "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": true,
- "Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
- }
- }
-}
\ No newline at end of file
diff --git a/obj/Debug/net8.0-windows/SparkClient_0meywvwu_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_0meywvwu_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_0meywvwu_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_0meywvwu_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_0meywvwu_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_0meywvwu_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_0meywvwu_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_0meywvwu_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index fe5d3c5..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_0meywvwu_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,14 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = 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 = SparkClient_0meywvwu_wpftmp
-build_property.ProjectDir = F:\MyProject\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_0meywvwu_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_0meywvwu_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_0meywvwu_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_0meywvwu_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_0meywvwu_wpftmp.assets.cache
deleted file mode 100644
index 69d65fa..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_0meywvwu_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_1deruhxv_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_1deruhxv_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_1deruhxv_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_1deruhxv_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_1deruhxv_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_1deruhxv_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_1deruhxv_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_1deruhxv_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 33fb4f9..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_1deruhxv_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,14 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = 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 = SparkClient_1deruhxv_wpftmp
-build_property.ProjectDir = F:\MyProject\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_1deruhxv_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_1deruhxv_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_1deruhxv_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_1deruhxv_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_1deruhxv_wpftmp.assets.cache
deleted file mode 100644
index 727be2c..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_1deruhxv_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_2331sxxp_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_2331sxxp_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_2331sxxp_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_2331sxxp_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_2331sxxp_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_2331sxxp_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_2331sxxp_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_2331sxxp_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 9e3b17d..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_2331sxxp_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,14 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = 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 = SparkClient_2331sxxp_wpftmp
-build_property.ProjectDir = F:\MyProject\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_2331sxxp_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_2331sxxp_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_2331sxxp_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_2331sxxp_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_2331sxxp_wpftmp.assets.cache
deleted file mode 100644
index 329641d..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_2331sxxp_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_2mtr4ddp_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_2mtr4ddp_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_2mtr4ddp_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_2mtr4ddp_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_2mtr4ddp_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_2mtr4ddp_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_2mtr4ddp_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_2mtr4ddp_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 1d4e761..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_2mtr4ddp_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,14 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = 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 = SparkClient_2mtr4ddp_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_2mtr4ddp_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_2mtr4ddp_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_2mtr4ddp_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_2mtr4ddp_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_2mtr4ddp_wpftmp.assets.cache
deleted file mode 100644
index 8fe5fa0..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_2mtr4ddp_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_32gxk5ro_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_32gxk5ro_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_32gxk5ro_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_32gxk5ro_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_32gxk5ro_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_32gxk5ro_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_32gxk5ro_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_32gxk5ro_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 7a9a162..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_32gxk5ro_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-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 = SparkClient_32gxk5ro_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_32gxk5ro_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_32gxk5ro_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_32gxk5ro_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_32gxk5ro_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_32gxk5ro_wpftmp.assets.cache
deleted file mode 100644
index dc8faee..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_32gxk5ro_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_330kqfrd_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_330kqfrd_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_330kqfrd_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_330kqfrd_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_330kqfrd_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_330kqfrd_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_330kqfrd_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_330kqfrd_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 8c7e681..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_330kqfrd_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,14 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = 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 = SparkClient_330kqfrd_wpftmp
-build_property.ProjectDir = F:\MyProject\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_330kqfrd_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_330kqfrd_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_330kqfrd_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_330kqfrd_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_330kqfrd_wpftmp.assets.cache
deleted file mode 100644
index 44909aa..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_330kqfrd_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_3ll4ihov_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_3ll4ihov_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_3ll4ihov_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_3ll4ihov_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_3ll4ihov_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_3ll4ihov_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_3ll4ihov_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_3ll4ihov_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index bc38085..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_3ll4ihov_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-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 = SparkClient_3ll4ihov_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_3ll4ihov_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_3ll4ihov_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_3ll4ihov_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_3ll4ihov_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_3ll4ihov_wpftmp.assets.cache
deleted file mode 100644
index 8d7ad45..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_3ll4ihov_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_3nmmruea_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_3nmmruea_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_3nmmruea_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_3nmmruea_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_3nmmruea_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_3nmmruea_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_3nmmruea_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_3nmmruea_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 6fef1ca..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_3nmmruea_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,14 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = 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 = SparkClient_3nmmruea_wpftmp
-build_property.ProjectDir = F:\MyProject\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_3nmmruea_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_3nmmruea_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_3nmmruea_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_3nmmruea_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_3nmmruea_wpftmp.assets.cache
deleted file mode 100644
index 875cd76..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_3nmmruea_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_3v5j5412_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_3v5j5412_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_3v5j5412_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_3v5j5412_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_3v5j5412_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_3v5j5412_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_3v5j5412_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_3v5j5412_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 91b18f1..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_3v5j5412_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,14 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = 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 = SparkClient_3v5j5412_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_3v5j5412_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_3v5j5412_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_3v5j5412_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_3v5j5412_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_3v5j5412_wpftmp.assets.cache
deleted file mode 100644
index f5c7b24..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_3v5j5412_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_3xuzcbtn_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_3xuzcbtn_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_3xuzcbtn_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_3xuzcbtn_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_3xuzcbtn_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_3xuzcbtn_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_3xuzcbtn_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_3xuzcbtn_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index b1f30cb..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_3xuzcbtn_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-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 = SparkClient_3xuzcbtn_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_3xuzcbtn_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_3xuzcbtn_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_3xuzcbtn_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_3xuzcbtn_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_3xuzcbtn_wpftmp.assets.cache
deleted file mode 100644
index 1faa446..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_3xuzcbtn_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_4agzz1oz_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_4agzz1oz_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_4agzz1oz_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_4agzz1oz_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_4agzz1oz_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_4agzz1oz_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_4agzz1oz_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_4agzz1oz_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index c4837e2..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_4agzz1oz_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-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 = SparkClient_4agzz1oz_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_4agzz1oz_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_4agzz1oz_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_4agzz1oz_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_4agzz1oz_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_4agzz1oz_wpftmp.assets.cache
deleted file mode 100644
index 42a2000..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_4agzz1oz_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_4e2kdwji_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_4e2kdwji_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_4e2kdwji_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_4e2kdwji_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_4e2kdwji_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_4e2kdwji_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_4e2kdwji_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_4e2kdwji_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 61e6a71..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_4e2kdwji_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,14 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = 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 = SparkClient_4e2kdwji_wpftmp
-build_property.ProjectDir = F:\MyProject\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_4e2kdwji_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_4e2kdwji_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_4e2kdwji_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_4e2kdwji_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_4e2kdwji_wpftmp.assets.cache
deleted file mode 100644
index c95daee..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_4e2kdwji_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_4yj2mas0_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_4yj2mas0_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_4yj2mas0_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_4yj2mas0_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_4yj2mas0_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_4yj2mas0_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_4yj2mas0_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_4yj2mas0_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 24f11a9..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_4yj2mas0_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-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 = SparkClient_4yj2mas0_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_4yj2mas0_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_4yj2mas0_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_4yj2mas0_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_4yj2mas0_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_4yj2mas0_wpftmp.assets.cache
deleted file mode 100644
index d58d5e4..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_4yj2mas0_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_4yqeykau_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_4yqeykau_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_4yqeykau_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_4yqeykau_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_4yqeykau_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_4yqeykau_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_4yqeykau_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_4yqeykau_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 7c2d25c..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_4yqeykau_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,14 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = 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 = SparkClient_4yqeykau_wpftmp
-build_property.ProjectDir = F:\MyProject\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_4yqeykau_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_4yqeykau_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_4yqeykau_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_4yqeykau_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_4yqeykau_wpftmp.assets.cache
deleted file mode 100644
index ef666e4..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_4yqeykau_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_50fzxp4o_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_50fzxp4o_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_50fzxp4o_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_50fzxp4o_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_50fzxp4o_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_50fzxp4o_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_50fzxp4o_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_50fzxp4o_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 530517c..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_50fzxp4o_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-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 = SparkClient_50fzxp4o_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_50fzxp4o_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_50fzxp4o_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_50fzxp4o_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_50fzxp4o_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_50fzxp4o_wpftmp.assets.cache
deleted file mode 100644
index 0931116..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_50fzxp4o_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_55za4ixk_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_55za4ixk_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_55za4ixk_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_55za4ixk_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_55za4ixk_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_55za4ixk_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_55za4ixk_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_55za4ixk_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index d21daa3..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_55za4ixk_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,14 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = 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 = SparkClient_55za4ixk_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_55za4ixk_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_55za4ixk_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_55za4ixk_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_55za4ixk_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_55za4ixk_wpftmp.assets.cache
deleted file mode 100644
index 8311bae..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_55za4ixk_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_5otx2mar_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_5otx2mar_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_5otx2mar_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_5otx2mar_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_5otx2mar_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_5otx2mar_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_5otx2mar_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_5otx2mar_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 65b09df..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_5otx2mar_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-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 = SparkClient_5otx2mar_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_5otx2mar_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_5otx2mar_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_5otx2mar_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_5otx2mar_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_5otx2mar_wpftmp.assets.cache
deleted file mode 100644
index 2d52073..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_5otx2mar_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_5supuzkw_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_5supuzkw_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_5supuzkw_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_5supuzkw_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_5supuzkw_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_5supuzkw_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_5supuzkw_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_5supuzkw_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 994d204..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_5supuzkw_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-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 = SparkClient_5supuzkw_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_5supuzkw_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_5supuzkw_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_5supuzkw_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_5supuzkw_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_5supuzkw_wpftmp.assets.cache
deleted file mode 100644
index 07ff08c..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_5supuzkw_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_a4t5xiyy_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_a4t5xiyy_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_a4t5xiyy_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_a4t5xiyy_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_a4t5xiyy_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_a4t5xiyy_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_a4t5xiyy_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_a4t5xiyy_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 0bbd0c2..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_a4t5xiyy_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-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 = SparkClient_a4t5xiyy_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_a4t5xiyy_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_a4t5xiyy_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_a4t5xiyy_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_a4t5xiyy_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_a4t5xiyy_wpftmp.assets.cache
deleted file mode 100644
index c35b5aa..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_a4t5xiyy_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_bmusilvl_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_bmusilvl_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_bmusilvl_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_bmusilvl_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_bmusilvl_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_bmusilvl_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_bmusilvl_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_bmusilvl_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index cb8f44d..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_bmusilvl_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,14 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = 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 = SparkClient_bmusilvl_wpftmp
-build_property.ProjectDir = F:\MyProject\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_bmusilvl_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_bmusilvl_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_bmusilvl_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_bmusilvl_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_bmusilvl_wpftmp.assets.cache
deleted file mode 100644
index 46bd78b..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_bmusilvl_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_cex34qmz_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_cex34qmz_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_cex34qmz_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_cex34qmz_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_cex34qmz_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_cex34qmz_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_cex34qmz_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_cex34qmz_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2a4ab36..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_cex34qmz_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-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 = SparkClient_cex34qmz_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_cex34qmz_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_cex34qmz_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_cex34qmz_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_cex34qmz_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_cex34qmz_wpftmp.assets.cache
deleted file mode 100644
index 576a2b4..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_cex34qmz_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_cfgrsvps_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_cfgrsvps_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_cfgrsvps_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_cfgrsvps_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_cfgrsvps_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_cfgrsvps_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_cfgrsvps_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_cfgrsvps_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 8f34385..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_cfgrsvps_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-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 = SparkClient_cfgrsvps_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_cfgrsvps_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_cfgrsvps_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_cfgrsvps_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_cfgrsvps_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_cfgrsvps_wpftmp.assets.cache
deleted file mode 100644
index c8fe1e8..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_cfgrsvps_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_chadayd2_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_chadayd2_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_chadayd2_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_chadayd2_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_chadayd2_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_chadayd2_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_chadayd2_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_chadayd2_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 6002221..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_chadayd2_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-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 = SparkClient_chadayd2_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_chadayd2_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_chadayd2_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_chadayd2_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_chadayd2_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_chadayd2_wpftmp.assets.cache
deleted file mode 100644
index ade75ec..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_chadayd2_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_cigcxd1n_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_cigcxd1n_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_cigcxd1n_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_cigcxd1n_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_cigcxd1n_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_cigcxd1n_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_cigcxd1n_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_cigcxd1n_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index d6d548f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_cigcxd1n_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,14 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = 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 = SparkClient_cigcxd1n_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_cigcxd1n_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_cigcxd1n_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_cigcxd1n_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_cigcxd1n_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_cigcxd1n_wpftmp.assets.cache
deleted file mode 100644
index 945952a..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_cigcxd1n_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_ckgoz4dt_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_ckgoz4dt_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_ckgoz4dt_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_ckgoz4dt_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_ckgoz4dt_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_ckgoz4dt_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_ckgoz4dt_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_ckgoz4dt_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 8c970a9..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_ckgoz4dt_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,14 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = 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 = SparkClient_ckgoz4dt_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_ckgoz4dt_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_ckgoz4dt_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_ckgoz4dt_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_ckgoz4dt_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_ckgoz4dt_wpftmp.assets.cache
deleted file mode 100644
index be3e052..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_ckgoz4dt_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_cpnnfihf_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_cpnnfihf_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_cpnnfihf_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_cpnnfihf_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_cpnnfihf_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_cpnnfihf_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_cpnnfihf_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_cpnnfihf_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index fff343d..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_cpnnfihf_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,14 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = 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 = SparkClient_cpnnfihf_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_cpnnfihf_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_cpnnfihf_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_cpnnfihf_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_cpnnfihf_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_cpnnfihf_wpftmp.assets.cache
deleted file mode 100644
index feca2ba..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_cpnnfihf_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_dbmolmxf_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_dbmolmxf_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_dbmolmxf_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_dbmolmxf_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_dbmolmxf_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_dbmolmxf_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_dbmolmxf_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_dbmolmxf_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 8d71b04..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_dbmolmxf_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,14 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = 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 = SparkClient_dbmolmxf_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_dbmolmxf_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_dbmolmxf_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_dbmolmxf_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_dbmolmxf_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_dbmolmxf_wpftmp.assets.cache
deleted file mode 100644
index 2f2261e..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_dbmolmxf_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_dyhb1y5s_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_dyhb1y5s_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_dyhb1y5s_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_dyhb1y5s_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_dyhb1y5s_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_dyhb1y5s_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_dyhb1y5s_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_dyhb1y5s_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index bc26a22..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_dyhb1y5s_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,14 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = 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 = SparkClient_dyhb1y5s_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_dyhb1y5s_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_dyhb1y5s_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_dyhb1y5s_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_dyhb1y5s_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_dyhb1y5s_wpftmp.assets.cache
deleted file mode 100644
index 8d6e3e5..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_dyhb1y5s_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_eahzr4tj_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_eahzr4tj_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_eahzr4tj_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_eahzr4tj_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_eahzr4tj_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_eahzr4tj_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_eahzr4tj_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_eahzr4tj_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 1e7d4a7..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_eahzr4tj_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,14 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = 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 = SparkClient_eahzr4tj_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_eahzr4tj_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_eahzr4tj_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_eahzr4tj_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_eahzr4tj_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_eahzr4tj_wpftmp.assets.cache
deleted file mode 100644
index 94d157a..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_eahzr4tj_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_eg015bz4_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_eg015bz4_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_eg015bz4_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_eg015bz4_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_eg015bz4_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_eg015bz4_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_eg015bz4_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_eg015bz4_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 3b933a9..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_eg015bz4_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,14 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = 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 = SparkClient_eg015bz4_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_eg015bz4_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_eg015bz4_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_eg015bz4_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_eg015bz4_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_eg015bz4_wpftmp.assets.cache
deleted file mode 100644
index 3982b92..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_eg015bz4_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_ejuyjzc5_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_ejuyjzc5_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_ejuyjzc5_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_ejuyjzc5_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_ejuyjzc5_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_ejuyjzc5_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_ejuyjzc5_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_ejuyjzc5_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 162f94d..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_ejuyjzc5_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-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 = SparkClient_ejuyjzc5_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_ejuyjzc5_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_ejuyjzc5_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_ejuyjzc5_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_ejuyjzc5_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_ejuyjzc5_wpftmp.assets.cache
deleted file mode 100644
index 9760714..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_ejuyjzc5_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_el3r3zaq_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_el3r3zaq_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_el3r3zaq_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_el3r3zaq_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_el3r3zaq_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_el3r3zaq_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_el3r3zaq_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_el3r3zaq_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 741fa8e..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_el3r3zaq_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-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 = SparkClient_el3r3zaq_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_el3r3zaq_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_el3r3zaq_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_el3r3zaq_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_el3r3zaq_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_el3r3zaq_wpftmp.assets.cache
deleted file mode 100644
index 4119d3f..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_el3r3zaq_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_f14dzsff_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_f14dzsff_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_f14dzsff_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_f14dzsff_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_f14dzsff_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_f14dzsff_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_f14dzsff_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_f14dzsff_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 03111bc..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_f14dzsff_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,14 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = 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 = SparkClient_f14dzsff_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_f14dzsff_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_f14dzsff_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_f14dzsff_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_f14dzsff_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_f14dzsff_wpftmp.assets.cache
deleted file mode 100644
index 92e99e9..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_f14dzsff_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_f2yfpxba_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_f2yfpxba_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_f2yfpxba_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_f2yfpxba_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_f2yfpxba_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_f2yfpxba_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_f2yfpxba_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_f2yfpxba_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index ff14b93..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_f2yfpxba_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,14 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = 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 = SparkClient_f2yfpxba_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_f2yfpxba_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_f2yfpxba_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_f2yfpxba_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_f2yfpxba_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_f2yfpxba_wpftmp.assets.cache
deleted file mode 100644
index 42f2a8e..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_f2yfpxba_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_ffdaxiz5_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_ffdaxiz5_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_ffdaxiz5_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_ffdaxiz5_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_ffdaxiz5_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_ffdaxiz5_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_ffdaxiz5_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_ffdaxiz5_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index fae4aef..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_ffdaxiz5_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-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 = SparkClient_ffdaxiz5_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_ffdaxiz5_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_ffdaxiz5_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_ffdaxiz5_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_ffdaxiz5_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_ffdaxiz5_wpftmp.assets.cache
deleted file mode 100644
index f9bbba8..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_ffdaxiz5_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_g0nh0kbf_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_g0nh0kbf_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_g0nh0kbf_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_g0nh0kbf_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_g0nh0kbf_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_g0nh0kbf_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_g0nh0kbf_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_g0nh0kbf_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 740dea7..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_g0nh0kbf_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-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 = SparkClient_g0nh0kbf_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_g0nh0kbf_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_g0nh0kbf_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_g0nh0kbf_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_g0nh0kbf_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_g0nh0kbf_wpftmp.assets.cache
deleted file mode 100644
index c785b54..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_g0nh0kbf_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_geho2bsi_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_geho2bsi_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_geho2bsi_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_geho2bsi_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_geho2bsi_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_geho2bsi_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_geho2bsi_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_geho2bsi_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index fc087cb..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_geho2bsi_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-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 = SparkClient_geho2bsi_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_geho2bsi_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_geho2bsi_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_geho2bsi_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_geho2bsi_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_geho2bsi_wpftmp.assets.cache
deleted file mode 100644
index f0151d4..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_geho2bsi_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_gnb0ktvz_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_gnb0ktvz_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_gnb0ktvz_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_gnb0ktvz_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_gnb0ktvz_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_gnb0ktvz_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_gnb0ktvz_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_gnb0ktvz_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index e998341..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_gnb0ktvz_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,14 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = 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 = SparkClient_gnb0ktvz_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_gnb0ktvz_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_gnb0ktvz_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_gnb0ktvz_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_gnb0ktvz_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_gnb0ktvz_wpftmp.assets.cache
deleted file mode 100644
index 7432ec2..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_gnb0ktvz_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_guomqv0b_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_guomqv0b_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_guomqv0b_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_guomqv0b_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_guomqv0b_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_guomqv0b_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_guomqv0b_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_guomqv0b_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index a3a5efd..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_guomqv0b_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-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 = SparkClient_guomqv0b_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_guomqv0b_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_guomqv0b_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_guomqv0b_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_guomqv0b_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_guomqv0b_wpftmp.assets.cache
deleted file mode 100644
index 05be6bf..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_guomqv0b_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_hhs3mh1t_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_hhs3mh1t_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_hhs3mh1t_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_hhs3mh1t_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_hhs3mh1t_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_hhs3mh1t_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_hhs3mh1t_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_hhs3mh1t_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index fef9fde..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_hhs3mh1t_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-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 = SparkClient_hhs3mh1t_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_hhs3mh1t_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_hhs3mh1t_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_hhs3mh1t_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_hhs3mh1t_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_hhs3mh1t_wpftmp.assets.cache
deleted file mode 100644
index 899bc11..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_hhs3mh1t_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_hzr5cwu2_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_hzr5cwu2_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_hzr5cwu2_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_hzr5cwu2_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_hzr5cwu2_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_hzr5cwu2_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_hzr5cwu2_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_hzr5cwu2_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index d9ce057..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_hzr5cwu2_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-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 = SparkClient_hzr5cwu2_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_hzr5cwu2_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_hzr5cwu2_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_hzr5cwu2_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_hzr5cwu2_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_hzr5cwu2_wpftmp.assets.cache
deleted file mode 100644
index e46dbc4..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_hzr5cwu2_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_i14fgpf0_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_i14fgpf0_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_i14fgpf0_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_i14fgpf0_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_i14fgpf0_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_i14fgpf0_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_i14fgpf0_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_i14fgpf0_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index e162c51..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_i14fgpf0_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-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 = SparkClient_i14fgpf0_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_i14fgpf0_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_i14fgpf0_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_i14fgpf0_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_i14fgpf0_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_i14fgpf0_wpftmp.assets.cache
deleted file mode 100644
index 06ad710..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_i14fgpf0_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_ib31f0cu_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_ib31f0cu_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_ib31f0cu_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_ib31f0cu_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_ib31f0cu_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_ib31f0cu_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_ib31f0cu_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_ib31f0cu_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index caa346d..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_ib31f0cu_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-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 = SparkClient_ib31f0cu_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_ib31f0cu_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_ib31f0cu_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_ib31f0cu_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_ib31f0cu_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_ib31f0cu_wpftmp.assets.cache
deleted file mode 100644
index dfa1926..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_ib31f0cu_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_j0kzhuhu_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_j0kzhuhu_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_j0kzhuhu_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_j0kzhuhu_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_j0kzhuhu_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_j0kzhuhu_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_j0kzhuhu_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_j0kzhuhu_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 19bc970..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_j0kzhuhu_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-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 = SparkClient_j0kzhuhu_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_j0kzhuhu_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_j0kzhuhu_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_j0kzhuhu_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_j0kzhuhu_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_j0kzhuhu_wpftmp.assets.cache
deleted file mode 100644
index 6b54fcf..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_j0kzhuhu_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_jmyui2tj_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_jmyui2tj_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 0388ee2..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_jmyui2tj_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_jmyui2tj_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_jmyui2tj_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_jmyui2tj_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_jmyui2tj_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_jmyui2tj_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index af5a468..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_jmyui2tj_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,14 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = 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 = SparkClient_jmyui2tj_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_jmyui2tj_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_jmyui2tj_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_jmyui2tj_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_jmyui2tj_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_jmyui2tj_wpftmp.assets.cache
deleted file mode 100644
index cb47970..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_jmyui2tj_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_jmyui2tj_wpftmp.csproj.BuildWithSkipAnalyzers b/obj/Debug/net8.0-windows/SparkClient_jmyui2tj_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/obj/Debug/net8.0-windows/SparkClient_ki41vjwr_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_ki41vjwr_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_ki41vjwr_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_ki41vjwr_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_ki41vjwr_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_ki41vjwr_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_ki41vjwr_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_ki41vjwr_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index d84b863..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_ki41vjwr_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,14 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = 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 = SparkClient_ki41vjwr_wpftmp
-build_property.ProjectDir = F:\MyProject\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_ki41vjwr_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_ki41vjwr_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_ki41vjwr_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_ki41vjwr_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_ki41vjwr_wpftmp.assets.cache
deleted file mode 100644
index e382570..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_ki41vjwr_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_kjrkkfxs_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_kjrkkfxs_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_kjrkkfxs_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_kjrkkfxs_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_kjrkkfxs_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_kjrkkfxs_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_kjrkkfxs_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_kjrkkfxs_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 6885d88..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_kjrkkfxs_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,14 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = 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 = SparkClient_kjrkkfxs_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_kjrkkfxs_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_kjrkkfxs_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_kjrkkfxs_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_kjrkkfxs_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_kjrkkfxs_wpftmp.assets.cache
deleted file mode 100644
index ac6d246..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_kjrkkfxs_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_ktuzcdtc_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_ktuzcdtc_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_ktuzcdtc_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_ktuzcdtc_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_ktuzcdtc_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_ktuzcdtc_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_ktuzcdtc_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_ktuzcdtc_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index aaeea72..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_ktuzcdtc_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-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 = SparkClient_ktuzcdtc_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_ktuzcdtc_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_ktuzcdtc_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_ktuzcdtc_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_ktuzcdtc_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_ktuzcdtc_wpftmp.assets.cache
deleted file mode 100644
index f736da1..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_ktuzcdtc_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_m0ewvvtq_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_m0ewvvtq_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_m0ewvvtq_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_m0ewvvtq_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_m0ewvvtq_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_m0ewvvtq_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_m0ewvvtq_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_m0ewvvtq_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 3f4f1b1..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_m0ewvvtq_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,14 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = 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 = SparkClient_m0ewvvtq_wpftmp
-build_property.ProjectDir = F:\MyProject\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_m0ewvvtq_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_m0ewvvtq_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_m0ewvvtq_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_m0ewvvtq_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_m0ewvvtq_wpftmp.assets.cache
deleted file mode 100644
index e2028ce..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_m0ewvvtq_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_mgodyhqw_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_mgodyhqw_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_mgodyhqw_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_mgodyhqw_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_mgodyhqw_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_mgodyhqw_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_mgodyhqw_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_mgodyhqw_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 0023237..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_mgodyhqw_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-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 = SparkClient_mgodyhqw_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_mgodyhqw_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_mgodyhqw_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_mgodyhqw_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_mgodyhqw_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_mgodyhqw_wpftmp.assets.cache
deleted file mode 100644
index 988ad42..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_mgodyhqw_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_mqeeim1i_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_mqeeim1i_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_mqeeim1i_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_mqeeim1i_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_mqeeim1i_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_mqeeim1i_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_mqeeim1i_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_mqeeim1i_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index e8bfae4..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_mqeeim1i_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,14 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = 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 = SparkClient_mqeeim1i_wpftmp
-build_property.ProjectDir = F:\MyProject\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_mqeeim1i_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_mqeeim1i_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_mqeeim1i_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_mqeeim1i_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_mqeeim1i_wpftmp.assets.cache
deleted file mode 100644
index 6fb0fa6..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_mqeeim1i_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_mz1ywvx4_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_mz1ywvx4_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_mz1ywvx4_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_mz1ywvx4_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_mz1ywvx4_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_mz1ywvx4_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_mz1ywvx4_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_mz1ywvx4_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 734df8d..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_mz1ywvx4_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-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 = SparkClient_mz1ywvx4_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_mz1ywvx4_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_mz1ywvx4_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_mz1ywvx4_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_mz1ywvx4_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_mz1ywvx4_wpftmp.assets.cache
deleted file mode 100644
index 53fc4c2..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_mz1ywvx4_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_natq42cl_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_natq42cl_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_natq42cl_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_natq42cl_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_natq42cl_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_natq42cl_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_natq42cl_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_natq42cl_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 812374b..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_natq42cl_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,14 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = 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 = SparkClient_natq42cl_wpftmp
-build_property.ProjectDir = F:\MyProject\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_natq42cl_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_natq42cl_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_natq42cl_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_natq42cl_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_natq42cl_wpftmp.assets.cache
deleted file mode 100644
index 4f6e6e0..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_natq42cl_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_nmdn45ai_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_nmdn45ai_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_nmdn45ai_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_nmdn45ai_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_nmdn45ai_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_nmdn45ai_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_nmdn45ai_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_nmdn45ai_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index a99c295..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_nmdn45ai_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,14 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = 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 = SparkClient_nmdn45ai_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_nmdn45ai_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_nmdn45ai_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_nmdn45ai_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_nmdn45ai_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_nmdn45ai_wpftmp.assets.cache
deleted file mode 100644
index 74f75b2..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_nmdn45ai_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_nvy0alax_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_nvy0alax_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_nvy0alax_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_nvy0alax_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_nvy0alax_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_nvy0alax_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_nvy0alax_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_nvy0alax_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 0c137c4..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_nvy0alax_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-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 = SparkClient_nvy0alax_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_nvy0alax_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_nvy0alax_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_nvy0alax_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_nvy0alax_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_nvy0alax_wpftmp.assets.cache
deleted file mode 100644
index 72c48fa..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_nvy0alax_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_odv5ahyq_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_odv5ahyq_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_odv5ahyq_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_odv5ahyq_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_odv5ahyq_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_odv5ahyq_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_odv5ahyq_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_odv5ahyq_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index a1264ec..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_odv5ahyq_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,14 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = 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 = SparkClient_odv5ahyq_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_odv5ahyq_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_odv5ahyq_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_odv5ahyq_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_odv5ahyq_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_odv5ahyq_wpftmp.assets.cache
deleted file mode 100644
index b528efa..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_odv5ahyq_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_oecgxxvr_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_oecgxxvr_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_oecgxxvr_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_oecgxxvr_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_oecgxxvr_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_oecgxxvr_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_oecgxxvr_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_oecgxxvr_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index ca9e614..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_oecgxxvr_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,14 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = 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 = SparkClient_oecgxxvr_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_oecgxxvr_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_oecgxxvr_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_oecgxxvr_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_oecgxxvr_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_oecgxxvr_wpftmp.assets.cache
deleted file mode 100644
index a834506..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_oecgxxvr_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_p3eabbnq_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_p3eabbnq_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_p3eabbnq_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_p3eabbnq_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_p3eabbnq_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_p3eabbnq_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_p3eabbnq_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_p3eabbnq_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 1aa0996..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_p3eabbnq_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,14 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = 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 = SparkClient_p3eabbnq_wpftmp
-build_property.ProjectDir = F:\MyProject\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_p3eabbnq_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_p3eabbnq_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_p3eabbnq_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_p3eabbnq_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_p3eabbnq_wpftmp.assets.cache
deleted file mode 100644
index c303d95..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_p3eabbnq_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_p5psi1kf_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_p5psi1kf_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_p5psi1kf_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_p5psi1kf_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_p5psi1kf_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_p5psi1kf_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_p5psi1kf_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_p5psi1kf_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 1ea85f7..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_p5psi1kf_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-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 = SparkClient_p5psi1kf_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_p5psi1kf_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_p5psi1kf_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_p5psi1kf_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_p5psi1kf_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_p5psi1kf_wpftmp.assets.cache
deleted file mode 100644
index 3c8b0cf..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_p5psi1kf_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_pnj5ollw_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_pnj5ollw_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_pnj5ollw_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_pnj5ollw_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_pnj5ollw_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_pnj5ollw_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_pnj5ollw_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_pnj5ollw_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 40dfacf..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_pnj5ollw_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,14 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = 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 = SparkClient_pnj5ollw_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_pnj5ollw_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_pnj5ollw_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_pnj5ollw_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_pnj5ollw_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_pnj5ollw_wpftmp.assets.cache
deleted file mode 100644
index b03a1fb..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_pnj5ollw_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_pww4eeld_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_pww4eeld_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_pww4eeld_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_pww4eeld_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_pww4eeld_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_pww4eeld_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_pww4eeld_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_pww4eeld_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index ccc7063..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_pww4eeld_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,14 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = 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 = SparkClient_pww4eeld_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_pww4eeld_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_pww4eeld_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_pww4eeld_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_pww4eeld_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_pww4eeld_wpftmp.assets.cache
deleted file mode 100644
index ddf03a0..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_pww4eeld_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_qifbcpu0_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_qifbcpu0_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_qifbcpu0_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_qifbcpu0_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_qifbcpu0_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_qifbcpu0_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_qifbcpu0_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_qifbcpu0_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index e25e3c9..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_qifbcpu0_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,14 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = 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 = SparkClient_qifbcpu0_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_qifbcpu0_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_qifbcpu0_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_qifbcpu0_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_qifbcpu0_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_qifbcpu0_wpftmp.assets.cache
deleted file mode 100644
index 48fed43..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_qifbcpu0_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_qpniowhi_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_qpniowhi_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_qpniowhi_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_qpniowhi_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_qpniowhi_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_qpniowhi_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_qpniowhi_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_qpniowhi_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index b422c13..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_qpniowhi_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,14 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = 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 = SparkClient_qpniowhi_wpftmp
-build_property.ProjectDir = F:\MyProject\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_qpniowhi_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_qpniowhi_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_qpniowhi_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_qpniowhi_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_qpniowhi_wpftmp.assets.cache
deleted file mode 100644
index 8e79be3..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_qpniowhi_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_rdi2omff_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_rdi2omff_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_rdi2omff_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_rdi2omff_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_rdi2omff_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_rdi2omff_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_rdi2omff_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_rdi2omff_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index dfe6799..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_rdi2omff_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,14 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = 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 = SparkClient_rdi2omff_wpftmp
-build_property.ProjectDir = F:\MyProject\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_rdi2omff_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_rdi2omff_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_rdi2omff_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_rdi2omff_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_rdi2omff_wpftmp.assets.cache
deleted file mode 100644
index 58f4b87..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_rdi2omff_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_rlxncr04_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_rlxncr04_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_rlxncr04_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_rlxncr04_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_rlxncr04_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_rlxncr04_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_rlxncr04_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_rlxncr04_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 29dda62..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_rlxncr04_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-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 = SparkClient_rlxncr04_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_rlxncr04_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_rlxncr04_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_rlxncr04_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_rlxncr04_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_rlxncr04_wpftmp.assets.cache
deleted file mode 100644
index 9f0c5c6..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_rlxncr04_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_rm1zmvtr_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_rm1zmvtr_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_rm1zmvtr_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_rm1zmvtr_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_rm1zmvtr_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_rm1zmvtr_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_rm1zmvtr_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_rm1zmvtr_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 09e2347..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_rm1zmvtr_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-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 = SparkClient_rm1zmvtr_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_rm1zmvtr_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_rm1zmvtr_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_rm1zmvtr_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_rm1zmvtr_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_rm1zmvtr_wpftmp.assets.cache
deleted file mode 100644
index b1dea42..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_rm1zmvtr_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_rv5vgvfn_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_rv5vgvfn_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_rv5vgvfn_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_rv5vgvfn_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_rv5vgvfn_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_rv5vgvfn_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_rv5vgvfn_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_rv5vgvfn_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index e1e233b..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_rv5vgvfn_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-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 = SparkClient_rv5vgvfn_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_rv5vgvfn_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_rv5vgvfn_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_rv5vgvfn_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_rv5vgvfn_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_rv5vgvfn_wpftmp.assets.cache
deleted file mode 100644
index de24c23..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_rv5vgvfn_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_sf4ow3pv_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_sf4ow3pv_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_sf4ow3pv_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_sf4ow3pv_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_sf4ow3pv_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_sf4ow3pv_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_sf4ow3pv_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_sf4ow3pv_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 102d0dd..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_sf4ow3pv_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-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 = SparkClient_sf4ow3pv_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_sf4ow3pv_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_sf4ow3pv_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_sf4ow3pv_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_sf4ow3pv_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_sf4ow3pv_wpftmp.assets.cache
deleted file mode 100644
index 7b5d195..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_sf4ow3pv_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_shsapjy1_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_shsapjy1_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_shsapjy1_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_shsapjy1_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_shsapjy1_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_shsapjy1_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_shsapjy1_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_shsapjy1_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index c61aee9..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_shsapjy1_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-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 = SparkClient_shsapjy1_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_shsapjy1_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_shsapjy1_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_shsapjy1_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_shsapjy1_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_shsapjy1_wpftmp.assets.cache
deleted file mode 100644
index dcc9ef0..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_shsapjy1_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_sxzjcpfg_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_sxzjcpfg_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_sxzjcpfg_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_sxzjcpfg_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_sxzjcpfg_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_sxzjcpfg_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_sxzjcpfg_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_sxzjcpfg_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index ef63a53..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_sxzjcpfg_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,14 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = 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 = SparkClient_sxzjcpfg_wpftmp
-build_property.ProjectDir = F:\MyProject\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_sxzjcpfg_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_sxzjcpfg_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_sxzjcpfg_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_sxzjcpfg_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_sxzjcpfg_wpftmp.assets.cache
deleted file mode 100644
index 0b3dc61..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_sxzjcpfg_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_tin32fkr_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_tin32fkr_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_tin32fkr_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_tin32fkr_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_tin32fkr_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_tin32fkr_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_tin32fkr_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_tin32fkr_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 06e35b1..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_tin32fkr_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-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 = SparkClient_tin32fkr_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_tin32fkr_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_tin32fkr_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_tin32fkr_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_tin32fkr_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_tin32fkr_wpftmp.assets.cache
deleted file mode 100644
index 75545c8..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_tin32fkr_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_tt33bpt3_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_tt33bpt3_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_tt33bpt3_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_tt33bpt3_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_tt33bpt3_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_tt33bpt3_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_tt33bpt3_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_tt33bpt3_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index a32b5e2..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_tt33bpt3_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,14 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = 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 = SparkClient_tt33bpt3_wpftmp
-build_property.ProjectDir = F:\MyProject\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_tt33bpt3_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_tt33bpt3_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_tt33bpt3_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_tt33bpt3_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_tt33bpt3_wpftmp.assets.cache
deleted file mode 100644
index 60ead4d..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_tt33bpt3_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_u4wb4eb5_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_u4wb4eb5_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_u4wb4eb5_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_u4wb4eb5_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_u4wb4eb5_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_u4wb4eb5_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_u4wb4eb5_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_u4wb4eb5_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index aba9415..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_u4wb4eb5_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-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 = SparkClient_u4wb4eb5_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_u4wb4eb5_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_u4wb4eb5_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_u4wb4eb5_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_u4wb4eb5_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_u4wb4eb5_wpftmp.assets.cache
deleted file mode 100644
index 5c99eeb..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_u4wb4eb5_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_umib22ll_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_umib22ll_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_umib22ll_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_umib22ll_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_umib22ll_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_umib22ll_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_umib22ll_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_umib22ll_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 59431a9..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_umib22ll_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,14 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = 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 = SparkClient_umib22ll_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_umib22ll_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_umib22ll_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_umib22ll_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_umib22ll_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_umib22ll_wpftmp.assets.cache
deleted file mode 100644
index 056c88d..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_umib22ll_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_urtko5a3_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_urtko5a3_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_urtko5a3_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_urtko5a3_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_urtko5a3_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_urtko5a3_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_urtko5a3_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_urtko5a3_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 1a6d904..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_urtko5a3_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-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 = SparkClient_urtko5a3_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_urtko5a3_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_urtko5a3_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_urtko5a3_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_urtko5a3_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_urtko5a3_wpftmp.assets.cache
deleted file mode 100644
index 3dd7c15..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_urtko5a3_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_v3gllr5r_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_v3gllr5r_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_v3gllr5r_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_v3gllr5r_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_v3gllr5r_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_v3gllr5r_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_v3gllr5r_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_v3gllr5r_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index d84bbad..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_v3gllr5r_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,14 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = 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 = SparkClient_v3gllr5r_wpftmp
-build_property.ProjectDir = F:\MyProject\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_v3gllr5r_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_v3gllr5r_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_v3gllr5r_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_v3gllr5r_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_v3gllr5r_wpftmp.assets.cache
deleted file mode 100644
index 144b04f..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_v3gllr5r_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_v5t4y3qa_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_v5t4y3qa_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_v5t4y3qa_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_v5t4y3qa_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_v5t4y3qa_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_v5t4y3qa_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_v5t4y3qa_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_v5t4y3qa_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 6af47be..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_v5t4y3qa_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-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 = SparkClient_v5t4y3qa_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_v5t4y3qa_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_v5t4y3qa_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_v5t4y3qa_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_v5t4y3qa_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_v5t4y3qa_wpftmp.assets.cache
deleted file mode 100644
index 4d23e1f..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_v5t4y3qa_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_vbgk33ot_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_vbgk33ot_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_vbgk33ot_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_vbgk33ot_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_vbgk33ot_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_vbgk33ot_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_vbgk33ot_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_vbgk33ot_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index f8d15e3..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_vbgk33ot_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-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 = SparkClient_vbgk33ot_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_vbgk33ot_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_vbgk33ot_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_vbgk33ot_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_vbgk33ot_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_vbgk33ot_wpftmp.assets.cache
deleted file mode 100644
index c9b79d5..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_vbgk33ot_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_vhblo4tz_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_vhblo4tz_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_vhblo4tz_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_vhblo4tz_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_vhblo4tz_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_vhblo4tz_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_vhblo4tz_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_vhblo4tz_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 62de044..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_vhblo4tz_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-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 = SparkClient_vhblo4tz_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_vhblo4tz_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_vhblo4tz_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_vhblo4tz_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_vhblo4tz_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_vhblo4tz_wpftmp.assets.cache
deleted file mode 100644
index 3cc7a9b..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_vhblo4tz_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_vqswyhnc_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_vqswyhnc_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_vqswyhnc_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_vqswyhnc_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_vqswyhnc_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_vqswyhnc_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_vqswyhnc_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_vqswyhnc_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 92c94c6..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_vqswyhnc_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,14 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = 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 = SparkClient_vqswyhnc_wpftmp
-build_property.ProjectDir = F:\MyProject\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_vqswyhnc_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_vqswyhnc_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_vqswyhnc_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_vqswyhnc_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_vqswyhnc_wpftmp.assets.cache
deleted file mode 100644
index be49206..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_vqswyhnc_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_vt1ogpid_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_vt1ogpid_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_vt1ogpid_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_vt1ogpid_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_vt1ogpid_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_vt1ogpid_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_vt1ogpid_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_vt1ogpid_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index fefbb82..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_vt1ogpid_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-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 = SparkClient_vt1ogpid_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_vt1ogpid_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_vt1ogpid_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_vt1ogpid_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_vt1ogpid_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_vt1ogpid_wpftmp.assets.cache
deleted file mode 100644
index 97933b8..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_vt1ogpid_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_vwjd2dxo_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_vwjd2dxo_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_vwjd2dxo_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_vwjd2dxo_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_vwjd2dxo_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_vwjd2dxo_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_vwjd2dxo_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_vwjd2dxo_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index a400a5b..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_vwjd2dxo_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-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 = SparkClient_vwjd2dxo_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_vwjd2dxo_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_vwjd2dxo_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_vwjd2dxo_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_vwjd2dxo_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_vwjd2dxo_wpftmp.assets.cache
deleted file mode 100644
index 768a0f3..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_vwjd2dxo_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_wetldy4o_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_wetldy4o_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_wetldy4o_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_wetldy4o_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_wetldy4o_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_wetldy4o_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_wetldy4o_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_wetldy4o_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 1523b94..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_wetldy4o_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-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 = SparkClient_wetldy4o_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_wetldy4o_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_wetldy4o_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_wetldy4o_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_wetldy4o_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_wetldy4o_wpftmp.assets.cache
deleted file mode 100644
index 947b94b..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_wetldy4o_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_wpogz0oc_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_wpogz0oc_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_wpogz0oc_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_wpogz0oc_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_wpogz0oc_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_wpogz0oc_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_wpogz0oc_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_wpogz0oc_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index d032fb6..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_wpogz0oc_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,14 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = 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 = SparkClient_wpogz0oc_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_wpogz0oc_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_wpogz0oc_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_wpogz0oc_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_wpogz0oc_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_wpogz0oc_wpftmp.assets.cache
deleted file mode 100644
index d47b48c..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_wpogz0oc_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_wsluu45y_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_wsluu45y_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_wsluu45y_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_wsluu45y_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_wsluu45y_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_wsluu45y_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_wsluu45y_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_wsluu45y_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 1daef38..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_wsluu45y_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,14 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = 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 = SparkClient_wsluu45y_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_wsluu45y_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_wsluu45y_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_wsluu45y_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_wsluu45y_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_wsluu45y_wpftmp.assets.cache
deleted file mode 100644
index 292b3a7..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_wsluu45y_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_wsmqymth_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_wsmqymth_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_wsmqymth_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_wsmqymth_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_wsmqymth_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_wsmqymth_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_wsmqymth_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_wsmqymth_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 1dda365..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_wsmqymth_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,14 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = 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 = SparkClient_wsmqymth_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_wsmqymth_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_wsmqymth_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_wsmqymth_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_wsmqymth_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_wsmqymth_wpftmp.assets.cache
deleted file mode 100644
index 91431f3..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_wsmqymth_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_wtuap2tk_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_wtuap2tk_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_wtuap2tk_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_wtuap2tk_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_wtuap2tk_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_wtuap2tk_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_wtuap2tk_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_wtuap2tk_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 262599b..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_wtuap2tk_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-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 = SparkClient_wtuap2tk_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_wtuap2tk_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_wtuap2tk_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_wtuap2tk_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_wtuap2tk_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_wtuap2tk_wpftmp.assets.cache
deleted file mode 100644
index 531baa0..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_wtuap2tk_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_wukqilx4_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_wukqilx4_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_wukqilx4_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_wukqilx4_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_wukqilx4_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_wukqilx4_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_wukqilx4_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_wukqilx4_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index b67e4bc..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_wukqilx4_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-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 = SparkClient_wukqilx4_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_wukqilx4_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_wukqilx4_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_wukqilx4_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_wukqilx4_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_wukqilx4_wpftmp.assets.cache
deleted file mode 100644
index ebc6ab0..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_wukqilx4_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_xc0reghi_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_xc0reghi_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_xc0reghi_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_xc0reghi_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_xc0reghi_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_xc0reghi_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_xc0reghi_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_xc0reghi_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index cf8e03b..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_xc0reghi_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-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 = SparkClient_xc0reghi_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_xc0reghi_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_xc0reghi_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_xc0reghi_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_xc0reghi_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_xc0reghi_wpftmp.assets.cache
deleted file mode 100644
index b32e6b0..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_xc0reghi_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_xc1trpuj_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_xc1trpuj_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_xc1trpuj_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_xc1trpuj_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_xc1trpuj_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_xc1trpuj_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_xc1trpuj_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_xc1trpuj_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 944ea89..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_xc1trpuj_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-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 = SparkClient_xc1trpuj_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_xc1trpuj_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_xc1trpuj_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_xc1trpuj_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_xc1trpuj_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_xc1trpuj_wpftmp.assets.cache
deleted file mode 100644
index 175a847..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_xc1trpuj_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_xdxuearp_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_xdxuearp_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_xdxuearp_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_xdxuearp_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_xdxuearp_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_xdxuearp_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_xdxuearp_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_xdxuearp_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 8ab7726..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_xdxuearp_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-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 = SparkClient_xdxuearp_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_xdxuearp_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_xdxuearp_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_xdxuearp_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_xdxuearp_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_xdxuearp_wpftmp.assets.cache
deleted file mode 100644
index b40f6b0..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_xdxuearp_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_y0nrtqdf_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_y0nrtqdf_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_y0nrtqdf_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_y0nrtqdf_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_y0nrtqdf_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_y0nrtqdf_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_y0nrtqdf_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_y0nrtqdf_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 30bcbdc..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_y0nrtqdf_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,14 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = 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 = SparkClient_y0nrtqdf_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_y0nrtqdf_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_y0nrtqdf_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_y0nrtqdf_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_y0nrtqdf_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_y0nrtqdf_wpftmp.assets.cache
deleted file mode 100644
index 5df3e2a..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_y0nrtqdf_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_yjootbmw_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_yjootbmw_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_yjootbmw_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_yjootbmw_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_yjootbmw_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_yjootbmw_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_yjootbmw_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_yjootbmw_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 9591dd7..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_yjootbmw_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-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 = SparkClient_yjootbmw_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_yjootbmw_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_yjootbmw_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_yjootbmw_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_yjootbmw_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_yjootbmw_wpftmp.assets.cache
deleted file mode 100644
index 4486ba7..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_yjootbmw_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_yrpft2nq_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_yrpft2nq_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_yrpft2nq_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_yrpft2nq_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_yrpft2nq_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_yrpft2nq_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_yrpft2nq_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_yrpft2nq_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index b25900f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_yrpft2nq_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,14 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = 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 = SparkClient_yrpft2nq_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_yrpft2nq_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_yrpft2nq_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_yrpft2nq_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_yrpft2nq_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_yrpft2nq_wpftmp.assets.cache
deleted file mode 100644
index 3c7814b..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_yrpft2nq_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/SparkClient_zsvzoyup_wpftmp.AssemblyInfo.cs b/obj/Debug/net8.0-windows/SparkClient_zsvzoyup_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dabac86..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_zsvzoyup_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SparkClient")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SparkClient")]
-[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/obj/Debug/net8.0-windows/SparkClient_zsvzoyup_wpftmp.AssemblyInfoInputs.cache b/obj/Debug/net8.0-windows/SparkClient_zsvzoyup_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 708c188..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_zsvzoyup_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c564628cc7d2ebefd844111f5475b94aa90a53ebc352c916c0cf6dada826ef7
diff --git a/obj/Debug/net8.0-windows/SparkClient_zsvzoyup_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0-windows/SparkClient_zsvzoyup_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index a4f6b94..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_zsvzoyup_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,14 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = 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 = SparkClient_zsvzoyup_wpftmp
-build_property.ProjectDir = D:\WorkSpace\spark\SparkClient\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/obj/Debug/net8.0-windows/SparkClient_zsvzoyup_wpftmp.GlobalUsings.g.cs b/obj/Debug/net8.0-windows/SparkClient_zsvzoyup_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/obj/Debug/net8.0-windows/SparkClient_zsvzoyup_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-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/obj/Debug/net8.0-windows/SparkClient_zsvzoyup_wpftmp.assets.cache b/obj/Debug/net8.0-windows/SparkClient_zsvzoyup_wpftmp.assets.cache
deleted file mode 100644
index 31b92dc..0000000
Binary files a/obj/Debug/net8.0-windows/SparkClient_zsvzoyup_wpftmp.assets.cache and /dev/null differ
diff --git a/obj/Debug/net8.0-windows/Views/AlgorithmConfigPage.g.cs b/obj/Debug/net8.0-windows/Views/AlgorithmConfigPage.g.cs
deleted file mode 100644
index 8c5c0c9..0000000
--- a/obj/Debug/net8.0-windows/Views/AlgorithmConfigPage.g.cs
+++ /dev/null
@@ -1,75 +0,0 @@
-#pragma checksum "..\..\..\..\Views\AlgorithmConfigPage.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "7BA1B05B73502895731BD9598F18DA57B443F68F"
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using SparkClient.Views;
-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;
-
-
-namespace SparkClient.Views {
-
-
- ///
- /// AlgorithmConfigPage
- ///
- public partial class AlgorithmConfigPage : System.Windows.Controls.Border, System.Windows.Markup.IComponentConnector {
-
- private bool _contentLoaded;
-
- ///
- /// InitializeComponent
- ///
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.10.0")]
- public void InitializeComponent() {
- if (_contentLoaded) {
- return;
- }
- _contentLoaded = true;
- System.Uri resourceLocater = new System.Uri("/SparkClient;component/views/algorithmconfigpage.xaml", System.UriKind.Relative);
-
- #line 1 "..\..\..\..\Views\AlgorithmConfigPage.xaml"
- System.Windows.Application.LoadComponent(this, resourceLocater);
-
- #line default
- #line hidden
- }
-
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.10.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) {
- this._contentLoaded = true;
- }
- }
-}
-
diff --git a/obj/Debug/net8.0-windows/Views/BaseWindow/AskMessage.g.i.cs b/obj/Debug/net8.0-windows/Views/BaseWindow/AskMessage.g.i.cs
deleted file mode 100644
index fc4f11f..0000000
--- a/obj/Debug/net8.0-windows/Views/BaseWindow/AskMessage.g.i.cs
+++ /dev/null
@@ -1,76 +0,0 @@
-#pragma checksum "..\..\..\..\..\Views\BaseWindow\AskMessage.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "D57911324D7FEC1C458DE4AB09C413629EC0BF68"
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using SparkClient.Views.BaseWindow;
-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;
-
-
-namespace SparkClient.Views.BaseWindow {
-
-
- ///
- /// AskMessage
- ///
- public partial class AskMessage : System.Windows.Window, System.Windows.Markup.IComponentConnector {
-
- private bool _contentLoaded;
-
- ///
- /// InitializeComponent
- ///
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.10.0")]
- public void InitializeComponent() {
- if (_contentLoaded) {
- return;
- }
- _contentLoaded = true;
- System.Uri resourceLocater = new System.Uri("/SparkClient;V1.0.0.0;component/views/basewindow/askmessage.xaml", System.UriKind.Relative);
-
- #line 1 "..\..\..\..\..\Views\BaseWindow\AskMessage.xaml"
- System.Windows.Application.LoadComponent(this, resourceLocater);
-
- #line default
- #line hidden
- }
-
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.10.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) {
- this._contentLoaded = true;
- }
- }
-}
-
diff --git a/obj/Debug/net8.0-windows/Views/ConfigMenuPage.g.cs b/obj/Debug/net8.0-windows/Views/ConfigMenuPage.g.cs
deleted file mode 100644
index 96f8ce4..0000000
--- a/obj/Debug/net8.0-windows/Views/ConfigMenuPage.g.cs
+++ /dev/null
@@ -1,75 +0,0 @@
-#pragma checksum "..\..\..\..\Views\ConfigMenuPage.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "2D0325B126762000A9F684D8259AB21757667501"
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using SparkClient.Views;
-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;
-
-
-namespace SparkClient.Views {
-
-
- ///
- /// ConfigMenuPage
- ///
- public partial class ConfigMenuPage : System.Windows.Controls.Border, System.Windows.Markup.IComponentConnector {
-
- private bool _contentLoaded;
-
- ///
- /// InitializeComponent
- ///
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.10.0")]
- public void InitializeComponent() {
- if (_contentLoaded) {
- return;
- }
- _contentLoaded = true;
- System.Uri resourceLocater = new System.Uri("/SparkClient;component/views/configmenupage.xaml", System.UriKind.Relative);
-
- #line 1 "..\..\..\..\Views\ConfigMenuPage.xaml"
- System.Windows.Application.LoadComponent(this, resourceLocater);
-
- #line default
- #line hidden
- }
-
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.10.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) {
- this._contentLoaded = true;
- }
- }
-}
-
diff --git a/obj/Debug/net8.0-windows/Views/LevelConfigPage.g.cs b/obj/Debug/net8.0-windows/Views/LevelConfigPage.g.cs
deleted file mode 100644
index 8cf31e6..0000000
--- a/obj/Debug/net8.0-windows/Views/LevelConfigPage.g.cs
+++ /dev/null
@@ -1,75 +0,0 @@
-#pragma checksum "..\..\..\..\Views\LevelConfigPage.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "85717EAA69B796134926CC2BD0D1D0D4805A6CB0"
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using SparkClient.Views;
-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;
-
-
-namespace SparkClient.Views {
-
-
- ///
- /// LevelConfigPage
- ///
- public partial class LevelConfigPage : System.Windows.Controls.Border, System.Windows.Markup.IComponentConnector {
-
- private bool _contentLoaded;
-
- ///
- /// InitializeComponent
- ///
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.10.0")]
- public void InitializeComponent() {
- if (_contentLoaded) {
- return;
- }
- _contentLoaded = true;
- System.Uri resourceLocater = new System.Uri("/SparkClient;component/views/levelconfigpage.xaml", System.UriKind.Relative);
-
- #line 1 "..\..\..\..\Views\LevelConfigPage.xaml"
- System.Windows.Application.LoadComponent(this, resourceLocater);
-
- #line default
- #line hidden
- }
-
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.10.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) {
- this._contentLoaded = true;
- }
- }
-}
-
diff --git a/obj/Debug/net8.0-windows/apphost.exe b/obj/Debug/net8.0-windows/apphost.exe
deleted file mode 100644
index d701cb1..0000000
Binary files a/obj/Debug/net8.0-windows/apphost.exe and /dev/null differ
diff --git a/obj/SparkClient.csproj.nuget.dgspec.json b/obj/SparkClient.csproj.nuget.dgspec.json
deleted file mode 100644
index ddee8fb..0000000
--- a/obj/SparkClient.csproj.nuget.dgspec.json
+++ /dev/null
@@ -1,110 +0,0 @@
-{
- "format": 1,
- "restore": {
- "D:\\WorkSpace\\spark\\SparkClient\\SparkClient.csproj": {}
- },
- "projects": {
- "D:\\WorkSpace\\spark\\SparkClient\\SparkClient.csproj": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "D:\\WorkSpace\\spark\\SparkClient\\SparkClient.csproj",
- "projectName": "SparkClient",
- "projectPath": "D:\\WorkSpace\\spark\\SparkClient\\SparkClient.csproj",
- "packagesPath": "C:\\Users\\tongg\\.nuget\\packages\\",
- "outputPath": "D:\\WorkSpace\\spark\\SparkClient\\obj\\",
- "projectStyle": "PackageReference",
- "UsingMicrosoftNETSdk": false,
- "configFilePaths": [
- "C:\\Users\\tongg\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
- ],
- "originalTargetFrameworks": [
- "net8.0-windows"
- ],
- "sources": {
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
- "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": {
- "CommunityToolkit.Mvvm": {
- "target": "Package",
- "version": "[8.3.2, )"
- },
- "HandyControl": {
- "target": "Package",
- "version": "[3.5.1, )"
- },
- "HandyControl.Lang.en": {
- "target": "Package",
- "version": "[3.5.1, )"
- },
- "HandyControls.Lang.zh-CN": {
- "target": "Package",
- "version": "[3.5.3, )"
- },
- "Microsoft.Data.Sqlite": {
- "target": "Package",
- "version": "[9.0.0, )"
- },
- "Microsoft.Web.WebView2": {
- "target": "Package",
- "version": "[1.0.2903.40, )"
- },
- "Newtonsoft.Json": {
- "target": "Package",
- "version": "[13.0.3, )"
- },
- "SQLitePCLRaw.bundle_e_sqlcipher": {
- "target": "Package",
- "version": "[2.1.10, )"
- },
- "log4net": {
- "target": "Package",
- "version": "[3.0.3, )"
- }
- },
- "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.403/PortableRuntimeIdentifierGraph.json"
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/obj/SparkClient.csproj.nuget.g.props b/obj/SparkClient.csproj.nuget.g.props
deleted file mode 100644
index d0647ae..0000000
--- a/obj/SparkClient.csproj.nuget.g.props
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
- True
- NuGet
- $(MSBuildThisFileDirectory)project.assets.json
- $(UserProfile)\.nuget\packages\
- C:\Users\tongg\.nuget\packages\
- PackageReference
- 6.12.0
-
-
-
-
-
- C:\Users\tongg\.nuget\packages\microsoft.web.webview2\1.0.2903.40
- C:\Users\tongg\.nuget\packages\handycontrol\3.5.1
-
-
\ No newline at end of file
diff --git a/obj/SparkClient.csproj.nuget.g.targets b/obj/SparkClient.csproj.nuget.g.targets
deleted file mode 100644
index dbbc81d..0000000
--- a/obj/SparkClient.csproj.nuget.g.targets
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/obj/SparkClient_5otx2mar_wpftmp.csproj.nuget.dgspec.json b/obj/SparkClient_5otx2mar_wpftmp.csproj.nuget.dgspec.json
deleted file mode 100644
index 80384d9..0000000
--- a/obj/SparkClient_5otx2mar_wpftmp.csproj.nuget.dgspec.json
+++ /dev/null
@@ -1,82 +0,0 @@
-{
- "format": 1,
- "restore": {
- "D:\\WorkSpace\\spark\\SparkClient\\SparkClient.csproj": {}
- },
- "projects": {
- "D:\\WorkSpace\\spark\\SparkClient\\SparkClient.csproj": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "D:\\WorkSpace\\spark\\SparkClient\\SparkClient.csproj",
- "projectName": "SparkClient",
- "projectPath": "D:\\WorkSpace\\spark\\SparkClient\\SparkClient.csproj",
- "packagesPath": "C:\\Users\\tongg\\.nuget\\packages\\",
- "outputPath": "D:\\WorkSpace\\spark\\SparkClient\\obj\\",
- "projectStyle": "PackageReference",
- "UsingMicrosoftNETSdk": false,
- "configFilePaths": [
- "C:\\Users\\tongg\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
- ],
- "originalTargetFrameworks": [
- "net8.0-windows"
- ],
- "sources": {
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
- "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": {
- "HandyControl": {
- "target": "Package",
- "version": "[3.5.1, )"
- },
- "Newtonsoft.Json": {
- "target": "Package",
- "version": "[13.0.3, )"
- }
- },
- "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.403/PortableRuntimeIdentifierGraph.json"
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/obj/SparkClient_5otx2mar_wpftmp.csproj.nuget.g.props b/obj/SparkClient_5otx2mar_wpftmp.csproj.nuget.g.props
deleted file mode 100644
index 487d4b6..0000000
--- a/obj/SparkClient_5otx2mar_wpftmp.csproj.nuget.g.props
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
- True
- NuGet
- $(MSBuildThisFileDirectory)project.assets.json
- $(UserProfile)\.nuget\packages\
- C:\Users\tongg\.nuget\packages\
- PackageReference
- 6.12.0
-
-
-
-
-
- C:\Users\tongg\.nuget\packages\handycontrol\3.5.1
-
-
\ No newline at end of file
diff --git a/obj/SparkClient_5otx2mar_wpftmp.csproj.nuget.g.targets b/obj/SparkClient_5otx2mar_wpftmp.csproj.nuget.g.targets
deleted file mode 100644
index 3dc06ef..0000000
--- a/obj/SparkClient_5otx2mar_wpftmp.csproj.nuget.g.targets
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/obj/project.assets.json b/obj/project.assets.json
deleted file mode 100644
index aff0531..0000000
--- a/obj/project.assets.json
+++ /dev/null
@@ -1,1333 +0,0 @@
-{
- "version": 3,
- "targets": {
- "net8.0-windows7.0": {
- "CommunityToolkit.Mvvm/8.3.2": {
- "type": "package",
- "compile": {
- "lib/net8.0/CommunityToolkit.Mvvm.dll": {
- "related": ".pdb;.xml"
- }
- },
- "runtime": {
- "lib/net8.0/CommunityToolkit.Mvvm.dll": {
- "related": ".pdb;.xml"
- }
- },
- "build": {
- "buildTransitive/CommunityToolkit.Mvvm.targets": {}
- }
- },
- "HandyControl/3.5.1": {
- "type": "package",
- "compile": {
- "lib/net8.0/HandyControl.dll": {
- "related": ".deps.json;.xml"
- }
- },
- "runtime": {
- "lib/net8.0/HandyControl.dll": {
- "related": ".deps.json;.xml"
- }
- }
- },
- "HandyControl.Lang.en/3.5.1": {
- "type": "package",
- "resource": {
- "lib/net8.0/en/HandyControl.resources.dll": {
- "locale": "en"
- }
- }
- },
- "HandyControls.Lang.zh-CN/3.5.3": {
- "type": "package",
- "resource": {
- "lib/net8.0/zh-CN/HandyControl.resources.dll": {
- "locale": "zh-CN"
- }
- }
- },
- "log4net/3.0.3": {
- "type": "package",
- "dependencies": {
- "System.Configuration.ConfigurationManager": "4.5.0"
- },
- "compile": {
- "lib/netstandard2.0/log4net.dll": {
- "related": ".pdb;.xml"
- }
- },
- "runtime": {
- "lib/netstandard2.0/log4net.dll": {
- "related": ".pdb;.xml"
- }
- }
- },
- "Microsoft.Data.Sqlite/9.0.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.Data.Sqlite.Core": "9.0.0",
- "SQLitePCLRaw.bundle_e_sqlite3": "2.1.10",
- "SQLitePCLRaw.core": "2.1.10"
- },
- "compile": {
- "lib/netstandard2.0/_._": {}
- },
- "runtime": {
- "lib/netstandard2.0/_._": {}
- }
- },
- "Microsoft.Data.Sqlite.Core/9.0.0": {
- "type": "package",
- "dependencies": {
- "SQLitePCLRaw.core": "2.1.10"
- },
- "compile": {
- "lib/net8.0/Microsoft.Data.Sqlite.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net8.0/Microsoft.Data.Sqlite.dll": {
- "related": ".xml"
- }
- }
- },
- "Microsoft.NETCore.Platforms/2.0.0": {
- "type": "package",
- "compile": {
- "lib/netstandard1.0/_._": {}
- },
- "runtime": {
- "lib/netstandard1.0/_._": {}
- }
- },
- "Microsoft.Web.WebView2/1.0.2903.40": {
- "type": "package",
- "build": {
- "buildTransitive/Microsoft.Web.WebView2.targets": {}
- },
- "runtimeTargets": {
- "runtimes/win-arm64/native/WebView2Loader.dll": {
- "assetType": "native",
- "rid": "win-arm64"
- },
- "runtimes/win-x64/native/WebView2Loader.dll": {
- "assetType": "native",
- "rid": "win-x64"
- },
- "runtimes/win-x86/native/WebView2Loader.dll": {
- "assetType": "native",
- "rid": "win-x86"
- }
- }
- },
- "Newtonsoft.Json/13.0.3": {
- "type": "package",
- "compile": {
- "lib/net6.0/Newtonsoft.Json.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/net6.0/Newtonsoft.Json.dll": {
- "related": ".xml"
- }
- }
- },
- "SQLitePCLRaw.bundle_e_sqlcipher/2.1.10": {
- "type": "package",
- "dependencies": {
- "SQLitePCLRaw.lib.e_sqlcipher": "2.1.10",
- "SQLitePCLRaw.provider.e_sqlcipher": "2.1.10"
- },
- "compile": {
- "lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll": {}
- }
- },
- "SQLitePCLRaw.bundle_e_sqlite3/2.1.10": {
- "type": "package",
- "dependencies": {
- "SQLitePCLRaw.lib.e_sqlite3": "2.1.10",
- "SQLitePCLRaw.provider.e_sqlite3": "2.1.10"
- },
- "compile": {
- "lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll": {}
- }
- },
- "SQLitePCLRaw.core/2.1.10": {
- "type": "package",
- "dependencies": {
- "System.Memory": "4.5.3"
- },
- "compile": {
- "lib/netstandard2.0/SQLitePCLRaw.core.dll": {}
- },
- "runtime": {
- "lib/netstandard2.0/SQLitePCLRaw.core.dll": {}
- }
- },
- "SQLitePCLRaw.lib.e_sqlcipher/2.1.10": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/_._": {}
- },
- "runtime": {
- "lib/netstandard2.0/_._": {}
- },
- "build": {
- "buildTransitive/net8.0/SQLitePCLRaw.lib.e_sqlcipher.targets": {}
- },
- "runtimeTargets": {
- "runtimes/browser-wasm/nativeassets/net8.0/e_sqlcipher.a": {
- "assetType": "native",
- "rid": "browser-wasm"
- },
- "runtimes/linux-arm/native/libe_sqlcipher.so": {
- "assetType": "native",
- "rid": "linux-arm"
- },
- "runtimes/linux-arm64/native/libe_sqlcipher.so": {
- "assetType": "native",
- "rid": "linux-arm64"
- },
- "runtimes/linux-armel/native/libe_sqlcipher.so": {
- "assetType": "native",
- "rid": "linux-armel"
- },
- "runtimes/linux-mips64/native/libe_sqlcipher.so": {
- "assetType": "native",
- "rid": "linux-mips64"
- },
- "runtimes/linux-musl-arm/native/libe_sqlcipher.so": {
- "assetType": "native",
- "rid": "linux-musl-arm"
- },
- "runtimes/linux-musl-arm64/native/libe_sqlcipher.so": {
- "assetType": "native",
- "rid": "linux-musl-arm64"
- },
- "runtimes/linux-musl-s390x/native/libe_sqlcipher.so": {
- "assetType": "native",
- "rid": "linux-musl-s390x"
- },
- "runtimes/linux-musl-x64/native/libe_sqlcipher.so": {
- "assetType": "native",
- "rid": "linux-musl-x64"
- },
- "runtimes/linux-ppc64le/native/libe_sqlcipher.so": {
- "assetType": "native",
- "rid": "linux-ppc64le"
- },
- "runtimes/linux-s390x/native/libe_sqlcipher.so": {
- "assetType": "native",
- "rid": "linux-s390x"
- },
- "runtimes/linux-x64/native/libe_sqlcipher.so": {
- "assetType": "native",
- "rid": "linux-x64"
- },
- "runtimes/linux-x86/native/libe_sqlcipher.so": {
- "assetType": "native",
- "rid": "linux-x86"
- },
- "runtimes/maccatalyst-arm64/native/libe_sqlcipher.dylib": {
- "assetType": "native",
- "rid": "maccatalyst-arm64"
- },
- "runtimes/maccatalyst-x64/native/libe_sqlcipher.dylib": {
- "assetType": "native",
- "rid": "maccatalyst-x64"
- },
- "runtimes/osx-arm64/native/libe_sqlcipher.dylib": {
- "assetType": "native",
- "rid": "osx-arm64"
- },
- "runtimes/osx-x64/native/libe_sqlcipher.dylib": {
- "assetType": "native",
- "rid": "osx-x64"
- },
- "runtimes/win-arm/native/e_sqlcipher.dll": {
- "assetType": "native",
- "rid": "win-arm"
- },
- "runtimes/win-arm64/native/e_sqlcipher.dll": {
- "assetType": "native",
- "rid": "win-arm64"
- },
- "runtimes/win-x64/native/e_sqlcipher.dll": {
- "assetType": "native",
- "rid": "win-x64"
- },
- "runtimes/win-x86/native/e_sqlcipher.dll": {
- "assetType": "native",
- "rid": "win-x86"
- }
- }
- },
- "SQLitePCLRaw.lib.e_sqlite3/2.1.10": {
- "type": "package",
- "compile": {
- "lib/netstandard2.0/_._": {}
- },
- "runtime": {
- "lib/netstandard2.0/_._": {}
- },
- "build": {
- "buildTransitive/net8.0/SQLitePCLRaw.lib.e_sqlite3.targets": {}
- },
- "runtimeTargets": {
- "runtimes/browser-wasm/nativeassets/net8.0/e_sqlite3.a": {
- "assetType": "native",
- "rid": "browser-wasm"
- },
- "runtimes/linux-arm/native/libe_sqlite3.so": {
- "assetType": "native",
- "rid": "linux-arm"
- },
- "runtimes/linux-arm64/native/libe_sqlite3.so": {
- "assetType": "native",
- "rid": "linux-arm64"
- },
- "runtimes/linux-armel/native/libe_sqlite3.so": {
- "assetType": "native",
- "rid": "linux-armel"
- },
- "runtimes/linux-mips64/native/libe_sqlite3.so": {
- "assetType": "native",
- "rid": "linux-mips64"
- },
- "runtimes/linux-musl-arm/native/libe_sqlite3.so": {
- "assetType": "native",
- "rid": "linux-musl-arm"
- },
- "runtimes/linux-musl-arm64/native/libe_sqlite3.so": {
- "assetType": "native",
- "rid": "linux-musl-arm64"
- },
- "runtimes/linux-musl-s390x/native/libe_sqlite3.so": {
- "assetType": "native",
- "rid": "linux-musl-s390x"
- },
- "runtimes/linux-musl-x64/native/libe_sqlite3.so": {
- "assetType": "native",
- "rid": "linux-musl-x64"
- },
- "runtimes/linux-ppc64le/native/libe_sqlite3.so": {
- "assetType": "native",
- "rid": "linux-ppc64le"
- },
- "runtimes/linux-s390x/native/libe_sqlite3.so": {
- "assetType": "native",
- "rid": "linux-s390x"
- },
- "runtimes/linux-x64/native/libe_sqlite3.so": {
- "assetType": "native",
- "rid": "linux-x64"
- },
- "runtimes/linux-x86/native/libe_sqlite3.so": {
- "assetType": "native",
- "rid": "linux-x86"
- },
- "runtimes/maccatalyst-arm64/native/libe_sqlite3.dylib": {
- "assetType": "native",
- "rid": "maccatalyst-arm64"
- },
- "runtimes/maccatalyst-x64/native/libe_sqlite3.dylib": {
- "assetType": "native",
- "rid": "maccatalyst-x64"
- },
- "runtimes/osx-arm64/native/libe_sqlite3.dylib": {
- "assetType": "native",
- "rid": "osx-arm64"
- },
- "runtimes/osx-x64/native/libe_sqlite3.dylib": {
- "assetType": "native",
- "rid": "osx-x64"
- },
- "runtimes/win-arm/native/e_sqlite3.dll": {
- "assetType": "native",
- "rid": "win-arm"
- },
- "runtimes/win-arm64/native/e_sqlite3.dll": {
- "assetType": "native",
- "rid": "win-arm64"
- },
- "runtimes/win-x64/native/e_sqlite3.dll": {
- "assetType": "native",
- "rid": "win-x64"
- },
- "runtimes/win-x86/native/e_sqlite3.dll": {
- "assetType": "native",
- "rid": "win-x86"
- }
- }
- },
- "SQLitePCLRaw.provider.e_sqlcipher/2.1.10": {
- "type": "package",
- "dependencies": {
- "SQLitePCLRaw.core": "2.1.10"
- },
- "compile": {
- "lib/net6.0-windows7.0/SQLitePCLRaw.provider.e_sqlcipher.dll": {}
- },
- "runtime": {
- "lib/net6.0-windows7.0/SQLitePCLRaw.provider.e_sqlcipher.dll": {}
- }
- },
- "SQLitePCLRaw.provider.e_sqlite3/2.1.10": {
- "type": "package",
- "dependencies": {
- "SQLitePCLRaw.core": "2.1.10"
- },
- "compile": {
- "lib/net6.0-windows7.0/SQLitePCLRaw.provider.e_sqlite3.dll": {}
- },
- "runtime": {
- "lib/net6.0-windows7.0/SQLitePCLRaw.provider.e_sqlite3.dll": {}
- }
- },
- "System.Configuration.ConfigurationManager/4.5.0": {
- "type": "package",
- "dependencies": {
- "System.Security.Cryptography.ProtectedData": "4.5.0",
- "System.Security.Permissions": "4.5.0"
- },
- "compile": {
- "ref/netstandard2.0/System.Configuration.ConfigurationManager.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": {}
- }
- },
- "System.Memory/4.5.3": {
- "type": "package",
- "compile": {
- "ref/netcoreapp2.1/_._": {}
- },
- "runtime": {
- "lib/netcoreapp2.1/_._": {}
- }
- },
- "System.Security.AccessControl/4.5.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "2.0.0",
- "System.Security.Principal.Windows": "4.5.0"
- },
- "compile": {
- "ref/netstandard2.0/System.Security.AccessControl.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/netstandard2.0/System.Security.AccessControl.dll": {}
- },
- "runtimeTargets": {
- "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": {
- "assetType": "runtime",
- "rid": "win"
- }
- }
- },
- "System.Security.Cryptography.ProtectedData/4.5.0": {
- "type": "package",
- "compile": {
- "ref/netstandard2.0/_._": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {}
- },
- "runtimeTargets": {
- "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {
- "assetType": "runtime",
- "rid": "win"
- }
- }
- },
- "System.Security.Permissions/4.5.0": {
- "type": "package",
- "dependencies": {
- "System.Security.AccessControl": "4.5.0"
- },
- "compile": {
- "ref/netstandard2.0/System.Security.Permissions.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/netstandard2.0/System.Security.Permissions.dll": {}
- }
- },
- "System.Security.Principal.Windows/4.5.0": {
- "type": "package",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "2.0.0"
- },
- "compile": {
- "ref/netstandard2.0/System.Security.Principal.Windows.dll": {
- "related": ".xml"
- }
- },
- "runtime": {
- "lib/netstandard2.0/System.Security.Principal.Windows.dll": {}
- },
- "runtimeTargets": {
- "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll": {
- "assetType": "runtime",
- "rid": "unix"
- },
- "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.dll": {
- "assetType": "runtime",
- "rid": "win"
- }
- }
- }
- }
- },
- "libraries": {
- "CommunityToolkit.Mvvm/8.3.2": {
- "sha512": "m8EolE1A0Updj68WTsZSGI6VWb6mUqHPh7QFo0kt7+JPhYMNXRS1ch8TS/oITAdcxTLrwMOp3ku1KjeG1/Zdpg==",
- "type": "package",
- "path": "communitytoolkit.mvvm/8.3.2",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "License.md",
- "ThirdPartyNotices.txt",
- "analyzers/dotnet/roslyn4.0/cs/CommunityToolkit.Mvvm.CodeFixers.dll",
- "analyzers/dotnet/roslyn4.0/cs/CommunityToolkit.Mvvm.SourceGenerators.dll",
- "analyzers/dotnet/roslyn4.3/cs/CommunityToolkit.Mvvm.CodeFixers.dll",
- "analyzers/dotnet/roslyn4.3/cs/CommunityToolkit.Mvvm.SourceGenerators.dll",
- "build/CommunityToolkit.Mvvm.FeatureSwitches.targets",
- "build/CommunityToolkit.Mvvm.SourceGenerators.targets",
- "build/CommunityToolkit.Mvvm.WindowsSdk.targets",
- "build/CommunityToolkit.Mvvm.targets",
- "buildTransitive/CommunityToolkit.Mvvm.FeatureSwitches.targets",
- "buildTransitive/CommunityToolkit.Mvvm.SourceGenerators.targets",
- "buildTransitive/CommunityToolkit.Mvvm.WindowsSdk.targets",
- "buildTransitive/CommunityToolkit.Mvvm.targets",
- "communitytoolkit.mvvm.8.3.2.nupkg.sha512",
- "communitytoolkit.mvvm.nuspec",
- "lib/net6.0/CommunityToolkit.Mvvm.dll",
- "lib/net6.0/CommunityToolkit.Mvvm.pdb",
- "lib/net6.0/CommunityToolkit.Mvvm.xml",
- "lib/net8.0-windows10.0.17763/CommunityToolkit.Mvvm.dll",
- "lib/net8.0-windows10.0.17763/CommunityToolkit.Mvvm.pdb",
- "lib/net8.0-windows10.0.17763/CommunityToolkit.Mvvm.xml",
- "lib/net8.0/CommunityToolkit.Mvvm.dll",
- "lib/net8.0/CommunityToolkit.Mvvm.pdb",
- "lib/net8.0/CommunityToolkit.Mvvm.xml",
- "lib/netstandard2.0/CommunityToolkit.Mvvm.dll",
- "lib/netstandard2.0/CommunityToolkit.Mvvm.pdb",
- "lib/netstandard2.0/CommunityToolkit.Mvvm.xml",
- "lib/netstandard2.1/CommunityToolkit.Mvvm.dll",
- "lib/netstandard2.1/CommunityToolkit.Mvvm.pdb",
- "lib/netstandard2.1/CommunityToolkit.Mvvm.xml"
- ]
- },
- "HandyControl/3.5.1": {
- "sha512": "i2i0xrLev7F1MFnhf0DP1CNCdGw8hVJ0HJrI0kxRv02ZJgaAzLzDTgAXDPY8GAoD3aYnBLSgM74lBHZ844KQnQ==",
- "type": "package",
- "path": "handycontrol/3.5.1",
- "hasTools": true,
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "LICENSE",
- "handycontrol.3.5.1.nupkg.sha512",
- "handycontrol.nuspec",
- "icon.png",
- "lib/net40/HandyControl.dll",
- "lib/net40/HandyControl.xml",
- "lib/net45/HandyControl.dll",
- "lib/net45/HandyControl.xml",
- "lib/net451/HandyControl.dll",
- "lib/net451/HandyControl.xml",
- "lib/net452/HandyControl.dll",
- "lib/net452/HandyControl.xml",
- "lib/net46/HandyControl.dll",
- "lib/net46/HandyControl.xml",
- "lib/net461/HandyControl.dll",
- "lib/net461/HandyControl.xml",
- "lib/net462/HandyControl.dll",
- "lib/net462/HandyControl.xml",
- "lib/net47/HandyControl.dll",
- "lib/net47/HandyControl.xml",
- "lib/net471/HandyControl.dll",
- "lib/net471/HandyControl.xml",
- "lib/net472/HandyControl.dll",
- "lib/net472/HandyControl.xml",
- "lib/net48/HandyControl.dll",
- "lib/net48/HandyControl.xml",
- "lib/net481/HandyControl.dll",
- "lib/net481/HandyControl.xml",
- "lib/net5.0/HandyControl.deps.json",
- "lib/net5.0/HandyControl.dll",
- "lib/net5.0/HandyControl.xml",
- "lib/net6.0/HandyControl.deps.json",
- "lib/net6.0/HandyControl.dll",
- "lib/net6.0/HandyControl.xml",
- "lib/net7.0/HandyControl.deps.json",
- "lib/net7.0/HandyControl.dll",
- "lib/net7.0/HandyControl.xml",
- "lib/net8.0/HandyControl.deps.json",
- "lib/net8.0/HandyControl.dll",
- "lib/net8.0/HandyControl.xml",
- "lib/netcoreapp3.0/HandyControl.deps.json",
- "lib/netcoreapp3.0/HandyControl.dll",
- "lib/netcoreapp3.0/HandyControl.xml",
- "lib/netcoreapp3.1/HandyControl.deps.json",
- "lib/netcoreapp3.1/HandyControl.dll",
- "lib/netcoreapp3.1/HandyControl.xml",
- "tools/VisualStudioToolsManifest.xml"
- ]
- },
- "HandyControl.Lang.en/3.5.1": {
- "sha512": "7Tccm+99gQDqBRzLW4jEQH070usu7KuVIU1hcwd6TIyTwsKsIPBGGUZrrvc694s+7vhpCGmxvlcUt8dU5UQs/A==",
- "type": "package",
- "path": "handycontrol.lang.en/3.5.1",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "LICENSE",
- "handycontrol.lang.en.3.5.1.nupkg.sha512",
- "handycontrol.lang.en.nuspec",
- "icon.png",
- "lib/net40/en/HandyControl.resources.dll",
- "lib/net45/en/HandyControl.resources.dll",
- "lib/net451/en/HandyControl.resources.dll",
- "lib/net452/en/HandyControl.resources.dll",
- "lib/net46/en/HandyControl.resources.dll",
- "lib/net461/en/HandyControl.resources.dll",
- "lib/net462/en/HandyControl.resources.dll",
- "lib/net47/en/HandyControl.resources.dll",
- "lib/net471/en/HandyControl.resources.dll",
- "lib/net472/en/HandyControl.resources.dll",
- "lib/net48/en/HandyControl.resources.dll",
- "lib/net481/en/HandyControl.resources.dll",
- "lib/net5.0/en/HandyControl.resources.dll",
- "lib/net6.0/en/HandyControl.resources.dll",
- "lib/net7.0/en/HandyControl.resources.dll",
- "lib/net8.0/en/HandyControl.resources.dll",
- "lib/netcoreapp3.0/en/HandyControl.resources.dll",
- "lib/netcoreapp3.1/en/HandyControl.resources.dll"
- ]
- },
- "HandyControls.Lang.zh-CN/3.5.3": {
- "sha512": "Nv/O6WAO3f/2bpFEri6s87VD2smKvfvh14YVprPiyrwSJfqgJeH28vQMqFTPnCF7h35Yl7mynLlwiIZ7N/kSNA==",
- "type": "package",
- "path": "handycontrols.lang.zh-cn/3.5.3",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "LICENSE",
- "handycontrols.lang.zh-cn.3.5.3.nupkg.sha512",
- "handycontrols.lang.zh-cn.nuspec",
- "icon.png",
- "lib/net40/zh-CN/HandyControl.resources.dll",
- "lib/net45/zh-CN/HandyControl.resources.dll",
- "lib/net451/zh-CN/HandyControl.resources.dll",
- "lib/net452/zh-CN/HandyControl.resources.dll",
- "lib/net46/zh-CN/HandyControl.resources.dll",
- "lib/net461/zh-CN/HandyControl.resources.dll",
- "lib/net462/zh-CN/HandyControl.resources.dll",
- "lib/net47/zh-CN/HandyControl.resources.dll",
- "lib/net471/zh-CN/HandyControl.resources.dll",
- "lib/net472/zh-CN/HandyControl.resources.dll",
- "lib/net48/zh-CN/HandyControl.resources.dll",
- "lib/net481/zh-CN/HandyControl.resources.dll",
- "lib/net5.0/zh-CN/HandyControl.resources.dll",
- "lib/net6.0/zh-CN/HandyControl.resources.dll",
- "lib/net7.0/zh-CN/HandyControl.resources.dll",
- "lib/net8.0/zh-CN/HandyControl.resources.dll",
- "lib/netcoreapp3.0/zh-CN/HandyControl.resources.dll",
- "lib/netcoreapp3.1/zh-CN/HandyControl.resources.dll"
- ]
- },
- "log4net/3.0.3": {
- "sha512": "LAZBO0rHo4DM56GIt124NaXKo6LVZcfiuWVgODdUnhPNMzTOlRJWOEIXo8zVNLm426B+coDc4ocfTsTw7R7Zeg==",
- "type": "package",
- "path": "log4net/3.0.3",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "README.md",
- "lib/net462/log4net.dll",
- "lib/net462/log4net.pdb",
- "lib/net462/log4net.xml",
- "lib/netstandard2.0/log4net.dll",
- "lib/netstandard2.0/log4net.pdb",
- "lib/netstandard2.0/log4net.xml",
- "log4net.3.0.3.nupkg.sha512",
- "log4net.nuspec",
- "package-icon.png"
- ]
- },
- "Microsoft.Data.Sqlite/9.0.0": {
- "sha512": "lw6wthgXGx3r/U775k1UkUAWIn0kAT0wj4ZRq0WlhPx4WAOiBsIjgDKgWkXcNTGT0KfHiClkM+tyPVFDvxeObw==",
- "type": "package",
- "path": "microsoft.data.sqlite/9.0.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "PACKAGE.md",
- "lib/netstandard2.0/_._",
- "microsoft.data.sqlite.9.0.0.nupkg.sha512",
- "microsoft.data.sqlite.nuspec"
- ]
- },
- "Microsoft.Data.Sqlite.Core/9.0.0": {
- "sha512": "cFfZjFL+tqzGYw9lB31EkV1IWF5xRQNk2k+MQd+Cf86Gl6zTeAoiZIFw5sRB1Z8OxpEC7nu+nTDsLSjieBAPTw==",
- "type": "package",
- "path": "microsoft.data.sqlite.core/9.0.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "Icon.png",
- "PACKAGE.md",
- "lib/net6.0/Microsoft.Data.Sqlite.dll",
- "lib/net6.0/Microsoft.Data.Sqlite.xml",
- "lib/net8.0/Microsoft.Data.Sqlite.dll",
- "lib/net8.0/Microsoft.Data.Sqlite.xml",
- "lib/netstandard2.0/Microsoft.Data.Sqlite.dll",
- "lib/netstandard2.0/Microsoft.Data.Sqlite.xml",
- "microsoft.data.sqlite.core.9.0.0.nupkg.sha512",
- "microsoft.data.sqlite.core.nuspec"
- ]
- },
- "Microsoft.NETCore.Platforms/2.0.0": {
- "sha512": "VdLJOCXhZaEMY7Hm2GKiULmn7IEPFE4XC5LPSfBVCUIA8YLZVh846gtfBJalsPQF2PlzdD7ecX7DZEulJ402ZQ==",
- "type": "package",
- "path": "microsoft.netcore.platforms/2.0.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/netstandard1.0/_._",
- "microsoft.netcore.platforms.2.0.0.nupkg.sha512",
- "microsoft.netcore.platforms.nuspec",
- "runtime.json",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "Microsoft.Web.WebView2/1.0.2903.40": {
- "sha512": "THrzYAnJgE3+cNH+9Epr44XjoZoRELdVpXlWGPs6K9C9G6TqyDfVCeVAR/Er8ljLitIUX5gaSkPsy9wRhD1sgQ==",
- "type": "package",
- "path": "microsoft.web.webview2/1.0.2903.40",
- "hasTools": true,
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "LICENSE.txt",
- "NOTICE.txt",
- "WebView2.idl",
- "WebView2.tlb",
- "build/Common.targets",
- "build/Microsoft.Web.WebView2.targets",
- "build/WebView2Rules.Project.xml",
- "build/native/Microsoft.Web.WebView2.targets",
- "build/native/arm64/WebView2Loader.dll",
- "build/native/arm64/WebView2Loader.dll.lib",
- "build/native/arm64/WebView2LoaderStatic.lib",
- "build/native/include-winrt/WebView2Interop.h",
- "build/native/include-winrt/WebView2Interop.idl",
- "build/native/include-winrt/WebView2Interop.tlb",
- "build/native/include/WebView2.h",
- "build/native/include/WebView2EnvironmentOptions.h",
- "build/native/x64/WebView2Loader.dll",
- "build/native/x64/WebView2Loader.dll.lib",
- "build/native/x64/WebView2LoaderStatic.lib",
- "build/native/x86/WebView2Loader.dll",
- "build/native/x86/WebView2Loader.dll.lib",
- "build/native/x86/WebView2LoaderStatic.lib",
- "build/wv2winrt.targets",
- "buildTransitive/Microsoft.Web.WebView2.targets",
- "lib/Microsoft.Web.WebView2.Core.winmd",
- "lib/net462/Microsoft.Web.WebView2.Core.dll",
- "lib/net462/Microsoft.Web.WebView2.Core.xml",
- "lib/net462/Microsoft.Web.WebView2.WinForms.dll",
- "lib/net462/Microsoft.Web.WebView2.WinForms.xml",
- "lib/net462/Microsoft.Web.WebView2.Wpf.dll",
- "lib/net462/Microsoft.Web.WebView2.Wpf.xml",
- "lib_manual/net5.0-windows10.0.17763.0/Microsoft.Web.WebView2.Wpf.dll",
- "lib_manual/net5.0-windows10.0.17763.0/Microsoft.Web.WebView2.Wpf.xml",
- "lib_manual/net6.0-windows10.0.17763.0/Microsoft.Web.WebView2.Core.Projection.dll",
- "lib_manual/net8.0-windows10.0.17763.0/Microsoft.Web.WebView2.Core.Projection.dll",
- "lib_manual/netcoreapp3.0/Microsoft.Web.WebView2.Core.dll",
- "lib_manual/netcoreapp3.0/Microsoft.Web.WebView2.Core.xml",
- "lib_manual/netcoreapp3.0/Microsoft.Web.WebView2.WinForms.dll",
- "lib_manual/netcoreapp3.0/Microsoft.Web.WebView2.WinForms.xml",
- "lib_manual/netcoreapp3.0/Microsoft.Web.WebView2.Wpf.dll",
- "lib_manual/netcoreapp3.0/Microsoft.Web.WebView2.Wpf.xml",
- "microsoft.web.webview2.1.0.2903.40.nupkg.sha512",
- "microsoft.web.webview2.nuspec",
- "runtimes/win-arm64/native/WebView2Loader.dll",
- "runtimes/win-arm64/native_uap/Microsoft.Web.WebView2.Core.dll",
- "runtimes/win-x64/native/WebView2Loader.dll",
- "runtimes/win-x64/native_uap/Microsoft.Web.WebView2.Core.dll",
- "runtimes/win-x86/native/WebView2Loader.dll",
- "runtimes/win-x86/native_uap/Microsoft.Web.WebView2.Core.dll",
- "tools/VisualStudioToolsManifest.xml",
- "tools/wv2winrt/Antlr3.Runtime.dll",
- "tools/wv2winrt/Antlr4.StringTemplate.dll",
- "tools/wv2winrt/System.Buffers.dll",
- "tools/wv2winrt/System.CommandLine.DragonFruit.dll",
- "tools/wv2winrt/System.CommandLine.Rendering.dll",
- "tools/wv2winrt/System.CommandLine.dll",
- "tools/wv2winrt/System.Memory.dll",
- "tools/wv2winrt/System.Numerics.Vectors.dll",
- "tools/wv2winrt/System.Runtime.CompilerServices.Unsafe.dll",
- "tools/wv2winrt/codegen_util.dll",
- "tools/wv2winrt/concrt140_app.dll",
- "tools/wv2winrt/cs/System.CommandLine.resources.dll",
- "tools/wv2winrt/de/System.CommandLine.resources.dll",
- "tools/wv2winrt/es/System.CommandLine.resources.dll",
- "tools/wv2winrt/fr/System.CommandLine.resources.dll",
- "tools/wv2winrt/it/System.CommandLine.resources.dll",
- "tools/wv2winrt/ja/System.CommandLine.resources.dll",
- "tools/wv2winrt/ko/System.CommandLine.resources.dll",
- "tools/wv2winrt/msvcp140_1_app.dll",
- "tools/wv2winrt/msvcp140_2_app.dll",
- "tools/wv2winrt/msvcp140_app.dll",
- "tools/wv2winrt/pl/System.CommandLine.resources.dll",
- "tools/wv2winrt/pt-BR/System.CommandLine.resources.dll",
- "tools/wv2winrt/ru/System.CommandLine.resources.dll",
- "tools/wv2winrt/tr/System.CommandLine.resources.dll",
- "tools/wv2winrt/type_hierarchy.dll",
- "tools/wv2winrt/vcamp140_app.dll",
- "tools/wv2winrt/vccorlib140_app.dll",
- "tools/wv2winrt/vcomp140_app.dll",
- "tools/wv2winrt/vcruntime140_app.dll",
- "tools/wv2winrt/winrt_winmd.dll",
- "tools/wv2winrt/winrt_winmd.winmd",
- "tools/wv2winrt/wv2winrt.exe",
- "tools/wv2winrt/wv2winrt.exe.config",
- "tools/wv2winrt/wv2winrt.xml",
- "tools/wv2winrt/zh-Hans/System.CommandLine.resources.dll",
- "tools/wv2winrt/zh-Hant/System.CommandLine.resources.dll"
- ]
- },
- "Newtonsoft.Json/13.0.3": {
- "sha512": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
- "type": "package",
- "path": "newtonsoft.json/13.0.3",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "LICENSE.md",
- "README.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/net6.0/Newtonsoft.Json.dll",
- "lib/net6.0/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",
- "newtonsoft.json.13.0.3.nupkg.sha512",
- "newtonsoft.json.nuspec",
- "packageIcon.png"
- ]
- },
- "SQLitePCLRaw.bundle_e_sqlcipher/2.1.10": {
- "sha512": "aWxuhHZjE27/u1S8/mJ+wwvKY6qJ83PGODTiftTWOh41+tGjstwIpPPnyvuYyZ9JXQlnErkTvQZziBeamj0DVg==",
- "type": "package",
- "path": "sqlitepclraw.bundle_e_sqlcipher/2.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "lib/monoandroid90/SQLitePCLRaw.batteries_v2.dll",
- "lib/net461/SQLitePCLRaw.batteries_v2.dll",
- "lib/net6.0-android31.0/SQLitePCLRaw.batteries_v2.dll",
- "lib/net6.0-android31.0/SQLitePCLRaw.batteries_v2.xml",
- "lib/net6.0-ios14.0/SQLitePCLRaw.batteries_v2.dll",
- "lib/net6.0-ios14.2/SQLitePCLRaw.batteries_v2.dll",
- "lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll",
- "lib/xamarinios10/SQLitePCLRaw.batteries_v2.dll",
- "sqlitepclraw.bundle_e_sqlcipher.2.1.10.nupkg.sha512",
- "sqlitepclraw.bundle_e_sqlcipher.nuspec"
- ]
- },
- "SQLitePCLRaw.bundle_e_sqlite3/2.1.10": {
- "sha512": "UxWuisvZ3uVcVOLJQv7urM/JiQH+v3TmaJc1BLKl5Dxfm/nTzTUrqswCqg/INiYLi61AXnHo1M1JPmPqqLnAdg==",
- "type": "package",
- "path": "sqlitepclraw.bundle_e_sqlite3/2.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "lib/monoandroid90/SQLitePCLRaw.batteries_v2.dll",
- "lib/net461/SQLitePCLRaw.batteries_v2.dll",
- "lib/net6.0-android31.0/SQLitePCLRaw.batteries_v2.dll",
- "lib/net6.0-android31.0/SQLitePCLRaw.batteries_v2.xml",
- "lib/net6.0-ios14.0/SQLitePCLRaw.batteries_v2.dll",
- "lib/net6.0-ios14.2/SQLitePCLRaw.batteries_v2.dll",
- "lib/net6.0-tvos10.0/SQLitePCLRaw.batteries_v2.dll",
- "lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll",
- "lib/xamarinios10/SQLitePCLRaw.batteries_v2.dll",
- "sqlitepclraw.bundle_e_sqlite3.2.1.10.nupkg.sha512",
- "sqlitepclraw.bundle_e_sqlite3.nuspec"
- ]
- },
- "SQLitePCLRaw.core/2.1.10": {
- "sha512": "Ii8JCbC7oiVclaE/mbDEK000EFIJ+ShRPwAvvV89GOZhQ+ZLtlnSWl6ksCNMKu/VGXA4Nfi2B7LhN/QFN9oBcw==",
- "type": "package",
- "path": "sqlitepclraw.core/2.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "lib/netstandard2.0/SQLitePCLRaw.core.dll",
- "sqlitepclraw.core.2.1.10.nupkg.sha512",
- "sqlitepclraw.core.nuspec"
- ]
- },
- "SQLitePCLRaw.lib.e_sqlcipher/2.1.10": {
- "sha512": "IPLfZkNN9qnlk8IH7L4Z5xB0gWdQm4HCftZ2LVE54h17tRxjzUbwvx+3MfPE5nR/OgoeiQE2rsYycESXUekPMQ==",
- "type": "package",
- "path": "sqlitepclraw.lib.e_sqlcipher/2.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "buildTransitive/net461/SQLitePCLRaw.lib.e_sqlcipher.targets",
- "buildTransitive/net6.0/SQLitePCLRaw.lib.e_sqlcipher.targets",
- "buildTransitive/net7.0/SQLitePCLRaw.lib.e_sqlcipher.targets",
- "buildTransitive/net8.0/SQLitePCLRaw.lib.e_sqlcipher.targets",
- "lib/net461/_._",
- "lib/netstandard2.0/_._",
- "runtimes/browser-wasm/nativeassets/net6.0/e_sqlcipher.a",
- "runtimes/browser-wasm/nativeassets/net7.0/e_sqlcipher.a",
- "runtimes/browser-wasm/nativeassets/net8.0/e_sqlcipher.a",
- "runtimes/browser-wasm/nativeassets/net9.0/e_sqlcipher.a",
- "runtimes/linux-arm/native/libe_sqlcipher.so",
- "runtimes/linux-arm64/native/libe_sqlcipher.so",
- "runtimes/linux-armel/native/libe_sqlcipher.so",
- "runtimes/linux-mips64/native/libe_sqlcipher.so",
- "runtimes/linux-musl-arm/native/libe_sqlcipher.so",
- "runtimes/linux-musl-arm64/native/libe_sqlcipher.so",
- "runtimes/linux-musl-s390x/native/libe_sqlcipher.so",
- "runtimes/linux-musl-x64/native/libe_sqlcipher.so",
- "runtimes/linux-ppc64le/native/libe_sqlcipher.so",
- "runtimes/linux-s390x/native/libe_sqlcipher.so",
- "runtimes/linux-x64/native/libe_sqlcipher.so",
- "runtimes/linux-x86/native/libe_sqlcipher.so",
- "runtimes/maccatalyst-arm64/native/libe_sqlcipher.dylib",
- "runtimes/maccatalyst-x64/native/libe_sqlcipher.dylib",
- "runtimes/osx-arm64/native/libe_sqlcipher.dylib",
- "runtimes/osx-x64/native/libe_sqlcipher.dylib",
- "runtimes/win-arm/native/e_sqlcipher.dll",
- "runtimes/win-arm64/native/e_sqlcipher.dll",
- "runtimes/win-x64/native/e_sqlcipher.dll",
- "runtimes/win-x86/native/e_sqlcipher.dll",
- "runtimes/win10-arm/nativeassets/uap10.0/e_sqlcipher.dll",
- "runtimes/win10-arm64/nativeassets/uap10.0/e_sqlcipher.dll",
- "runtimes/win10-x64/nativeassets/uap10.0/e_sqlcipher.dll",
- "runtimes/win10-x86/nativeassets/uap10.0/e_sqlcipher.dll",
- "sqlitepclraw.lib.e_sqlcipher.2.1.10.nupkg.sha512",
- "sqlitepclraw.lib.e_sqlcipher.nuspec"
- ]
- },
- "SQLitePCLRaw.lib.e_sqlite3/2.1.10": {
- "sha512": "mAr69tDbnf3QJpRy2nJz8Qdpebdil00fvycyByR58Cn9eARvR+UiG2Vzsp+4q1tV3ikwiYIjlXCQFc12GfebbA==",
- "type": "package",
- "path": "sqlitepclraw.lib.e_sqlite3/2.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "buildTransitive/net461/SQLitePCLRaw.lib.e_sqlite3.targets",
- "buildTransitive/net6.0/SQLitePCLRaw.lib.e_sqlite3.targets",
- "buildTransitive/net7.0/SQLitePCLRaw.lib.e_sqlite3.targets",
- "buildTransitive/net8.0/SQLitePCLRaw.lib.e_sqlite3.targets",
- "buildTransitive/net9.0/SQLitePCLRaw.lib.e_sqlite3.targets",
- "lib/net461/_._",
- "lib/netstandard2.0/_._",
- "runtimes/browser-wasm/nativeassets/net6.0/e_sqlite3.a",
- "runtimes/browser-wasm/nativeassets/net7.0/e_sqlite3.a",
- "runtimes/browser-wasm/nativeassets/net8.0/e_sqlite3.a",
- "runtimes/browser-wasm/nativeassets/net9.0/e_sqlite3.a",
- "runtimes/linux-arm/native/libe_sqlite3.so",
- "runtimes/linux-arm64/native/libe_sqlite3.so",
- "runtimes/linux-armel/native/libe_sqlite3.so",
- "runtimes/linux-mips64/native/libe_sqlite3.so",
- "runtimes/linux-musl-arm/native/libe_sqlite3.so",
- "runtimes/linux-musl-arm64/native/libe_sqlite3.so",
- "runtimes/linux-musl-s390x/native/libe_sqlite3.so",
- "runtimes/linux-musl-x64/native/libe_sqlite3.so",
- "runtimes/linux-ppc64le/native/libe_sqlite3.so",
- "runtimes/linux-s390x/native/libe_sqlite3.so",
- "runtimes/linux-x64/native/libe_sqlite3.so",
- "runtimes/linux-x86/native/libe_sqlite3.so",
- "runtimes/maccatalyst-arm64/native/libe_sqlite3.dylib",
- "runtimes/maccatalyst-x64/native/libe_sqlite3.dylib",
- "runtimes/osx-arm64/native/libe_sqlite3.dylib",
- "runtimes/osx-x64/native/libe_sqlite3.dylib",
- "runtimes/win-arm/native/e_sqlite3.dll",
- "runtimes/win-arm64/native/e_sqlite3.dll",
- "runtimes/win-x64/native/e_sqlite3.dll",
- "runtimes/win-x86/native/e_sqlite3.dll",
- "runtimes/win10-arm/nativeassets/uap10.0/e_sqlite3.dll",
- "runtimes/win10-arm64/nativeassets/uap10.0/e_sqlite3.dll",
- "runtimes/win10-x64/nativeassets/uap10.0/e_sqlite3.dll",
- "runtimes/win10-x86/nativeassets/uap10.0/e_sqlite3.dll",
- "sqlitepclraw.lib.e_sqlite3.2.1.10.nupkg.sha512",
- "sqlitepclraw.lib.e_sqlite3.nuspec"
- ]
- },
- "SQLitePCLRaw.provider.e_sqlcipher/2.1.10": {
- "sha512": "XH9rdwv2+vDdfDymKF49+o5s252L4gdCb4/volPO3IqRBlhIBWTpO7+bS3Ghgzv7Nqh36pgeUSQj3M33iuiRxg==",
- "type": "package",
- "path": "sqlitepclraw.provider.e_sqlcipher/2.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "lib/net6.0-windows7.0/SQLitePCLRaw.provider.e_sqlcipher.dll",
- "lib/net6.0/SQLitePCLRaw.provider.e_sqlcipher.dll",
- "lib/netstandard2.0/SQLitePCLRaw.provider.e_sqlcipher.dll",
- "sqlitepclraw.provider.e_sqlcipher.2.1.10.nupkg.sha512",
- "sqlitepclraw.provider.e_sqlcipher.nuspec"
- ]
- },
- "SQLitePCLRaw.provider.e_sqlite3/2.1.10": {
- "sha512": "uZVTi02C1SxqzgT0HqTWatIbWGb40iIkfc3FpFCpE/r7g6K0PqzDUeefL6P6HPhDtc6BacN3yQysfzP7ks+wSQ==",
- "type": "package",
- "path": "sqlitepclraw.provider.e_sqlite3/2.1.10",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "lib/net6.0-windows7.0/SQLitePCLRaw.provider.e_sqlite3.dll",
- "lib/net6.0/SQLitePCLRaw.provider.e_sqlite3.dll",
- "lib/netstandard2.0/SQLitePCLRaw.provider.e_sqlite3.dll",
- "sqlitepclraw.provider.e_sqlite3.2.1.10.nupkg.sha512",
- "sqlitepclraw.provider.e_sqlite3.nuspec"
- ]
- },
- "System.Configuration.ConfigurationManager/4.5.0": {
- "sha512": "UIFvaFfuKhLr9u5tWMxmVoDPkFeD+Qv8gUuap4aZgVGYSYMdERck4OhLN/2gulAc0nYTEigWXSJNNWshrmxnng==",
- "type": "package",
- "path": "system.configuration.configurationmanager/4.5.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net461/System.Configuration.ConfigurationManager.dll",
- "lib/netstandard2.0/System.Configuration.ConfigurationManager.dll",
- "ref/net461/System.Configuration.ConfigurationManager.dll",
- "ref/net461/System.Configuration.ConfigurationManager.xml",
- "ref/netstandard2.0/System.Configuration.ConfigurationManager.dll",
- "ref/netstandard2.0/System.Configuration.ConfigurationManager.xml",
- "system.configuration.configurationmanager.4.5.0.nupkg.sha512",
- "system.configuration.configurationmanager.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "System.Memory/4.5.3": {
- "sha512": "3oDzvc/zzetpTKWMShs1AADwZjQ/36HnsufHRPcOjyRAAMLDlu2iD33MBI2opxnezcVUtXyqDXXjoFMOU9c7SA==",
- "type": "package",
- "path": "system.memory/4.5.3",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "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.3.nupkg.sha512",
- "system.memory.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "System.Security.AccessControl/4.5.0": {
- "sha512": "vW8Eoq0TMyz5vAG/6ce483x/CP83fgm4SJe5P8Tb1tZaobcvPrbMEL7rhH1DRdrYbbb6F0vq3OlzmK0Pkwks5A==",
- "type": "package",
- "path": "system.security.accesscontrol/4.5.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net46/System.Security.AccessControl.dll",
- "lib/net461/System.Security.AccessControl.dll",
- "lib/netstandard1.3/System.Security.AccessControl.dll",
- "lib/netstandard2.0/System.Security.AccessControl.dll",
- "lib/uap10.0.16299/_._",
- "ref/net46/System.Security.AccessControl.dll",
- "ref/net461/System.Security.AccessControl.dll",
- "ref/net461/System.Security.AccessControl.xml",
- "ref/netstandard1.3/System.Security.AccessControl.dll",
- "ref/netstandard1.3/System.Security.AccessControl.xml",
- "ref/netstandard1.3/de/System.Security.AccessControl.xml",
- "ref/netstandard1.3/es/System.Security.AccessControl.xml",
- "ref/netstandard1.3/fr/System.Security.AccessControl.xml",
- "ref/netstandard1.3/it/System.Security.AccessControl.xml",
- "ref/netstandard1.3/ja/System.Security.AccessControl.xml",
- "ref/netstandard1.3/ko/System.Security.AccessControl.xml",
- "ref/netstandard1.3/ru/System.Security.AccessControl.xml",
- "ref/netstandard1.3/zh-hans/System.Security.AccessControl.xml",
- "ref/netstandard1.3/zh-hant/System.Security.AccessControl.xml",
- "ref/netstandard2.0/System.Security.AccessControl.dll",
- "ref/netstandard2.0/System.Security.AccessControl.xml",
- "ref/uap10.0.16299/_._",
- "runtimes/win/lib/net46/System.Security.AccessControl.dll",
- "runtimes/win/lib/net461/System.Security.AccessControl.dll",
- "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll",
- "runtimes/win/lib/netstandard1.3/System.Security.AccessControl.dll",
- "runtimes/win/lib/uap10.0.16299/_._",
- "system.security.accesscontrol.4.5.0.nupkg.sha512",
- "system.security.accesscontrol.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "System.Security.Cryptography.ProtectedData/4.5.0": {
- "sha512": "wLBKzFnDCxP12VL9ANydSYhk59fC4cvOr9ypYQLPnAj48NQIhqnjdD2yhP8yEKyBJEjERWS9DisKL7rX5eU25Q==",
- "type": "package",
- "path": "system.security.cryptography.protecteddata/4.5.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/MonoAndroid10/_._",
- "lib/MonoTouch10/_._",
- "lib/net46/System.Security.Cryptography.ProtectedData.dll",
- "lib/net461/System.Security.Cryptography.ProtectedData.dll",
- "lib/netstandard1.3/System.Security.Cryptography.ProtectedData.dll",
- "lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll",
- "lib/xamarinios10/_._",
- "lib/xamarinmac20/_._",
- "lib/xamarintvos10/_._",
- "lib/xamarinwatchos10/_._",
- "ref/MonoAndroid10/_._",
- "ref/MonoTouch10/_._",
- "ref/net46/System.Security.Cryptography.ProtectedData.dll",
- "ref/net461/System.Security.Cryptography.ProtectedData.dll",
- "ref/net461/System.Security.Cryptography.ProtectedData.xml",
- "ref/netstandard1.3/System.Security.Cryptography.ProtectedData.dll",
- "ref/netstandard2.0/System.Security.Cryptography.ProtectedData.dll",
- "ref/netstandard2.0/System.Security.Cryptography.ProtectedData.xml",
- "ref/xamarinios10/_._",
- "ref/xamarinmac20/_._",
- "ref/xamarintvos10/_._",
- "ref/xamarinwatchos10/_._",
- "runtimes/win/lib/net46/System.Security.Cryptography.ProtectedData.dll",
- "runtimes/win/lib/net461/System.Security.Cryptography.ProtectedData.dll",
- "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.ProtectedData.dll",
- "runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll",
- "system.security.cryptography.protecteddata.4.5.0.nupkg.sha512",
- "system.security.cryptography.protecteddata.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "System.Security.Permissions/4.5.0": {
- "sha512": "9gdyuARhUR7H+p5CjyUB/zPk7/Xut3wUSP8NJQB6iZr8L3XUXTMdoLeVAg9N4rqF8oIpE7MpdqHdDHQ7XgJe0g==",
- "type": "package",
- "path": "system.security.permissions/4.5.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net461/System.Security.Permissions.dll",
- "lib/netstandard2.0/System.Security.Permissions.dll",
- "ref/net461/System.Security.Permissions.dll",
- "ref/net461/System.Security.Permissions.xml",
- "ref/netstandard2.0/System.Security.Permissions.dll",
- "ref/netstandard2.0/System.Security.Permissions.xml",
- "system.security.permissions.4.5.0.nupkg.sha512",
- "system.security.permissions.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- },
- "System.Security.Principal.Windows/4.5.0": {
- "sha512": "U77HfRXlZlOeIXd//Yoj6Jnk8AXlbeisf1oq1os+hxOGVnuG+lGSfGqTwTZBoORFF6j/0q7HXIl8cqwQ9aUGqQ==",
- "type": "package",
- "path": "system.security.principal.windows/4.5.0",
- "files": [
- ".nupkg.metadata",
- ".signature.p7s",
- "LICENSE.TXT",
- "THIRD-PARTY-NOTICES.TXT",
- "lib/net46/System.Security.Principal.Windows.dll",
- "lib/net461/System.Security.Principal.Windows.dll",
- "lib/netstandard1.3/System.Security.Principal.Windows.dll",
- "lib/netstandard2.0/System.Security.Principal.Windows.dll",
- "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/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/win/lib/net46/System.Security.Principal.Windows.dll",
- "runtimes/win/lib/net461/System.Security.Principal.Windows.dll",
- "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.dll",
- "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll",
- "runtimes/win/lib/uap10.0.16299/_._",
- "system.security.principal.windows.4.5.0.nupkg.sha512",
- "system.security.principal.windows.nuspec",
- "useSharedDesignerContext.txt",
- "version.txt"
- ]
- }
- },
- "projectFileDependencyGroups": {
- "net8.0-windows7.0": [
- "CommunityToolkit.Mvvm >= 8.3.2",
- "HandyControl >= 3.5.1",
- "HandyControl.Lang.en >= 3.5.1",
- "HandyControls.Lang.zh-CN >= 3.5.3",
- "Microsoft.Data.Sqlite >= 9.0.0",
- "Microsoft.Web.WebView2 >= 1.0.2903.40",
- "Newtonsoft.Json >= 13.0.3",
- "SQLitePCLRaw.bundle_e_sqlcipher >= 2.1.10",
- "log4net >= 3.0.3"
- ]
- },
- "packageFolders": {
- "C:\\Users\\tongg\\.nuget\\packages\\": {}
- },
- "project": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "D:\\WorkSpace\\spark\\SparkClient\\SparkClient.csproj",
- "projectName": "SparkClient",
- "projectPath": "D:\\WorkSpace\\spark\\SparkClient\\SparkClient.csproj",
- "packagesPath": "C:\\Users\\tongg\\.nuget\\packages\\",
- "outputPath": "D:\\WorkSpace\\spark\\SparkClient\\obj\\",
- "projectStyle": "PackageReference",
- "UsingMicrosoftNETSdk": false,
- "configFilePaths": [
- "C:\\Users\\tongg\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
- ],
- "originalTargetFrameworks": [
- "net8.0-windows"
- ],
- "sources": {
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
- "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": {
- "CommunityToolkit.Mvvm": {
- "target": "Package",
- "version": "[8.3.2, )"
- },
- "HandyControl": {
- "target": "Package",
- "version": "[3.5.1, )"
- },
- "HandyControl.Lang.en": {
- "target": "Package",
- "version": "[3.5.1, )"
- },
- "HandyControls.Lang.zh-CN": {
- "target": "Package",
- "version": "[3.5.3, )"
- },
- "Microsoft.Data.Sqlite": {
- "target": "Package",
- "version": "[9.0.0, )"
- },
- "Microsoft.Web.WebView2": {
- "target": "Package",
- "version": "[1.0.2903.40, )"
- },
- "Newtonsoft.Json": {
- "target": "Package",
- "version": "[13.0.3, )"
- },
- "SQLitePCLRaw.bundle_e_sqlcipher": {
- "target": "Package",
- "version": "[2.1.10, )"
- },
- "log4net": {
- "target": "Package",
- "version": "[3.0.3, )"
- }
- },
- "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.403/PortableRuntimeIdentifierGraph.json"
- }
- }
- }
-}
\ No newline at end of file
diff --git a/obj/project.nuget.cache b/obj/project.nuget.cache
deleted file mode 100644
index 006d5df..0000000
--- a/obj/project.nuget.cache
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "version": 2,
- "dgSpecHash": "puDO4zX87Qc=",
- "success": true,
- "projectFilePath": "D:\\WorkSpace\\spark\\SparkClient\\SparkClient.csproj",
- "expectedPackageFiles": [
- "C:\\Users\\tongg\\.nuget\\packages\\communitytoolkit.mvvm\\8.3.2\\communitytoolkit.mvvm.8.3.2.nupkg.sha512",
- "C:\\Users\\tongg\\.nuget\\packages\\handycontrol\\3.5.1\\handycontrol.3.5.1.nupkg.sha512",
- "C:\\Users\\tongg\\.nuget\\packages\\handycontrol.lang.en\\3.5.1\\handycontrol.lang.en.3.5.1.nupkg.sha512",
- "C:\\Users\\tongg\\.nuget\\packages\\handycontrols.lang.zh-cn\\3.5.3\\handycontrols.lang.zh-cn.3.5.3.nupkg.sha512",
- "C:\\Users\\tongg\\.nuget\\packages\\log4net\\3.0.3\\log4net.3.0.3.nupkg.sha512",
- "C:\\Users\\tongg\\.nuget\\packages\\microsoft.data.sqlite\\9.0.0\\microsoft.data.sqlite.9.0.0.nupkg.sha512",
- "C:\\Users\\tongg\\.nuget\\packages\\microsoft.data.sqlite.core\\9.0.0\\microsoft.data.sqlite.core.9.0.0.nupkg.sha512",
- "C:\\Users\\tongg\\.nuget\\packages\\microsoft.netcore.platforms\\2.0.0\\microsoft.netcore.platforms.2.0.0.nupkg.sha512",
- "C:\\Users\\tongg\\.nuget\\packages\\microsoft.web.webview2\\1.0.2903.40\\microsoft.web.webview2.1.0.2903.40.nupkg.sha512",
- "C:\\Users\\tongg\\.nuget\\packages\\newtonsoft.json\\13.0.3\\newtonsoft.json.13.0.3.nupkg.sha512",
- "C:\\Users\\tongg\\.nuget\\packages\\sqlitepclraw.bundle_e_sqlcipher\\2.1.10\\sqlitepclraw.bundle_e_sqlcipher.2.1.10.nupkg.sha512",
- "C:\\Users\\tongg\\.nuget\\packages\\sqlitepclraw.bundle_e_sqlite3\\2.1.10\\sqlitepclraw.bundle_e_sqlite3.2.1.10.nupkg.sha512",
- "C:\\Users\\tongg\\.nuget\\packages\\sqlitepclraw.core\\2.1.10\\sqlitepclraw.core.2.1.10.nupkg.sha512",
- "C:\\Users\\tongg\\.nuget\\packages\\sqlitepclraw.lib.e_sqlcipher\\2.1.10\\sqlitepclraw.lib.e_sqlcipher.2.1.10.nupkg.sha512",
- "C:\\Users\\tongg\\.nuget\\packages\\sqlitepclraw.lib.e_sqlite3\\2.1.10\\sqlitepclraw.lib.e_sqlite3.2.1.10.nupkg.sha512",
- "C:\\Users\\tongg\\.nuget\\packages\\sqlitepclraw.provider.e_sqlcipher\\2.1.10\\sqlitepclraw.provider.e_sqlcipher.2.1.10.nupkg.sha512",
- "C:\\Users\\tongg\\.nuget\\packages\\sqlitepclraw.provider.e_sqlite3\\2.1.10\\sqlitepclraw.provider.e_sqlite3.2.1.10.nupkg.sha512",
- "C:\\Users\\tongg\\.nuget\\packages\\system.configuration.configurationmanager\\4.5.0\\system.configuration.configurationmanager.4.5.0.nupkg.sha512",
- "C:\\Users\\tongg\\.nuget\\packages\\system.memory\\4.5.3\\system.memory.4.5.3.nupkg.sha512",
- "C:\\Users\\tongg\\.nuget\\packages\\system.security.accesscontrol\\4.5.0\\system.security.accesscontrol.4.5.0.nupkg.sha512",
- "C:\\Users\\tongg\\.nuget\\packages\\system.security.cryptography.protecteddata\\4.5.0\\system.security.cryptography.protecteddata.4.5.0.nupkg.sha512",
- "C:\\Users\\tongg\\.nuget\\packages\\system.security.permissions\\4.5.0\\system.security.permissions.4.5.0.nupkg.sha512",
- "C:\\Users\\tongg\\.nuget\\packages\\system.security.principal.windows\\4.5.0\\system.security.principal.windows.4.5.0.nupkg.sha512"
- ],
- "logs": []
-}
\ No newline at end of file
diff --git a/obj/project.packagespec.json b/obj/project.packagespec.json
deleted file mode 100644
index ef14bec..0000000
--- a/obj/project.packagespec.json
+++ /dev/null
@@ -1 +0,0 @@
-"restore":{"projectUniqueName":"D:\\WorkSpace\\spark\\SparkClient\\SparkClient.csproj","projectName":"SparkClient","projectPath":"D:\\WorkSpace\\spark\\SparkClient\\SparkClient.csproj","outputPath":"D:\\WorkSpace\\spark\\SparkClient\\obj\\","projectStyle":"PackageReference","UsingMicrosoftNETSdk":false,"originalTargetFrameworks":["net8.0-windows"],"sources":{"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\":{},"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":{"CommunityToolkit.Mvvm":{"target":"Package","version":"[8.3.2, )"},"HandyControl":{"target":"Package","version":"[3.5.1, )"},"HandyControl.Lang.en":{"target":"Package","version":"[3.5.1, )"},"HandyControls.Lang.zh-CN":{"target":"Package","version":"[3.5.3, )"},"Microsoft.Data.Sqlite":{"target":"Package","version":"[9.0.0, )"},"Microsoft.Web.WebView2":{"target":"Package","version":"[1.0.2903.40, )"},"Newtonsoft.Json":{"target":"Package","version":"[13.0.3, )"},"SQLitePCLRaw.bundle_e_sqlcipher":{"target":"Package","version":"[2.1.10, )"},"log4net":{"target":"Package","version":"[3.0.3, )"}},"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.403/PortableRuntimeIdentifierGraph.json"}}
\ No newline at end of file
diff --git a/obj/rider.project.model.nuget.info b/obj/rider.project.model.nuget.info
deleted file mode 100644
index 9d27119..0000000
--- a/obj/rider.project.model.nuget.info
+++ /dev/null
@@ -1 +0,0 @@
-17324970701103175
\ No newline at end of file
diff --git a/obj/rider.project.restore.info b/obj/rider.project.restore.info
deleted file mode 100644
index ee32d0e..0000000
--- a/obj/rider.project.restore.info
+++ /dev/null
@@ -1 +0,0 @@
-17324970890369256
\ No newline at end of file