diff --git a/WpfApp4/App.config b/WpfApp4/App.config
deleted file mode 100644
index 9d30677..0000000
--- a/WpfApp4/App.config
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/WpfApp4/App.xaml b/WpfApp4/App.xaml
deleted file mode 100644
index 4b77b1c..0000000
--- a/WpfApp4/App.xaml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/WpfApp4/App.xaml.cs b/WpfApp4/App.xaml.cs
deleted file mode 100644
index 02f77f9..0000000
--- a/WpfApp4/App.xaml.cs
+++ /dev/null
@@ -1,132 +0,0 @@
-using Hangfire.Common;
-using Hangfire.SqlServer;
-using Hangfire;
-using System.Configuration;
-using System.Data;
-using System.Windows;
-using System.Data.SqlClient;
-using System;
-using Hangfire.Server;
-using Autofac;
-using System.IO;
-using System.Reflection;
-using System.Collections.ObjectModel;
-using Microsoft.Extensions.Hosting;
-using Microsoft.AspNetCore.Hosting;
-using Microsoft.Extensions.Logging;
-
-
-namespace WpfApp4
-{
- ///
- /// Interaction logic for App.xaml
- ///
- public partial class App : Application
- {
-
- private BackgroundJobServer _backgroundJobServer;
- //private IContainer _container;
- protected override void OnStartup(StartupEventArgs e)
- {
-
- base.OnStartup(e);
- #region 动态加载插件需要
- //var startup = new Startup();
- //_container = startup.ConfigureContainer();
- //// 启动Hangfire服务器
- //startup.StartHangfireServer(_container);
- #endregion
- // 配置 Hangfire
- ConfigureHangfire();
- // 启动作业服务器
- StartHangfireServer();
-
- BuilderHost();
-
-
- }
- #region 动态加载插件需要
- //protected override void OnExit(ExitEventArgs e)
- //{
- // // 应用程序关闭时停止 Hangfire 服务器
- // _container?.Dispose();
- // base.OnExit(e);
- //}
-
- #endregion
-
- public static class HangfireConfig
- {
- public static string DashboardPath => ConfigurationManager.AppSettings["Hangfire:DashboardPath"] ?? "/hangfire";
- public static bool RequireAuthorization => bool.Parse(ConfigurationManager.AppSettings["Hangfire:RequireAuthorization"] ?? "true");
- public static int WorkerCount => int.Parse(ConfigurationManager.AppSettings["Hangfire:WorkerCount"] ?? Environment.ProcessorCount.ToString());
- public static string[] Queues => (ConfigurationManager.AppSettings["Hangfire:Queues"] ?? "default").Split(',');
-
- public static string StorageType => ConfigurationManager.AppSettings["Hangfire:Storage:Type"] ?? "SqlServer";
-
- public static string Url => ConfigurationManager.AppSettings["Hangfire:Url"] ?? "http://localhost:58886";
-
-
- public static string ConnectionString =>
- ConfigurationManager.AppSettings["Hangfire:Storage:ConnectionString"] ??
- ConfigurationManager.ConnectionStrings["HangfireDb"]?.ConnectionString;
- }
-
- private void BuilderHost()
- {
- var host = CreateHostBuilder().Build();
- // 启动WebHost
- host.Start();
- // 应用程序退出时停止WebHost
- App.Current.Exit += (s, e) => host.StopAsync();
- }
- public static IHostBuilder CreateHostBuilder() =>
- Host.CreateDefaultBuilder()
- .ConfigureWebHostDefaults(webBuilder =>
- {
- webBuilder.UseUrls("http://localhost:5645");
- webBuilder.UseStartup();
- });
- private void ConfigureHangfire()
- {
- // 设置作业存储
- GlobalConfiguration.Configuration
- .SetDataCompatibilityLevel(CompatibilityLevel.Version_170)
- .UseSimpleAssemblyNameTypeSerializer()
- .UseRecommendedSerializerSettings()
- .UseSqlServerStorage(
- "Server=127.0.0.1;Database=HangFire;User ID=sa;Password=1;TrustServerCertificate=True",
- new SqlServerStorageOptions
- {
- CommandBatchMaxTimeout = TimeSpan.FromMinutes(5),
- SlidingInvisibilityTimeout = TimeSpan.FromMinutes(5),
- QueuePollInterval = TimeSpan.Zero,
- UseRecommendedIsolationLevel = true,
- DisableGlobalLocks = true
- });
- }
-
- private void StartHangfireServer()
- {
- // 创建并启动后台作业服务器
- _backgroundJobServer = new BackgroundJobServer();
- }
-
-
- protected override void OnExit(ExitEventArgs e)
- {
- // 应用程序关闭时停止 Hangfire 服务器
- _backgroundJobServer?.Dispose();
- base.OnExit(e);
- }
-
-
- }
-
-
-
-
-
-
-
-}
diff --git a/WpfApp4/AssemblyInfo.cs b/WpfApp4/AssemblyInfo.cs
deleted file mode 100644
index b0ec827..0000000
--- a/WpfApp4/AssemblyInfo.cs
+++ /dev/null
@@ -1,10 +0,0 @@
-using System.Windows;
-
-[assembly: ThemeInfo(
- ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
- //(used if a resource is not found in the page,
- // or application resource dictionaries)
- ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
- //(used if a resource is not found in the page,
- // app, or any theme specific resource dictionaries)
-)]
diff --git a/WpfApp4/Controllers/BaseController.cs b/WpfApp4/Controllers/BaseController.cs
deleted file mode 100644
index 4a091dc..0000000
--- a/WpfApp4/Controllers/BaseController.cs
+++ /dev/null
@@ -1,163 +0,0 @@
-
-using Microsoft.Extensions.Options;
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Net.Http;
-using System.Security.Cryptography;
-using System.Text;
-using System.Text.Json;
-using System.Text.Json.Serialization;
-using System.Text.RegularExpressions;
-using System.Threading.Tasks;
-using WpfApp4;
-
-
-namespace TaskManager.Controllers
-{
- public class BaseController:IDoExecute {
-
- protected string appKey = "8EG566b9bedd2bf46d";
- protected string appSecret = "48edc4425647425d87f806a1ba492580";
- protected string baseNo = "13";
- protected string DomainUrl = App.HangfireConfig.Url; // 正式环境
- protected HttpClient _httpClient;
-
- public BaseController()
- {
- _httpClient =new HttpClient();
- }
- ///
- ///
- ///
- /// 全路径调用
- ///
- ///
- ///
- protected async Task Post(string url, string jsonData,string route)
- {
- //error = string.Empty;
- try
- {
- // 生成签名参数
- string timeStamp = GetCurrentTimestamp();
- string nonce = GenerateNonce();
-
- var sign = GenerateSign(HttpMethod.Post.Method, route, appKey, appSecret, timeStamp, nonce, jsonData);
-
- // 构建请求
- var request = new HttpRequestMessage(HttpMethod.Post, url);
- request.Content = new StringContent(jsonData, Encoding.UTF8, "application/json");
- request.Headers.Add("appKey", appKey);
- request.Headers.Add("appSecret", appSecret);
- request.Headers.Add("timestamp", timeStamp);
- request.Headers.Add("sign", sign);
- request.Headers.Add("nonce", nonce);
- // 发送请求
- var response = await _httpClient.SendAsync(request);
- response.EnsureSuccessStatusCode(); // 抛出异常处理状态码
- return await response.Content.ReadAsStringAsync();
- }
- catch (HttpRequestException ex)
- {
- //error = ex.Message;
- return string.Empty;
- }
- }
- private string GenerateSign(string method, string path, string appKey, string appSecret, string timestamp, string nonce, string jsonBody)
- {
- // 按照规则拼接参数
- string paramStr = $"method={method.ToUpper()}&path={path}&appKey={appKey}&appSecret={appSecret}×tamp={timestamp}&nonce={nonce}&jsonBody={jsonBody}";
- return ComputeSHA512(paramStr);
-
- }
- private string ComputeSHA512(string input)
- {
- using (SHA512 sha512 = SHA512.Create())
- {
- byte[] bytes = Encoding.UTF8.GetBytes(input);
- byte[] hash = sha512.ComputeHash(bytes);
-
- StringBuilder builder = new StringBuilder();
- for (int i = 0; i < hash.Length; i++)
- {
- builder.Append(hash[i].ToString("x2")); // "x2" 表示小写十六进制
- }
- return builder.ToString();
- }
- }
- private static string RemoveWhitespace(string input)
- {
- if (string.IsNullOrEmpty(input))
- return input;
- // 使用正则表达式移除空格和换行
- return Regex.Replace(input, @"[\s]+", "");
- }
-
- private string GetCurrentTimestamp()
- {
- return ((long)(DateTime.UtcNow - new DateTime(1970, 1, 1, 0, 0, 0, DateTimeKind.Utc)).TotalMilliseconds).ToString();
- }
-
- private string GenerateNonce()
- {
- const string chars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789";
- Random random = new Random();
- int length = random.Next(10, 51);
- return new string(Enumerable.Repeat(chars, length)
- .Select(s => s[random.Next(s.Length)]).ToArray());
- }
-
- public async Task ExecuteAsync()
- {
- var str=JsonSerializer.Serialize(new SupplierPlanRequest(),
- new JsonSerializerOptions
- {
- PropertyNamingPolicy = JsonNamingPolicy.CamelCase,
- WriteIndented = true // 可选,用于格式化输出
- }
- );
- str = RemoveWhitespace(str);
- var ret =await Post("https://ediuat.mychery.com/prod-api/api-apply/v2/get/supplierProPlaning",str, "/v2/get/supplierProPlaning");
- }
- }
-
- public class SupplierPlanRequest
- {
-
- public string Date { get; set; } = DateTime.Today.ToString("yyyy-MM-dd"); // 默认当前日期
-
- public int PageSize { get; set; } = 1000; // 最大值 1000
-
- public int PageNum { get; set; } = 1; // 从 1 开始
-
- public bool IsForce { get; set; } = false; // 默认非强制获取
- }
-
- // 响应数据模型(根据文档示例响应定义)
- public class SupplierPlanResponse
- {
- public int Total { get; set; }
- public int PageNum { get; set; }
- public int PageSize { get; set; }
- public List Rows { get; set; } = new List();
- }
-
- public class PlanData
- {
- public int Id { get; set; }
- public string ReleaseEdition { get; set; }
- public string Models { get; set; }
- public string SalseDepartment { get; set; }
- public string Type { get; set; }
- public string Assembly { get; set; }
- // 按文档响应示例补充其他字段...
- }
-
-
-
-
-
-
-
-}
diff --git a/WpfApp4/Controllers/CheryRDCSharedInventoryController.cs b/WpfApp4/Controllers/CheryRDCSharedInventoryController.cs
deleted file mode 100644
index dea19c5..0000000
--- a/WpfApp4/Controllers/CheryRDCSharedInventoryController.cs
+++ /dev/null
@@ -1,71 +0,0 @@
-using Newtonsoft.Json;
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Net.Http;
-using System.Text;
-using System.Threading.Tasks;
-
-using System;
-using System.Net.Http;
-using System.Text;
-using System.Threading.Tasks;
-using Newtonsoft.Json;
-
-namespace TaskManager.Controllers
-{
- public class CheryRDCSharedInventoryController : IDoExecute
- {
- public Task ExecuteAsync()
- {
- throw new NotImplementedException();
- }
-
-
-
-
-
-
- }
-// 需安装 Newtonsoft.Json 包
-
-public class TokenService
- {
- private readonly HttpClient _httpClient;
- private readonly string _appKey;
- private readonly string _appSecret; // 若有密钥需传入
-
- public TokenService(string appKey, string appSecret)
- {
- _httpClient = new HttpClient();
- _appKey = appKey;
- _appSecret = appSecret;
- }
-
- public async Task GetTokenAsync(string tokenUrl)
- {
- var parameters = new
- {
- app_key = _appKey,
- app_secret = _appSecret, // 按需传参
- // 其他参数如 grant_type、scope 等根据接口要求调整
- };
-
- var content = new StringContent(
- JsonConvert.SerializeObject(parameters),
- Encoding.UTF8,
- "application/json"
- );
-
- var response = await _httpClient.PostAsync(tokenUrl, content);
- response.EnsureSuccessStatusCode(); // 抛异常处理错误
-
- var responseBody = await response.Content.ReadAsStringAsync();
- var result = JsonConvert.DeserializeObject(responseBody);
- return result.access_token; // 假设返回字段为 access_token
- }
- }
-
-
-
-}
diff --git a/WpfApp4/Controllers/DailyMRPStatusMonitoringController.cs b/WpfApp4/Controllers/DailyMRPStatusMonitoringController.cs
deleted file mode 100644
index 1291487..0000000
--- a/WpfApp4/Controllers/DailyMRPStatusMonitoringController.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace TaskManager.Controllers
-{
- public class DailyMRPStatusMonitoringController : IDoExecute
- {
- public Task ExecuteAsync()
- {
- throw new NotImplementedException();
- }
- }
-}
diff --git a/WpfApp4/Controllers/DailyMRPWarningTrendController.cs b/WpfApp4/Controllers/DailyMRPWarningTrendController.cs
deleted file mode 100644
index 0ba825f..0000000
--- a/WpfApp4/Controllers/DailyMRPWarningTrendController.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace TaskManager.Controllers
-{
- public class DailyMRPWarningTrendController : IDoExecute
- {
- public Task ExecuteAsync()
- {
- throw new NotImplementedException();
- }
- }
-}
diff --git a/WpfApp4/Controllers/DailyMaterialRequirementPlanController.cs b/WpfApp4/Controllers/DailyMaterialRequirementPlanController.cs
deleted file mode 100644
index f915502..0000000
--- a/WpfApp4/Controllers/DailyMaterialRequirementPlanController.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace TaskManager.Controllers
-{
- public class DailyMaterialRequirementPlanController : IDoExecute
- {
- public Task ExecuteAsync()
- {
- throw new NotImplementedException();
- }
- }
-}
diff --git a/WpfApp4/Controllers/DefectBusinessDataController.cs b/WpfApp4/Controllers/DefectBusinessDataController.cs
deleted file mode 100644
index df49aaf..0000000
--- a/WpfApp4/Controllers/DefectBusinessDataController.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace TaskManager.Controllers
-{
- public class DefectBusinessDataController : IDoExecute
- {
- public Task ExecuteAsync()
- {
- throw new NotImplementedException();
- }
- }
-}
diff --git a/WpfApp4/Controllers/EnvironmentalBusinessDataController.cs b/WpfApp4/Controllers/EnvironmentalBusinessDataController.cs
deleted file mode 100644
index 1b7be21..0000000
--- a/WpfApp4/Controllers/EnvironmentalBusinessDataController.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace TaskManager.Controllers
-{
- public class EnvironmentalBusinessDataController : IDoExecute
- {
- public Task ExecuteAsync()
- {
- throw new NotImplementedException();
- }
- }
-}
diff --git a/WpfApp4/Controllers/EquipmentOEEController.cs b/WpfApp4/Controllers/EquipmentOEEController.cs
deleted file mode 100644
index e9607e9..0000000
--- a/WpfApp4/Controllers/EquipmentOEEController.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace TaskManager.Controllers
-{
- public class EquipmentOEEController : IDoExecute
- {
- public Task ExecuteAsync()
- {
- throw new NotImplementedException();
- }
- }
-}
diff --git a/WpfApp4/Controllers/FirstPassYieldController.cs b/WpfApp4/Controllers/FirstPassYieldController.cs
deleted file mode 100644
index 46ba9ba..0000000
--- a/WpfApp4/Controllers/FirstPassYieldController.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace TaskManager.Controllers
-{
- public class FirstPassYieldController : IDoExecute
- {
- public Task ExecuteAsync()
- {
- throw new NotImplementedException();
- }
- }
-}
diff --git a/WpfApp4/Controllers/IncomingInspectionDataController.cs b/WpfApp4/Controllers/IncomingInspectionDataController.cs
deleted file mode 100644
index 784bfde..0000000
--- a/WpfApp4/Controllers/IncomingInspectionDataController.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace TaskManager.Controllers
-{
- public class IncomingInspectionDataController : IDoExecute
- {
- public Task ExecuteAsync()
- {
- throw new NotImplementedException();
- }
- }
-}
diff --git a/WpfApp4/Controllers/KanbanDeliveryNoteController.cs b/WpfApp4/Controllers/KanbanDeliveryNoteController.cs
deleted file mode 100644
index 350eacf..0000000
--- a/WpfApp4/Controllers/KanbanDeliveryNoteController.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace TaskManager.Controllers
-{
- public class KanbanDeliveryNoteController : IDoExecute
- {
- public Task ExecuteAsync()
- {
- throw new NotImplementedException();
- }
- }
-}
diff --git a/WpfApp4/Controllers/LogController.cs b/WpfApp4/Controllers/LogController.cs
deleted file mode 100644
index 08f2973..0000000
--- a/WpfApp4/Controllers/LogController.cs
+++ /dev/null
@@ -1,29 +0,0 @@
-using Dapper;
-using Microsoft.EntityFrameworkCore;
-using Microsoft.Extensions.DependencyInjection;
-using Models;
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace WpfApp4.Controllers
-{
- public class LogController
- {
- //private readonly IServiceProvider _serviceProvider;
- //public LogController(IServiceProvider serviceProvider)
- //{
- // _serviceProvider = serviceProvider;
- //}
- //public async Task> GetLogs()
- //{
- // var dbcontext= _serviceProvider.GetRequiredService();
- // var connection=dbcontext.Database.GetDbConnection();
- // connection.Query("select top 10 * from logs");
- //}
-
-
- }
-}
diff --git a/WpfApp4/Controllers/MaterialMasterDataContoller.cs b/WpfApp4/Controllers/MaterialMasterDataContoller.cs
deleted file mode 100644
index f2be5c7..0000000
--- a/WpfApp4/Controllers/MaterialMasterDataContoller.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace TaskManager.Controllers
-{
- public class MaterialMasterDataContoller : IDoExecute
- {
- public Task ExecuteAsync()
- {
- throw new NotImplementedException();
- }
- }
-}
diff --git a/WpfApp4/Controllers/MaterialRequirementPlanM6Controller.cs b/WpfApp4/Controllers/MaterialRequirementPlanM6Controller.cs
deleted file mode 100644
index f350b41..0000000
--- a/WpfApp4/Controllers/MaterialRequirementPlanM6Controller.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace TaskManager.Controllers
-{
- public class MaterialRequirementPlanM6Controller : IDoExecute
- {
- public Task ExecuteAsync()
- {
- throw new NotImplementedException();
- }
- }
-}
diff --git a/WpfApp4/Controllers/MonthlyProductionPlanController.cs b/WpfApp4/Controllers/MonthlyProductionPlanController.cs
deleted file mode 100644
index 42d9404..0000000
--- a/WpfApp4/Controllers/MonthlyProductionPlanController.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace TaskManager.Controllers
-{
- public class MonthlyProductionPlanController : IDoExecute
- {
- public Task ExecuteAsync()
- {
- throw new NotImplementedException();
- }
- }
-}
diff --git a/WpfApp4/Controllers/OEETimeDetailsController.cs b/WpfApp4/Controllers/OEETimeDetailsController.cs
deleted file mode 100644
index 32683f5..0000000
--- a/WpfApp4/Controllers/OEETimeDetailsController.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace TaskManager.Controllers
-{
- public class OEETimeDetailsController : IDoExecute
- {
- public Task ExecuteAsync()
- {
- throw new NotImplementedException();
- }
- }
-}
diff --git a/WpfApp4/Controllers/OMMasterDataController.cs b/WpfApp4/Controllers/OMMasterDataController.cs
deleted file mode 100644
index 1f385bf..0000000
--- a/WpfApp4/Controllers/OMMasterDataController.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace TaskManager.Controllers
-{
- public class OMMasterDataController : IDoExecute
- {
- public Task ExecuteAsync()
- {
- throw new NotImplementedException();
- }
- }
-}
diff --git a/WpfApp4/Controllers/PaintingToAssemblyVehiclesController.cs b/WpfApp4/Controllers/PaintingToAssemblyVehiclesController.cs
deleted file mode 100644
index 0afcf21..0000000
--- a/WpfApp4/Controllers/PaintingToAssemblyVehiclesController.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace TaskManager.Controllers
-{
- public class PaintingToAssemblyVehiclesController : IDoExecute
- {
- public Task ExecuteAsync()
- {
- throw new NotImplementedException();
- }
- }
-}
diff --git a/WpfApp4/Controllers/PersonnelQualificationInfoController.cs b/WpfApp4/Controllers/PersonnelQualificationInfoController.cs
deleted file mode 100644
index c81e7e0..0000000
--- a/WpfApp4/Controllers/PersonnelQualificationInfoController.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace TaskManager.Controllers
-{
- public class PersonnelQualificationInfoController : IDoExecute
- {
- public Task ExecuteAsync()
- {
- throw new NotImplementedException();
- }
- }
-}
diff --git a/WpfApp4/Controllers/PlanningAgreementController.cs b/WpfApp4/Controllers/PlanningAgreementController.cs
deleted file mode 100644
index 98b8085..0000000
--- a/WpfApp4/Controllers/PlanningAgreementController.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace TaskManager.Controllers
-{
- public class PlanningAgreementController : IDoExecute
- {
- public Task ExecuteAsync()
- {
- throw new NotImplementedException();
- }
- }
-}
diff --git a/WpfApp4/Controllers/ProcessControlQualityDataControlls.cs b/WpfApp4/Controllers/ProcessControlQualityDataControlls.cs
deleted file mode 100644
index dc75ea4..0000000
--- a/WpfApp4/Controllers/ProcessControlQualityDataControlls.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace TaskManager.Controllers
-{
- public class ProcessControlQualityDataControll : IDoExecute
- {
- public Task ExecuteAsync()
- {
- throw new NotImplementedException();
- }
- }
-}
diff --git a/WpfApp4/Controllers/ProcessEquipmentControllers.cs b/WpfApp4/Controllers/ProcessEquipmentControllers.cs
deleted file mode 100644
index ce34f83..0000000
--- a/WpfApp4/Controllers/ProcessEquipmentControllers.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace TaskManager.Controllers
-{
- public class ProcessEquipmentController : IDoExecute
- {
- public Task ExecuteAsync()
- {
- throw new NotImplementedException();
- }
- }
-}
diff --git a/WpfApp4/Controllers/ProcessTechnologyController.cs b/WpfApp4/Controllers/ProcessTechnologyController.cs
deleted file mode 100644
index da166a7..0000000
--- a/WpfApp4/Controllers/ProcessTechnologyController.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace TaskManager.Controllers
-{
- public class ProcessTechnologyController : IDoExecute
- {
- public Task ExecuteAsync()
- {
- throw new NotImplementedException();
- }
- }
-}
diff --git a/WpfApp4/Controllers/ProductionProcessDataController.cs b/WpfApp4/Controllers/ProductionProcessDataController.cs
deleted file mode 100644
index c5ca3f1..0000000
--- a/WpfApp4/Controllers/ProductionProcessDataController.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace TaskManager.Controllers
-{
- public class ProductionProcessDataController : IDoExecute
- {
- public Task ExecuteAsync()
- {
- throw new NotImplementedException();
- }
- }
-}
diff --git a/WpfApp4/Controllers/ProductionSchedulingDataController.cs b/WpfApp4/Controllers/ProductionSchedulingDataController.cs
deleted file mode 100644
index 074bb4b..0000000
--- a/WpfApp4/Controllers/ProductionSchedulingDataController.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace TaskManager.Controllers
-{
- public class ProductionSchedulingDataController : IDoExecute
- {
- public Task ExecuteAsync()
- {
- throw new NotImplementedException();
- }
- }
-}
diff --git a/WpfApp4/Controllers/PurchaseOrderController.cs b/WpfApp4/Controllers/PurchaseOrderController.cs
deleted file mode 100644
index 1d52641..0000000
--- a/WpfApp4/Controllers/PurchaseOrderController.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace TaskManager.Controllers
-{
- public class PurchaseOrderController : IDoExecute
- {
- public Task ExecuteAsync()
- {
- throw new NotImplementedException();
- }
- }
-}
diff --git a/WpfApp4/Controllers/ReturnGoodsNoteController.cs b/WpfApp4/Controllers/ReturnGoodsNoteController.cs
deleted file mode 100644
index 0b7e504..0000000
--- a/WpfApp4/Controllers/ReturnGoodsNoteController.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace TaskManager.Controllers
-{
- public class ReturnGoodsNoteController : IDoExecute
- {
- public Task ExecuteAsync()
- {
- throw new NotImplementedException();
- }
- }
-}
diff --git a/WpfApp4/Controllers/SequencedSupplyController.cs b/WpfApp4/Controllers/SequencedSupplyController.cs
deleted file mode 100644
index ac6951f..0000000
--- a/WpfApp4/Controllers/SequencedSupplyController.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace TaskManager.Controllers
-{
- public class SequencedSupplyController : IDoExecute
- {
- public Task ExecuteAsync()
- {
- throw new NotImplementedException();
- }
- }
-}
diff --git a/WpfApp4/Controllers/StectController.cs b/WpfApp4/Controllers/StectController.cs
deleted file mode 100644
index 7671882..0000000
--- a/WpfApp4/Controllers/StectController.cs
+++ /dev/null
@@ -1,241 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using Newtonsoft.Json;
-using System;
-using System.Collections.Generic;
-using System.IO;
-using System.Linq;
-using System.Net.Http;
-using System.Security.Cryptography;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace TaskManager.Controllers
-{
-
-
-
-
- ///
- /// 常熟安通林奇瑞的Http接口
- /////
- //public static class HttpCheryMOMController
- //{
- // private static string appKey = "8EG";
- // private static string appSecret = "3tdmkx&v%TJqTM@GA3Va";
- // private static string baseNo = "13";
- // public static string DomainUrl = "https://api-mom.mychery.com:8443"; // 正式环境地址
-
- // private static readonly HttpClient httpClient = new HttpClient
- // {
- // Timeout = TimeSpan.FromSeconds(30)
- // };
-
- // ///
- // /// 通用POST请求方法
- // ///
- // /// 请求地址
- // /// JSON请求体
- // /// 错误信息
- // /// 响应结果
- // public static async Task PostAsync(string url, string jsonData, out string error)
- // {
- // error = string.Empty;
- // try
- // {
- // // 生成时间戳和签名
- // string timeStamp = HttpUtilityAnTongLin.GetCurrentTimestampMillis().ToString();
- // string original = $"{appKey}{timeStamp}{appSecret}";
- // string sign = HttpUtilityAnTongLin.StringEncryMD5(original);
-
- // // 构造请求
- // var request = new HttpRequestMessage(HttpMethod.Post, url)
- // {
- // Content = new StringContent(jsonData, Encoding.UTF8, "application/json")
- // };
- // request.Headers.Add("appKey", appKey);
- // request.Headers.Add("timeStamp", timeStamp);
- // request.Headers.Add("sign", sign);
- // request.Headers.Add("signType", "MD5");
- // request.Headers.Add("baseNo", baseNo);
-
- // // 发送请求
- // var response = await httpClient.SendAsync(request);
- // response.EnsureSuccessStatusCode();
- // return await response.Content.ReadAsStringAsync();
- // }
- // catch (HttpRequestException ex)
- // {
- // error = ex.Message;
- // return string.Empty;
- // }
- // }
-
- // #region 配送单接口(看板发货)
- // private static string delivebillUrl = $"{DomainUrl}/api-gateway/common-api/map/info";
-
- // ///
- // /// 配送单接口
- // ///
- // /// 配送单号列表
- // /// 1=待入库配送单信息,2=待出库配送单信息(默认)
- // /// 接口响应结果
- // public static async Task DeliveBillInfoAsync(List mapSheetNoList, int type = 2)
- // {
- // string error = string.Empty;
- // var req = new SortInputPara
- // {
- // base_no = baseNo,
- // s_datetime = DateTime.Now.AddDays(-30).ToString("yyyy-MM-dd HH:mm:ss"),
- // e_datetime = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"),
- // map_sheet_no = mapSheetNoList.ToArray(),
- // type = type
- // };
-
- // try
- // {
- // string jsonData = JsonConvert.SerializeObject(req);
- // string result = await PostAsync(delivebillUrl, jsonData, out error);
- // WebLogbHelper.WriteLog($"接口DeliveBillInfo入参:{jsonData}, 返回:{result}");
- // return result;
- // }
- // catch (Exception ex)
- // {
- // WebLogbHelper.WriteLog($"接口DeliveBillInfo异常:{ex}");
- // error = ex.Message;
- // return string.Empty;
- // }
- // }
- // #endregion
-
- // #region 外排配送单接口(排序发货)
- // private static string jisSheetUrl = $"{DomainUrl}/api-gateway/common-api/map/jisSheet";
-
- // ///
- // /// 外排配送单接口
- // ///
- // /// 单号列表
- // /// 接口响应结果
- // public static async Task JisSheetAsync(List mapSheetNoList)
- // {
- // string error = string.Empty;
- // var req = new InputPara
- // {
- // base_no = baseNo,
- // s_datetime = DateTime.Now.AddDays(-30).ToString("yyyy-MM-dd HH:mm:ss"),
- // e_datetime = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"),
- // map_sheet_no = mapSheetNoList.ToArray()
- // };
-
- // try
- // {
- // string jsonData = JsonConvert.SerializeObject(req);
- // string result = await PostAsync(jisSheetUrl, jsonData, out error);
- // WebLogbHelper.WriteLog($"接口JisSheet入参:{jsonData}, 返回:{result}");
- // return result;
- // }
- // catch (Exception ex)
- // {
- // WebLogbHelper.WriteLog($"接口JisSheet异常:{ex}");
- // error = ex.Message;
- // return string.Empty;
- // }
- // }
- // #endregion
-
- // ///
- // /// 对象转JSON字符串
- // ///
- // public static string ObjectToJson(object obj)
- // {
- // return JsonConvert.SerializeObject(obj, Formatting.Indented, new JsonSerializerSettings { NullValueHandling = NullValueHandling.Ignore });
- // }
-
- // ///
- // /// JSON字符串转对象
- // ///
- // public static T JsonToObject(string json)
- // {
- // return JsonConvert.DeserializeObject(json);
- // }
- //}
-
- /////
- ///// 时间戳和MD5加密工具类
- /////
- //public static class HttpUtilityAnTongLin
- //{
- // ///
- // /// MD5加密
- // ///
- // public static string StringEncryMD5(string input)
- // {
- // using var md5 = MD5.Create();
- // byte[] hashBytes = md5.ComputeHash(Encoding.UTF8.GetBytes(input));
- // return BitConverter.ToString(hashBytes).Replace("-", "").ToUpper();
- // }
-
- // ///
- // /// 获取当前时间戳(毫秒)
- // ///
- // public static long GetCurrentTimestampMillis()
- // {
- // return (long)(DateTime.UtcNow - new DateTime(1970, 1, 1, 0, 0, 0, DateTimeKind.Utc)).TotalMilliseconds;
- // }
- //}
-
- /////
- ///// 接口响应基类
- /////
- ///// 数据类型
- //public class Res where T : class
- //{
- // public int code { get; set; } = -1;
- // public string message { get; set; } = string.Empty;
- // public T data { get; set; } = default!;
- //}
-
- //#region 接口请求参数类
- //public class InputPara
- //{
- // public string base_no { get; set; } = string.Empty;
- // public string s_datetime { get; set; } = string.Empty;
- // public string e_datetime { get; set; } = string.Empty;
- // public string[] map_sheet_no { get; set; } = Array.Empty();
- //}
-
- //public class SortInputPara : InputPara
- //{
- // public int type { get; set; }
- //}
- //#endregion
-
- //#region 日志帮助类
- //public static class WebLogbHelper
- //{
- // private static readonly string LogDirectory = Path.Combine(AppContext.BaseDirectory, "logs");
-
- // static WebLogbHelper()
- // {
- // Directory.CreateDirectory(LogDirectory);
- // }
-
- // ///
- // /// 写入日志
- // ///
- // /// 日志内容
- // public static void WriteLog(string message)
- // {
- // string logPath = Path.Combine(LogDirectory, $"{DateTime.Now:yyyy-MM-dd}.log");
- // lock (typeof(WebLogbHelper))
- // {
- // File.AppendAllText(logPath, $"{DateTime.Now:yyyy-MM-dd HH:mm:ss} >>> {message}{Environment.NewLine}");
- // }
- // }
- //}
- //#endregion
-
-}
diff --git a/WpfApp4/Controllers/SupplierBaseInfoController.cs b/WpfApp4/Controllers/SupplierBaseInfoController.cs
deleted file mode 100644
index 3cbbeff..0000000
--- a/WpfApp4/Controllers/SupplierBaseInfoController.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace TaskManager.Controllers
-{
- public class SupplierBaseInfoController : IDoExecute
- {
- public Task ExecuteAsync()
- {
- throw new NotImplementedException();
- }
- }
-}
diff --git a/WpfApp4/Controllers/SupplierSharedInventoryEveningController.cs b/WpfApp4/Controllers/SupplierSharedInventoryEveningController.cs
deleted file mode 100644
index 5d679c5..0000000
--- a/WpfApp4/Controllers/SupplierSharedInventoryEveningController.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace TaskManager.Controllers
-{
- public class SupplierSharedInventoryEveningController : IDoExecute
- {
- public Task ExecuteAsync()
- {
- throw new NotImplementedException();
- }
- }
-}
diff --git a/WpfApp4/Controllers/SupplierSharedInventoryMorningController.cs b/WpfApp4/Controllers/SupplierSharedInventoryMorningController.cs
deleted file mode 100644
index b2fbacb..0000000
--- a/WpfApp4/Controllers/SupplierSharedInventoryMorningController.cs
+++ /dev/null
@@ -1,12 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace TaskManager.Controllers
-{
- public class SupplierSharedInventoryMorningController
- {
- }
-}
diff --git a/WpfApp4/Controllers/TokenServiceController.cs b/WpfApp4/Controllers/TokenServiceController.cs
deleted file mode 100644
index f69d7a6..0000000
--- a/WpfApp4/Controllers/TokenServiceController.cs
+++ /dev/null
@@ -1,189 +0,0 @@
-using Newtonsoft.Json;
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Net.Http;
-using System.Net.Http.Headers;
-using System.Text;
-
-using System.Threading.Tasks;
-
-
-
-
-
-
-namespace TaskManager.Controllers
-{
- public class TokenServiceController : IDoExecute
- {
-
- private readonly HttpClient _httpClient;
- private readonly string _appKey = "8EG566b9bedd2bf46d";
- private readonly string _appSecret = "48edc4425647425d87f806a1ba492580"; // 若有密钥需传入
-
- public TokenServiceController()
- {
- _httpClient = new HttpClient();
-
-
-
- }
- public async Task ExecuteAsync()
- {
- try
- {
- var retult = await GetTokenAsync("https://ediuat.mychery.com/prod-api/auth/public/login/appKey");
- }
- catch (Exception ex)
- {
- Console.WriteLine(ex.Message);
- }
-
- }
-
- public async Task GetTokenAsync(string tokenUrl)
- {
- var parameters = new
- {
- appKey = _appKey,
- appSecret = _appSecret, // 按需传参
- // 其他参数如 grant_type、scope 等根据接口要求调整
- };
-
- var content = new StringContent(
- JsonConvert.SerializeObject(parameters),
- Encoding.UTF8,
- "application/json"
- );
- var response = await _httpClient.PostAsync(tokenUrl, content);
- response.EnsureSuccessStatusCode(); // 抛异常处理错误
- var responseBody = await response.Content.ReadAsStringAsync();
- var result = JsonConvert.DeserializeObject(responseBody);
- return result.data.access_token; // 假设返回字段为 access_token
- }
-
-
-
- }
-
- //private readonly string _appKey = "8EG566b9bedd2bf46d";
- //private readonly string _appSecret = "48edc4425647425d87f806a1ba492580";
- //private readonly string _tokenEndpoint = "https://ediuat.mychery.com/prod-api/auth/public/login/appKey";
-
- //private readonly HttpClient _httpClient;
- //private readonly SemaphoreSlim _refreshLock = new SemaphoreSlim(1, 1);
- //private string _currentToken;
- //private DateTime _tokenExpiry;
- //private bool _disposed;
-
- //public TokenServiceController()
- //{
- // _httpClient = new HttpClient();
- // _httpClient.DefaultRequestHeaders.Accept.Add(new MediaTypeWithQualityHeaderValue("application/json"));
- //}
-
- //public async Task GetTokenAsync(CancellationToken cancellationToken = default)
- //{
- // // 检查令牌是否存在且未过期(提前60秒刷新以防止边缘情况)
- // if (!string.IsNullOrEmpty(_currentToken) && _tokenExpiry > DateTime.UtcNow.AddSeconds(60))
- // {
- // return _currentToken;
- // }
-
- // // 等待获取锁,确保只有一个线程刷新令牌
- // await _refreshLock.WaitAsync(cancellationToken);
- // try
- // {
- // // 再次检查,避免其他线程已经刷新了令牌
- // if (!string.IsNullOrEmpty(_currentToken) && _tokenExpiry > DateTime.UtcNow.AddSeconds(60))
- // {
- // return _currentToken;
- // }
-
- // // 调用认证API获取新令牌
- // var tokenResponse = await FetchNewTokenAsync(cancellationToken);
-
- // // 更新令牌和过期时间
- // _currentToken = tokenResponse.AccessToken;
- // _tokenExpiry = DateTime.UtcNow.AddSeconds(tokenResponse.ExpiresIn);
-
- // return _currentToken;
- // }
- // finally
- // {
- // _refreshLock.Release();
- // }
- //}
-
- //private async Task FetchNewTokenAsync(CancellationToken cancellationToken)
- //{
- // try
- // {
- // // 创建请求内容
- // var requestBody = new
- // {
- // appKey = _appKey,
- // appSecret = _appSecret
- // };
-
- // var content = new StringContent(
- // JsonSerializer.Serialize(requestBody),
- // Encoding.UTF8,
- // "application/json");
-
- // // 发送请求
- // var response = await _httpClient.PostAsync(_tokenEndpoint, content, cancellationToken);
- // response.EnsureSuccessStatusCode();
-
- // // 解析响应
- // var jsonResponse = await response.Content.ReadAsStringAsync(cancellationToken);
- // var tokenResponse = JsonSerializer.Deserialize(
- // jsonResponse,
- // new JsonSerializerOptions { PropertyNameCaseInsensitive = true });
-
- // if (tokenResponse == null || string.IsNullOrEmpty(tokenResponse.AccessToken))
- // {
- // throw new InvalidOperationException("Failed to retrieve access token.");
- // }
-
- // return tokenResponse;
- // }
- // catch (Exception ex)
- // {
- // Console.WriteLine($"Token acquisition failed: {ex.Message}");
- // throw;
- // }
- //}
-
- //// 令牌响应模型
- //private class TokenResponse
- //{
- // public string AccessToken { get; set; }
- // public int ExpiresIn { get; set; } = 3600; // 默认1小时
- //}
-
- //public void Dispose()
- //{
- // Dispose(true);
- // GC.SuppressFinalize(this);
- //}
-
- //protected virtual void Dispose(bool disposing)
- //{
- // if (!_disposed)
- // {
- // if (disposing)
- // {
- // _httpClient?.Dispose();
- // _refreshLock?.Dispose();
- // }
- // _disposed = true;
- // }
- //}
-
- //public Task ExecuteAsync()
- //{
- // throw new NotImplementedException();
- //}
-}
diff --git a/WpfApp4/Controllers/WeldingToAssemblyVehiclesController.cs b/WpfApp4/Controllers/WeldingToAssemblyVehiclesController.cs
deleted file mode 100644
index dbc834a..0000000
--- a/WpfApp4/Controllers/WeldingToAssemblyVehiclesController.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace TaskManager.Controllers
-{
- public class WeldingToAssemblyVehiclesController : IDoExecute
- {
- public Task ExecuteAsync()
- {
- throw new NotImplementedException();
- }
- }
-}
diff --git a/WpfApp4/Controllers/WorkstationFirstPassYieldController.cs b/WpfApp4/Controllers/WorkstationFirstPassYieldController.cs
deleted file mode 100644
index 31ef4ef..0000000
--- a/WpfApp4/Controllers/WorkstationFirstPassYieldController.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace TaskManager.Controllers
-{
- public class WorkstationFirstPassYieldController : IDoExecute
- {
- public Task ExecuteAsync()
- {
- throw new NotImplementedException();
- }
- }
-}
diff --git a/WpfApp4/DynamicJobManager.cs b/WpfApp4/DynamicJobManager.cs
deleted file mode 100644
index b7b554a..0000000
--- a/WpfApp4/DynamicJobManager.cs
+++ /dev/null
@@ -1,122 +0,0 @@
-using Autofac;
-using Autofac.Core;
-using Hangfire;
-using PluginSystem;
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-
-
-
-namespace JobSystem
-{
- public class DynamicJobManager
- {
- private readonly IComponentContext _container;
- private readonly IRecurringJobManager _recurringJobManager;
-
- public DynamicJobManager(IComponentContext container, IRecurringJobManager recurringJobManager)
- {
- _container = container;
- _recurringJobManager = recurringJobManager;
- }
-
- // 注册所有可用的插件为定期任务
- public void RegisterAllPluginJobs()
- {
- var pluginTypes = GetAvailablePluginTypes();
-
- foreach (var pluginType in pluginTypes)
- {
- var pluginName = GetPluginName(pluginType);
- var cronExpression = GetCronExpressionForPlugin(pluginType);
-
- RegisterJob(pluginName, pluginType, cronExpression);
- }
- }
-
- // 注册单个动态任务
- public void RegisterJob(string jobId, Type type, string cronExpression)
- {
- //var pluginType = Type.GetType(pluginTypeName);
- var pluginType = type;
- if (pluginType == null || !typeof(IJobPlugin).IsAssignableFrom(pluginType))
- {
- throw new ArgumentException($"Invalid plugin type: {
-
- pluginType.FullName
- //pluginTypeName
- }");
- }
-
- // 使用Hangfire注册定期任务
- _recurringJobManager.AddOrUpdate(
- jobId,
- () => ExecutePluginJob(pluginType),
- cronExpression);
- }
-
- // 执行插件任务的入口点
- public async Task ExecutePluginJob(
- Type pluginType
- //string pluginTypeName
-
-
- )
- {
- //var pluginType = Type.GetType(pluginTypeName);
- if (pluginType == null)
- {
- throw new ArgumentException($"Plugin type not found: {pluginType.FullName}");
- }
-
- try
- {
- // 从容器中解析插件实例
- var plugin = _container.Resolve(pluginType) as IJobPlugin;
- if (plugin != null)
- {
- await plugin.ExecuteAsync();
- }
- }
- catch (Exception ex)
- {
- // 记录任务执行异常
- Console.WriteLine($"Error executing plugin job: {ex.Message}");
- throw;
- }
- }
-
- // 获取所有可用的插件类型
- private IEnumerable GetAvailablePluginTypes()
- {
- return _container.ComponentRegistry.Registrations
- .SelectMany(r => r.Services.OfType())
- .Select(s => s.ServiceType)
- .Where(t => typeof(IJobPlugin).IsAssignableFrom(t)
- && !t.IsAbstract
-
- );
- }
-
- // 获取插件名称(可以从特性或类型名派生)
- private string GetPluginName(Type pluginType)
- {
- return pluginType.Name.Replace("Job", "");
- }
-
- // 获取插件的Cron表达式(可以从配置或特性获取)
- private string GetCronExpressionForPlugin(Type pluginType)
- {
- // 默认每小时执行一次,实际应用中可以从配置读取
- return Cron.Minutely();
- }
- }
-}
-
-
-
-
diff --git a/WpfApp4/Filters/JobCompletionListener.cs b/WpfApp4/Filters/JobCompletionListener.cs
deleted file mode 100644
index a3b08b8..0000000
--- a/WpfApp4/Filters/JobCompletionListener.cs
+++ /dev/null
@@ -1,65 +0,0 @@
-using Hangfire.Client;
-using Hangfire.Common;
-using Hangfire.Server;
-using Hangfire.States;
-
-public class JobCompletionListener : JobFilterAttribute, IElectStateFilter
-{
- // 任务状态变更时触发
- public void OnStateElection(ElectStateContext context)
- {
- // 当任务成功完成时
- if (context.CandidateState is SucceededState)
- {
- var jobId = context.BackgroundJob.Id;
- var job = context.BackgroundJob.Job;
-
-
- var completedAt = ((SucceededState)context.CandidateState).SucceededAt;
-
- // 记录完成的 JobId 和相关信息
- Console.WriteLine($"Job {jobId} 执行完成于 {completedAt}");
- Console.WriteLine($"任务方法: {job.Type.FullName}.{job.Method.Name}");
-
- // 可以在这里添加自定义逻辑,如存储到数据库、发送通知等
- //SaveJobCompletionInfo(jobId, job, completedAt.Value);
- }
- // 处理任务失败的情况
- else if (context.CandidateState is FailedState failedState)
- {
- var jobId = context.BackgroundJob.Id;
- Console.WriteLine($"Job {jobId} 执行失败: {failedState.Exception.Message}");
- }
- }
-
- // 自定义方法:保存任务完成信息
- private void SaveJobCompletionInfo(string jobId, Job job, DateTime completedAt)
- {
-
-
- //job.Arguments
- //using (var jobContext = new WpfApp4.JobDbContext())
- //{
- // jobContext.Log.Add(new Log
- // {
- // JobId = jobId,
- // JobName = job.Type.Name,
- // CompletedAt = completedAt
- // });
- //}
-
-
- // 实现自定义逻辑,如保存到数据库或发送通知
- //using (var dbContext = new YourDbContext())
- //{
- // dbContext.JobCompletionRecords.Add(new JobCompletionRecord
- // {
- // JobId = jobId,
- // JobType = job.Type.FullName,
- // MethodName = job.Method.Name,
- // CompletedAt = completedAt
- // });
- // dbContext.SaveChanges();
- //}
- }
-}
\ No newline at end of file
diff --git a/WpfApp4/JobDbContext.cs b/WpfApp4/JobDbContext.cs
deleted file mode 100644
index 80bc5f4..0000000
--- a/WpfApp4/JobDbContext.cs
+++ /dev/null
@@ -1,95 +0,0 @@
-using Dapper;
-using Microsoft.EntityFrameworkCore;
-using Microsoft.EntityFrameworkCore.ChangeTracking;
-using Microsoft.EntityFrameworkCore.Infrastructure;
-using Microsoft.EntityFrameworkCore.Metadata;
-using Models;
-using System;
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using TaskManager.Controllers;
-
-
-namespace WpfApp4
-{
- public class JobDbContext:DbContext
- {
- public JobDbContext(DbContextOptions options)
- : base(options)
- {
- }
- public JobDbContext()
- {
- this.Database.SetCommandTimeout(System.TimeSpan.FromMinutes(50));
- }
- public JobDbContext(string strConn)
- {
- this.Database.SetCommandTimeout(System.TimeSpan.FromMinutes(50));
- }
- protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
- {
- // 配置数据库连接字符串
- optionsBuilder.UseSqlServer(App.HangfireConfig.ConnectionString);
- }
- public DbSet SupplierBaseInfos { get; set; }
- public DbSet PersonnelQualificationInfos { get; set; }
- public DbSet BOMMasterDatas { get; set; }
- public DbSet MaterialMasterDatas { get; set; }
- public DbSet ProcessEquipments { get; set; }
- public DbSet ProcessTechnologies { get; set; }
-
- // 计划数据
- public DbSet MonthlyProductionPlans { get; set; }
- public DbSet MaterialRequirementPlanM6s { get; set; }
- public DbSet DailyMaterialRequirementPlans { get; set; }
- public DbSet PlanningAgreements { get; set; }
- public DbSet PurchaseOrders { get; set; }
-
- // 生产过程数据
- public DbSet IncomingInspectionDatas { get; set; }
- public DbSet ProductionSchedulingDatas { get; set; }
- public DbSet ProcessControlQualityDatas { get; set; }
- public DbSet ProductionProcessDatas { get; set; }
- public DbSet FirstPassYields { get; set; }
- public DbSet WorkstationFirstPassYields { get; set; }
- public DbSet DefectBusinessDatas { get; set; }
- public DbSet EnvironmentalBusinessDatas { get; set; }
- public DbSet EquipmentOEEs { get; set; }
- public DbSet OEETimeDetailses { get; set; }
-
- // 物流配送数据
- public DbSet WeldingToAssemblyVehicleses { get; set; }
- public DbSet PaintingToAssemblyVehicleses { get; set; }
- public DbSet SequencedSupplies { get; set; }
- public DbSet KanbanDeliveryNotes { get; set; }
- public DbSet ReturnGoodsNotes { get; set; }
- public DbSet CheryRDCSharedInventories { get; set; }
- public DbSet DailyMRPStatusMonitorings { get; set; }
- public DbSet DailyMRPWarningTrends { get; set; }
- public DbSet SupplierSharedInventoryMornings { get; set; }
- public DbSet SupplierSharedInventoryEvenings { get; set; }
-
- // 其他数据
- public DbSet AttachmentDatas { get; set; }
- // 配置实体映射
- protected override void OnModelCreating(ModelBuilder modelBuilder)
- {
- base.OnModelCreating(modelBuilder);
-
-
- // 配置表名
-
-
- // 其他配置...
- }
-
-
-
-
-
-
- }
-}
diff --git a/WpfApp4/MainWindow.xaml b/WpfApp4/MainWindow.xaml
deleted file mode 100644
index 35f53b5..0000000
--- a/WpfApp4/MainWindow.xaml
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/WpfApp4/MainWindow.xaml.cs b/WpfApp4/MainWindow.xaml.cs
deleted file mode 100644
index b452a79..0000000
--- a/WpfApp4/MainWindow.xaml.cs
+++ /dev/null
@@ -1,57 +0,0 @@
-using Dapper;
-using Microsoft.EntityFrameworkCore;
-using Models;
-using System.Collections.ObjectModel;
-using System.Configuration;
-using System.Text;
-using System.Windows;
-using System.Windows.Controls;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Input;
-using System.Windows.Media;
-using System.Windows.Media.Imaging;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-using System.Windows.Threading;
-
-namespace WpfApp4
-{
-
- ///
- /// Interaction logic for MainWindow.xaml
- ///
- public partial class MainWindow : Window
- {
- DispatcherTimer PutTimer;
- public MainWindow()
- {
- InitializeComponent();
- PutTimer = new DispatcherTimer();
- PutTimer.Tick += new EventHandler(PutTimer_Tick);
- PutTimer.Interval = TimeSpan.FromSeconds(60); //设置刷新的间隔时间
- PutTimer.Start();
- }
- private void PutTimer_Tick(object sender, EventArgs e)
- {
-
-
-
-
- this.Dispatcher.BeginInvoke(new Action(() =>
- {
- //using (var context = new JobDbContext())
- //{
- // var connection = context.Database.GetDbConnection();
- // var logs = connection.Query("select top 500 * from Logs");
- // this.dataGrid1.ItemsSource = logs;
-
- //}
-
-
-
- }));
- }
- }
-
-}
\ No newline at end of file
diff --git a/WpfApp4/PluginLoader.cs b/WpfApp4/PluginLoader.cs
deleted file mode 100644
index 0df0e7a..0000000
--- a/WpfApp4/PluginLoader.cs
+++ /dev/null
@@ -1,58 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.IO;
-using System.Linq;
-using System.Reflection;
-using Autofac;
-using PluginSystem;
-
-namespace WpfApp4
-{
-
- public class PluginLoader
- {
- private readonly string _pluginDirectory;
-
- public PluginLoader(string pluginDirectory)
- {
- _pluginDirectory = pluginDirectory;
- }
-
- // 加载插件并注册到Autofac容器
- public void LoadPlugins(ContainerBuilder builder)
- {
- if (!Directory.Exists(_pluginDirectory))
- {
- Directory.CreateDirectory(_pluginDirectory);
- return;
- }
-
- // 加载插件程序集
- var pluginAssemblies = Directory.GetFiles(_pluginDirectory, "*.dll")
- .Select(Assembly.LoadFrom)
- .ToList();
-
- // 注册所有实现IJobPlugin接口的类型
- builder.RegisterAssemblyTypes(pluginAssemblies.ToArray())
- .Where(t => typeof(IJobPlugin).IsAssignableFrom(t) && !t.IsAbstract)
- //.As()--错误加上就查不出来插件
- .InstancePerDependency();
-
- // 注册插件元数据
- foreach (var assembly in pluginAssemblies)
- {
- var pluginTypes = assembly.GetTypes()
- .Where(t => typeof(IJobPlugin).IsAssignableFrom(t) && !t.IsAbstract);
-
- foreach (var type in pluginTypes)
- {
- // 可以存储插件元数据,如类型名称等
- }
- }
- }
- }
-
-}
diff --git a/WpfApp4/Startup.cs b/WpfApp4/Startup.cs
deleted file mode 100644
index 016d683..0000000
--- a/WpfApp4/Startup.cs
+++ /dev/null
@@ -1,71 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Reflection.PortableExecutable;
-using System.Text;
-using System.Threading.Tasks;
-using System.IO;
-using Autofac;
-using Hangfire;
-using Hangfire.SqlServer;
-using PluginSystem;
-using JobSystem;
-
-
-namespace WpfApp4
-{
-
- public class Startup
- {
- private const string PluginDirectory = "Plugins";
- private const string ConnectionString = "Server=127.0.0.1;Database=HANGFIRE;User ID=sa;Password=1;";
-
- public IContainer ConfigureContainer()
- {
- var builder = new ContainerBuilder();
-
- // 配置Hangfire存储
- builder.Register(c => new SqlServerStorage(ConnectionString))
- .As()
- .SingleInstance();
-
- // 注册Hangfire服务
- builder.RegisterType()
- .AsSelf()
- .SingleInstance();
-
- builder.RegisterType()
- .As()
- .SingleInstance();
-
- // 注册插件加载器
- builder.RegisterType()
- .WithParameter("pluginDirectory", Path.Combine(Directory.GetCurrentDirectory(), PluginDirectory))
- .AsSelf()
- .SingleInstance();
-
- // 注册动态任务管理器
- builder.RegisterType()
- .AsSelf()
- .SingleInstance();
-
- // 加载并注册插件
- var pluginLoader = new PluginLoader(Path.Combine(Directory.GetCurrentDirectory(), PluginDirectory));
- pluginLoader.LoadPlugins(builder);
-
- return builder.Build();
- }
-
- public void StartHangfireServer(IContainer container)
- {
- // 启动Hangfire服务器
- var server = container.Resolve();
- server.Start();
-
- // 注册所有插件任务
- var jobManager = container.Resolve();
- jobManager.RegisterAllPluginJobs();
- }
- }
-
-}
diff --git a/WpfApp4/TaskManager.csproj b/WpfApp4/TaskManager.csproj
deleted file mode 100644
index 38000b0..0000000
--- a/WpfApp4/TaskManager.csproj
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
- WinExe
- net8.0-windows
- enable
- enable
- true
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/WpfApp4/TaskManager.csproj.user b/WpfApp4/TaskManager.csproj.user
deleted file mode 100644
index 644b0a6..0000000
--- a/WpfApp4/TaskManager.csproj.user
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
- Designer
-
-
-
-
- Designer
-
-
-
\ No newline at end of file
diff --git a/WpfApp4/WebStartup.cs b/WpfApp4/WebStartup.cs
deleted file mode 100644
index 608da44..0000000
--- a/WpfApp4/WebStartup.cs
+++ /dev/null
@@ -1,166 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Data.SqlClient;
-using Hangfire;
-using Microsoft.AspNetCore.Builder;
-using Microsoft.AspNetCore.Hosting;
-using Microsoft.Extensions.Configuration;
-using Microsoft.Extensions.DependencyInjection;
-using Microsoft.Extensions.Hosting;
-using Hangfire.Common;
-using Hangfire.SqlServer;
-using System.Configuration;
-using Microsoft.Extensions.Logging;
-
-
-
-using static WpfApp4.App;
-using Hangfire.Server;
-using Microsoft.EntityFrameworkCore;
-using TaskManager.Controllers;
-using Microsoft.VisualBasic;
-
-
-namespace WpfApp4
-{
- public class WebStartup
- {
- public IConfiguration Configuration { get; }
-
- public WebStartup(IConfiguration configuration)
- {
- Configuration = configuration;
- }
- public void ConfigureServices(IServiceCollection services)
- {
- services.AddControllers();
-
- services.AddDbContext(options =>
- options.UseSqlServer("Server=127.0.0.1;Database=HANGFIRE;User ID=sa;Password=1;TrustServerCertificate=True"));
- // 添加 Hangfire 服务
- services.AddHangfire(configuration => configuration
- .UseSqlServerStorage(
- "Server=127.0.0.1;Database=Hangfire;User ID=sa;Password=1;TrustServerCertificate=True")
- );
-
- // 添加 Hangfire 服务器
- services.AddHangfireServer();
- services.AddControllersWithViews();
- RegisterRecurringJobs();
-
-
- }
-
-
- private void RegisterRecurringJobs()
- {
-
-
-
-
-
- RecurringJob.AddOrUpdate(
- "reader",
- x => x.ExecuteAsync(),
- Cron.Minutely
- //,
- // JobFilterAttribute.AddFilter(new JobCompletionListener())
- );
-
- RecurringJob.AddOrUpdate(
- "writer",
- x => x.ExecuteWriterAsync(),
- Cron.Minutely);
- }
-
-
-
- public class MyJob
- {
- //private readonly ILogger _logger;
- // private readonly JobDbContext _dbContext;
- public MyJob(
- //ILogger _logger
- //, JobDbContext dbContext
- )
- {
- //this._logger = _logger;
- // _dbContext = dbContext;
- }
- public void Execute()
- {
-
- // 这里是你的作业逻辑
- Console.WriteLine("定时任务执行中: " + DateTime.Now);
-
- // 如果需要访问 UI 元素,需要使用 Dispatcher
- //Application.Current.Dispatcher.Invoke(() =>
- //{
- // // 更新 UI 的代码
-
- //});
- }
-
- public void ExecuteReaderAsync()
- {
- //_logger.LogInformation("开始读取!");
-
- //Application.Current.Dispatcher.Invoke(() =>
- //{
- // App.AddLog(new logModel() { Name = "读取", Info = "读取成功!" });
- // // 更新 UI 的代码
-
- //});
-
- //string jobId = context.BackgroundJob.Id;
-
-
-
-
-
-
- }
- public void ExecuteWriterAsync()
- {
- //_logger.LogInformation("开始读取!");
- //Application.Current.Dispatcher.Invoke(() =>
- //{
- // App.AddLog(new logModel() { Name = "写入", Info = "写入成功!" });// 更新 UI 的代码
-
- //});
- ///string jobId = context.BackgroundJob.Id;
-
-
- }
-
-
- }
- public class logModel
- {
- public string Name { get; set; }
- public string Info { get; set; }
- }
-
-
-
- public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
- {
- if (env.IsDevelopment())
- {
- app.UseDeveloperExceptionPage();
- }
- app.UseHangfireServer();
- app.UseHangfireDashboard();
-
-
- app.UseRouting();
- app.UseEndpoints(endpoints =>
- {
- endpoints.MapControllers();
- });
- }
- }
-}
diff --git a/WpfApp4/appsetting.json b/WpfApp4/appsetting.json
deleted file mode 100644
index 0204fac..0000000
--- a/WpfApp4/appsetting.json
+++ /dev/null
@@ -1,42 +0,0 @@
-{
- "App": {
- "CorsOrigins": "https://*.abc.com,http://localhost:9528,http://149.223.116.5:8088"
- },
-
- "ConnectionStrings": {
- "Default": "Server=127.0.0.1;Database=HANGFIRE;User ID=sa;Password=1;"
-
- },
- "Hangfire": {
- "Dashboard": {
- "Path": "/hangfire", // Dashboard 访问路径
- "RequireAuthorization": false // 是否需要授权
- },
- "Server": {
- "WorkerCount": 5, // 工作线程数量
- "Queues": [ "default", "critical", "background" ], // 队列优先级
- "SchedulePollingInterval": 15000, // 调度轮询间隔(毫秒)
- "HeartbeatInterval": "00:00:15", // 服务器心跳间隔
- "ServerTimeout": "00:05:00", // 服务器超时时间
- "ServerCheckInterval": "00:01:00" // 服务器状态检查间隔
- },
- "Storage": {
- "JobExpirationCheckInterval": "00:01:00", // 作业过期检查间隔
- "CountersAggregateInterval": "00:05:00", // 计数器聚合间隔
- "QueuePollInterval": "00:00:15", // 队列轮询间隔
- "PrepareSchemaIfNecessary": true, // 自动创建表结构
- "SlidingInvisibilityTimeout": "00:30:00", // 作业处理超时时间
- "UseRecommendedIsolationLevel": true, // 使用推荐的事务隔离级别
- "EnableHeavyMigrations": false // 是否启用重量级迁移
- },
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Hangfire": "Information"
- }
- }
- }
-
-
-
-}
\ No newline at end of file
diff --git a/WpfApp4/obj/Debug/net8.0-windows/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/WpfApp4/obj/Debug/net8.0-windows/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
deleted file mode 100644
index 2217181..0000000
--- a/WpfApp4/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/WpfApp4/obj/Debug/net8.0-windows/App.g.i.cs b/WpfApp4/obj/Debug/net8.0-windows/App.g.i.cs
deleted file mode 100644
index fe91630..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/App.g.i.cs
+++ /dev/null
@@ -1,90 +0,0 @@
-#pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "3FCFA1394BC59320647D403ACD7AACCAE04F51F9"
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using ModernWpf;
-using ModernWpf.Controls;
-using ModernWpf.Controls.Primitives;
-using ModernWpf.DesignTime;
-using ModernWpf.Markup;
-using ModernWpf.Media.Animation;
-using System;
-using System.Diagnostics;
-using System.Windows;
-using System.Windows.Automation;
-using System.Windows.Controls;
-using System.Windows.Controls.Primitives;
-using System.Windows.Controls.Ribbon;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Ink;
-using System.Windows.Input;
-using System.Windows.Markup;
-using System.Windows.Media;
-using System.Windows.Media.Animation;
-using System.Windows.Media.Effects;
-using System.Windows.Media.Imaging;
-using System.Windows.Media.Media3D;
-using System.Windows.Media.TextFormatting;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-using System.Windows.Shell;
-using WpfApp4;
-
-
-namespace WpfApp4 {
-
-
- ///
- /// App
- ///
- public partial class App : System.Windows.Application {
-
- private bool _contentLoaded;
-
- ///
- /// InitializeComponent
- ///
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.5.0")]
- public void InitializeComponent() {
- if (_contentLoaded) {
- return;
- }
- _contentLoaded = true;
-
- #line 5 "..\..\..\App.xaml"
- this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
-
- #line default
- #line hidden
- System.Uri resourceLocater = new System.Uri("/TaskManager;component/app.xaml", System.UriKind.Relative);
-
- #line 1 "..\..\..\App.xaml"
- System.Windows.Application.LoadComponent(this, resourceLocater);
-
- #line default
- #line hidden
- }
-
- ///
- /// Application Entry Point.
- ///
- [System.STAThreadAttribute()]
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.5.0")]
- public static void Main() {
- WpfApp4.App app = new WpfApp4.App();
- app.InitializeComponent();
- app.Run();
- }
- }
-}
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/MainWindow.g.i.cs b/WpfApp4/obj/Debug/net8.0-windows/MainWindow.g.i.cs
deleted file mode 100644
index 8d4dc8a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/MainWindow.g.i.cs
+++ /dev/null
@@ -1,96 +0,0 @@
-#pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "8D8305491C1D7E74CEB2A5A4751C39114343B39A"
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using ModernWpf;
-using ModernWpf.Controls;
-using ModernWpf.Controls.Primitives;
-using ModernWpf.DesignTime;
-using ModernWpf.Markup;
-using ModernWpf.Media.Animation;
-using System;
-using System.Diagnostics;
-using System.Windows;
-using System.Windows.Automation;
-using System.Windows.Controls;
-using System.Windows.Controls.Primitives;
-using System.Windows.Controls.Ribbon;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Ink;
-using System.Windows.Input;
-using System.Windows.Markup;
-using System.Windows.Media;
-using System.Windows.Media.Animation;
-using System.Windows.Media.Effects;
-using System.Windows.Media.Imaging;
-using System.Windows.Media.Media3D;
-using System.Windows.Media.TextFormatting;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-using System.Windows.Shell;
-using WpfApp4;
-
-
-namespace WpfApp4 {
-
-
- ///
- /// MainWindow
- ///
- public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
-
-
- #line 23 "..\..\..\MainWindow.xaml"
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
- internal System.Windows.Controls.DataGrid dataGrid1;
-
- #line default
- #line hidden
-
- private bool _contentLoaded;
-
- ///
- /// InitializeComponent
- ///
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.5.0")]
- public void InitializeComponent() {
- if (_contentLoaded) {
- return;
- }
- _contentLoaded = true;
- System.Uri resourceLocater = new System.Uri("/TaskManager;component/mainwindow.xaml", System.UriKind.Relative);
-
- #line 1 "..\..\..\MainWindow.xaml"
- System.Windows.Application.LoadComponent(this, resourceLocater);
-
- #line default
- #line hidden
- }
-
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.5.0")]
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
- void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
- switch (connectionId)
- {
- case 1:
- this.dataGrid1 = ((System.Windows.Controls.DataGrid)(target));
- return;
- }
- this._contentLoaded = true;
- }
- }
-}
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskMana.F3FB485A.Up2Date b/WpfApp4/obj/Debug/net8.0-windows/TaskMana.F3FB485A.Up2Date
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/TaskManager.AssemblyInfo.cs
deleted file mode 100644
index 6982bba..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/TaskManager.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("TaskManager")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("TaskManager")]
-[assembly: System.Reflection.AssemblyTitleAttribute("TaskManager")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/TaskManager.AssemblyInfoInputs.cache
deleted file mode 100644
index dc515c8..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/TaskManager.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4e59d66bf5d432c9035efdc2b79fe7d5abd1f109
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/TaskManager.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 133b7fe..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/TaskManager.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,8 +0,0 @@
-is_global = true
-build_property.TargetFramework = net8.0-windows
-build_property.TargetPlatformMinVersion = 7.0
-build_property.UsingMicrosoftNETSdkWeb =
-build_property.ProjectTypeGuids =
-build_property.PublishSingleFile =
-build_property.IncludeAllContentForSelfExtract =
-build_property._SupportedPlatformList = Android,iOS,Linux,macOS,Windows
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/TaskManager.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/TaskManager.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/WpfApp4/obj/Debug/net8.0-windows/TaskManager.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/TaskManager.assets.cache
deleted file mode 100644
index f4b6e5c..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/TaskManager.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager.csproj.AssemblyReference.cache b/WpfApp4/obj/Debug/net8.0-windows/TaskManager.csproj.AssemblyReference.cache
deleted file mode 100644
index 99210fd..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/TaskManager.csproj.AssemblyReference.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/TaskManager.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager.csproj.CoreCompileInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/TaskManager.csproj.CoreCompileInputs.cache
deleted file mode 100644
index d21f8d5..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/TaskManager.csproj.CoreCompileInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-d02616684f81eb8682d5dbd89d081cca26e1de2d46f1ac0667dc4c0be4ad42f3
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager.csproj.FileListAbsolute.txt b/WpfApp4/obj/Debug/net8.0-windows/TaskManager.csproj.FileListAbsolute.txt
deleted file mode 100644
index 7ba91fc..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/TaskManager.csproj.FileListAbsolute.txt
+++ /dev/null
@@ -1,232 +0,0 @@
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\TaskManager.csproj.AssemblyReference.cache
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\MainWindow.g.cs
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\App.g.cs
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\TaskManager_MarkupCompile.cache
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\TaskManager_MarkupCompile.lref
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\TaskManager.exe
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\TaskManager.dll.config
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\TaskManager.deps.json
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\TaskManager.runtimeconfig.json
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\TaskManager.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\TaskManager.pdb
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Autofac.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Autofac.Extras.CommonServiceLocator.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Autofac.Integration.Mef.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Azure.Core.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Azure.Identity.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\CommonServiceLocator.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Dapper.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Hangfire.AspNetCore.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Hangfire.Core.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Hangfire.NetCore.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Hangfire.SqlServer.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.Bcl.AsyncInterfaces.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.Data.SqlClient.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.EntityFrameworkCore.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.EntityFrameworkCore.Abstractions.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.EntityFrameworkCore.Relational.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.EntityFrameworkCore.SqlServer.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.Extensions.Caching.Abstractions.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.Extensions.Caching.Memory.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.Extensions.Configuration.Abstractions.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.Extensions.DependencyInjection.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.Extensions.DependencyInjection.Abstractions.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.Extensions.Logging.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.Extensions.Logging.Abstractions.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.Extensions.Options.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.Extensions.Primitives.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.Identity.Client.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.Identity.Client.Extensions.Msal.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.IdentityModel.Abstractions.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.IdentityModel.JsonWebTokens.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.IdentityModel.Logging.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.IdentityModel.Protocols.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.IdentityModel.Tokens.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.SqlServer.Server.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ModernWpf.Controls.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ModernWpf.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Newtonsoft.Json.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\System.ClientModel.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\System.ComponentModel.Composition.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\System.Data.SqlClient.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\System.Diagnostics.DiagnosticSource.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\System.Formats.Asn1.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\System.IdentityModel.Tokens.Jwt.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\System.IO.Pipelines.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\System.Memory.Data.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\System.Runtime.Caching.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\System.Text.Encodings.Web.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\System.Text.Json.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ca\Hangfire.Core.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\de\Hangfire.Core.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\es\Hangfire.Core.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\fa\Hangfire.Core.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\fr\Hangfire.Core.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\nb\Hangfire.Core.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\nl\Hangfire.Core.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\pt-BR\Hangfire.Core.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\pt-PT\Hangfire.Core.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\pt\Hangfire.Core.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\sv\Hangfire.Core.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\tr-TR\Hangfire.Core.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\zh-TW\Hangfire.Core.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\zh\Hangfire.Core.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\af-ZA\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\af-ZA\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\am-ET\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\am-ET\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ar-SA\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ar-SA\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\az-Latn-AZ\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\az-Latn-AZ\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\be-BY\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\be-BY\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\bg-BG\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\bg-BG\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\bn-BD\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\bn-BD\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\bs-Latn-BA\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\bs-Latn-BA\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ca-ES\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ca-ES\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\cs-CZ\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\cs-CZ\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\da-DK\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\da-DK\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\de-DE\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\de-DE\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\el-GR\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\el-GR\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\en-GB\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\en-GB\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\es-ES\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\es-ES\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\es-MX\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\es-MX\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\et-EE\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\et-EE\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\eu-ES\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\eu-ES\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\fa-IR\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\fa-IR\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\fi-FI\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\fi-FI\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\fil-PH\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\fil-PH\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\fr-CA\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\fr-CA\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\fr-FR\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\fr-FR\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\gl-ES\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\gl-ES\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\he-IL\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\he-IL\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\hi-IN\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\hi-IN\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\hr-HR\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\hr-HR\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\hu-HU\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\hu-HU\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\id-ID\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\id-ID\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\is-IS\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\is-IS\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\it-IT\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\it-IT\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ja-JP\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ja-JP\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ka-GE\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ka-GE\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\kk-KZ\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\kk-KZ\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\km-KH\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\km-KH\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\kn-IN\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\kn-IN\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ko-KR\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ko-KR\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\lo-LA\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\lo-LA\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\lt-LT\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\lt-LT\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\lv-LV\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\lv-LV\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\mk-MK\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\mk-MK\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ml-IN\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ml-IN\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ms-MY\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ms-MY\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\nb-NO\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\nb-NO\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\nl-NL\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\nl-NL\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\nn-NO\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\nn-NO\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\pl-PL\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\pl-PL\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\pt-BR\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\pt-BR\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\pt-PT\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\pt-PT\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ro-RO\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ro-RO\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ru-RU\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ru-RU\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\sk-SK\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\sk-SK\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\sl-SI\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\sl-SI\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\sq-AL\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\sq-AL\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\sr-Latn-RS\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\sr-Latn-RS\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\sv-SE\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\sv-SE\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\sw-KE\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\sw-KE\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ta-IN\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ta-IN\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\te-IN\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\te-IN\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\th-TH\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\th-TH\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\tr-TR\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\tr-TR\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\uk-UA\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\uk-UA\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\uz-Latn-UZ\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\uz-Latn-UZ\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\vi-VN\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\vi-VN\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\runtimes\unix\lib\net6.0\Microsoft.Data.SqlClient.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\runtimes\win\lib\net6.0\Microsoft.Data.SqlClient.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\runtimes\win-arm\native\Microsoft.Data.SqlClient.SNI.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\runtimes\win-arm64\native\Microsoft.Data.SqlClient.SNI.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\runtimes\win-x64\native\Microsoft.Data.SqlClient.SNI.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\runtimes\win-x86\native\Microsoft.Data.SqlClient.SNI.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\runtimes\win-arm64\native\sni.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\runtimes\win-x64\native\sni.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\runtimes\win-x86\native\sni.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\runtimes\unix\lib\net8.0\System.Data.SqlClient.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\runtimes\win\lib\net8.0\System.Data.SqlClient.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\runtimes\win\lib\net6.0\System.Runtime.Caching.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\runtimes\browser\lib\net8.0\System.Text.Encodings.Web.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ILifeTimeService.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Models.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ILifeTimeService.pdb
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Models.pdb
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\App.baml
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\MainWindow.baml
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\TaskManager.g.resources
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\TaskManager.GeneratedMSBuildEditorConfig.editorconfig
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\TaskManager.AssemblyInfoInputs.cache
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\TaskManager.AssemblyInfo.cs
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\TaskManager.csproj.CoreCompileInputs.cache
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\TaskMana.F3FB485A.Up2Date
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\TaskManager.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\refint\TaskManager.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\TaskManager.pdb
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\TaskManager.genruntimeconfig.cache
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\ref\TaskManager.dll
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager.dll b/WpfApp4/obj/Debug/net8.0-windows/TaskManager.dll
deleted file mode 100644
index 70fa2e9..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/TaskManager.dll and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager.g.resources b/WpfApp4/obj/Debug/net8.0-windows/TaskManager.g.resources
deleted file mode 100644
index 503019e..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/TaskManager.g.resources and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager.genruntimeconfig.cache b/WpfApp4/obj/Debug/net8.0-windows/TaskManager.genruntimeconfig.cache
deleted file mode 100644
index 1dc42c0..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/TaskManager.genruntimeconfig.cache
+++ /dev/null
@@ -1 +0,0 @@
-3656f6d15f51d7d24810786a0128c30a184d6c9b47f8450655b16336e1531251
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager.pdb b/WpfApp4/obj/Debug/net8.0-windows/TaskManager.pdb
deleted file mode 100644
index 7dfd6c5..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/TaskManager.pdb and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_MarkupCompile.i.cache b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_MarkupCompile.i.cache
deleted file mode 100644
index 2a3cc64..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_MarkupCompile.i.cache
+++ /dev/null
@@ -1,20 +0,0 @@
-TaskManager
-1.0.0.0
-
-winexe
-C#
-.cs
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\
-TaskManager
-none
-false
-TRACE;DEBUG;NET;NET8_0;NETCOREAPP;WINDOWS;WINDOWS7_0;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER;WINDOWS7_0_OR_GREATER
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\App.xaml
-11407045341
-
-43-1113591971
-3701168259763
-MainWindow.xaml;
-
-False
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_cgvujwmc_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_cgvujwmc_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 6982bba..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_cgvujwmc_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("TaskManager")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("TaskManager")]
-[assembly: System.Reflection.AssemblyTitleAttribute("TaskManager")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_cgvujwmc_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_cgvujwmc_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 349ab56..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_cgvujwmc_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-709b027263c3eebb0b63f2f32c573210c0f93651276f16a3c63436300d0ba951
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_cgvujwmc_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_cgvujwmc_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index e9d6ddc..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_cgvujwmc_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,16 +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 = TaskManager
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 8.0
-build_property.EnableCodeStyleSeverity =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_cgvujwmc_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_cgvujwmc_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_cgvujwmc_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/WpfApp4/obj/Debug/net8.0-windows/TaskManager_cgvujwmc_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_cgvujwmc_wpftmp.assets.cache
deleted file mode 100644
index cc45f91..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_cgvujwmc_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_cgvujwmc_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_cgvujwmc_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_foiax3tt_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_foiax3tt_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 6982bba..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_foiax3tt_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("TaskManager")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("TaskManager")]
-[assembly: System.Reflection.AssemblyTitleAttribute("TaskManager")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_foiax3tt_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_foiax3tt_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 349ab56..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_foiax3tt_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-709b027263c3eebb0b63f2f32c573210c0f93651276f16a3c63436300d0ba951
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_foiax3tt_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_foiax3tt_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index e9d6ddc..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_foiax3tt_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,16 +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 = TaskManager
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 8.0
-build_property.EnableCodeStyleSeverity =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_foiax3tt_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_foiax3tt_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_foiax3tt_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/WpfApp4/obj/Debug/net8.0-windows/TaskManager_foiax3tt_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_foiax3tt_wpftmp.assets.cache
deleted file mode 100644
index 5d0f600..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_foiax3tt_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_foiax3tt_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_foiax3tt_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_hjcg1tnq_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_hjcg1tnq_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 6982bba..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_hjcg1tnq_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("TaskManager")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("TaskManager")]
-[assembly: System.Reflection.AssemblyTitleAttribute("TaskManager")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_hjcg1tnq_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_hjcg1tnq_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 349ab56..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_hjcg1tnq_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-709b027263c3eebb0b63f2f32c573210c0f93651276f16a3c63436300d0ba951
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_hjcg1tnq_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_hjcg1tnq_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index e9d6ddc..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_hjcg1tnq_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,16 +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 = TaskManager
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 8.0
-build_property.EnableCodeStyleSeverity =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_hjcg1tnq_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_hjcg1tnq_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_hjcg1tnq_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/WpfApp4/obj/Debug/net8.0-windows/TaskManager_hjcg1tnq_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_hjcg1tnq_wpftmp.assets.cache
deleted file mode 100644
index 837fc1e..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_hjcg1tnq_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_hjcg1tnq_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_hjcg1tnq_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_huxtzlam_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_huxtzlam_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 6982bba..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_huxtzlam_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("TaskManager")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("TaskManager")]
-[assembly: System.Reflection.AssemblyTitleAttribute("TaskManager")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_huxtzlam_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_huxtzlam_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 349ab56..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_huxtzlam_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-709b027263c3eebb0b63f2f32c573210c0f93651276f16a3c63436300d0ba951
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_huxtzlam_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_huxtzlam_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index e9d6ddc..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_huxtzlam_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,16 +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 = TaskManager
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 8.0
-build_property.EnableCodeStyleSeverity =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_huxtzlam_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_huxtzlam_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_huxtzlam_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/WpfApp4/obj/Debug/net8.0-windows/TaskManager_huxtzlam_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_huxtzlam_wpftmp.assets.cache
deleted file mode 100644
index c5e7ab6..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_huxtzlam_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_huxtzlam_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_huxtzlam_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_jjhekafx_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_jjhekafx_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 6982bba..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_jjhekafx_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("TaskManager")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("TaskManager")]
-[assembly: System.Reflection.AssemblyTitleAttribute("TaskManager")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_jjhekafx_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_jjhekafx_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 349ab56..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_jjhekafx_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-709b027263c3eebb0b63f2f32c573210c0f93651276f16a3c63436300d0ba951
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_jjhekafx_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_jjhekafx_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index e9d6ddc..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_jjhekafx_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,16 +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 = TaskManager
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 8.0
-build_property.EnableCodeStyleSeverity =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_jjhekafx_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_jjhekafx_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_jjhekafx_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/WpfApp4/obj/Debug/net8.0-windows/TaskManager_jjhekafx_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_jjhekafx_wpftmp.assets.cache
deleted file mode 100644
index 6f02a32..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_jjhekafx_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_jjhekafx_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_jjhekafx_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_kpyusa1g_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_kpyusa1g_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 6982bba..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_kpyusa1g_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("TaskManager")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("TaskManager")]
-[assembly: System.Reflection.AssemblyTitleAttribute("TaskManager")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_kpyusa1g_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_kpyusa1g_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 349ab56..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_kpyusa1g_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-709b027263c3eebb0b63f2f32c573210c0f93651276f16a3c63436300d0ba951
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_kpyusa1g_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_kpyusa1g_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index e9d6ddc..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_kpyusa1g_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,16 +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 = TaskManager
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 8.0
-build_property.EnableCodeStyleSeverity =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_kpyusa1g_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_kpyusa1g_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_kpyusa1g_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/WpfApp4/obj/Debug/net8.0-windows/TaskManager_kpyusa1g_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_kpyusa1g_wpftmp.assets.cache
deleted file mode 100644
index c64fd38..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_kpyusa1g_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_mofha4fs_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_mofha4fs_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 6982bba..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_mofha4fs_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("TaskManager")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("TaskManager")]
-[assembly: System.Reflection.AssemblyTitleAttribute("TaskManager")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_mofha4fs_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_mofha4fs_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 349ab56..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_mofha4fs_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-709b027263c3eebb0b63f2f32c573210c0f93651276f16a3c63436300d0ba951
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_mofha4fs_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_mofha4fs_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index e9d6ddc..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_mofha4fs_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,16 +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 = TaskManager
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 8.0
-build_property.EnableCodeStyleSeverity =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_mofha4fs_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_mofha4fs_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_mofha4fs_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/WpfApp4/obj/Debug/net8.0-windows/TaskManager_mofha4fs_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_mofha4fs_wpftmp.assets.cache
deleted file mode 100644
index ebda632..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_mofha4fs_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_mofha4fs_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_mofha4fs_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_owx5fhhf_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_owx5fhhf_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 6982bba..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_owx5fhhf_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("TaskManager")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("TaskManager")]
-[assembly: System.Reflection.AssemblyTitleAttribute("TaskManager")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_owx5fhhf_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_owx5fhhf_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 349ab56..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_owx5fhhf_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-709b027263c3eebb0b63f2f32c573210c0f93651276f16a3c63436300d0ba951
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_owx5fhhf_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_owx5fhhf_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index e9d6ddc..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_owx5fhhf_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,16 +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 = TaskManager
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 8.0
-build_property.EnableCodeStyleSeverity =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_owx5fhhf_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_owx5fhhf_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_owx5fhhf_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/WpfApp4/obj/Debug/net8.0-windows/TaskManager_owx5fhhf_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_owx5fhhf_wpftmp.assets.cache
deleted file mode 100644
index 56747af..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_owx5fhhf_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_owx5fhhf_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_owx5fhhf_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_t0bjfu5m_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_t0bjfu5m_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 6982bba..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_t0bjfu5m_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("TaskManager")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("TaskManager")]
-[assembly: System.Reflection.AssemblyTitleAttribute("TaskManager")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_t0bjfu5m_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_t0bjfu5m_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 349ab56..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_t0bjfu5m_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-709b027263c3eebb0b63f2f32c573210c0f93651276f16a3c63436300d0ba951
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_t0bjfu5m_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_t0bjfu5m_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index e9d6ddc..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_t0bjfu5m_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,16 +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 = TaskManager
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 8.0
-build_property.EnableCodeStyleSeverity =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_t0bjfu5m_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_t0bjfu5m_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_t0bjfu5m_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/WpfApp4/obj/Debug/net8.0-windows/TaskManager_t0bjfu5m_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_t0bjfu5m_wpftmp.assets.cache
deleted file mode 100644
index 3c42112..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_t0bjfu5m_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_t0bjfu5m_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_t0bjfu5m_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_wdn3fb25_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_wdn3fb25_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 6982bba..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_wdn3fb25_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("TaskManager")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("TaskManager")]
-[assembly: System.Reflection.AssemblyTitleAttribute("TaskManager")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_wdn3fb25_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_wdn3fb25_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 349ab56..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_wdn3fb25_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-709b027263c3eebb0b63f2f32c573210c0f93651276f16a3c63436300d0ba951
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_wdn3fb25_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_wdn3fb25_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index e9d6ddc..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_wdn3fb25_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,16 +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 = TaskManager
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 8.0
-build_property.EnableCodeStyleSeverity =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_wdn3fb25_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_wdn3fb25_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_wdn3fb25_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/WpfApp4/obj/Debug/net8.0-windows/TaskManager_wdn3fb25_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_wdn3fb25_wpftmp.assets.cache
deleted file mode 100644
index b9b7278..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_wdn3fb25_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_zdpchm4u_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_zdpchm4u_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 6982bba..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_zdpchm4u_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("TaskManager")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("TaskManager")]
-[assembly: System.Reflection.AssemblyTitleAttribute("TaskManager")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_zdpchm4u_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_zdpchm4u_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 349ab56..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_zdpchm4u_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-709b027263c3eebb0b63f2f32c573210c0f93651276f16a3c63436300d0ba951
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_zdpchm4u_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_zdpchm4u_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index e9d6ddc..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_zdpchm4u_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,16 +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 = TaskManager
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 8.0
-build_property.EnableCodeStyleSeverity =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_zdpchm4u_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_zdpchm4u_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_zdpchm4u_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/WpfApp4/obj/Debug/net8.0-windows/TaskManager_zdpchm4u_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/TaskManager_zdpchm4u_wpftmp.assets.cache
deleted file mode 100644
index 8fadaaa..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/TaskManager_zdpchm4u_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index e5311d7..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,16 +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 = WpfApp4
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 8.0
-build_property.EnableCodeStyleSeverity =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.assets.cache
deleted file mode 100644
index 8296442..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.csproj.AssemblyReference.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.csproj.AssemblyReference.cache
deleted file mode 100644
index 7b69bb9..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.csproj.AssemblyReference.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.csproj.CoreCompileInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.csproj.CoreCompileInputs.cache
deleted file mode 100644
index e34236c..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.csproj.CoreCompileInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-928e404c96a688a3c40f85056870151c603e8c0aeb2cf8a8641fe791c3b67f43
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.csproj.FileListAbsolute.txt b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.csproj.FileListAbsolute.txt
deleted file mode 100644
index 43eb079..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.csproj.FileListAbsolute.txt
+++ /dev/null
@@ -1,232 +0,0 @@
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\WpfApp4.exe
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\WpfApp4.deps.json
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\WpfApp4.runtimeconfig.json
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\WpfApp4.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\WpfApp4.pdb
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Autofac.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Autofac.Extras.CommonServiceLocator.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Autofac.Integration.Mef.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\CommonServiceLocator.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Hangfire.AspNetCore.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Hangfire.Core.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Hangfire.NetCore.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Hangfire.SqlServer.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Newtonsoft.Json.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\System.ComponentModel.Composition.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ca\Hangfire.Core.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\de\Hangfire.Core.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\es\Hangfire.Core.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\fa\Hangfire.Core.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\fr\Hangfire.Core.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\nb\Hangfire.Core.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\nl\Hangfire.Core.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\pt-BR\Hangfire.Core.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\pt-PT\Hangfire.Core.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\pt\Hangfire.Core.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\sv\Hangfire.Core.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\tr-TR\Hangfire.Core.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\zh-TW\Hangfire.Core.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\zh\Hangfire.Core.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\WpfApp4.csproj.AssemblyReference.cache
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\MainWindow.g.cs
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\App.g.cs
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\WpfApp4_MarkupCompile.cache
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\WpfApp4_MarkupCompile.lref
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\MainWindow.baml
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\WpfApp4.g.resources
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\WpfApp4.GeneratedMSBuildEditorConfig.editorconfig
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\WpfApp4.AssemblyInfoInputs.cache
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\WpfApp4.AssemblyInfo.cs
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\WpfApp4.csproj.CoreCompileInputs.cache
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\WpfApp4.csproj.Up2Date
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\WpfApp4.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\refint\WpfApp4.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\WpfApp4.pdb
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\WpfApp4.genruntimeconfig.cache
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\ref\WpfApp4.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\System.Data.SqlClient.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\runtimes\win-arm64\native\sni.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\runtimes\win-x64\native\sni.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\runtimes\win-x86\native\sni.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\runtimes\unix\lib\net8.0\System.Data.SqlClient.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\runtimes\win\lib\net8.0\System.Data.SqlClient.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ILifeTimeService.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ILifeTimeService.pdb
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ModernWpf.Controls.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ModernWpf.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\af-ZA\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\af-ZA\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\am-ET\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\am-ET\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ar-SA\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ar-SA\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\az-Latn-AZ\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\az-Latn-AZ\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\be-BY\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\be-BY\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\bg-BG\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\bg-BG\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\bn-BD\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\bn-BD\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\bs-Latn-BA\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\bs-Latn-BA\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ca-ES\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ca-ES\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\cs-CZ\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\cs-CZ\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\da-DK\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\da-DK\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\de-DE\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\de-DE\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\el-GR\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\el-GR\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\en-GB\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\en-GB\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\es-ES\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\es-ES\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\es-MX\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\es-MX\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\et-EE\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\et-EE\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\eu-ES\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\eu-ES\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\fa-IR\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\fa-IR\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\fi-FI\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\fi-FI\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\fr-CA\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\fr-CA\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\fr-FR\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\fr-FR\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\gl-ES\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\gl-ES\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\he-IL\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\he-IL\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\hi-IN\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\hi-IN\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\hr-HR\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\hr-HR\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\hu-HU\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\hu-HU\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\id-ID\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\id-ID\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\is-IS\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\is-IS\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\it-IT\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\it-IT\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ja-JP\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ja-JP\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ka-GE\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ka-GE\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\kk-KZ\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\kk-KZ\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\km-KH\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\km-KH\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\kn-IN\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\kn-IN\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ko-KR\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ko-KR\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\lo-LA\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\lo-LA\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\lt-LT\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\lt-LT\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\lv-LV\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\lv-LV\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\mk-MK\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\mk-MK\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ml-IN\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ml-IN\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ms-MY\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ms-MY\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\nb-NO\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\nb-NO\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\nl-NL\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\nl-NL\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\nn-NO\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\nn-NO\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\pl-PL\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\pl-PL\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\pt-BR\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\pt-BR\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\pt-PT\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\pt-PT\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ro-RO\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ro-RO\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ru-RU\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ru-RU\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\sk-SK\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\sk-SK\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\sl-SI\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\sl-SI\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\sq-AL\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\sq-AL\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\sr-Latn-RS\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\sr-Latn-RS\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\sv-SE\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\sv-SE\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\sw-KE\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\sw-KE\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ta-IN\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\ta-IN\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\te-IN\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\te-IN\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\th-TH\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\th-TH\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\tr-TR\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\tr-TR\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\uk-UA\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\uk-UA\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\uz-Latn-UZ\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\uz-Latn-UZ\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\vi-VN\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\vi-VN\ModernWpf.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\App.baml
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\WpfApp4.dll.config
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Azure.Core.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Azure.Identity.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Dapper.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.Bcl.AsyncInterfaces.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.Data.SqlClient.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.EntityFrameworkCore.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.EntityFrameworkCore.Abstractions.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.EntityFrameworkCore.Relational.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.EntityFrameworkCore.SqlServer.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.Extensions.Caching.Abstractions.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.Extensions.Caching.Memory.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.Extensions.Configuration.Abstractions.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.Extensions.DependencyInjection.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.Extensions.DependencyInjection.Abstractions.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.Extensions.Logging.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.Extensions.Logging.Abstractions.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.Extensions.Options.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.Extensions.Primitives.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.Identity.Client.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.Identity.Client.Extensions.Msal.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.IdentityModel.Abstractions.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.IdentityModel.JsonWebTokens.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.IdentityModel.Logging.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.IdentityModel.Protocols.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.IdentityModel.Tokens.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Microsoft.SqlServer.Server.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\System.ClientModel.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\System.Diagnostics.DiagnosticSource.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\System.Formats.Asn1.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\System.IdentityModel.Tokens.Jwt.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\System.IO.Pipelines.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\System.Memory.Data.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\System.Runtime.Caching.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\System.Text.Encodings.Web.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\System.Text.Json.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\runtimes\unix\lib\net6.0\Microsoft.Data.SqlClient.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\runtimes\win\lib\net6.0\Microsoft.Data.SqlClient.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\runtimes\win-arm\native\Microsoft.Data.SqlClient.SNI.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\runtimes\win-arm64\native\Microsoft.Data.SqlClient.SNI.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\runtimes\win-x64\native\Microsoft.Data.SqlClient.SNI.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\runtimes\win-x86\native\Microsoft.Data.SqlClient.SNI.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\runtimes\win\lib\net6.0\System.Runtime.Caching.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\runtimes\browser\lib\net8.0\System.Text.Encodings.Web.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Models.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\Models.pdb
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\fil-PH\ModernWpf.Controls.resources.dll
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\bin\Debug\net8.0-windows\fil-PH\ModernWpf.resources.dll
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.csproj.Up2Date b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.csproj.Up2Date
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.designer.deps.json b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.designer.deps.json
deleted file mode 100644
index 69aeba7..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.designer.deps.json
+++ /dev/null
@@ -1,1857 +0,0 @@
-{
- "runtimeTarget": {
- "name": ".NETCoreApp,Version=v8.0",
- "signature": ""
- },
- "compilationOptions": {},
- "targets": {
- ".NETCoreApp,Version=v8.0": {
- "Autofac/8.3.0": {
- "dependencies": {
- "System.Diagnostics.DiagnosticSource": "9.0.5"
- },
- "runtime": {
- "lib/net8.0/Autofac.dll": {
- "assemblyVersion": "8.3.0.0",
- "fileVersion": "8.3.0.0"
- }
- }
- },
- "Autofac.Extras.CommonServiceLocator/6.1.0": {
- "dependencies": {
- "Autofac": "8.3.0",
- "CommonServiceLocator": "2.0.7"
- },
- "runtime": {
- "lib/net7.0/Autofac.Extras.CommonServiceLocator.dll": {
- "assemblyVersion": "6.1.0.0",
- "fileVersion": "6.1.0.0"
- }
- }
- },
- "Autofac.Mef/7.0.0": {
- "dependencies": {
- "Autofac": "8.3.0",
- "System.ComponentModel.Composition": "8.0.0"
- },
- "runtime": {
- "lib/net8.0/Autofac.Integration.Mef.dll": {
- "assemblyVersion": "7.0.0.0",
- "fileVersion": "7.0.0.0"
- }
- }
- },
- "Azure.Core/1.38.0": {
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
- "System.ClientModel": "1.0.0",
- "System.Diagnostics.DiagnosticSource": "9.0.5",
- "System.Memory.Data": "1.0.2",
- "System.Numerics.Vectors": "4.5.0",
- "System.Text.Encodings.Web": "9.0.5",
- "System.Text.Json": "9.0.5",
- "System.Threading.Tasks.Extensions": "4.5.4"
- },
- "runtime": {
- "lib/net6.0/Azure.Core.dll": {
- "assemblyVersion": "1.38.0.0",
- "fileVersion": "1.3800.24.12602"
- }
- }
- },
- "Azure.Identity/1.11.4": {
- "dependencies": {
- "Azure.Core": "1.38.0",
- "Microsoft.Identity.Client": "4.61.3",
- "Microsoft.Identity.Client.Extensions.Msal": "4.61.3",
- "System.Memory": "4.5.4",
- "System.Security.Cryptography.ProtectedData": "6.0.0",
- "System.Text.Json": "9.0.5",
- "System.Threading.Tasks.Extensions": "4.5.4"
- },
- "runtime": {
- "lib/netstandard2.0/Azure.Identity.dll": {
- "assemblyVersion": "1.11.4.0",
- "fileVersion": "1.1100.424.31005"
- }
- }
- },
- "CommonServiceLocator/2.0.7": {
- "runtime": {
- "lib/net7.0/CommonServiceLocator.dll": {
- "assemblyVersion": "2.0.7.0",
- "fileVersion": "2.0.7.0"
- }
- }
- },
- "Dapper/2.1.66": {
- "runtime": {
- "lib/net8.0/Dapper.dll": {
- "assemblyVersion": "2.0.0.0",
- "fileVersion": "2.1.66.48463"
- }
- }
- },
- "Hangfire/1.8.18": {
- "dependencies": {
- "Hangfire.AspNetCore": "1.8.18",
- "Hangfire.Core": "1.8.18",
- "Hangfire.SqlServer": "1.8.18"
- }
- },
- "Hangfire.AspNetCore/1.8.18": {
- "dependencies": {
- "Hangfire.NetCore": "1.8.18"
- },
- "runtime": {
- "lib/netcoreapp3.0/Hangfire.AspNetCore.dll": {
- "assemblyVersion": "1.8.18.0",
- "fileVersion": "1.8.18.0"
- }
- }
- },
- "Hangfire.Core/1.8.18": {
- "dependencies": {
- "Newtonsoft.Json": "11.0.1"
- },
- "runtime": {
- "lib/netstandard2.0/Hangfire.Core.dll": {
- "assemblyVersion": "1.8.18.0",
- "fileVersion": "1.8.18.0"
- }
- },
- "resources": {
- "lib/netstandard2.0/ca/Hangfire.Core.resources.dll": {
- "locale": "ca"
- },
- "lib/netstandard2.0/de/Hangfire.Core.resources.dll": {
- "locale": "de"
- },
- "lib/netstandard2.0/es/Hangfire.Core.resources.dll": {
- "locale": "es"
- },
- "lib/netstandard2.0/fa/Hangfire.Core.resources.dll": {
- "locale": "fa"
- },
- "lib/netstandard2.0/fr/Hangfire.Core.resources.dll": {
- "locale": "fr"
- },
- "lib/netstandard2.0/nb/Hangfire.Core.resources.dll": {
- "locale": "nb"
- },
- "lib/netstandard2.0/nl/Hangfire.Core.resources.dll": {
- "locale": "nl"
- },
- "lib/netstandard2.0/pt-BR/Hangfire.Core.resources.dll": {
- "locale": "pt-BR"
- },
- "lib/netstandard2.0/pt-PT/Hangfire.Core.resources.dll": {
- "locale": "pt-PT"
- },
- "lib/netstandard2.0/pt/Hangfire.Core.resources.dll": {
- "locale": "pt"
- },
- "lib/netstandard2.0/sv/Hangfire.Core.resources.dll": {
- "locale": "sv"
- },
- "lib/netstandard2.0/tr-TR/Hangfire.Core.resources.dll": {
- "locale": "tr-TR"
- },
- "lib/netstandard2.0/zh-TW/Hangfire.Core.resources.dll": {
- "locale": "zh-TW"
- },
- "lib/netstandard2.0/zh/Hangfire.Core.resources.dll": {
- "locale": "zh"
- }
- }
- },
- "Hangfire.NetCore/1.8.18": {
- "dependencies": {
- "Hangfire.Core": "1.8.18",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.5",
- "Microsoft.Extensions.Hosting.Abstractions": "3.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "9.0.5"
- },
- "runtime": {
- "lib/netstandard2.1/Hangfire.NetCore.dll": {
- "assemblyVersion": "1.8.18.0",
- "fileVersion": "1.8.18.0"
- }
- }
- },
- "Hangfire.SqlServer/1.8.18": {
- "dependencies": {
- "Hangfire.Core": "1.8.18"
- },
- "runtime": {
- "lib/netstandard2.0/Hangfire.SqlServer.dll": {
- "assemblyVersion": "1.8.18.0",
- "fileVersion": "1.8.18.0"
- }
- }
- },
- "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
- "runtime": {
- "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": {
- "assemblyVersion": "1.0.0.0",
- "fileVersion": "4.700.20.21406"
- }
- }
- },
- "Microsoft.CSharp/4.5.0": {},
- "Microsoft.Data.SqlClient/5.1.6": {
- "dependencies": {
- "Azure.Identity": "1.11.4",
- "Microsoft.Data.SqlClient.SNI.runtime": "5.1.1",
- "Microsoft.Identity.Client": "4.61.3",
- "Microsoft.IdentityModel.JsonWebTokens": "6.35.0",
- "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0",
- "Microsoft.SqlServer.Server": "1.0.0",
- "System.Configuration.ConfigurationManager": "6.0.1",
- "System.Diagnostics.DiagnosticSource": "9.0.5",
- "System.Runtime.Caching": "6.0.0",
- "System.Security.Cryptography.Cng": "5.0.0",
- "System.Security.Principal.Windows": "5.0.0",
- "System.Text.Encoding.CodePages": "6.0.0",
- "System.Text.Encodings.Web": "9.0.5"
- },
- "runtime": {
- "lib/net6.0/Microsoft.Data.SqlClient.dll": {
- "assemblyVersion": "5.0.0.0",
- "fileVersion": "5.16.24240.5"
- }
- },
- "runtimeTargets": {
- "runtimes/unix/lib/net6.0/Microsoft.Data.SqlClient.dll": {
- "rid": "unix",
- "assetType": "runtime",
- "assemblyVersion": "5.0.0.0",
- "fileVersion": "5.16.24240.5"
- },
- "runtimes/win/lib/net6.0/Microsoft.Data.SqlClient.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "5.0.0.0",
- "fileVersion": "5.16.24240.5"
- }
- }
- },
- "Microsoft.Data.SqlClient.SNI.runtime/5.1.1": {
- "runtimeTargets": {
- "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": {
- "rid": "win-arm",
- "assetType": "native",
- "fileVersion": "5.1.1.0"
- },
- "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": {
- "rid": "win-arm64",
- "assetType": "native",
- "fileVersion": "5.1.1.0"
- },
- "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": {
- "rid": "win-x64",
- "assetType": "native",
- "fileVersion": "5.1.1.0"
- },
- "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": {
- "rid": "win-x86",
- "assetType": "native",
- "fileVersion": "5.1.1.0"
- }
- }
- },
- "Microsoft.EntityFrameworkCore/9.0.5": {
- "dependencies": {
- "Microsoft.EntityFrameworkCore.Abstractions": "9.0.5",
- "Microsoft.EntityFrameworkCore.Analyzers": "9.0.5",
- "Microsoft.Extensions.Caching.Memory": "9.0.5",
- "Microsoft.Extensions.Logging": "9.0.5"
- },
- "runtime": {
- "lib/net8.0/Microsoft.EntityFrameworkCore.dll": {
- "assemblyVersion": "9.0.5.0",
- "fileVersion": "9.0.525.21604"
- }
- }
- },
- "Microsoft.EntityFrameworkCore.Abstractions/9.0.5": {
- "runtime": {
- "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": {
- "assemblyVersion": "9.0.5.0",
- "fileVersion": "9.0.525.21604"
- }
- }
- },
- "Microsoft.EntityFrameworkCore.Analyzers/9.0.5": {},
- "Microsoft.EntityFrameworkCore.Relational/9.0.5": {
- "dependencies": {
- "Microsoft.EntityFrameworkCore": "9.0.5",
- "Microsoft.Extensions.Caching.Memory": "9.0.5",
- "Microsoft.Extensions.Configuration.Abstractions": "9.0.5",
- "Microsoft.Extensions.Logging": "9.0.5"
- },
- "runtime": {
- "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll": {
- "assemblyVersion": "9.0.5.0",
- "fileVersion": "9.0.525.21604"
- }
- }
- },
- "Microsoft.EntityFrameworkCore.SqlServer/9.0.5": {
- "dependencies": {
- "Microsoft.Data.SqlClient": "5.1.6",
- "Microsoft.EntityFrameworkCore.Relational": "9.0.5",
- "Microsoft.Extensions.Caching.Memory": "9.0.5",
- "Microsoft.Extensions.Configuration.Abstractions": "9.0.5",
- "Microsoft.Extensions.Logging": "9.0.5",
- "System.Formats.Asn1": "9.0.5",
- "System.Text.Json": "9.0.5"
- },
- "runtime": {
- "lib/net8.0/Microsoft.EntityFrameworkCore.SqlServer.dll": {
- "assemblyVersion": "9.0.5.0",
- "fileVersion": "9.0.525.21604"
- }
- }
- },
- "Microsoft.Extensions.Caching.Abstractions/9.0.5": {
- "dependencies": {
- "Microsoft.Extensions.Primitives": "9.0.5"
- },
- "runtime": {
- "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": {
- "assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.525.21509"
- }
- }
- },
- "Microsoft.Extensions.Caching.Memory/9.0.5": {
- "dependencies": {
- "Microsoft.Extensions.Caching.Abstractions": "9.0.5",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.5",
- "Microsoft.Extensions.Logging.Abstractions": "9.0.5",
- "Microsoft.Extensions.Options": "9.0.5",
- "Microsoft.Extensions.Primitives": "9.0.5"
- },
- "runtime": {
- "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": {
- "assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.525.21509"
- }
- }
- },
- "Microsoft.Extensions.Configuration.Abstractions/9.0.5": {
- "dependencies": {
- "Microsoft.Extensions.Primitives": "9.0.5"
- },
- "runtime": {
- "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
- "assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.525.21509"
- }
- }
- },
- "Microsoft.Extensions.DependencyInjection/9.0.5": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.5"
- },
- "runtime": {
- "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": {
- "assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.525.21509"
- }
- }
- },
- "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.5": {
- "runtime": {
- "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
- "assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.525.21509"
- }
- }
- },
- "Microsoft.Extensions.FileProviders.Abstractions/3.0.0": {
- "dependencies": {
- "Microsoft.Extensions.Primitives": "9.0.5"
- },
- "runtime": {
- "lib/netcoreapp3.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {
- "assemblyVersion": "3.0.0.0",
- "fileVersion": "3.0.19.46305"
- }
- }
- },
- "Microsoft.Extensions.Hosting.Abstractions/3.0.0": {
- "dependencies": {
- "Microsoft.Extensions.Configuration.Abstractions": "9.0.5",
- "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.5",
- "Microsoft.Extensions.FileProviders.Abstractions": "3.0.0",
- "Microsoft.Extensions.Logging.Abstractions": "9.0.5"
- },
- "runtime": {
- "lib/netcoreapp3.0/Microsoft.Extensions.Hosting.Abstractions.dll": {
- "assemblyVersion": "3.0.0.0",
- "fileVersion": "3.0.19.46305"
- }
- }
- },
- "Microsoft.Extensions.Logging/9.0.5": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection": "9.0.5",
- "Microsoft.Extensions.Logging.Abstractions": "9.0.5",
- "Microsoft.Extensions.Options": "9.0.5"
- },
- "runtime": {
- "lib/net8.0/Microsoft.Extensions.Logging.dll": {
- "assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.525.21509"
- }
- }
- },
- "Microsoft.Extensions.Logging.Abstractions/9.0.5": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.5",
- "System.Diagnostics.DiagnosticSource": "9.0.5"
- },
- "runtime": {
- "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": {
- "assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.525.21509"
- }
- }
- },
- "Microsoft.Extensions.Options/9.0.5": {
- "dependencies": {
- "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.5",
- "Microsoft.Extensions.Primitives": "9.0.5"
- },
- "runtime": {
- "lib/net8.0/Microsoft.Extensions.Options.dll": {
- "assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.525.21509"
- }
- }
- },
- "Microsoft.Extensions.Primitives/9.0.5": {
- "runtime": {
- "lib/net8.0/Microsoft.Extensions.Primitives.dll": {
- "assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.525.21509"
- }
- }
- },
- "Microsoft.Identity.Client/4.61.3": {
- "dependencies": {
- "Microsoft.IdentityModel.Abstractions": "6.35.0",
- "System.Diagnostics.DiagnosticSource": "9.0.5"
- },
- "runtime": {
- "lib/net6.0/Microsoft.Identity.Client.dll": {
- "assemblyVersion": "4.61.3.0",
- "fileVersion": "4.61.3.0"
- }
- }
- },
- "Microsoft.Identity.Client.Extensions.Msal/4.61.3": {
- "dependencies": {
- "Microsoft.Identity.Client": "4.61.3",
- "System.Security.Cryptography.ProtectedData": "6.0.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": {
- "assemblyVersion": "4.61.3.0",
- "fileVersion": "4.61.3.0"
- }
- }
- },
- "Microsoft.IdentityModel.Abstractions/6.35.0": {
- "runtime": {
- "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": {
- "assemblyVersion": "6.35.0.0",
- "fileVersion": "6.35.0.41201"
- }
- }
- },
- "Microsoft.IdentityModel.JsonWebTokens/6.35.0": {
- "dependencies": {
- "Microsoft.IdentityModel.Tokens": "6.35.0",
- "System.Text.Encoding": "4.3.0",
- "System.Text.Encodings.Web": "9.0.5",
- "System.Text.Json": "9.0.5"
- },
- "runtime": {
- "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": {
- "assemblyVersion": "6.35.0.0",
- "fileVersion": "6.35.0.41201"
- }
- }
- },
- "Microsoft.IdentityModel.Logging/6.35.0": {
- "dependencies": {
- "Microsoft.IdentityModel.Abstractions": "6.35.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.IdentityModel.Logging.dll": {
- "assemblyVersion": "6.35.0.0",
- "fileVersion": "6.35.0.41201"
- }
- }
- },
- "Microsoft.IdentityModel.Protocols/6.35.0": {
- "dependencies": {
- "Microsoft.IdentityModel.Logging": "6.35.0",
- "Microsoft.IdentityModel.Tokens": "6.35.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": {
- "assemblyVersion": "6.35.0.0",
- "fileVersion": "6.35.0.41201"
- }
- }
- },
- "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": {
- "dependencies": {
- "Microsoft.IdentityModel.Protocols": "6.35.0",
- "System.IdentityModel.Tokens.Jwt": "6.35.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {
- "assemblyVersion": "6.35.0.0",
- "fileVersion": "6.35.0.41201"
- }
- }
- },
- "Microsoft.IdentityModel.Tokens/6.35.0": {
- "dependencies": {
- "Microsoft.CSharp": "4.5.0",
- "Microsoft.IdentityModel.Logging": "6.35.0",
- "System.Security.Cryptography.Cng": "5.0.0"
- },
- "runtime": {
- "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": {
- "assemblyVersion": "6.35.0.0",
- "fileVersion": "6.35.0.41201"
- }
- }
- },
- "Microsoft.NETCore.Platforms/1.1.0": {},
- "Microsoft.NETCore.Targets/1.1.0": {},
- "Microsoft.SqlServer.Server/1.0.0": {
- "runtime": {
- "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": {
- "assemblyVersion": "1.0.0.0",
- "fileVersion": "1.0.0.0"
- }
- }
- },
- "Microsoft.Win32.SystemEvents/6.0.0": {
- "runtime": {
- "lib/net6.0/Microsoft.Win32.SystemEvents.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- },
- "ModernWpfUI/0.9.6": {
- "runtime": {
- "lib/net5.0-windows7.0/ModernWpf.Controls.dll": {
- "assemblyVersion": "0.9.6.0",
- "fileVersion": "0.9.6.0"
- },
- "lib/net5.0-windows7.0/ModernWpf.dll": {
- "assemblyVersion": "0.9.6.0",
- "fileVersion": "0.9.6.0"
- }
- },
- "resources": {
- "lib/net5.0-windows7.0/af-ZA/ModernWpf.Controls.resources.dll": {
- "locale": "af-ZA"
- },
- "lib/net5.0-windows7.0/af-ZA/ModernWpf.resources.dll": {
- "locale": "af-ZA"
- },
- "lib/net5.0-windows7.0/am-ET/ModernWpf.Controls.resources.dll": {
- "locale": "am-ET"
- },
- "lib/net5.0-windows7.0/am-ET/ModernWpf.resources.dll": {
- "locale": "am-ET"
- },
- "lib/net5.0-windows7.0/ar-SA/ModernWpf.Controls.resources.dll": {
- "locale": "ar-SA"
- },
- "lib/net5.0-windows7.0/ar-SA/ModernWpf.resources.dll": {
- "locale": "ar-SA"
- },
- "lib/net5.0-windows7.0/az-Latn-AZ/ModernWpf.Controls.resources.dll": {
- "locale": "az-Latn-AZ"
- },
- "lib/net5.0-windows7.0/az-Latn-AZ/ModernWpf.resources.dll": {
- "locale": "az-Latn-AZ"
- },
- "lib/net5.0-windows7.0/be-BY/ModernWpf.Controls.resources.dll": {
- "locale": "be-BY"
- },
- "lib/net5.0-windows7.0/be-BY/ModernWpf.resources.dll": {
- "locale": "be-BY"
- },
- "lib/net5.0-windows7.0/bg-BG/ModernWpf.Controls.resources.dll": {
- "locale": "bg-BG"
- },
- "lib/net5.0-windows7.0/bg-BG/ModernWpf.resources.dll": {
- "locale": "bg-BG"
- },
- "lib/net5.0-windows7.0/bn-BD/ModernWpf.Controls.resources.dll": {
- "locale": "bn-BD"
- },
- "lib/net5.0-windows7.0/bn-BD/ModernWpf.resources.dll": {
- "locale": "bn-BD"
- },
- "lib/net5.0-windows7.0/bs-Latn-BA/ModernWpf.Controls.resources.dll": {
- "locale": "bs-Latn-BA"
- },
- "lib/net5.0-windows7.0/bs-Latn-BA/ModernWpf.resources.dll": {
- "locale": "bs-Latn-BA"
- },
- "lib/net5.0-windows7.0/ca-ES/ModernWpf.Controls.resources.dll": {
- "locale": "ca-ES"
- },
- "lib/net5.0-windows7.0/ca-ES/ModernWpf.resources.dll": {
- "locale": "ca-ES"
- },
- "lib/net5.0-windows7.0/cs-CZ/ModernWpf.Controls.resources.dll": {
- "locale": "cs-CZ"
- },
- "lib/net5.0-windows7.0/cs-CZ/ModernWpf.resources.dll": {
- "locale": "cs-CZ"
- },
- "lib/net5.0-windows7.0/da-DK/ModernWpf.Controls.resources.dll": {
- "locale": "da-DK"
- },
- "lib/net5.0-windows7.0/da-DK/ModernWpf.resources.dll": {
- "locale": "da-DK"
- },
- "lib/net5.0-windows7.0/de-DE/ModernWpf.Controls.resources.dll": {
- "locale": "de-DE"
- },
- "lib/net5.0-windows7.0/de-DE/ModernWpf.resources.dll": {
- "locale": "de-DE"
- },
- "lib/net5.0-windows7.0/el-GR/ModernWpf.Controls.resources.dll": {
- "locale": "el-GR"
- },
- "lib/net5.0-windows7.0/el-GR/ModernWpf.resources.dll": {
- "locale": "el-GR"
- },
- "lib/net5.0-windows7.0/en-GB/ModernWpf.Controls.resources.dll": {
- "locale": "en-GB"
- },
- "lib/net5.0-windows7.0/en-GB/ModernWpf.resources.dll": {
- "locale": "en-GB"
- },
- "lib/net5.0-windows7.0/es-ES/ModernWpf.Controls.resources.dll": {
- "locale": "es-ES"
- },
- "lib/net5.0-windows7.0/es-ES/ModernWpf.resources.dll": {
- "locale": "es-ES"
- },
- "lib/net5.0-windows7.0/es-MX/ModernWpf.Controls.resources.dll": {
- "locale": "es-MX"
- },
- "lib/net5.0-windows7.0/es-MX/ModernWpf.resources.dll": {
- "locale": "es-MX"
- },
- "lib/net5.0-windows7.0/et-EE/ModernWpf.Controls.resources.dll": {
- "locale": "et-EE"
- },
- "lib/net5.0-windows7.0/et-EE/ModernWpf.resources.dll": {
- "locale": "et-EE"
- },
- "lib/net5.0-windows7.0/eu-ES/ModernWpf.Controls.resources.dll": {
- "locale": "eu-ES"
- },
- "lib/net5.0-windows7.0/eu-ES/ModernWpf.resources.dll": {
- "locale": "eu-ES"
- },
- "lib/net5.0-windows7.0/fa-IR/ModernWpf.Controls.resources.dll": {
- "locale": "fa-IR"
- },
- "lib/net5.0-windows7.0/fa-IR/ModernWpf.resources.dll": {
- "locale": "fa-IR"
- },
- "lib/net5.0-windows7.0/fi-FI/ModernWpf.Controls.resources.dll": {
- "locale": "fi-FI"
- },
- "lib/net5.0-windows7.0/fi-FI/ModernWpf.resources.dll": {
- "locale": "fi-FI"
- },
- "lib/net5.0-windows7.0/fr-CA/ModernWpf.Controls.resources.dll": {
- "locale": "fr-CA"
- },
- "lib/net5.0-windows7.0/fr-CA/ModernWpf.resources.dll": {
- "locale": "fr-CA"
- },
- "lib/net5.0-windows7.0/fr-FR/ModernWpf.Controls.resources.dll": {
- "locale": "fr-FR"
- },
- "lib/net5.0-windows7.0/fr-FR/ModernWpf.resources.dll": {
- "locale": "fr-FR"
- },
- "lib/net5.0-windows7.0/gl-ES/ModernWpf.Controls.resources.dll": {
- "locale": "gl-ES"
- },
- "lib/net5.0-windows7.0/gl-ES/ModernWpf.resources.dll": {
- "locale": "gl-ES"
- },
- "lib/net5.0-windows7.0/he-IL/ModernWpf.Controls.resources.dll": {
- "locale": "he-IL"
- },
- "lib/net5.0-windows7.0/he-IL/ModernWpf.resources.dll": {
- "locale": "he-IL"
- },
- "lib/net5.0-windows7.0/hi-IN/ModernWpf.Controls.resources.dll": {
- "locale": "hi-IN"
- },
- "lib/net5.0-windows7.0/hi-IN/ModernWpf.resources.dll": {
- "locale": "hi-IN"
- },
- "lib/net5.0-windows7.0/hr-HR/ModernWpf.Controls.resources.dll": {
- "locale": "hr-HR"
- },
- "lib/net5.0-windows7.0/hr-HR/ModernWpf.resources.dll": {
- "locale": "hr-HR"
- },
- "lib/net5.0-windows7.0/hu-HU/ModernWpf.Controls.resources.dll": {
- "locale": "hu-HU"
- },
- "lib/net5.0-windows7.0/hu-HU/ModernWpf.resources.dll": {
- "locale": "hu-HU"
- },
- "lib/net5.0-windows7.0/id-ID/ModernWpf.Controls.resources.dll": {
- "locale": "id-ID"
- },
- "lib/net5.0-windows7.0/id-ID/ModernWpf.resources.dll": {
- "locale": "id-ID"
- },
- "lib/net5.0-windows7.0/is-IS/ModernWpf.Controls.resources.dll": {
- "locale": "is-IS"
- },
- "lib/net5.0-windows7.0/is-IS/ModernWpf.resources.dll": {
- "locale": "is-IS"
- },
- "lib/net5.0-windows7.0/it-IT/ModernWpf.Controls.resources.dll": {
- "locale": "it-IT"
- },
- "lib/net5.0-windows7.0/it-IT/ModernWpf.resources.dll": {
- "locale": "it-IT"
- },
- "lib/net5.0-windows7.0/ja-JP/ModernWpf.Controls.resources.dll": {
- "locale": "ja-JP"
- },
- "lib/net5.0-windows7.0/ja-JP/ModernWpf.resources.dll": {
- "locale": "ja-JP"
- },
- "lib/net5.0-windows7.0/ka-GE/ModernWpf.Controls.resources.dll": {
- "locale": "ka-GE"
- },
- "lib/net5.0-windows7.0/ka-GE/ModernWpf.resources.dll": {
- "locale": "ka-GE"
- },
- "lib/net5.0-windows7.0/kk-KZ/ModernWpf.Controls.resources.dll": {
- "locale": "kk-KZ"
- },
- "lib/net5.0-windows7.0/kk-KZ/ModernWpf.resources.dll": {
- "locale": "kk-KZ"
- },
- "lib/net5.0-windows7.0/km-KH/ModernWpf.Controls.resources.dll": {
- "locale": "km-KH"
- },
- "lib/net5.0-windows7.0/km-KH/ModernWpf.resources.dll": {
- "locale": "km-KH"
- },
- "lib/net5.0-windows7.0/kn-IN/ModernWpf.Controls.resources.dll": {
- "locale": "kn-IN"
- },
- "lib/net5.0-windows7.0/kn-IN/ModernWpf.resources.dll": {
- "locale": "kn-IN"
- },
- "lib/net5.0-windows7.0/ko-KR/ModernWpf.Controls.resources.dll": {
- "locale": "ko-KR"
- },
- "lib/net5.0-windows7.0/ko-KR/ModernWpf.resources.dll": {
- "locale": "ko-KR"
- },
- "lib/net5.0-windows7.0/lo-LA/ModernWpf.Controls.resources.dll": {
- "locale": "lo-LA"
- },
- "lib/net5.0-windows7.0/lo-LA/ModernWpf.resources.dll": {
- "locale": "lo-LA"
- },
- "lib/net5.0-windows7.0/lt-LT/ModernWpf.Controls.resources.dll": {
- "locale": "lt-LT"
- },
- "lib/net5.0-windows7.0/lt-LT/ModernWpf.resources.dll": {
- "locale": "lt-LT"
- },
- "lib/net5.0-windows7.0/lv-LV/ModernWpf.Controls.resources.dll": {
- "locale": "lv-LV"
- },
- "lib/net5.0-windows7.0/lv-LV/ModernWpf.resources.dll": {
- "locale": "lv-LV"
- },
- "lib/net5.0-windows7.0/mk-MK/ModernWpf.Controls.resources.dll": {
- "locale": "mk-MK"
- },
- "lib/net5.0-windows7.0/mk-MK/ModernWpf.resources.dll": {
- "locale": "mk-MK"
- },
- "lib/net5.0-windows7.0/ml-IN/ModernWpf.Controls.resources.dll": {
- "locale": "ml-IN"
- },
- "lib/net5.0-windows7.0/ml-IN/ModernWpf.resources.dll": {
- "locale": "ml-IN"
- },
- "lib/net5.0-windows7.0/ms-MY/ModernWpf.Controls.resources.dll": {
- "locale": "ms-MY"
- },
- "lib/net5.0-windows7.0/ms-MY/ModernWpf.resources.dll": {
- "locale": "ms-MY"
- },
- "lib/net5.0-windows7.0/nb-NO/ModernWpf.Controls.resources.dll": {
- "locale": "nb-NO"
- },
- "lib/net5.0-windows7.0/nb-NO/ModernWpf.resources.dll": {
- "locale": "nb-NO"
- },
- "lib/net5.0-windows7.0/nl-NL/ModernWpf.Controls.resources.dll": {
- "locale": "nl-NL"
- },
- "lib/net5.0-windows7.0/nl-NL/ModernWpf.resources.dll": {
- "locale": "nl-NL"
- },
- "lib/net5.0-windows7.0/nn-NO/ModernWpf.Controls.resources.dll": {
- "locale": "nn-NO"
- },
- "lib/net5.0-windows7.0/nn-NO/ModernWpf.resources.dll": {
- "locale": "nn-NO"
- },
- "lib/net5.0-windows7.0/pl-PL/ModernWpf.Controls.resources.dll": {
- "locale": "pl-PL"
- },
- "lib/net5.0-windows7.0/pl-PL/ModernWpf.resources.dll": {
- "locale": "pl-PL"
- },
- "lib/net5.0-windows7.0/pt-BR/ModernWpf.Controls.resources.dll": {
- "locale": "pt-BR"
- },
- "lib/net5.0-windows7.0/pt-BR/ModernWpf.resources.dll": {
- "locale": "pt-BR"
- },
- "lib/net5.0-windows7.0/pt-PT/ModernWpf.Controls.resources.dll": {
- "locale": "pt-PT"
- },
- "lib/net5.0-windows7.0/pt-PT/ModernWpf.resources.dll": {
- "locale": "pt-PT"
- },
- "lib/net5.0-windows7.0/ro-RO/ModernWpf.Controls.resources.dll": {
- "locale": "ro-RO"
- },
- "lib/net5.0-windows7.0/ro-RO/ModernWpf.resources.dll": {
- "locale": "ro-RO"
- },
- "lib/net5.0-windows7.0/ru-RU/ModernWpf.Controls.resources.dll": {
- "locale": "ru-RU"
- },
- "lib/net5.0-windows7.0/ru-RU/ModernWpf.resources.dll": {
- "locale": "ru-RU"
- },
- "lib/net5.0-windows7.0/sk-SK/ModernWpf.Controls.resources.dll": {
- "locale": "sk-SK"
- },
- "lib/net5.0-windows7.0/sk-SK/ModernWpf.resources.dll": {
- "locale": "sk-SK"
- },
- "lib/net5.0-windows7.0/sl-SI/ModernWpf.Controls.resources.dll": {
- "locale": "sl-SI"
- },
- "lib/net5.0-windows7.0/sl-SI/ModernWpf.resources.dll": {
- "locale": "sl-SI"
- },
- "lib/net5.0-windows7.0/sq-AL/ModernWpf.Controls.resources.dll": {
- "locale": "sq-AL"
- },
- "lib/net5.0-windows7.0/sq-AL/ModernWpf.resources.dll": {
- "locale": "sq-AL"
- },
- "lib/net5.0-windows7.0/sr-Latn-RS/ModernWpf.Controls.resources.dll": {
- "locale": "sr-Latn-RS"
- },
- "lib/net5.0-windows7.0/sr-Latn-RS/ModernWpf.resources.dll": {
- "locale": "sr-Latn-RS"
- },
- "lib/net5.0-windows7.0/sv-SE/ModernWpf.Controls.resources.dll": {
- "locale": "sv-SE"
- },
- "lib/net5.0-windows7.0/sv-SE/ModernWpf.resources.dll": {
- "locale": "sv-SE"
- },
- "lib/net5.0-windows7.0/sw-KE/ModernWpf.Controls.resources.dll": {
- "locale": "sw-KE"
- },
- "lib/net5.0-windows7.0/sw-KE/ModernWpf.resources.dll": {
- "locale": "sw-KE"
- },
- "lib/net5.0-windows7.0/ta-IN/ModernWpf.Controls.resources.dll": {
- "locale": "ta-IN"
- },
- "lib/net5.0-windows7.0/ta-IN/ModernWpf.resources.dll": {
- "locale": "ta-IN"
- },
- "lib/net5.0-windows7.0/te-IN/ModernWpf.Controls.resources.dll": {
- "locale": "te-IN"
- },
- "lib/net5.0-windows7.0/te-IN/ModernWpf.resources.dll": {
- "locale": "te-IN"
- },
- "lib/net5.0-windows7.0/th-TH/ModernWpf.Controls.resources.dll": {
- "locale": "th-TH"
- },
- "lib/net5.0-windows7.0/th-TH/ModernWpf.resources.dll": {
- "locale": "th-TH"
- },
- "lib/net5.0-windows7.0/tr-TR/ModernWpf.Controls.resources.dll": {
- "locale": "tr-TR"
- },
- "lib/net5.0-windows7.0/tr-TR/ModernWpf.resources.dll": {
- "locale": "tr-TR"
- },
- "lib/net5.0-windows7.0/uk-UA/ModernWpf.Controls.resources.dll": {
- "locale": "uk-UA"
- },
- "lib/net5.0-windows7.0/uk-UA/ModernWpf.resources.dll": {
- "locale": "uk-UA"
- },
- "lib/net5.0-windows7.0/uz-Latn-UZ/ModernWpf.Controls.resources.dll": {
- "locale": "uz-Latn-UZ"
- },
- "lib/net5.0-windows7.0/uz-Latn-UZ/ModernWpf.resources.dll": {
- "locale": "uz-Latn-UZ"
- },
- "lib/net5.0-windows7.0/vi-VN/ModernWpf.Controls.resources.dll": {
- "locale": "vi-VN"
- },
- "lib/net5.0-windows7.0/vi-VN/ModernWpf.resources.dll": {
- "locale": "vi-VN"
- }
- }
- },
- "Newtonsoft.Json/11.0.1": {
- "runtime": {
- "lib/netstandard2.0/Newtonsoft.Json.dll": {
- "assemblyVersion": "11.0.0.0",
- "fileVersion": "11.0.1.21818"
- }
- }
- },
- "runtime.native.System.Data.SqlClient.sni/4.4.0": {
- "dependencies": {
- "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
- "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
- "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0"
- }
- },
- "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
- "runtimeTargets": {
- "runtimes/win-arm64/native/sni.dll": {
- "rid": "win-arm64",
- "assetType": "native",
- "fileVersion": "4.6.25512.1"
- }
- }
- },
- "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
- "runtimeTargets": {
- "runtimes/win-x64/native/sni.dll": {
- "rid": "win-x64",
- "assetType": "native",
- "fileVersion": "4.6.25512.1"
- }
- }
- },
- "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": {
- "runtimeTargets": {
- "runtimes/win-x86/native/sni.dll": {
- "rid": "win-x86",
- "assetType": "native",
- "fileVersion": "4.6.25512.1"
- }
- }
- },
- "System.ClientModel/1.0.0": {
- "dependencies": {
- "System.Memory.Data": "1.0.2",
- "System.Text.Json": "9.0.5"
- },
- "runtime": {
- "lib/net6.0/System.ClientModel.dll": {
- "assemblyVersion": "1.0.0.0",
- "fileVersion": "1.0.24.5302"
- }
- }
- },
- "System.ComponentModel.Composition/8.0.0": {
- "runtime": {
- "lib/net8.0/System.ComponentModel.Composition.dll": {
- "assemblyVersion": "8.0.0.0",
- "fileVersion": "8.0.23.53103"
- }
- }
- },
- "System.Configuration.ConfigurationManager/6.0.1": {
- "dependencies": {
- "System.Security.Cryptography.ProtectedData": "6.0.0",
- "System.Security.Permissions": "6.0.0"
- },
- "runtime": {
- "lib/net6.0/System.Configuration.ConfigurationManager.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.922.41905"
- }
- }
- },
- "System.Data.SqlClient/4.9.0": {
- "dependencies": {
- "runtime.native.System.Data.SqlClient.sni": "4.4.0"
- },
- "runtime": {
- "lib/net8.0/System.Data.SqlClient.dll": {
- "assemblyVersion": "4.6.1.6",
- "fileVersion": "4.900.24.56208"
- }
- },
- "runtimeTargets": {
- "runtimes/unix/lib/net8.0/System.Data.SqlClient.dll": {
- "rid": "unix",
- "assetType": "runtime",
- "assemblyVersion": "4.6.1.6",
- "fileVersion": "4.900.24.56208"
- },
- "runtimes/win/lib/net8.0/System.Data.SqlClient.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "4.6.1.6",
- "fileVersion": "4.900.24.56208"
- }
- }
- },
- "System.Diagnostics.DiagnosticSource/9.0.5": {
- "runtime": {
- "lib/net8.0/System.Diagnostics.DiagnosticSource.dll": {
- "assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.525.21509"
- }
- }
- },
- "System.Drawing.Common/6.0.0": {
- "dependencies": {
- "Microsoft.Win32.SystemEvents": "6.0.0"
- },
- "runtime": {
- "lib/net6.0/System.Drawing.Common.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- },
- "runtimeTargets": {
- "runtimes/unix/lib/net6.0/System.Drawing.Common.dll": {
- "rid": "unix",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- },
- "runtimes/win/lib/net6.0/System.Drawing.Common.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- },
- "System.Formats.Asn1/9.0.5": {
- "runtime": {
- "lib/net8.0/System.Formats.Asn1.dll": {
- "assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.525.21509"
- }
- }
- },
- "System.IdentityModel.Tokens.Jwt/6.35.0": {
- "dependencies": {
- "Microsoft.IdentityModel.JsonWebTokens": "6.35.0",
- "Microsoft.IdentityModel.Tokens": "6.35.0"
- },
- "runtime": {
- "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": {
- "assemblyVersion": "6.35.0.0",
- "fileVersion": "6.35.0.41201"
- }
- }
- },
- "System.IO.Pipelines/9.0.5": {
- "runtime": {
- "lib/net8.0/System.IO.Pipelines.dll": {
- "assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.525.21509"
- }
- }
- },
- "System.Memory/4.5.4": {},
- "System.Memory.Data/1.0.2": {
- "dependencies": {
- "System.Text.Encodings.Web": "9.0.5",
- "System.Text.Json": "9.0.5"
- },
- "runtime": {
- "lib/netstandard2.0/System.Memory.Data.dll": {
- "assemblyVersion": "1.0.2.0",
- "fileVersion": "1.0.221.20802"
- }
- }
- },
- "System.Numerics.Vectors/4.5.0": {},
- "System.Runtime/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0"
- }
- },
- "System.Runtime.Caching/6.0.0": {
- "dependencies": {
- "System.Configuration.ConfigurationManager": "6.0.1"
- },
- "runtime": {
- "lib/net6.0/System.Runtime.Caching.dll": {
- "assemblyVersion": "4.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/net6.0/System.Runtime.Caching.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "4.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- },
- "System.Runtime.CompilerServices.Unsafe/6.0.0": {
- "runtime": {
- "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- },
- "System.Security.AccessControl/6.0.0": {
- "runtime": {
- "lib/net6.0/System.Security.AccessControl.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/net6.0/System.Security.AccessControl.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- },
- "System.Security.Cryptography.Cng/5.0.0": {
- "dependencies": {
- "System.Formats.Asn1": "9.0.5"
- },
- "runtime": {
- "lib/netcoreapp3.0/System.Security.Cryptography.Cng.dll": {
- "assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.20.51904"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/netcoreapp3.0/System.Security.Cryptography.Cng.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.20.51904"
- }
- }
- },
- "System.Security.Cryptography.ProtectedData/6.0.0": {
- "runtime": {
- "lib/net6.0/System.Security.Cryptography.ProtectedData.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- },
- "System.Security.Permissions/6.0.0": {
- "dependencies": {
- "System.Security.AccessControl": "6.0.0",
- "System.Windows.Extensions": "6.0.0"
- },
- "runtime": {
- "lib/net6.0/System.Security.Permissions.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- },
- "System.Security.Principal.Windows/5.0.0": {
- "runtime": {
- "lib/netstandard2.0/System.Security.Principal.Windows.dll": {
- "assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.20.51904"
- }
- },
- "runtimeTargets": {
- "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": {
- "rid": "unix",
- "assetType": "runtime",
- "assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.20.51904"
- },
- "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "5.0.0.0",
- "fileVersion": "5.0.20.51904"
- }
- }
- },
- "System.Text.Encoding/4.3.0": {
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.NETCore.Targets": "1.1.0",
- "System.Runtime": "4.3.0"
- }
- },
- "System.Text.Encoding.CodePages/6.0.0": {
- "dependencies": {
- "System.Runtime.CompilerServices.Unsafe": "6.0.0"
- },
- "runtime": {
- "lib/net6.0/System.Text.Encoding.CodePages.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/net6.0/System.Text.Encoding.CodePages.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- },
- "System.Text.Encodings.Web/9.0.5": {
- "runtime": {
- "lib/net8.0/System.Text.Encodings.Web.dll": {
- "assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.525.21509"
- }
- },
- "runtimeTargets": {
- "runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll": {
- "rid": "browser",
- "assetType": "runtime",
- "assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.525.21509"
- }
- }
- },
- "System.Text.Json/9.0.5": {
- "dependencies": {
- "System.IO.Pipelines": "9.0.5",
- "System.Text.Encodings.Web": "9.0.5"
- },
- "runtime": {
- "lib/net8.0/System.Text.Json.dll": {
- "assemblyVersion": "9.0.0.0",
- "fileVersion": "9.0.525.21509"
- }
- }
- },
- "System.Threading.Tasks.Extensions/4.5.4": {},
- "System.Windows.Extensions/6.0.0": {
- "dependencies": {
- "System.Drawing.Common": "6.0.0"
- },
- "runtime": {
- "lib/net6.0/System.Windows.Extensions.dll": {
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- },
- "runtimeTargets": {
- "runtimes/win/lib/net6.0/System.Windows.Extensions.dll": {
- "rid": "win",
- "assetType": "runtime",
- "assemblyVersion": "6.0.0.0",
- "fileVersion": "6.0.21.52210"
- }
- }
- }
- }
- },
- "libraries": {
- "Autofac/8.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-0Bv8aSKuK4nQAiDKw3+pIv9hUhbPwS63ql9KhjR6DRgE14UNdXrMqO8YMI0PnffZPyCrMs85lNhZRI4eBgQO4w==",
- "path": "autofac/8.3.0",
- "hashPath": "autofac.8.3.0.nupkg.sha512"
- },
- "Autofac.Extras.CommonServiceLocator/6.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-QMBCPPjGyY4EuxjeNfBDfW+ojNvnY1trD3vtVt47Gu65ZWHHfH+uyyjHk6b9EjdDZAKtioZxCTQYyI3q3A5pCw==",
- "path": "autofac.extras.commonservicelocator/6.1.0",
- "hashPath": "autofac.extras.commonservicelocator.6.1.0.nupkg.sha512"
- },
- "Autofac.Mef/7.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-cjjBEv6dGSgS4sUMuwqa65dY1KH5a7+V08rrDe+8gRlEDafOFIMvATS+eBkEogcn7zUZDk5zueuFbh9kebTbQg==",
- "path": "autofac.mef/7.0.0",
- "hashPath": "autofac.mef.7.0.0.nupkg.sha512"
- },
- "Azure.Core/1.38.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-IuEgCoVA0ef7E4pQtpC3+TkPbzaoQfa77HlfJDmfuaJUCVJmn7fT0izamZiryW5sYUFKizsftIxMkXKbgIcPMQ==",
- "path": "azure.core/1.38.0",
- "hashPath": "azure.core.1.38.0.nupkg.sha512"
- },
- "Azure.Identity/1.11.4": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Sf4BoE6Q3jTgFkgBkx7qztYOFELBCo+wQgpYDwal/qJ1unBH73ywPztIJKXBXORRzAeNijsuxhk94h0TIMvfYg==",
- "path": "azure.identity/1.11.4",
- "hashPath": "azure.identity.1.11.4.nupkg.sha512"
- },
- "CommonServiceLocator/2.0.7": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-deByA+/7hfPSMqaqcITTkeZhGw41qiIon5F6Q5n5EcMPeYc5hXlifIrVpPKsur4g/PuxYU6umjTx8kQMog4npw==",
- "path": "commonservicelocator/2.0.7",
- "hashPath": "commonservicelocator.2.0.7.nupkg.sha512"
- },
- "Dapper/2.1.66": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-/q77jUgDOS+bzkmk3Vy9SiWMaetTw+NOoPAV0xPBsGVAyljd5S6P+4RUW7R3ZUGGr9lDRyPKgAMj2UAOwvqZYw==",
- "path": "dapper/2.1.66",
- "hashPath": "dapper.2.1.66.nupkg.sha512"
- },
- "Hangfire/1.8.18": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-EY+UqMHTOQAtdjeJf3jlnj8MpENyDPTpA6OHMncucVlkaongZjrx+gCN4bgma7vD3BNHqfQ7irYrfE5p1DOBEQ==",
- "path": "hangfire/1.8.18",
- "hashPath": "hangfire.1.8.18.nupkg.sha512"
- },
- "Hangfire.AspNetCore/1.8.18": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-5D6Do0qgoAnakvh4KnKwhIoUzFU84Z0sCYMB+Sit+ygkpL1P6JGYDcd/9vDBcfr5K3JqBxD4Zh2IK2LOXuuiaw==",
- "path": "hangfire.aspnetcore/1.8.18",
- "hashPath": "hangfire.aspnetcore.1.8.18.nupkg.sha512"
- },
- "Hangfire.Core/1.8.18": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-oNAkV8QQoYg5+vM2M024NBk49EhTO2BmKDLuQaKNew23RpH9OUGtKDl1KldBdDJrD8TMFzjhWCArol3igd2i2w==",
- "path": "hangfire.core/1.8.18",
- "hashPath": "hangfire.core.1.8.18.nupkg.sha512"
- },
- "Hangfire.NetCore/1.8.18": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-3KAV9AZ1nqQHC54qR4buNEEKRmQJfq+lODtZxUk5cdi68lV8+9K2f4H1/mIfDlPpgjPFjEfCobNoi2+TIpKySw==",
- "path": "hangfire.netcore/1.8.18",
- "hashPath": "hangfire.netcore.1.8.18.nupkg.sha512"
- },
- "Hangfire.SqlServer/1.8.18": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-yBfI2ygYfN/31rOrahfOFHee1mwTrG0ppsmK9awCS0mAr2GEaB9eyYqg/lURgZy8AA8UVJVs5nLHa2hc1pDAVQ==",
- "path": "hangfire.sqlserver/1.8.18",
- "hashPath": "hangfire.sqlserver.1.8.18.nupkg.sha512"
- },
- "Microsoft.Bcl.AsyncInterfaces/1.1.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-yuvf07qFWFqtK3P/MRkEKLhn5r2UbSpVueRziSqj0yJQIKFwG1pq9mOayK3zE5qZCTs0CbrwL9M6R8VwqyGy2w==",
- "path": "microsoft.bcl.asyncinterfaces/1.1.1",
- "hashPath": "microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512"
- },
- "Microsoft.CSharp/4.5.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-kaj6Wb4qoMuH3HySFJhxwQfe8R/sJsNJnANrvv8WdFPMoNbKY5htfNscv+LHCu5ipz+49m2e+WQXpLXr9XYemQ==",
- "path": "microsoft.csharp/4.5.0",
- "hashPath": "microsoft.csharp.4.5.0.nupkg.sha512"
- },
- "Microsoft.Data.SqlClient/5.1.6": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-+pz7gIPh5ydsBcQvivt4R98PwJXer86fyQBBToIBLxZ5kuhW4N13Ijz87s9WpuPtF1vh4JesYCgpDPAOgkMhdg==",
- "path": "microsoft.data.sqlclient/5.1.6",
- "hashPath": "microsoft.data.sqlclient.5.1.6.nupkg.sha512"
- },
- "Microsoft.Data.SqlClient.SNI.runtime/5.1.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-wNGM5ZTQCa2blc9ikXQouybGiyMd6IHPVJvAlBEPtr6JepZEOYeDxGyprYvFVeOxlCXs7avridZQ0nYkHzQWCQ==",
- "path": "microsoft.data.sqlclient.sni.runtime/5.1.1",
- "hashPath": "microsoft.data.sqlclient.sni.runtime.5.1.1.nupkg.sha512"
- },
- "Microsoft.EntityFrameworkCore/9.0.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-TeCtb/vc+jxvgkVAqeJlZKOoG5w/w8AigWQQyOmeJsJ7+0SkONX8bqEV/wB+ojnT0sXuJrrfXQOEC3ws6asEng==",
- "path": "microsoft.entityframeworkcore/9.0.5",
- "hashPath": "microsoft.entityframeworkcore.9.0.5.nupkg.sha512"
- },
- "Microsoft.EntityFrameworkCore.Abstractions/9.0.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-81fGyIibhGc4rq4ZxmVZE/1CFSvGMQOZqdRyCBLKz/Hb8eE973dmSfcdXpXhQ/5f+nbax4VGkWhwPGxWUNWaCQ==",
- "path": "microsoft.entityframeworkcore.abstractions/9.0.5",
- "hashPath": "microsoft.entityframeworkcore.abstractions.9.0.5.nupkg.sha512"
- },
- "Microsoft.EntityFrameworkCore.Analyzers/9.0.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-kWRrD69qCXo7lahPZPt7C127UfK0I024laFZEDMfT3JbALB1EWneFvq1utWM0cNKPFuYis1E1oaYTuRGI/9inQ==",
- "path": "microsoft.entityframeworkcore.analyzers/9.0.5",
- "hashPath": "microsoft.entityframeworkcore.analyzers.9.0.5.nupkg.sha512"
- },
- "Microsoft.EntityFrameworkCore.Relational/9.0.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-6eErbrZFd9yNnncemtDdmHZ3KC792OQCIYITuMsjK2oh4CLzlYo8mzNsozgUzQ+utHnne11/3eV8zMWbYF5Puw==",
- "path": "microsoft.entityframeworkcore.relational/9.0.5",
- "hashPath": "microsoft.entityframeworkcore.relational.9.0.5.nupkg.sha512"
- },
- "Microsoft.EntityFrameworkCore.SqlServer/9.0.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-Y4194uyqwMivN2ioKd7GYBFVeeG2kZFFC1ZCmOTvXy3G6Wd05ZVyUyR/3mB+SHCequMPt/DI4f58WMmVaOS6eg==",
- "path": "microsoft.entityframeworkcore.sqlserver/9.0.5",
- "hashPath": "microsoft.entityframeworkcore.sqlserver.9.0.5.nupkg.sha512"
- },
- "Microsoft.Extensions.Caching.Abstractions/9.0.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-RV6wOTvH5BeVRs6cvxFuaV1ut05Dklpvq19XRO1JxAayfLWYIEP7K94aamY0iSUhoehWk1X5H6gMcbZkHuBjew==",
- "path": "microsoft.extensions.caching.abstractions/9.0.5",
- "hashPath": "microsoft.extensions.caching.abstractions.9.0.5.nupkg.sha512"
- },
- "Microsoft.Extensions.Caching.Memory/9.0.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-qDmoAzIUBup5KZG1Abv51ifbHMCWFnaXbt05l+Sd92mLOpF9OwHOuoxu3XhzXaPGfq0Ns3pv1df5l8zuKjFgGw==",
- "path": "microsoft.extensions.caching.memory/9.0.5",
- "hashPath": "microsoft.extensions.caching.memory.9.0.5.nupkg.sha512"
- },
- "Microsoft.Extensions.Configuration.Abstractions/9.0.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ew0G6gIznnyAkbIa67wXspkDFcVektjN3xaDAfBDIPbWph+rbuGaaohFxUSGw28ht7wdcWtTtElKnzfkcDDbOQ==",
- "path": "microsoft.extensions.configuration.abstractions/9.0.5",
- "hashPath": "microsoft.extensions.configuration.abstractions.9.0.5.nupkg.sha512"
- },
- "Microsoft.Extensions.DependencyInjection/9.0.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-N1Mn0T/tUBPoLL+Fzsp+VCEtneUhhxc1//Dx3BeuQ8AX+XrMlYCfnp2zgpEXnTCB7053CLdiqVWPZ7mEX6MPjg==",
- "path": "microsoft.extensions.dependencyinjection/9.0.5",
- "hashPath": "microsoft.extensions.dependencyinjection.9.0.5.nupkg.sha512"
- },
- "Microsoft.Extensions.DependencyInjection.Abstractions/9.0.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-cjnRtsEAzU73aN6W7vkWy8Phj5t3Xm78HSqgrbh/O4Q9SK/yN73wZVa21QQY6amSLQRQ/M8N+koGnY6PuvKQsw==",
- "path": "microsoft.extensions.dependencyinjection.abstractions/9.0.5",
- "hashPath": "microsoft.extensions.dependencyinjection.abstractions.9.0.5.nupkg.sha512"
- },
- "Microsoft.Extensions.FileProviders.Abstractions/3.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-kahEeykb6FyQytoZNNXuz74X85B4weIEt8Kd+0klK48bkXDWOIHAOvNjlGsPMcS9CL935Te8QGQS83JqCbpdHA==",
- "path": "microsoft.extensions.fileproviders.abstractions/3.0.0",
- "hashPath": "microsoft.extensions.fileproviders.abstractions.3.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Hosting.Abstractions/3.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-qeDWS5ErmkUN96BdQqpmeCmLk5HJWQ/SPw3ux5v5/Qb0hKZS5wojBMulnBC7JUEiBwg7Ir71Yjf1lFiRT5MdtQ==",
- "path": "microsoft.extensions.hosting.abstractions/3.0.0",
- "hashPath": "microsoft.extensions.hosting.abstractions.3.0.0.nupkg.sha512"
- },
- "Microsoft.Extensions.Logging/9.0.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-rQU61lrgvpE/UgcAd4E56HPxUIkX/VUQCxWmwDTLLVeuwRDYTL0q/FLGfAW17cGTKyCh7ywYAEnY3sTEvURsfg==",
- "path": "microsoft.extensions.logging/9.0.5",
- "hashPath": "microsoft.extensions.logging.9.0.5.nupkg.sha512"
- },
- "Microsoft.Extensions.Logging.Abstractions/9.0.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-pP1PADCrIxMYJXxFmTVbAgEU7GVpjK5i0/tyfU9DiE0oXQy3JWQaOVgCkrCiePLgS8b5sghM3Fau3EeHiVWbCg==",
- "path": "microsoft.extensions.logging.abstractions/9.0.5",
- "hashPath": "microsoft.extensions.logging.abstractions.9.0.5.nupkg.sha512"
- },
- "Microsoft.Extensions.Options/9.0.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-vPdJQU8YLOUSSK8NL0RmwcXJr2E0w8xH559PGQl4JYsglgilZr9LZnqV2zdgk+XR05+kuvhBEZKoDVd46o7NqA==",
- "path": "microsoft.extensions.options/9.0.5",
- "hashPath": "microsoft.extensions.options.9.0.5.nupkg.sha512"
- },
- "Microsoft.Extensions.Primitives/9.0.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-b4OAv1qE1C9aM+ShWJu3rlo/WjDwa/I30aIPXqDWSKXTtKl1Wwh6BZn+glH5HndGVVn3C6ZAPQj5nv7/7HJNBQ==",
- "path": "microsoft.extensions.primitives/9.0.5",
- "hashPath": "microsoft.extensions.primitives.9.0.5.nupkg.sha512"
- },
- "Microsoft.Identity.Client/4.61.3": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-naJo/Qm35Caaoxp5utcw+R8eU8ZtLz2ALh8S+gkekOYQ1oazfCQMWVT4NJ/FnHzdIJlm8dMz0oMpMGCabx5odA==",
- "path": "microsoft.identity.client/4.61.3",
- "hashPath": "microsoft.identity.client.4.61.3.nupkg.sha512"
- },
- "Microsoft.Identity.Client.Extensions.Msal/4.61.3": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-PWnJcznrSGr25MN8ajlc2XIDW4zCFu0U6FkpaNLEWLgd1NgFCp5uDY3mqLDgM8zCN8hqj8yo5wHYfLB2HjcdGw==",
- "path": "microsoft.identity.client.extensions.msal/4.61.3",
- "hashPath": "microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Abstractions/6.35.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-xuR8E4Rd96M41CnUSCiOJ2DBh+z+zQSmyrYHdYhD6K4fXBcQGVnRCFQ0efROUYpP+p0zC1BLKr0JRpVuujTZSg==",
- "path": "microsoft.identitymodel.abstractions/6.35.0",
- "hashPath": "microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512"
- },
- "Microsoft.IdentityModel.JsonWebTokens/6.35.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-9wxai3hKgZUb4/NjdRKfQd0QJvtXKDlvmGMYACbEC8DFaicMFCFhQFZq9ZET1kJLwZahf2lfY5Gtcpsx8zYzbg==",
- "path": "microsoft.identitymodel.jsonwebtokens/6.35.0",
- "hashPath": "microsoft.identitymodel.jsonwebtokens.6.35.0.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Logging/6.35.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-jePrSfGAmqT81JDCNSY+fxVWoGuJKt9e6eJ+vT7+quVS55nWl//jGjUQn4eFtVKt4rt5dXaleZdHRB9J9AJZ7Q==",
- "path": "microsoft.identitymodel.logging/6.35.0",
- "hashPath": "microsoft.identitymodel.logging.6.35.0.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Protocols/6.35.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-BPQhlDzdFvv1PzaUxNSk+VEPwezlDEVADIKmyxubw7IiELK18uJ06RQ9QKKkds30XI+gDu9n8j24XQ8w7fjWcg==",
- "path": "microsoft.identitymodel.protocols/6.35.0",
- "hashPath": "microsoft.identitymodel.protocols.6.35.0.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-LMtVqnECCCdSmyFoCOxIE5tXQqkOLrvGrL7OxHg41DIm1bpWtaCdGyVcTAfOQpJXvzND9zUKIN/lhngPkYR8vg==",
- "path": "microsoft.identitymodel.protocols.openidconnect/6.35.0",
- "hashPath": "microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512"
- },
- "Microsoft.IdentityModel.Tokens/6.35.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-RN7lvp7s3Boucg1NaNAbqDbxtlLj5Qeb+4uSS1TeK5FSBVM40P4DKaTKChT43sHyKfh7V0zkrMph6DdHvyA4bg==",
- "path": "microsoft.identitymodel.tokens/6.35.0",
- "hashPath": "microsoft.identitymodel.tokens.6.35.0.nupkg.sha512"
- },
- "Microsoft.NETCore.Platforms/1.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
- "path": "microsoft.netcore.platforms/1.1.0",
- "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512"
- },
- "Microsoft.NETCore.Targets/1.1.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==",
- "path": "microsoft.netcore.targets/1.1.0",
- "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
- },
- "Microsoft.SqlServer.Server/1.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-N4KeF3cpcm1PUHym1RmakkzfkEv3GRMyofVv40uXsQhCQeglr2OHNcUk2WOG51AKpGO8ynGpo9M/kFXSzghwug==",
- "path": "microsoft.sqlserver.server/1.0.0",
- "hashPath": "microsoft.sqlserver.server.1.0.0.nupkg.sha512"
- },
- "Microsoft.Win32.SystemEvents/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A==",
- "path": "microsoft.win32.systemevents/6.0.0",
- "hashPath": "microsoft.win32.systemevents.6.0.0.nupkg.sha512"
- },
- "ModernWpfUI/0.9.6": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-eWe90HciyudQQtZVbZ9QFssS74BwK69W7cBd52AEZHmrsS4hrSA+/BpUbAFWzzFDH6FBE1xsHPiRC+wHS7xgJw==",
- "path": "modernwpfui/0.9.6",
- "hashPath": "modernwpfui.0.9.6.nupkg.sha512"
- },
- "Newtonsoft.Json/11.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-pNN4l+J6LlpIvHOeNdXlwxv39NPJ2B5klz+Rd2UQZIx30Squ5oND1Yy3wEAUoKn0GPUj6Yxt9lxlYWQqfZcvKg==",
- "path": "newtonsoft.json/11.0.1",
- "hashPath": "newtonsoft.json.11.0.1.nupkg.sha512"
- },
- "runtime.native.System.Data.SqlClient.sni/4.4.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-A8v6PGmk+UGbfWo5Ixup0lPM4swuSwOiayJExZwKIOjTlFFQIsu3QnDXECosBEyrWSPryxBVrdqtJyhK3BaupQ==",
- "path": "runtime.native.system.data.sqlclient.sni/4.4.0",
- "hashPath": "runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
- },
- "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==",
- "path": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0",
- "hashPath": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
- },
- "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==",
- "path": "runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0",
- "hashPath": "runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
- },
- "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==",
- "path": "runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0",
- "hashPath": "runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
- },
- "System.ClientModel/1.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-I3CVkvxeqFYjIVEP59DnjbeoGNfo/+SZrCLpRz2v/g0gpCHaEMPtWSY0s9k/7jR1rAsLNg2z2u1JRB76tPjnIw==",
- "path": "system.clientmodel/1.0.0",
- "hashPath": "system.clientmodel.1.0.0.nupkg.sha512"
- },
- "System.ComponentModel.Composition/8.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-bGhUX5BTivJ9Wax0qnJy7uGq7dn/TQkEpJ2Fpu1etg8dbPwyDkUzNPc1d3I2/jUr9y4wDI3a1dkSmi8X21Pzbw==",
- "path": "system.componentmodel.composition/8.0.0",
- "hashPath": "system.componentmodel.composition.8.0.0.nupkg.sha512"
- },
- "System.Configuration.ConfigurationManager/6.0.1": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-jXw9MlUu/kRfEU0WyTptAVueupqIeE3/rl0EZDMlf8pcvJnitQ8HeVEp69rZdaStXwTV72boi/Bhw8lOeO+U2w==",
- "path": "system.configuration.configurationmanager/6.0.1",
- "hashPath": "system.configuration.configurationmanager.6.0.1.nupkg.sha512"
- },
- "System.Data.SqlClient/4.9.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-j4KJO+vC62NyUtNHz854njEqXbT8OmAa5jb1nrGfYWBOcggyYUQE0w/snXeaCjdvkSKWuUD+hfvlbN8pTrJTXg==",
- "path": "system.data.sqlclient/4.9.0",
- "hashPath": "system.data.sqlclient.4.9.0.nupkg.sha512"
- },
- "System.Diagnostics.DiagnosticSource/9.0.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-WoI5or8kY2VxFdDmsaRZ5yaYvvb+4MCyy66eXo79Cy1uMa7qXeGIlYmZx7R9Zy5S4xZjmqvkk2V8L6/vDwAAEA==",
- "path": "system.diagnostics.diagnosticsource/9.0.5",
- "hashPath": "system.diagnostics.diagnosticsource.9.0.5.nupkg.sha512"
- },
- "System.Drawing.Common/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==",
- "path": "system.drawing.common/6.0.0",
- "hashPath": "system.drawing.common.6.0.0.nupkg.sha512"
- },
- "System.Formats.Asn1/9.0.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-GpMHKhuwUgnp1jKiZQ1slyAQnLp4HG2MgzCJ4u4oZEfi6aBzE3HOx01JFStaiC8dtJqsv0WlrGAWVixv8TEN1w==",
- "path": "system.formats.asn1/9.0.5",
- "hashPath": "system.formats.asn1.9.0.5.nupkg.sha512"
- },
- "System.IdentityModel.Tokens.Jwt/6.35.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-yxGIQd3BFK7F6S62/7RdZk3C/mfwyVxvh6ngd1VYMBmbJ1YZZA9+Ku6suylVtso0FjI0wbElpJ0d27CdsyLpBQ==",
- "path": "system.identitymodel.tokens.jwt/6.35.0",
- "hashPath": "system.identitymodel.tokens.jwt.6.35.0.nupkg.sha512"
- },
- "System.IO.Pipelines/9.0.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-5WXo+3MGcnYn54+1ojf+kRzKq1Q6sDUnovujNJ2ky1nl1/kP3+PMil9LPbFvZ2mkhvAGmQcY07G2sfHat/v0Fw==",
- "path": "system.io.pipelines/9.0.5",
- "hashPath": "system.io.pipelines.9.0.5.nupkg.sha512"
- },
- "System.Memory/4.5.4": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==",
- "path": "system.memory/4.5.4",
- "hashPath": "system.memory.4.5.4.nupkg.sha512"
- },
- "System.Memory.Data/1.0.2": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-JGkzeqgBsiZwKJZ1IxPNsDFZDhUvuEdX8L8BDC8N3KOj+6zMcNU28CNN59TpZE/VJYy9cP+5M+sbxtWJx3/xtw==",
- "path": "system.memory.data/1.0.2",
- "hashPath": "system.memory.data.1.0.2.nupkg.sha512"
- },
- "System.Numerics.Vectors/4.5.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==",
- "path": "system.numerics.vectors/4.5.0",
- "hashPath": "system.numerics.vectors.4.5.0.nupkg.sha512"
- },
- "System.Runtime/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==",
- "path": "system.runtime/4.3.0",
- "hashPath": "system.runtime.4.3.0.nupkg.sha512"
- },
- "System.Runtime.Caching/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-E0e03kUp5X2k+UAoVl6efmI7uU7JRBWi5EIdlQ7cr0NpBGjHG4fWII35PgsBY9T4fJQ8E4QPsL0rKksU9gcL5A==",
- "path": "system.runtime.caching/6.0.0",
- "hashPath": "system.runtime.caching.6.0.0.nupkg.sha512"
- },
- "System.Runtime.CompilerServices.Unsafe/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
- "path": "system.runtime.compilerservices.unsafe/6.0.0",
- "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
- },
- "System.Security.AccessControl/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-AUADIc0LIEQe7MzC+I0cl0rAT8RrTAKFHl53yHjEUzNVIaUlhFY11vc2ebiVJzVBuOzun6F7FBA+8KAbGTTedQ==",
- "path": "system.security.accesscontrol/6.0.0",
- "hashPath": "system.security.accesscontrol.6.0.0.nupkg.sha512"
- },
- "System.Security.Cryptography.Cng/5.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==",
- "path": "system.security.cryptography.cng/5.0.0",
- "hashPath": "system.security.cryptography.cng.5.0.0.nupkg.sha512"
- },
- "System.Security.Cryptography.ProtectedData/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-rp1gMNEZpvx9vP0JW0oHLxlf8oSiQgtno77Y4PLUBjSiDYoD77Y8uXHr1Ea5XG4/pIKhqAdxZ8v8OTUtqo9PeQ==",
- "path": "system.security.cryptography.protecteddata/6.0.0",
- "hashPath": "system.security.cryptography.protecteddata.6.0.0.nupkg.sha512"
- },
- "System.Security.Permissions/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-T/uuc7AklkDoxmcJ7LGkyX1CcSviZuLCa4jg3PekfJ7SU0niF0IVTXwUiNVP9DSpzou2PpxJ+eNY2IfDM90ZCg==",
- "path": "system.security.permissions/6.0.0",
- "hashPath": "system.security.permissions.6.0.0.nupkg.sha512"
- },
- "System.Security.Principal.Windows/5.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==",
- "path": "system.security.principal.windows/5.0.0",
- "hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512"
- },
- "System.Text.Encoding/4.3.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==",
- "path": "system.text.encoding/4.3.0",
- "hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
- },
- "System.Text.Encoding.CodePages/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-ZFCILZuOvtKPauZ/j/swhvw68ZRi9ATCfvGbk1QfydmcXBkIWecWKn/250UH7rahZ5OoDBaiAudJtPvLwzw85A==",
- "path": "system.text.encoding.codepages/6.0.0",
- "hashPath": "system.text.encoding.codepages.6.0.0.nupkg.sha512"
- },
- "System.Text.Encodings.Web/9.0.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-HJPmqP2FsE+WVUUlTsZ4IFRSyzw40yz0ubiTnsaqm+Xo5fFZhVRvx6Zn8tLXj92/6pbre6OA4QL2A2vnCSKxJA==",
- "path": "system.text.encodings.web/9.0.5",
- "hashPath": "system.text.encodings.web.9.0.5.nupkg.sha512"
- },
- "System.Text.Json/9.0.5": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-rnP61ZfloTgPQPe7ecr36loNiGX3g1PocxlKHdY/FUpDSsExKkTxpMAlB4X35wNEPr1X7mkYZuQvW3Lhxmu7KA==",
- "path": "system.text.json/9.0.5",
- "hashPath": "system.text.json.9.0.5.nupkg.sha512"
- },
- "System.Threading.Tasks.Extensions/4.5.4": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==",
- "path": "system.threading.tasks.extensions/4.5.4",
- "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512"
- },
- "System.Windows.Extensions/6.0.0": {
- "type": "package",
- "serviceable": true,
- "sha512": "sha512-IXoJOXIqc39AIe+CIR7koBtRGMiCt/LPM3lI+PELtDIy9XdyeSrwXFdWV9dzJ2Awl0paLWUaknLxFQ5HpHZUog==",
- "path": "system.windows.extensions/6.0.0",
- "hashPath": "system.windows.extensions.6.0.0.nupkg.sha512"
- }
- }
-}
\ No newline at end of file
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.designer.runtimeconfig.json b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.designer.runtimeconfig.json
deleted file mode 100644
index 3fb2dca..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.designer.runtimeconfig.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "runtimeOptions": {
- "tfm": "net8.0",
- "frameworks": [
- {
- "name": "Microsoft.NETCore.App",
- "version": "8.0.0"
- },
- {
- "name": "Microsoft.WindowsDesktop.App",
- "version": "8.0.0"
- },
- {
- "name": "Microsoft.AspNetCore.App",
- "version": "8.0.0"
- }
- ],
- "additionalProbingPaths": [
- "C:\\Users\\89237\\.dotnet\\store\\|arch|\\|tfm|",
- "C:\\Users\\89237\\.nuget\\packages",
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
- ],
- "configProperties": {
- "System.Reflection.NullabilityInfoContext.IsSupported": true,
- "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": true,
- "Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
- }
- }
-}
\ No newline at end of file
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.dll b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.dll
deleted file mode 100644
index 05f30f9..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.dll and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.g.resources b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.g.resources
deleted file mode 100644
index 4c149fe..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.g.resources and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.genruntimeconfig.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.genruntimeconfig.cache
deleted file mode 100644
index 1dc42c0..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.genruntimeconfig.cache
+++ /dev/null
@@ -1 +0,0 @@
-3656f6d15f51d7d24810786a0128c30a184d6c9b47f8450655b16336e1531251
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.pdb b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.pdb
deleted file mode 100644
index bfad52e..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4.pdb and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_041xdsxa_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_041xdsxa_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_041xdsxa_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_041xdsxa_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_041xdsxa_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_041xdsxa_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_041xdsxa_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_041xdsxa_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index bb10f8e..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_041xdsxa_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 = WpfApp4_041xdsxa_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_041xdsxa_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_041xdsxa_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_041xdsxa_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_041xdsxa_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_041xdsxa_wpftmp.assets.cache
deleted file mode 100644
index 39bf8b5..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_041xdsxa_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_041xdsxa_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_041xdsxa_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0ibd2lin_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0ibd2lin_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0ibd2lin_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0ibd2lin_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0ibd2lin_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0ibd2lin_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0ibd2lin_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0ibd2lin_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 3566357..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0ibd2lin_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 = WpfApp4_0ibd2lin_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0ibd2lin_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0ibd2lin_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0ibd2lin_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0ibd2lin_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0ibd2lin_wpftmp.assets.cache
deleted file mode 100644
index 0c0fa2e..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0ibd2lin_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0ibd2lin_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0ibd2lin_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0oifkr5q_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0oifkr5q_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0oifkr5q_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0oifkr5q_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0oifkr5q_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0oifkr5q_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0oifkr5q_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0oifkr5q_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 690b452..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0oifkr5q_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 = WpfApp4_0oifkr5q_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0oifkr5q_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0oifkr5q_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0oifkr5q_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0oifkr5q_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0oifkr5q_wpftmp.assets.cache
deleted file mode 100644
index aa67e24..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_0oifkr5q_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_1uromdmu_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_1uromdmu_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_1uromdmu_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_1uromdmu_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_1uromdmu_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_1uromdmu_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_1uromdmu_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_1uromdmu_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 59d8cc3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_1uromdmu_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 = WpfApp4_1uromdmu_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_1uromdmu_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_1uromdmu_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_1uromdmu_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_1uromdmu_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_1uromdmu_wpftmp.assets.cache
deleted file mode 100644
index 4abac53..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_1uromdmu_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_1uromdmu_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_1uromdmu_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_24jj4u55_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_24jj4u55_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_24jj4u55_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_24jj4u55_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_24jj4u55_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_24jj4u55_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_24jj4u55_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_24jj4u55_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index d83ed09..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_24jj4u55_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 = WpfApp4_24jj4u55_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_24jj4u55_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_24jj4u55_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_24jj4u55_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_24jj4u55_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_24jj4u55_wpftmp.assets.cache
deleted file mode 100644
index 3df40ac..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_24jj4u55_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_24jj4u55_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_24jj4u55_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_2bqfflwa_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_2bqfflwa_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_2bqfflwa_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_2bqfflwa_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_2bqfflwa_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_2bqfflwa_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_2bqfflwa_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_2bqfflwa_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 61f5d21..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_2bqfflwa_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 = WpfApp4_2bqfflwa_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_2bqfflwa_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_2bqfflwa_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_2bqfflwa_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_2bqfflwa_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_2bqfflwa_wpftmp.assets.cache
deleted file mode 100644
index 2af336d..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_2bqfflwa_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_2bqfflwa_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_2bqfflwa_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_3gksvzbe_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_3gksvzbe_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_3gksvzbe_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_3gksvzbe_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_3gksvzbe_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_3gksvzbe_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_3gksvzbe_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_3gksvzbe_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index f61020e..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_3gksvzbe_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 = WpfApp4_3gksvzbe_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_3gksvzbe_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_3gksvzbe_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_3gksvzbe_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_3gksvzbe_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_3gksvzbe_wpftmp.assets.cache
deleted file mode 100644
index e0f93eb..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_3gksvzbe_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_3gksvzbe_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_3gksvzbe_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4arbu2ta_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4arbu2ta_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4arbu2ta_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4arbu2ta_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4arbu2ta_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4arbu2ta_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4arbu2ta_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4arbu2ta_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index bdfbe4d..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4arbu2ta_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 = WpfApp4_4arbu2ta_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4arbu2ta_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4arbu2ta_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4arbu2ta_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4arbu2ta_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4arbu2ta_wpftmp.assets.cache
deleted file mode 100644
index 2899094..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4arbu2ta_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4arbu2ta_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4arbu2ta_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4kgtm2km_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4kgtm2km_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4kgtm2km_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4kgtm2km_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4kgtm2km_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4kgtm2km_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4kgtm2km_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4kgtm2km_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 6190a87..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4kgtm2km_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 = WpfApp4_4kgtm2km_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4kgtm2km_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4kgtm2km_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4kgtm2km_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4kgtm2km_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4kgtm2km_wpftmp.assets.cache
deleted file mode 100644
index e531592..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4kgtm2km_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4kgtm2km_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_4kgtm2km_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_MarkupCompile.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_MarkupCompile.cache
deleted file mode 100644
index 7c049e3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_MarkupCompile.cache
+++ /dev/null
@@ -1,20 +0,0 @@
-WpfApp4
-
-
-winexe
-C#
-.cs
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\
-WpfApp4
-none
-false
-TRACE;DEBUG;NET;NET8_0;NETCOREAPP;WINDOWS;WINDOWS7_0;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER;WINDOWS7_0_OR_GREATER
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\App.xaml
-11407045341
-
-11-1341817192
-3701168259763
-MainWindow.xaml;
-
-False
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_MarkupCompile.i.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_MarkupCompile.i.cache
deleted file mode 100644
index b95e94c..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_MarkupCompile.i.cache
+++ /dev/null
@@ -1,20 +0,0 @@
-WpfApp4
-1.0.0.0
-
-winexe
-C#
-.cs
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\obj\Debug\net8.0-windows\
-WpfApp4
-none
-false
-TRACE;DEBUG;NET;NET8_0;NETCOREAPP;WINDOWS;WINDOWS7_0;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER;WINDOWS7_0_OR_GREATER
-C:\Users\89237\source\repos\WpfApp4\WpfApp4\App.xaml
-11407045341
-
-13-1063870392
-3701168259763
-MainWindow.xaml;
-
-False
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_MarkupCompile.lref b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_MarkupCompile.lref
deleted file mode 100644
index d2e7f77..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_MarkupCompile.lref
+++ /dev/null
@@ -1,4 +0,0 @@
-
-FC:\Users\89237\source\repos\WpfApp4\WpfApp4\App.xaml;;
-FC:\Users\89237\source\repos\WpfApp4\WpfApp4\MainWindow.xaml;;
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_a3kuwmnr_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_a3kuwmnr_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_a3kuwmnr_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_a3kuwmnr_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_a3kuwmnr_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_a3kuwmnr_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_a3kuwmnr_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_a3kuwmnr_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index e83baea..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_a3kuwmnr_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 = WpfApp4_a3kuwmnr_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_a3kuwmnr_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_a3kuwmnr_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_a3kuwmnr_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_a3kuwmnr_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_a3kuwmnr_wpftmp.assets.cache
deleted file mode 100644
index b2e3270..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_a3kuwmnr_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_a3kuwmnr_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_a3kuwmnr_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_appmrzf0_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_appmrzf0_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_appmrzf0_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_appmrzf0_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_appmrzf0_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_appmrzf0_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_appmrzf0_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_appmrzf0_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index a9e013e..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_appmrzf0_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 = WpfApp4_appmrzf0_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_appmrzf0_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_appmrzf0_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_appmrzf0_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_appmrzf0_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_appmrzf0_wpftmp.assets.cache
deleted file mode 100644
index 2e5c687..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_appmrzf0_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_appmrzf0_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_appmrzf0_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_biuvlgdg_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_biuvlgdg_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_biuvlgdg_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_biuvlgdg_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_biuvlgdg_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_biuvlgdg_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_biuvlgdg_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_biuvlgdg_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index f7bc1b8..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_biuvlgdg_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 = WpfApp4_biuvlgdg_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_biuvlgdg_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_biuvlgdg_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_biuvlgdg_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_biuvlgdg_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_biuvlgdg_wpftmp.assets.cache
deleted file mode 100644
index 948ed8f..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_biuvlgdg_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_biuvlgdg_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_biuvlgdg_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bnigtkjh_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bnigtkjh_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bnigtkjh_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bnigtkjh_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bnigtkjh_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bnigtkjh_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bnigtkjh_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bnigtkjh_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 1c370ce..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bnigtkjh_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 = WpfApp4_bnigtkjh_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bnigtkjh_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bnigtkjh_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bnigtkjh_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bnigtkjh_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bnigtkjh_wpftmp.assets.cache
deleted file mode 100644
index 671a104..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bnigtkjh_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bnigtkjh_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bnigtkjh_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bsdhaotc_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bsdhaotc_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bsdhaotc_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bsdhaotc_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bsdhaotc_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bsdhaotc_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bsdhaotc_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bsdhaotc_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 33caf17..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bsdhaotc_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 = WpfApp4_bsdhaotc_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bsdhaotc_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bsdhaotc_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bsdhaotc_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bsdhaotc_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bsdhaotc_wpftmp.assets.cache
deleted file mode 100644
index dbc54c8..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bsdhaotc_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bsdhaotc_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_bsdhaotc_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cbybdrfp_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cbybdrfp_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cbybdrfp_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cbybdrfp_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cbybdrfp_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cbybdrfp_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cbybdrfp_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cbybdrfp_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 0219dae..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cbybdrfp_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 = WpfApp4_cbybdrfp_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cbybdrfp_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cbybdrfp_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cbybdrfp_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cbybdrfp_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cbybdrfp_wpftmp.assets.cache
deleted file mode 100644
index 1c8f27d..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cbybdrfp_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cbybdrfp_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cbybdrfp_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cgqyqwve_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cgqyqwve_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cgqyqwve_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cgqyqwve_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cgqyqwve_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cgqyqwve_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cgqyqwve_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cgqyqwve_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 7401e8d..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cgqyqwve_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 = WpfApp4_cgqyqwve_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cgqyqwve_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cgqyqwve_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cgqyqwve_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cgqyqwve_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cgqyqwve_wpftmp.assets.cache
deleted file mode 100644
index 82dd743..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cgqyqwve_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cgqyqwve_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_cgqyqwve_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_csyi0gjz_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_csyi0gjz_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_csyi0gjz_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_csyi0gjz_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_csyi0gjz_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_csyi0gjz_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_csyi0gjz_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_csyi0gjz_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 06e1423..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_csyi0gjz_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 = WpfApp4_csyi0gjz_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_csyi0gjz_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_csyi0gjz_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_csyi0gjz_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_csyi0gjz_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_csyi0gjz_wpftmp.assets.cache
deleted file mode 100644
index 517d159..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_csyi0gjz_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_csyi0gjz_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_csyi0gjz_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_dfmixqdi_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_dfmixqdi_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_dfmixqdi_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_dfmixqdi_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_dfmixqdi_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_dfmixqdi_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_dfmixqdi_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_dfmixqdi_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 9cc5cb1..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_dfmixqdi_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 = WpfApp4_dfmixqdi_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_dfmixqdi_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_dfmixqdi_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_dfmixqdi_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_dfmixqdi_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_dfmixqdi_wpftmp.assets.cache
deleted file mode 100644
index 73d30f0..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_dfmixqdi_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_dfmixqdi_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_dfmixqdi_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_e0jvzqcj_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_e0jvzqcj_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_e0jvzqcj_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_e0jvzqcj_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_e0jvzqcj_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_e0jvzqcj_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_e0jvzqcj_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_e0jvzqcj_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 6e9c482..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_e0jvzqcj_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 = WpfApp4_e0jvzqcj_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_e0jvzqcj_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_e0jvzqcj_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_e0jvzqcj_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_e0jvzqcj_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_e0jvzqcj_wpftmp.assets.cache
deleted file mode 100644
index fba719d..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_e0jvzqcj_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_e0jvzqcj_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_e0jvzqcj_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_enychj5j_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_enychj5j_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_enychj5j_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_enychj5j_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_enychj5j_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_enychj5j_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_enychj5j_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_enychj5j_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index e35b232..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_enychj5j_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 = WpfApp4_enychj5j_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_enychj5j_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_enychj5j_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_enychj5j_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_enychj5j_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_enychj5j_wpftmp.assets.cache
deleted file mode 100644
index ccc9e56..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_enychj5j_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_enychj5j_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_enychj5j_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_fkxsturj_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_fkxsturj_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_fkxsturj_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_fkxsturj_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_fkxsturj_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_fkxsturj_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_fkxsturj_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_fkxsturj_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 72e433a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_fkxsturj_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 = WpfApp4_fkxsturj_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_fkxsturj_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_fkxsturj_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_fkxsturj_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_fkxsturj_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_fkxsturj_wpftmp.assets.cache
deleted file mode 100644
index 59e81de..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_fkxsturj_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_fkxsturj_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_fkxsturj_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ftloh4bb_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ftloh4bb_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ftloh4bb_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ftloh4bb_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ftloh4bb_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ftloh4bb_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ftloh4bb_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ftloh4bb_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 3d09b5b..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ftloh4bb_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 = WpfApp4_ftloh4bb_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ftloh4bb_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ftloh4bb_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ftloh4bb_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ftloh4bb_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ftloh4bb_wpftmp.assets.cache
deleted file mode 100644
index bd5d571..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ftloh4bb_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ftloh4bb_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ftloh4bb_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g0friclr_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g0friclr_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g0friclr_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g0friclr_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g0friclr_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g0friclr_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g0friclr_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g0friclr_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index feafd4f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g0friclr_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 = WpfApp4_g0friclr_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g0friclr_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g0friclr_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g0friclr_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g0friclr_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g0friclr_wpftmp.assets.cache
deleted file mode 100644
index ec4ff31..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g0friclr_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g0friclr_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g0friclr_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g2fapfm2_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g2fapfm2_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g2fapfm2_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g2fapfm2_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g2fapfm2_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g2fapfm2_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g2fapfm2_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g2fapfm2_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index f03da7a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g2fapfm2_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 = WpfApp4_g2fapfm2_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g2fapfm2_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g2fapfm2_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g2fapfm2_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g2fapfm2_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g2fapfm2_wpftmp.assets.cache
deleted file mode 100644
index 5bfb757..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g2fapfm2_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g2fapfm2_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_g2fapfm2_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_get45bxh_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_get45bxh_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_get45bxh_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_get45bxh_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_get45bxh_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_get45bxh_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_get45bxh_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_get45bxh_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index e705a17..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_get45bxh_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 = WpfApp4_get45bxh_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_get45bxh_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_get45bxh_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_get45bxh_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_get45bxh_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_get45bxh_wpftmp.assets.cache
deleted file mode 100644
index 197203c..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_get45bxh_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_get45bxh_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_get45bxh_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_gie5gmss_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_gie5gmss_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_gie5gmss_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_gie5gmss_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_gie5gmss_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_gie5gmss_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_gie5gmss_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_gie5gmss_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index e2a1de0..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_gie5gmss_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 = WpfApp4_gie5gmss_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_gie5gmss_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_gie5gmss_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_gie5gmss_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_gie5gmss_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_gie5gmss_wpftmp.assets.cache
deleted file mode 100644
index feb4e14..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_gie5gmss_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_gie5gmss_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_gie5gmss_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_h0jcbbjk_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_h0jcbbjk_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_h0jcbbjk_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_h0jcbbjk_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_h0jcbbjk_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_h0jcbbjk_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_h0jcbbjk_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_h0jcbbjk_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 005b0f3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_h0jcbbjk_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 = WpfApp4_h0jcbbjk_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_h0jcbbjk_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_h0jcbbjk_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_h0jcbbjk_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_h0jcbbjk_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_h0jcbbjk_wpftmp.assets.cache
deleted file mode 100644
index 189ceb6..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_h0jcbbjk_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_h0jcbbjk_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_h0jcbbjk_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hhrmeuhp_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hhrmeuhp_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hhrmeuhp_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hhrmeuhp_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hhrmeuhp_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hhrmeuhp_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hhrmeuhp_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hhrmeuhp_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 8172648..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hhrmeuhp_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 = WpfApp4_hhrmeuhp_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hhrmeuhp_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hhrmeuhp_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hhrmeuhp_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hhrmeuhp_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hhrmeuhp_wpftmp.assets.cache
deleted file mode 100644
index 43ab012..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hhrmeuhp_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hr05oq1h_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hr05oq1h_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hr05oq1h_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hr05oq1h_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hr05oq1h_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hr05oq1h_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hr05oq1h_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hr05oq1h_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index c49a0dd..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hr05oq1h_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 = WpfApp4_hr05oq1h_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hr05oq1h_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hr05oq1h_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hr05oq1h_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hr05oq1h_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hr05oq1h_wpftmp.assets.cache
deleted file mode 100644
index 29af9b9..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hr05oq1h_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hr05oq1h_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hr05oq1h_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_htw5i3wu_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_htw5i3wu_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_htw5i3wu_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_htw5i3wu_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_htw5i3wu_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_htw5i3wu_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_htw5i3wu_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_htw5i3wu_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 514e37a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_htw5i3wu_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 = WpfApp4_htw5i3wu_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_htw5i3wu_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_htw5i3wu_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_htw5i3wu_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_htw5i3wu_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_htw5i3wu_wpftmp.assets.cache
deleted file mode 100644
index 53d154b..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_htw5i3wu_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_htw5i3wu_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_htw5i3wu_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hulcsij5_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hulcsij5_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hulcsij5_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hulcsij5_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hulcsij5_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hulcsij5_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hulcsij5_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hulcsij5_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index b1249bf..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hulcsij5_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 = WpfApp4_hulcsij5_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hulcsij5_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hulcsij5_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hulcsij5_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hulcsij5_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hulcsij5_wpftmp.assets.cache
deleted file mode 100644
index c97b07d..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hulcsij5_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hulcsij5_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_hulcsij5_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iaesksub_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iaesksub_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iaesksub_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iaesksub_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iaesksub_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iaesksub_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iaesksub_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iaesksub_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 92df8b2..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iaesksub_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 = WpfApp4_iaesksub_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iaesksub_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iaesksub_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iaesksub_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iaesksub_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iaesksub_wpftmp.assets.cache
deleted file mode 100644
index 47edd97..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iaesksub_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iaesksub_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iaesksub_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iu3c01a2_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iu3c01a2_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iu3c01a2_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iu3c01a2_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iu3c01a2_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iu3c01a2_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iu3c01a2_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iu3c01a2_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index e39975a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iu3c01a2_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 = WpfApp4_iu3c01a2_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iu3c01a2_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iu3c01a2_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iu3c01a2_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iu3c01a2_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iu3c01a2_wpftmp.assets.cache
deleted file mode 100644
index 74f02c7..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iu3c01a2_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iu3c01a2_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_iu3c01a2_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_jmrb0f1e_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_jmrb0f1e_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_jmrb0f1e_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_jmrb0f1e_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_jmrb0f1e_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_jmrb0f1e_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_jmrb0f1e_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_jmrb0f1e_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index bee06d6..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_jmrb0f1e_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 = WpfApp4_jmrb0f1e_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_jmrb0f1e_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_jmrb0f1e_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_jmrb0f1e_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_jmrb0f1e_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_jmrb0f1e_wpftmp.assets.cache
deleted file mode 100644
index 0468d0c..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_jmrb0f1e_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_jmrb0f1e_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_jmrb0f1e_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_k52uql3f_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_k52uql3f_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_k52uql3f_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_k52uql3f_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_k52uql3f_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_k52uql3f_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_k52uql3f_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_k52uql3f_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 84fdbc7..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_k52uql3f_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 = WpfApp4_k52uql3f_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_k52uql3f_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_k52uql3f_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_k52uql3f_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_k52uql3f_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_k52uql3f_wpftmp.assets.cache
deleted file mode 100644
index 6261800..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_k52uql3f_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_k52uql3f_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_k52uql3f_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ketiweva_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ketiweva_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ketiweva_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ketiweva_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ketiweva_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ketiweva_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ketiweva_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ketiweva_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 07d6d4a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ketiweva_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 = WpfApp4_ketiweva_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ketiweva_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ketiweva_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ketiweva_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ketiweva_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ketiweva_wpftmp.assets.cache
deleted file mode 100644
index c86f997..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ketiweva_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ketiweva_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ketiweva_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ko5vaqbs_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ko5vaqbs_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ko5vaqbs_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ko5vaqbs_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ko5vaqbs_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ko5vaqbs_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ko5vaqbs_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ko5vaqbs_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 1bafee1..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ko5vaqbs_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 = WpfApp4_ko5vaqbs_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ko5vaqbs_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ko5vaqbs_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ko5vaqbs_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ko5vaqbs_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ko5vaqbs_wpftmp.assets.cache
deleted file mode 100644
index a481744..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ko5vaqbs_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ko5vaqbs_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ko5vaqbs_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_l4xotl2j_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_l4xotl2j_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_l4xotl2j_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_l4xotl2j_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_l4xotl2j_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_l4xotl2j_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_l4xotl2j_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_l4xotl2j_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index b1361d5..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_l4xotl2j_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 = WpfApp4_l4xotl2j_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_l4xotl2j_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_l4xotl2j_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_l4xotl2j_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_l4xotl2j_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_l4xotl2j_wpftmp.assets.cache
deleted file mode 100644
index 7954b0e..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_l4xotl2j_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_l4xotl2j_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_l4xotl2j_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lk2okciy_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lk2okciy_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lk2okciy_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lk2okciy_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lk2okciy_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lk2okciy_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lk2okciy_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lk2okciy_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 611014a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lk2okciy_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 = WpfApp4_lk2okciy_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lk2okciy_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lk2okciy_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lk2okciy_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lk2okciy_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lk2okciy_wpftmp.assets.cache
deleted file mode 100644
index 3e06494..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lk2okciy_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lk2okciy_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lk2okciy_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lzxjdyne_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lzxjdyne_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lzxjdyne_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lzxjdyne_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lzxjdyne_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lzxjdyne_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lzxjdyne_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lzxjdyne_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index cea1073..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lzxjdyne_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 = WpfApp4_lzxjdyne_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lzxjdyne_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lzxjdyne_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lzxjdyne_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lzxjdyne_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lzxjdyne_wpftmp.assets.cache
deleted file mode 100644
index 7740e26..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lzxjdyne_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lzxjdyne_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_lzxjdyne_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mhy0nti3_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mhy0nti3_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mhy0nti3_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mhy0nti3_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mhy0nti3_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mhy0nti3_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mhy0nti3_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mhy0nti3_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 955bf3c..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mhy0nti3_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 = WpfApp4_mhy0nti3_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mhy0nti3_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mhy0nti3_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mhy0nti3_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mhy0nti3_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mhy0nti3_wpftmp.assets.cache
deleted file mode 100644
index 7d08e95..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mhy0nti3_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mhy0nti3_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mhy0nti3_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ml4vabft_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ml4vabft_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ml4vabft_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ml4vabft_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ml4vabft_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ml4vabft_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ml4vabft_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ml4vabft_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index c87b591..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ml4vabft_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 = WpfApp4_ml4vabft_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ml4vabft_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ml4vabft_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ml4vabft_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ml4vabft_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ml4vabft_wpftmp.assets.cache
deleted file mode 100644
index 7cde475..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ml4vabft_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ml4vabft_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ml4vabft_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mymihteu_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mymihteu_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mymihteu_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mymihteu_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mymihteu_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mymihteu_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mymihteu_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mymihteu_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 1f85098..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mymihteu_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 = WpfApp4_mymihteu_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mymihteu_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mymihteu_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mymihteu_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mymihteu_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mymihteu_wpftmp.assets.cache
deleted file mode 100644
index 28fc525..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_mymihteu_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_odnwzoa2_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_odnwzoa2_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_odnwzoa2_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_odnwzoa2_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_odnwzoa2_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_odnwzoa2_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_odnwzoa2_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_odnwzoa2_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 699f2ac..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_odnwzoa2_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 = WpfApp4_odnwzoa2_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_odnwzoa2_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_odnwzoa2_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_odnwzoa2_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_odnwzoa2_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_odnwzoa2_wpftmp.assets.cache
deleted file mode 100644
index fed7a10..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_odnwzoa2_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_odnwzoa2_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_odnwzoa2_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ouvgkdnu_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ouvgkdnu_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ouvgkdnu_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ouvgkdnu_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ouvgkdnu_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ouvgkdnu_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ouvgkdnu_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ouvgkdnu_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index e5311d7..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ouvgkdnu_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,16 +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 = WpfApp4
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 8.0
-build_property.EnableCodeStyleSeverity =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ouvgkdnu_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ouvgkdnu_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ouvgkdnu_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ouvgkdnu_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ouvgkdnu_wpftmp.assets.cache
deleted file mode 100644
index d5f5890..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ouvgkdnu_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ouvgkdnu_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_ouvgkdnu_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_pipiwp3g_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_pipiwp3g_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_pipiwp3g_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_pipiwp3g_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_pipiwp3g_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_pipiwp3g_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_pipiwp3g_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_pipiwp3g_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index b981a19..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_pipiwp3g_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 = WpfApp4_pipiwp3g_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_pipiwp3g_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_pipiwp3g_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_pipiwp3g_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_pipiwp3g_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_pipiwp3g_wpftmp.assets.cache
deleted file mode 100644
index 303d3ef..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_pipiwp3g_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_pipiwp3g_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_pipiwp3g_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_qcootps1_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_qcootps1_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_qcootps1_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_qcootps1_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_qcootps1_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_qcootps1_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_qcootps1_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_qcootps1_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index b4f4caf..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_qcootps1_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 = WpfApp4_qcootps1_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_qcootps1_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_qcootps1_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_qcootps1_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_qcootps1_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_qcootps1_wpftmp.assets.cache
deleted file mode 100644
index 8ff6b0a..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_qcootps1_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_qcootps1_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_qcootps1_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_r0kvjcps_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_r0kvjcps_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_r0kvjcps_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_r0kvjcps_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_r0kvjcps_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_r0kvjcps_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_r0kvjcps_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_r0kvjcps_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 76b274e..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_r0kvjcps_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 = WpfApp4_r0kvjcps_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_r0kvjcps_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_r0kvjcps_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_r0kvjcps_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_r0kvjcps_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_r0kvjcps_wpftmp.assets.cache
deleted file mode 100644
index 5445b0c..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_r0kvjcps_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_r0kvjcps_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_r0kvjcps_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_sk2ba1nz_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_sk2ba1nz_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_sk2ba1nz_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_sk2ba1nz_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_sk2ba1nz_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_sk2ba1nz_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_sk2ba1nz_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_sk2ba1nz_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 3234c12..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_sk2ba1nz_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 = WpfApp4_sk2ba1nz_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_sk2ba1nz_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_sk2ba1nz_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_sk2ba1nz_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_sk2ba1nz_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_sk2ba1nz_wpftmp.assets.cache
deleted file mode 100644
index a22185a..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_sk2ba1nz_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_sk2ba1nz_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_sk2ba1nz_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfbsipxf_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfbsipxf_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfbsipxf_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfbsipxf_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfbsipxf_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfbsipxf_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfbsipxf_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfbsipxf_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 328e6e4..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfbsipxf_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 = WpfApp4_tfbsipxf_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfbsipxf_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfbsipxf_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfbsipxf_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfbsipxf_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfbsipxf_wpftmp.assets.cache
deleted file mode 100644
index a9942bf..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfbsipxf_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfbsipxf_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfbsipxf_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfwckjct_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfwckjct_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfwckjct_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfwckjct_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfwckjct_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfwckjct_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfwckjct_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfwckjct_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index f154c68..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfwckjct_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 = WpfApp4_tfwckjct_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfwckjct_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfwckjct_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfwckjct_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfwckjct_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfwckjct_wpftmp.assets.cache
deleted file mode 100644
index 7ba55e8..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfwckjct_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfwckjct_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_tfwckjct_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_u3dmap32_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_u3dmap32_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_u3dmap32_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_u3dmap32_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_u3dmap32_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_u3dmap32_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_u3dmap32_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_u3dmap32_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index f5fbc54..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_u3dmap32_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 = WpfApp4_u3dmap32_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_u3dmap32_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_u3dmap32_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_u3dmap32_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_u3dmap32_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_u3dmap32_wpftmp.assets.cache
deleted file mode 100644
index 4e3a81d..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_u3dmap32_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_unmit0jp_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_unmit0jp_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_unmit0jp_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_unmit0jp_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_unmit0jp_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_unmit0jp_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_unmit0jp_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_unmit0jp_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 106973e..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_unmit0jp_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 = WpfApp4_unmit0jp_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_unmit0jp_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_unmit0jp_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_unmit0jp_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_unmit0jp_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_unmit0jp_wpftmp.assets.cache
deleted file mode 100644
index 16f05d8..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_unmit0jp_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_unmit0jp_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_unmit0jp_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uvudcaj1_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uvudcaj1_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uvudcaj1_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uvudcaj1_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uvudcaj1_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uvudcaj1_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uvudcaj1_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uvudcaj1_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 4bd394e..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uvudcaj1_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 = WpfApp4_uvudcaj1_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uvudcaj1_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uvudcaj1_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uvudcaj1_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uvudcaj1_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uvudcaj1_wpftmp.assets.cache
deleted file mode 100644
index 88da6ba..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uvudcaj1_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uvudcaj1_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uvudcaj1_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uyhdundi_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uyhdundi_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uyhdundi_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uyhdundi_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uyhdundi_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uyhdundi_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uyhdundi_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uyhdundi_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index f7a8ffd..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uyhdundi_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 = WpfApp4_uyhdundi_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uyhdundi_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uyhdundi_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uyhdundi_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uyhdundi_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uyhdundi_wpftmp.assets.cache
deleted file mode 100644
index 696d6d0..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_uyhdundi_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_vupmrn4m_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_vupmrn4m_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_vupmrn4m_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_vupmrn4m_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_vupmrn4m_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_vupmrn4m_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_vupmrn4m_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_vupmrn4m_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index a577e62..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_vupmrn4m_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 = WpfApp4_vupmrn4m_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_vupmrn4m_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_vupmrn4m_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_vupmrn4m_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_vupmrn4m_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_vupmrn4m_wpftmp.assets.cache
deleted file mode 100644
index e9cf321..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_vupmrn4m_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_vupmrn4m_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_vupmrn4m_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_weict2mb_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_weict2mb_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_weict2mb_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_weict2mb_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_weict2mb_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_weict2mb_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_weict2mb_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_weict2mb_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 76572a2..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_weict2mb_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 = WpfApp4_weict2mb_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_weict2mb_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_weict2mb_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_weict2mb_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_weict2mb_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_weict2mb_wpftmp.assets.cache
deleted file mode 100644
index 65c7dda..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_weict2mb_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_weict2mb_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_weict2mb_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xczk4h5q_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xczk4h5q_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xczk4h5q_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xczk4h5q_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xczk4h5q_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xczk4h5q_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xczk4h5q_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xczk4h5q_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 4559385..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xczk4h5q_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 = WpfApp4_xczk4h5q_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xczk4h5q_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xczk4h5q_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xczk4h5q_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xczk4h5q_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xczk4h5q_wpftmp.assets.cache
deleted file mode 100644
index 64ad0ca..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xczk4h5q_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xczk4h5q_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xczk4h5q_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xfvp5suk_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xfvp5suk_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xfvp5suk_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xfvp5suk_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xfvp5suk_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xfvp5suk_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xfvp5suk_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xfvp5suk_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 4f884a8..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xfvp5suk_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 = WpfApp4_xfvp5suk_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xfvp5suk_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xfvp5suk_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xfvp5suk_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xfvp5suk_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xfvp5suk_wpftmp.assets.cache
deleted file mode 100644
index fcaa854..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xfvp5suk_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xfvp5suk_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_xfvp5suk_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_y5fiokeg_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_y5fiokeg_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_y5fiokeg_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_y5fiokeg_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_y5fiokeg_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_y5fiokeg_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_y5fiokeg_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_y5fiokeg_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 010e2dc..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_y5fiokeg_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 = WpfApp4_y5fiokeg_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_y5fiokeg_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_y5fiokeg_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_y5fiokeg_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_y5fiokeg_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_y5fiokeg_wpftmp.assets.cache
deleted file mode 100644
index cdf9925..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_y5fiokeg_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_y5fiokeg_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_y5fiokeg_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_yatwabta_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_yatwabta_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_yatwabta_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_yatwabta_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_yatwabta_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_yatwabta_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_yatwabta_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_yatwabta_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index d5922f2..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_yatwabta_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 = WpfApp4_yatwabta_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_yatwabta_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_yatwabta_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_yatwabta_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_yatwabta_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_yatwabta_wpftmp.assets.cache
deleted file mode 100644
index 0b60ea7..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_yatwabta_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaefhnrn_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaefhnrn_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaefhnrn_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaefhnrn_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaefhnrn_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaefhnrn_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaefhnrn_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaefhnrn_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 57e6e60..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaefhnrn_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 = WpfApp4_zaefhnrn_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaefhnrn_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaefhnrn_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaefhnrn_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaefhnrn_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaefhnrn_wpftmp.assets.cache
deleted file mode 100644
index 0226247..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaefhnrn_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaefhnrn_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaefhnrn_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaok3lsq_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaok3lsq_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaok3lsq_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaok3lsq_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaok3lsq_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaok3lsq_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaok3lsq_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaok3lsq_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index b4458e6..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaok3lsq_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 = WpfApp4_zaok3lsq_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaok3lsq_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaok3lsq_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaok3lsq_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaok3lsq_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaok3lsq_wpftmp.assets.cache
deleted file mode 100644
index d2e685d..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaok3lsq_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaok3lsq_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zaok3lsq_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zswedvpg_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zswedvpg_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zswedvpg_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zswedvpg_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zswedvpg_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zswedvpg_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zswedvpg_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zswedvpg_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2d5a42d..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zswedvpg_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 = WpfApp4_zswedvpg_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zswedvpg_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zswedvpg_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zswedvpg_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zswedvpg_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zswedvpg_wpftmp.assets.cache
deleted file mode 100644
index de1b273..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zswedvpg_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zswedvpg_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zswedvpg_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zz40vt50_wpftmp.AssemblyInfo.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zz40vt50_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d8c2a3a..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zz40vt50_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyTitleAttribute("WpfApp4")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zz40vt50_wpftmp.AssemblyInfoInputs.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zz40vt50_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c4be3..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zz40vt50_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ab23e4bcae63858310949eae28c6127b50856b15bff9bb0d5cf8aefdae7c18a1
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zz40vt50_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zz40vt50_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 65ced20..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zz40vt50_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 = WpfApp4_zz40vt50_wpftmp
-build_property.ProjectDir = C:\Users\89237\source\repos\WpfApp4\WpfApp4\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zz40vt50_wpftmp.GlobalUsings.g.cs b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zz40vt50_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index 08bb19f..0000000
--- a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zz40vt50_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/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zz40vt50_wpftmp.assets.cache b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zz40vt50_wpftmp.assets.cache
deleted file mode 100644
index 7521c3d..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zz40vt50_wpftmp.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zz40vt50_wpftmp.csproj.BuildWithSkipAnalyzers b/WpfApp4/obj/Debug/net8.0-windows/WpfApp4_zz40vt50_wpftmp.csproj.BuildWithSkipAnalyzers
deleted file mode 100644
index e69de29..0000000
diff --git a/WpfApp4/obj/Debug/net8.0-windows/apphost.exe b/WpfApp4/obj/Debug/net8.0-windows/apphost.exe
deleted file mode 100644
index a345221..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/apphost.exe and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/ref/TaskManager.dll b/WpfApp4/obj/Debug/net8.0-windows/ref/TaskManager.dll
deleted file mode 100644
index a8035fc..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/ref/TaskManager.dll and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/ref/WpfApp4.dll b/WpfApp4/obj/Debug/net8.0-windows/ref/WpfApp4.dll
deleted file mode 100644
index 6cf3792..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/ref/WpfApp4.dll and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/refint/TaskManager.dll b/WpfApp4/obj/Debug/net8.0-windows/refint/TaskManager.dll
deleted file mode 100644
index a8035fc..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/refint/TaskManager.dll and /dev/null differ
diff --git a/WpfApp4/obj/Debug/net8.0-windows/refint/WpfApp4.dll b/WpfApp4/obj/Debug/net8.0-windows/refint/WpfApp4.dll
deleted file mode 100644
index 6cf3792..0000000
Binary files a/WpfApp4/obj/Debug/net8.0-windows/refint/WpfApp4.dll and /dev/null differ
diff --git a/WpfApp4/obj/Release/net8.0-windows/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/WpfApp4/obj/Release/net8.0-windows/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
deleted file mode 100644
index af94399..0000000
--- a/WpfApp4/obj/Release/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 = "")]
diff --git a/WpfApp4/obj/Release/net8.0-windows/TaskManager.AssemblyInfo.cs b/WpfApp4/obj/Release/net8.0-windows/TaskManager.AssemblyInfo.cs
deleted file mode 100644
index 07fd575..0000000
--- a/WpfApp4/obj/Release/net8.0-windows/TaskManager.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// 此代码由工具生成。
-// 运行时版本:4.0.30319.42000
-//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("TaskManager")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
-[assembly: System.Reflection.AssemblyProductAttribute("TaskManager")]
-[assembly: System.Reflection.AssemblyTitleAttribute("TaskManager")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// 由 MSBuild WriteCodeFragment 类生成。
-
diff --git a/WpfApp4/obj/Release/net8.0-windows/TaskManager.AssemblyInfoInputs.cache b/WpfApp4/obj/Release/net8.0-windows/TaskManager.AssemblyInfoInputs.cache
deleted file mode 100644
index 3852a63..0000000
--- a/WpfApp4/obj/Release/net8.0-windows/TaskManager.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-1b39d45b5772443ad8221fc86f8ded34e6e9b5f6
diff --git a/WpfApp4/obj/Release/net8.0-windows/TaskManager.GeneratedMSBuildEditorConfig.editorconfig b/WpfApp4/obj/Release/net8.0-windows/TaskManager.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 133b7fe..0000000
--- a/WpfApp4/obj/Release/net8.0-windows/TaskManager.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,8 +0,0 @@
-is_global = true
-build_property.TargetFramework = net8.0-windows
-build_property.TargetPlatformMinVersion = 7.0
-build_property.UsingMicrosoftNETSdkWeb =
-build_property.ProjectTypeGuids =
-build_property.PublishSingleFile =
-build_property.IncludeAllContentForSelfExtract =
-build_property._SupportedPlatformList = Android,iOS,Linux,macOS,Windows
diff --git a/WpfApp4/obj/Release/net8.0-windows/TaskManager.assets.cache b/WpfApp4/obj/Release/net8.0-windows/TaskManager.assets.cache
deleted file mode 100644
index 6baaca5..0000000
Binary files a/WpfApp4/obj/Release/net8.0-windows/TaskManager.assets.cache and /dev/null differ
diff --git a/WpfApp4/obj/TaskManager.csproj.nuget.dgspec.json b/WpfApp4/obj/TaskManager.csproj.nuget.dgspec.json
deleted file mode 100644
index 2006caf..0000000
--- a/WpfApp4/obj/TaskManager.csproj.nuget.dgspec.json
+++ /dev/null
@@ -1,186 +0,0 @@
-{
- "format": 1,
- "restore": {
- "D:\\work\\奇瑞接口\\WpfApp4\\TaskManager.csproj": {}
- },
- "projects": {
- "D:\\work\\奇瑞接口\\ILifeTimeService\\ILifeTimeService.csproj": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "D:\\work\\奇瑞接口\\ILifeTimeService\\ILifeTimeService.csproj",
- "projectName": "ILifeTimeService",
- "projectPath": "D:\\work\\奇瑞接口\\ILifeTimeService\\ILifeTimeService.csproj",
- "packagesPath": "C:\\Users\\35200\\.nuget\\packages\\",
- "outputPath": "D:\\work\\奇瑞接口\\ILifeTimeService\\obj\\",
- "projectStyle": "PackageReference",
- "fallbackFolders": [
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages",
- "C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\"
- ],
- "configFilePaths": [
- "C:\\Users\\35200\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config"
- ],
- "originalTargetFrameworks": [
- "net8.0-windows7.0"
- ],
- "sources": {
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
- "C:\\Program Files\\dotnet\\library-packs": {},
- "D:\\work\\SZH\\FJYZY\\src\\Modules\\SettleAccount\\OutPut": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "net8.0-windows7.0": {
- "targetAlias": "net8.0-windows",
- "projectReferences": {}
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- }
- },
- "frameworks": {
- "net8.0-windows7.0": {
- "targetAlias": "net8.0-windows",
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.301\\RuntimeIdentifierGraph.json"
- }
- }
- },
- "D:\\work\\奇瑞接口\\Models\\Models.csproj": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "D:\\work\\奇瑞接口\\Models\\Models.csproj",
- "projectName": "Models",
- "projectPath": "D:\\work\\奇瑞接口\\Models\\Models.csproj",
- "packagesPath": "C:\\Users\\35200\\.nuget\\packages\\",
- "outputPath": "D:\\work\\奇瑞接口\\Models\\obj\\",
- "projectStyle": "PackageReference",
- "fallbackFolders": [
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages",
- "C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\"
- ],
- "configFilePaths": [
- "C:\\Users\\35200\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config"
- ],
- "originalTargetFrameworks": [
- "net8.0-windows7.0"
- ],
- "sources": {
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
- "C:\\Program Files\\dotnet\\library-packs": {},
- "D:\\work\\SZH\\FJYZY\\src\\Modules\\SettleAccount\\OutPut": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "net8.0-windows7.0": {
- "targetAlias": "net8.0-windows",
- "projectReferences": {}
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- }
- },
- "frameworks": {
- "net8.0-windows7.0": {
- "targetAlias": "net8.0-windows",
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.301\\RuntimeIdentifierGraph.json"
- }
- }
- },
- "D:\\work\\奇瑞接口\\WpfApp4\\TaskManager.csproj": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "D:\\work\\奇瑞接口\\WpfApp4\\TaskManager.csproj",
- "projectName": "TaskManager",
- "projectPath": "D:\\work\\奇瑞接口\\WpfApp4\\TaskManager.csproj",
- "packagesPath": "C:\\Users\\35200\\.nuget\\packages\\",
- "outputPath": "D:\\work\\奇瑞接口\\WpfApp4\\obj\\",
- "projectStyle": "PackageReference",
- "fallbackFolders": [
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages",
- "C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\"
- ],
- "configFilePaths": [
- "C:\\Users\\35200\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config"
- ],
- "originalTargetFrameworks": [
- "net8.0-windows7.0"
- ],
- "sources": {
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
- "C:\\Program Files\\dotnet\\library-packs": {},
- "D:\\work\\SZH\\FJYZY\\src\\Modules\\SettleAccount\\OutPut": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "net8.0-windows7.0": {
- "targetAlias": "net8.0-windows",
- "projectReferences": {
- "D:\\work\\奇瑞接口\\ILifeTimeService\\ILifeTimeService.csproj": {
- "projectPath": "D:\\work\\奇瑞接口\\ILifeTimeService\\ILifeTimeService.csproj"
- },
- "D:\\work\\奇瑞接口\\Models\\Models.csproj": {
- "projectPath": "D:\\work\\奇瑞接口\\Models\\Models.csproj"
- }
- }
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- }
- },
- "frameworks": {
- "net8.0-windows7.0": {
- "targetAlias": "net8.0-windows",
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.301\\RuntimeIdentifierGraph.json"
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/WpfApp4/obj/TaskManager.csproj.nuget.g.props b/WpfApp4/obj/TaskManager.csproj.nuget.g.props
deleted file mode 100644
index e9b72a4..0000000
--- a/WpfApp4/obj/TaskManager.csproj.nuget.g.props
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
- True
- NuGet
- $(MSBuildThisFileDirectory)project.assets.json
- $(UserProfile)\.nuget\packages\
- C:\Users\35200\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages;C:\Program Files (x86)\Microsoft\Xamarin\NuGet\
- PackageReference
- 5.10.0
-
-
-
-
-
-
-
- $(MSBuildAllProjects);$(MSBuildThisFileFullPath)
-
-
\ No newline at end of file
diff --git a/WpfApp4/obj/TaskManager.csproj.nuget.g.targets b/WpfApp4/obj/TaskManager.csproj.nuget.g.targets
deleted file mode 100644
index 53cfaa1..0000000
--- a/WpfApp4/obj/TaskManager.csproj.nuget.g.targets
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
- $(MSBuildAllProjects);$(MSBuildThisFileFullPath)
-
-
\ No newline at end of file
diff --git a/WpfApp4/obj/TaskManager_kpyusa1g_wpftmp.csproj.nuget.dgspec.json b/WpfApp4/obj/TaskManager_kpyusa1g_wpftmp.csproj.nuget.dgspec.json
deleted file mode 100644
index 3cb8d41..0000000
--- a/WpfApp4/obj/TaskManager_kpyusa1g_wpftmp.csproj.nuget.dgspec.json
+++ /dev/null
@@ -1,267 +0,0 @@
-{
- "format": 1,
- "restore": {
- "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\TaskManager.csproj": {}
- },
- "projects": {
- "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj",
- "projectName": "ILifeTimeService",
- "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj",
- "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\obj\\",
- "projectStyle": "PackageReference",
- "fallbackFolders": [
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
- ],
- "configFilePaths": [
- "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
- ],
- "originalTargetFrameworks": [
- "net8.0-windows"
- ],
- "sources": {
- "C:\\Program Files\\dotnet\\library-packs": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "net8.0-windows7.0": {
- "targetAlias": "net8.0-windows",
- "projectReferences": {}
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- },
- "restoreAuditProperties": {
- "enableAudit": "true",
- "auditLevel": "low",
- "auditMode": "direct"
- },
- "SdkAnalysisLevel": "9.0.300"
- },
- "frameworks": {
- "net8.0-windows7.0": {
- "targetAlias": "net8.0-windows",
- "dependencies": {
- "Autofac": {
- "target": "Package",
- "version": "[8.3.0, )"
- },
- "Hangfire.Core": {
- "target": "Package",
- "version": "[1.8.18, )"
- }
- },
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48",
- "net481"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "frameworkReferences": {
- "Microsoft.NETCore.App": {
- "privateAssets": "all"
- },
- "Microsoft.WindowsDesktop.App.WPF": {
- "privateAssets": "none"
- }
- },
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.300/PortableRuntimeIdentifierGraph.json"
- }
- }
- },
- "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj",
- "projectName": "Models",
- "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj",
- "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\obj\\",
- "projectStyle": "PackageReference",
- "fallbackFolders": [
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
- ],
- "configFilePaths": [
- "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
- ],
- "originalTargetFrameworks": [
- "net8.0-windows"
- ],
- "sources": {
- "C:\\Program Files\\dotnet\\library-packs": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "net8.0-windows7.0": {
- "targetAlias": "net8.0-windows",
- "projectReferences": {}
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- },
- "restoreAuditProperties": {
- "enableAudit": "true",
- "auditLevel": "low",
- "auditMode": "direct"
- },
- "SdkAnalysisLevel": "9.0.300"
- },
- "frameworks": {
- "net8.0-windows7.0": {
- "targetAlias": "net8.0-windows",
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48",
- "net481"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "frameworkReferences": {
- "Microsoft.NETCore.App": {
- "privateAssets": "all"
- },
- "Microsoft.WindowsDesktop.App.WPF": {
- "privateAssets": "none"
- }
- },
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.300/PortableRuntimeIdentifierGraph.json"
- }
- }
- },
- "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\TaskManager.csproj": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\TaskManager.csproj",
- "projectName": "TaskManager",
- "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\TaskManager.csproj",
- "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\obj\\",
- "projectStyle": "PackageReference",
- "fallbackFolders": [
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
- ],
- "configFilePaths": [
- "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
- ],
- "originalTargetFrameworks": [
- "net8.0-windows"
- ],
- "sources": {
- "C:\\Program Files\\dotnet\\library-packs": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "net8.0-windows7.0": {
- "targetAlias": "net8.0-windows",
- "projectReferences": {
- "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj": {
- "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj"
- },
- "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj": {
- "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj"
- }
- }
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- },
- "restoreAuditProperties": {
- "enableAudit": "true",
- "auditLevel": "low",
- "auditMode": "direct"
- },
- "SdkAnalysisLevel": "9.0.300"
- },
- "frameworks": {
- "net8.0-windows7.0": {
- "targetAlias": "net8.0-windows",
- "dependencies": {
- "Autofac": {
- "target": "Package",
- "version": "[8.3.0, )"
- },
- "Autofac.Extras.CommonServiceLocator": {
- "target": "Package",
- "version": "[6.1.0, )"
- },
- "Autofac.Mef": {
- "target": "Package",
- "version": "[7.0.0, )"
- },
- "Dapper": {
- "target": "Package",
- "version": "[2.1.66, )"
- },
- "Hangfire": {
- "target": "Package",
- "version": "[1.8.18, )"
- },
- "Microsoft.EntityFrameworkCore": {
- "target": "Package",
- "version": "[9.0.5, )"
- },
- "Microsoft.EntityFrameworkCore.SqlServer": {
- "target": "Package",
- "version": "[9.0.5, )"
- },
- "ModernWpfUI": {
- "target": "Package",
- "version": "[0.9.6, )"
- },
- "System.Data.SqlClient": {
- "target": "Package",
- "version": "[4.9.0, )"
- }
- },
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48",
- "net481"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "frameworkReferences": {
- "Microsoft.NETCore.App": {
- "privateAssets": "all"
- },
- "Microsoft.WindowsDesktop.App.WPF": {
- "privateAssets": "none"
- }
- },
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.300/PortableRuntimeIdentifierGraph.json"
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/WpfApp4/obj/TaskManager_kpyusa1g_wpftmp.csproj.nuget.g.props b/WpfApp4/obj/TaskManager_kpyusa1g_wpftmp.csproj.nuget.g.props
deleted file mode 100644
index 36cf047..0000000
--- a/WpfApp4/obj/TaskManager_kpyusa1g_wpftmp.csproj.nuget.g.props
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
- True
- NuGet
- $(MSBuildThisFileDirectory)project.assets.json
- $(UserProfile)\.nuget\packages\
- C:\Users\89237\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages
- PackageReference
- 6.14.0
-
-
-
-
-
-
-
-
-
- C:\Users\89237\.nuget\packages\hangfire.sqlserver\1.8.18
-
-
\ No newline at end of file
diff --git a/WpfApp4/obj/TaskManager_kpyusa1g_wpftmp.csproj.nuget.g.targets b/WpfApp4/obj/TaskManager_kpyusa1g_wpftmp.csproj.nuget.g.targets
deleted file mode 100644
index 3eb9a1b..0000000
--- a/WpfApp4/obj/TaskManager_kpyusa1g_wpftmp.csproj.nuget.g.targets
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/WpfApp4/obj/TaskManager_wdn3fb25_wpftmp.csproj.nuget.dgspec.json b/WpfApp4/obj/TaskManager_wdn3fb25_wpftmp.csproj.nuget.dgspec.json
deleted file mode 100644
index 3cb8d41..0000000
--- a/WpfApp4/obj/TaskManager_wdn3fb25_wpftmp.csproj.nuget.dgspec.json
+++ /dev/null
@@ -1,267 +0,0 @@
-{
- "format": 1,
- "restore": {
- "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\TaskManager.csproj": {}
- },
- "projects": {
- "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj",
- "projectName": "ILifeTimeService",
- "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj",
- "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\obj\\",
- "projectStyle": "PackageReference",
- "fallbackFolders": [
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
- ],
- "configFilePaths": [
- "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
- ],
- "originalTargetFrameworks": [
- "net8.0-windows"
- ],
- "sources": {
- "C:\\Program Files\\dotnet\\library-packs": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "net8.0-windows7.0": {
- "targetAlias": "net8.0-windows",
- "projectReferences": {}
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- },
- "restoreAuditProperties": {
- "enableAudit": "true",
- "auditLevel": "low",
- "auditMode": "direct"
- },
- "SdkAnalysisLevel": "9.0.300"
- },
- "frameworks": {
- "net8.0-windows7.0": {
- "targetAlias": "net8.0-windows",
- "dependencies": {
- "Autofac": {
- "target": "Package",
- "version": "[8.3.0, )"
- },
- "Hangfire.Core": {
- "target": "Package",
- "version": "[1.8.18, )"
- }
- },
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48",
- "net481"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "frameworkReferences": {
- "Microsoft.NETCore.App": {
- "privateAssets": "all"
- },
- "Microsoft.WindowsDesktop.App.WPF": {
- "privateAssets": "none"
- }
- },
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.300/PortableRuntimeIdentifierGraph.json"
- }
- }
- },
- "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj",
- "projectName": "Models",
- "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj",
- "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\obj\\",
- "projectStyle": "PackageReference",
- "fallbackFolders": [
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
- ],
- "configFilePaths": [
- "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
- ],
- "originalTargetFrameworks": [
- "net8.0-windows"
- ],
- "sources": {
- "C:\\Program Files\\dotnet\\library-packs": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "net8.0-windows7.0": {
- "targetAlias": "net8.0-windows",
- "projectReferences": {}
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- },
- "restoreAuditProperties": {
- "enableAudit": "true",
- "auditLevel": "low",
- "auditMode": "direct"
- },
- "SdkAnalysisLevel": "9.0.300"
- },
- "frameworks": {
- "net8.0-windows7.0": {
- "targetAlias": "net8.0-windows",
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48",
- "net481"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "frameworkReferences": {
- "Microsoft.NETCore.App": {
- "privateAssets": "all"
- },
- "Microsoft.WindowsDesktop.App.WPF": {
- "privateAssets": "none"
- }
- },
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.300/PortableRuntimeIdentifierGraph.json"
- }
- }
- },
- "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\TaskManager.csproj": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\TaskManager.csproj",
- "projectName": "TaskManager",
- "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\TaskManager.csproj",
- "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\obj\\",
- "projectStyle": "PackageReference",
- "fallbackFolders": [
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
- ],
- "configFilePaths": [
- "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
- ],
- "originalTargetFrameworks": [
- "net8.0-windows"
- ],
- "sources": {
- "C:\\Program Files\\dotnet\\library-packs": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "net8.0-windows7.0": {
- "targetAlias": "net8.0-windows",
- "projectReferences": {
- "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj": {
- "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj"
- },
- "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj": {
- "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj"
- }
- }
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- },
- "restoreAuditProperties": {
- "enableAudit": "true",
- "auditLevel": "low",
- "auditMode": "direct"
- },
- "SdkAnalysisLevel": "9.0.300"
- },
- "frameworks": {
- "net8.0-windows7.0": {
- "targetAlias": "net8.0-windows",
- "dependencies": {
- "Autofac": {
- "target": "Package",
- "version": "[8.3.0, )"
- },
- "Autofac.Extras.CommonServiceLocator": {
- "target": "Package",
- "version": "[6.1.0, )"
- },
- "Autofac.Mef": {
- "target": "Package",
- "version": "[7.0.0, )"
- },
- "Dapper": {
- "target": "Package",
- "version": "[2.1.66, )"
- },
- "Hangfire": {
- "target": "Package",
- "version": "[1.8.18, )"
- },
- "Microsoft.EntityFrameworkCore": {
- "target": "Package",
- "version": "[9.0.5, )"
- },
- "Microsoft.EntityFrameworkCore.SqlServer": {
- "target": "Package",
- "version": "[9.0.5, )"
- },
- "ModernWpfUI": {
- "target": "Package",
- "version": "[0.9.6, )"
- },
- "System.Data.SqlClient": {
- "target": "Package",
- "version": "[4.9.0, )"
- }
- },
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48",
- "net481"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "frameworkReferences": {
- "Microsoft.NETCore.App": {
- "privateAssets": "all"
- },
- "Microsoft.WindowsDesktop.App.WPF": {
- "privateAssets": "none"
- }
- },
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.300/PortableRuntimeIdentifierGraph.json"
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/WpfApp4/obj/TaskManager_wdn3fb25_wpftmp.csproj.nuget.g.props b/WpfApp4/obj/TaskManager_wdn3fb25_wpftmp.csproj.nuget.g.props
deleted file mode 100644
index 36cf047..0000000
--- a/WpfApp4/obj/TaskManager_wdn3fb25_wpftmp.csproj.nuget.g.props
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
- True
- NuGet
- $(MSBuildThisFileDirectory)project.assets.json
- $(UserProfile)\.nuget\packages\
- C:\Users\89237\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages
- PackageReference
- 6.14.0
-
-
-
-
-
-
-
-
-
- C:\Users\89237\.nuget\packages\hangfire.sqlserver\1.8.18
-
-
\ No newline at end of file
diff --git a/WpfApp4/obj/TaskManager_wdn3fb25_wpftmp.csproj.nuget.g.targets b/WpfApp4/obj/TaskManager_wdn3fb25_wpftmp.csproj.nuget.g.targets
deleted file mode 100644
index 3eb9a1b..0000000
--- a/WpfApp4/obj/TaskManager_wdn3fb25_wpftmp.csproj.nuget.g.targets
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/WpfApp4/obj/TaskManager_zdpchm4u_wpftmp.csproj.nuget.dgspec.json b/WpfApp4/obj/TaskManager_zdpchm4u_wpftmp.csproj.nuget.dgspec.json
deleted file mode 100644
index 3cb8d41..0000000
--- a/WpfApp4/obj/TaskManager_zdpchm4u_wpftmp.csproj.nuget.dgspec.json
+++ /dev/null
@@ -1,267 +0,0 @@
-{
- "format": 1,
- "restore": {
- "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\TaskManager.csproj": {}
- },
- "projects": {
- "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj",
- "projectName": "ILifeTimeService",
- "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj",
- "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\obj\\",
- "projectStyle": "PackageReference",
- "fallbackFolders": [
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
- ],
- "configFilePaths": [
- "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
- ],
- "originalTargetFrameworks": [
- "net8.0-windows"
- ],
- "sources": {
- "C:\\Program Files\\dotnet\\library-packs": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "net8.0-windows7.0": {
- "targetAlias": "net8.0-windows",
- "projectReferences": {}
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- },
- "restoreAuditProperties": {
- "enableAudit": "true",
- "auditLevel": "low",
- "auditMode": "direct"
- },
- "SdkAnalysisLevel": "9.0.300"
- },
- "frameworks": {
- "net8.0-windows7.0": {
- "targetAlias": "net8.0-windows",
- "dependencies": {
- "Autofac": {
- "target": "Package",
- "version": "[8.3.0, )"
- },
- "Hangfire.Core": {
- "target": "Package",
- "version": "[1.8.18, )"
- }
- },
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48",
- "net481"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "frameworkReferences": {
- "Microsoft.NETCore.App": {
- "privateAssets": "all"
- },
- "Microsoft.WindowsDesktop.App.WPF": {
- "privateAssets": "none"
- }
- },
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.300/PortableRuntimeIdentifierGraph.json"
- }
- }
- },
- "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj",
- "projectName": "Models",
- "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj",
- "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\obj\\",
- "projectStyle": "PackageReference",
- "fallbackFolders": [
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
- ],
- "configFilePaths": [
- "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
- ],
- "originalTargetFrameworks": [
- "net8.0-windows"
- ],
- "sources": {
- "C:\\Program Files\\dotnet\\library-packs": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "net8.0-windows7.0": {
- "targetAlias": "net8.0-windows",
- "projectReferences": {}
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- },
- "restoreAuditProperties": {
- "enableAudit": "true",
- "auditLevel": "low",
- "auditMode": "direct"
- },
- "SdkAnalysisLevel": "9.0.300"
- },
- "frameworks": {
- "net8.0-windows7.0": {
- "targetAlias": "net8.0-windows",
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48",
- "net481"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "frameworkReferences": {
- "Microsoft.NETCore.App": {
- "privateAssets": "all"
- },
- "Microsoft.WindowsDesktop.App.WPF": {
- "privateAssets": "none"
- }
- },
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.300/PortableRuntimeIdentifierGraph.json"
- }
- }
- },
- "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\TaskManager.csproj": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\TaskManager.csproj",
- "projectName": "TaskManager",
- "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\TaskManager.csproj",
- "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\obj\\",
- "projectStyle": "PackageReference",
- "fallbackFolders": [
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
- ],
- "configFilePaths": [
- "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
- ],
- "originalTargetFrameworks": [
- "net8.0-windows"
- ],
- "sources": {
- "C:\\Program Files\\dotnet\\library-packs": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "net8.0-windows7.0": {
- "targetAlias": "net8.0-windows",
- "projectReferences": {
- "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj": {
- "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj"
- },
- "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj": {
- "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj"
- }
- }
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- },
- "restoreAuditProperties": {
- "enableAudit": "true",
- "auditLevel": "low",
- "auditMode": "direct"
- },
- "SdkAnalysisLevel": "9.0.300"
- },
- "frameworks": {
- "net8.0-windows7.0": {
- "targetAlias": "net8.0-windows",
- "dependencies": {
- "Autofac": {
- "target": "Package",
- "version": "[8.3.0, )"
- },
- "Autofac.Extras.CommonServiceLocator": {
- "target": "Package",
- "version": "[6.1.0, )"
- },
- "Autofac.Mef": {
- "target": "Package",
- "version": "[7.0.0, )"
- },
- "Dapper": {
- "target": "Package",
- "version": "[2.1.66, )"
- },
- "Hangfire": {
- "target": "Package",
- "version": "[1.8.18, )"
- },
- "Microsoft.EntityFrameworkCore": {
- "target": "Package",
- "version": "[9.0.5, )"
- },
- "Microsoft.EntityFrameworkCore.SqlServer": {
- "target": "Package",
- "version": "[9.0.5, )"
- },
- "ModernWpfUI": {
- "target": "Package",
- "version": "[0.9.6, )"
- },
- "System.Data.SqlClient": {
- "target": "Package",
- "version": "[4.9.0, )"
- }
- },
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48",
- "net481"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "frameworkReferences": {
- "Microsoft.NETCore.App": {
- "privateAssets": "all"
- },
- "Microsoft.WindowsDesktop.App.WPF": {
- "privateAssets": "none"
- }
- },
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.300/PortableRuntimeIdentifierGraph.json"
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/WpfApp4/obj/TaskManager_zdpchm4u_wpftmp.csproj.nuget.g.props b/WpfApp4/obj/TaskManager_zdpchm4u_wpftmp.csproj.nuget.g.props
deleted file mode 100644
index 36cf047..0000000
--- a/WpfApp4/obj/TaskManager_zdpchm4u_wpftmp.csproj.nuget.g.props
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
- True
- NuGet
- $(MSBuildThisFileDirectory)project.assets.json
- $(UserProfile)\.nuget\packages\
- C:\Users\89237\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages
- PackageReference
- 6.14.0
-
-
-
-
-
-
-
-
-
- C:\Users\89237\.nuget\packages\hangfire.sqlserver\1.8.18
-
-
\ No newline at end of file
diff --git a/WpfApp4/obj/TaskManager_zdpchm4u_wpftmp.csproj.nuget.g.targets b/WpfApp4/obj/TaskManager_zdpchm4u_wpftmp.csproj.nuget.g.targets
deleted file mode 100644
index 3eb9a1b..0000000
--- a/WpfApp4/obj/TaskManager_zdpchm4u_wpftmp.csproj.nuget.g.targets
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/WpfApp4/obj/WpfApp4.csproj.nuget.dgspec.json b/WpfApp4/obj/WpfApp4.csproj.nuget.dgspec.json
deleted file mode 100644
index 7f82718..0000000
--- a/WpfApp4/obj/WpfApp4.csproj.nuget.dgspec.json
+++ /dev/null
@@ -1,267 +0,0 @@
-{
- "format": 1,
- "restore": {
- "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\WpfApp4.csproj": {}
- },
- "projects": {
- "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj",
- "projectName": "ILifeTimeService",
- "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj",
- "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\obj\\",
- "projectStyle": "PackageReference",
- "fallbackFolders": [
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
- ],
- "configFilePaths": [
- "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
- ],
- "originalTargetFrameworks": [
- "net8.0-windows"
- ],
- "sources": {
- "C:\\Program Files\\dotnet\\library-packs": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "net8.0-windows7.0": {
- "targetAlias": "net8.0-windows",
- "projectReferences": {}
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- },
- "restoreAuditProperties": {
- "enableAudit": "true",
- "auditLevel": "low",
- "auditMode": "direct"
- },
- "SdkAnalysisLevel": "9.0.300"
- },
- "frameworks": {
- "net8.0-windows7.0": {
- "targetAlias": "net8.0-windows",
- "dependencies": {
- "Autofac": {
- "target": "Package",
- "version": "[8.3.0, )"
- },
- "Hangfire.Core": {
- "target": "Package",
- "version": "[1.8.18, )"
- }
- },
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48",
- "net481"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "frameworkReferences": {
- "Microsoft.NETCore.App": {
- "privateAssets": "all"
- },
- "Microsoft.WindowsDesktop.App.WPF": {
- "privateAssets": "none"
- }
- },
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.300/PortableRuntimeIdentifierGraph.json"
- }
- }
- },
- "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj",
- "projectName": "Models",
- "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj",
- "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\obj\\",
- "projectStyle": "PackageReference",
- "fallbackFolders": [
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
- ],
- "configFilePaths": [
- "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
- ],
- "originalTargetFrameworks": [
- "net8.0-windows"
- ],
- "sources": {
- "C:\\Program Files\\dotnet\\library-packs": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "net8.0-windows7.0": {
- "targetAlias": "net8.0-windows",
- "projectReferences": {}
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- },
- "restoreAuditProperties": {
- "enableAudit": "true",
- "auditLevel": "low",
- "auditMode": "direct"
- },
- "SdkAnalysisLevel": "9.0.300"
- },
- "frameworks": {
- "net8.0-windows7.0": {
- "targetAlias": "net8.0-windows",
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48",
- "net481"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "frameworkReferences": {
- "Microsoft.NETCore.App": {
- "privateAssets": "all"
- },
- "Microsoft.WindowsDesktop.App.WPF": {
- "privateAssets": "none"
- }
- },
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.300/PortableRuntimeIdentifierGraph.json"
- }
- }
- },
- "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\WpfApp4.csproj": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\WpfApp4.csproj",
- "projectName": "WpfApp4",
- "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\WpfApp4.csproj",
- "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\obj\\",
- "projectStyle": "PackageReference",
- "fallbackFolders": [
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
- ],
- "configFilePaths": [
- "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
- ],
- "originalTargetFrameworks": [
- "net8.0-windows"
- ],
- "sources": {
- "C:\\Program Files\\dotnet\\library-packs": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "net8.0-windows7.0": {
- "targetAlias": "net8.0-windows",
- "projectReferences": {
- "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj": {
- "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj"
- },
- "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj": {
- "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj"
- }
- }
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- },
- "restoreAuditProperties": {
- "enableAudit": "true",
- "auditLevel": "low",
- "auditMode": "direct"
- },
- "SdkAnalysisLevel": "9.0.300"
- },
- "frameworks": {
- "net8.0-windows7.0": {
- "targetAlias": "net8.0-windows",
- "dependencies": {
- "Autofac": {
- "target": "Package",
- "version": "[8.3.0, )"
- },
- "Autofac.Extras.CommonServiceLocator": {
- "target": "Package",
- "version": "[6.1.0, )"
- },
- "Autofac.Mef": {
- "target": "Package",
- "version": "[7.0.0, )"
- },
- "Dapper": {
- "target": "Package",
- "version": "[2.1.66, )"
- },
- "Hangfire": {
- "target": "Package",
- "version": "[1.8.18, )"
- },
- "Microsoft.EntityFrameworkCore": {
- "target": "Package",
- "version": "[9.0.5, )"
- },
- "Microsoft.EntityFrameworkCore.SqlServer": {
- "target": "Package",
- "version": "[9.0.5, )"
- },
- "ModernWpfUI": {
- "target": "Package",
- "version": "[0.9.6, )"
- },
- "System.Data.SqlClient": {
- "target": "Package",
- "version": "[4.9.0, )"
- }
- },
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48",
- "net481"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "frameworkReferences": {
- "Microsoft.NETCore.App": {
- "privateAssets": "all"
- },
- "Microsoft.WindowsDesktop.App.WPF": {
- "privateAssets": "none"
- }
- },
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.300/PortableRuntimeIdentifierGraph.json"
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/WpfApp4/obj/WpfApp4.csproj.nuget.g.props b/WpfApp4/obj/WpfApp4.csproj.nuget.g.props
deleted file mode 100644
index 36cf047..0000000
--- a/WpfApp4/obj/WpfApp4.csproj.nuget.g.props
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
- True
- NuGet
- $(MSBuildThisFileDirectory)project.assets.json
- $(UserProfile)\.nuget\packages\
- C:\Users\89237\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages
- PackageReference
- 6.14.0
-
-
-
-
-
-
-
-
-
- C:\Users\89237\.nuget\packages\hangfire.sqlserver\1.8.18
-
-
\ No newline at end of file
diff --git a/WpfApp4/obj/WpfApp4.csproj.nuget.g.targets b/WpfApp4/obj/WpfApp4.csproj.nuget.g.targets
deleted file mode 100644
index 3eb9a1b..0000000
--- a/WpfApp4/obj/WpfApp4.csproj.nuget.g.targets
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/WpfApp4/obj/WpfApp4_0oifkr5q_wpftmp.csproj.nuget.dgspec.json b/WpfApp4/obj/WpfApp4_0oifkr5q_wpftmp.csproj.nuget.dgspec.json
deleted file mode 100644
index acaadea..0000000
--- a/WpfApp4/obj/WpfApp4_0oifkr5q_wpftmp.csproj.nuget.dgspec.json
+++ /dev/null
@@ -1,264 +0,0 @@
-{
- "format": 1,
- "restore": {
- "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\WpfApp4.csproj": {}
- },
- "projects": {
- "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj",
- "projectName": "ILifeTimeService",
- "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj",
- "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\obj\\",
- "projectStyle": "PackageReference",
- "fallbackFolders": [
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
- ],
- "configFilePaths": [
- "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
- ],
- "originalTargetFrameworks": [
- "net8.0-windows"
- ],
- "sources": {
- "C:\\Program Files\\dotnet\\library-packs": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "net8.0-windows7.0": {
- "targetAlias": "net8.0-windows",
- "projectReferences": {}
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- },
- "restoreAuditProperties": {
- "enableAudit": "true",
- "auditLevel": "low",
- "auditMode": "direct"
- }
- },
- "frameworks": {
- "net8.0-windows7.0": {
- "targetAlias": "net8.0-windows",
- "dependencies": {
- "Autofac": {
- "target": "Package",
- "version": "[8.3.0, )"
- },
- "Hangfire.Core": {
- "target": "Package",
- "version": "[1.8.18, )"
- }
- },
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48",
- "net481"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "frameworkReferences": {
- "Microsoft.NETCore.App": {
- "privateAssets": "all"
- },
- "Microsoft.WindowsDesktop.App.WPF": {
- "privateAssets": "none"
- }
- },
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.400/PortableRuntimeIdentifierGraph.json"
- }
- }
- },
- "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj",
- "projectName": "Models",
- "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj",
- "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\obj\\",
- "projectStyle": "PackageReference",
- "fallbackFolders": [
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
- ],
- "configFilePaths": [
- "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
- ],
- "originalTargetFrameworks": [
- "net8.0-windows"
- ],
- "sources": {
- "C:\\Program Files\\dotnet\\library-packs": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "net8.0-windows7.0": {
- "targetAlias": "net8.0-windows",
- "projectReferences": {}
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- },
- "restoreAuditProperties": {
- "enableAudit": "true",
- "auditLevel": "low",
- "auditMode": "direct"
- }
- },
- "frameworks": {
- "net8.0-windows7.0": {
- "targetAlias": "net8.0-windows",
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48",
- "net481"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "frameworkReferences": {
- "Microsoft.NETCore.App": {
- "privateAssets": "all"
- },
- "Microsoft.WindowsDesktop.App.WPF": {
- "privateAssets": "none"
- }
- },
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.400/PortableRuntimeIdentifierGraph.json"
- }
- }
- },
- "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\WpfApp4.csproj": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\WpfApp4.csproj",
- "projectName": "WpfApp4",
- "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\WpfApp4.csproj",
- "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\obj\\",
- "projectStyle": "PackageReference",
- "fallbackFolders": [
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
- ],
- "configFilePaths": [
- "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
- ],
- "originalTargetFrameworks": [
- "net8.0-windows"
- ],
- "sources": {
- "C:\\Program Files\\dotnet\\library-packs": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "net8.0-windows7.0": {
- "targetAlias": "net8.0-windows",
- "projectReferences": {
- "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj": {
- "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj"
- },
- "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj": {
- "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj"
- }
- }
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- },
- "restoreAuditProperties": {
- "enableAudit": "true",
- "auditLevel": "low",
- "auditMode": "direct"
- }
- },
- "frameworks": {
- "net8.0-windows7.0": {
- "targetAlias": "net8.0-windows",
- "dependencies": {
- "Autofac": {
- "target": "Package",
- "version": "[8.3.0, )"
- },
- "Autofac.Extras.CommonServiceLocator": {
- "target": "Package",
- "version": "[6.1.0, )"
- },
- "Autofac.Mef": {
- "target": "Package",
- "version": "[7.0.0, )"
- },
- "Dapper": {
- "target": "Package",
- "version": "[2.1.66, )"
- },
- "Hangfire": {
- "target": "Package",
- "version": "[1.8.18, )"
- },
- "Microsoft.EntityFrameworkCore": {
- "target": "Package",
- "version": "[9.0.5, )"
- },
- "Microsoft.EntityFrameworkCore.SqlServer": {
- "target": "Package",
- "version": "[9.0.5, )"
- },
- "ModernWpfUI": {
- "target": "Package",
- "version": "[0.9.6, )"
- },
- "System.Data.SqlClient": {
- "target": "Package",
- "version": "[4.9.0, )"
- }
- },
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48",
- "net481"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "frameworkReferences": {
- "Microsoft.NETCore.App": {
- "privateAssets": "all"
- },
- "Microsoft.WindowsDesktop.App.WPF": {
- "privateAssets": "none"
- }
- },
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.400/PortableRuntimeIdentifierGraph.json"
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/WpfApp4/obj/WpfApp4_0oifkr5q_wpftmp.csproj.nuget.g.props b/WpfApp4/obj/WpfApp4_0oifkr5q_wpftmp.csproj.nuget.g.props
deleted file mode 100644
index c113755..0000000
--- a/WpfApp4/obj/WpfApp4_0oifkr5q_wpftmp.csproj.nuget.g.props
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
- True
- NuGet
- $(MSBuildThisFileDirectory)project.assets.json
- $(UserProfile)\.nuget\packages\
- C:\Users\89237\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages
- PackageReference
- 6.11.0
-
-
-
-
-
-
-
-
-
- C:\Users\89237\.nuget\packages\hangfire.sqlserver\1.8.18
-
-
\ No newline at end of file
diff --git a/WpfApp4/obj/WpfApp4_0oifkr5q_wpftmp.csproj.nuget.g.targets b/WpfApp4/obj/WpfApp4_0oifkr5q_wpftmp.csproj.nuget.g.targets
deleted file mode 100644
index 3eb9a1b..0000000
--- a/WpfApp4/obj/WpfApp4_0oifkr5q_wpftmp.csproj.nuget.g.targets
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/WpfApp4/obj/WpfApp4_mymihteu_wpftmp.csproj.nuget.dgspec.json b/WpfApp4/obj/WpfApp4_mymihteu_wpftmp.csproj.nuget.dgspec.json
deleted file mode 100644
index acaadea..0000000
--- a/WpfApp4/obj/WpfApp4_mymihteu_wpftmp.csproj.nuget.dgspec.json
+++ /dev/null
@@ -1,264 +0,0 @@
-{
- "format": 1,
- "restore": {
- "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\WpfApp4.csproj": {}
- },
- "projects": {
- "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj",
- "projectName": "ILifeTimeService",
- "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj",
- "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\obj\\",
- "projectStyle": "PackageReference",
- "fallbackFolders": [
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
- ],
- "configFilePaths": [
- "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
- ],
- "originalTargetFrameworks": [
- "net8.0-windows"
- ],
- "sources": {
- "C:\\Program Files\\dotnet\\library-packs": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "net8.0-windows7.0": {
- "targetAlias": "net8.0-windows",
- "projectReferences": {}
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- },
- "restoreAuditProperties": {
- "enableAudit": "true",
- "auditLevel": "low",
- "auditMode": "direct"
- }
- },
- "frameworks": {
- "net8.0-windows7.0": {
- "targetAlias": "net8.0-windows",
- "dependencies": {
- "Autofac": {
- "target": "Package",
- "version": "[8.3.0, )"
- },
- "Hangfire.Core": {
- "target": "Package",
- "version": "[1.8.18, )"
- }
- },
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48",
- "net481"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "frameworkReferences": {
- "Microsoft.NETCore.App": {
- "privateAssets": "all"
- },
- "Microsoft.WindowsDesktop.App.WPF": {
- "privateAssets": "none"
- }
- },
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.400/PortableRuntimeIdentifierGraph.json"
- }
- }
- },
- "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj",
- "projectName": "Models",
- "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj",
- "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\obj\\",
- "projectStyle": "PackageReference",
- "fallbackFolders": [
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
- ],
- "configFilePaths": [
- "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
- ],
- "originalTargetFrameworks": [
- "net8.0-windows"
- ],
- "sources": {
- "C:\\Program Files\\dotnet\\library-packs": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "net8.0-windows7.0": {
- "targetAlias": "net8.0-windows",
- "projectReferences": {}
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- },
- "restoreAuditProperties": {
- "enableAudit": "true",
- "auditLevel": "low",
- "auditMode": "direct"
- }
- },
- "frameworks": {
- "net8.0-windows7.0": {
- "targetAlias": "net8.0-windows",
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48",
- "net481"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "frameworkReferences": {
- "Microsoft.NETCore.App": {
- "privateAssets": "all"
- },
- "Microsoft.WindowsDesktop.App.WPF": {
- "privateAssets": "none"
- }
- },
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.400/PortableRuntimeIdentifierGraph.json"
- }
- }
- },
- "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\WpfApp4.csproj": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\WpfApp4.csproj",
- "projectName": "WpfApp4",
- "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\WpfApp4.csproj",
- "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\obj\\",
- "projectStyle": "PackageReference",
- "fallbackFolders": [
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
- ],
- "configFilePaths": [
- "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
- ],
- "originalTargetFrameworks": [
- "net8.0-windows"
- ],
- "sources": {
- "C:\\Program Files\\dotnet\\library-packs": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "net8.0-windows7.0": {
- "targetAlias": "net8.0-windows",
- "projectReferences": {
- "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj": {
- "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj"
- },
- "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj": {
- "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\Models\\Models.csproj"
- }
- }
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- },
- "restoreAuditProperties": {
- "enableAudit": "true",
- "auditLevel": "low",
- "auditMode": "direct"
- }
- },
- "frameworks": {
- "net8.0-windows7.0": {
- "targetAlias": "net8.0-windows",
- "dependencies": {
- "Autofac": {
- "target": "Package",
- "version": "[8.3.0, )"
- },
- "Autofac.Extras.CommonServiceLocator": {
- "target": "Package",
- "version": "[6.1.0, )"
- },
- "Autofac.Mef": {
- "target": "Package",
- "version": "[7.0.0, )"
- },
- "Dapper": {
- "target": "Package",
- "version": "[2.1.66, )"
- },
- "Hangfire": {
- "target": "Package",
- "version": "[1.8.18, )"
- },
- "Microsoft.EntityFrameworkCore": {
- "target": "Package",
- "version": "[9.0.5, )"
- },
- "Microsoft.EntityFrameworkCore.SqlServer": {
- "target": "Package",
- "version": "[9.0.5, )"
- },
- "ModernWpfUI": {
- "target": "Package",
- "version": "[0.9.6, )"
- },
- "System.Data.SqlClient": {
- "target": "Package",
- "version": "[4.9.0, )"
- }
- },
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48",
- "net481"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "frameworkReferences": {
- "Microsoft.NETCore.App": {
- "privateAssets": "all"
- },
- "Microsoft.WindowsDesktop.App.WPF": {
- "privateAssets": "none"
- }
- },
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.400/PortableRuntimeIdentifierGraph.json"
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/WpfApp4/obj/WpfApp4_mymihteu_wpftmp.csproj.nuget.g.props b/WpfApp4/obj/WpfApp4_mymihteu_wpftmp.csproj.nuget.g.props
deleted file mode 100644
index c113755..0000000
--- a/WpfApp4/obj/WpfApp4_mymihteu_wpftmp.csproj.nuget.g.props
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
- True
- NuGet
- $(MSBuildThisFileDirectory)project.assets.json
- $(UserProfile)\.nuget\packages\
- C:\Users\89237\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages
- PackageReference
- 6.11.0
-
-
-
-
-
-
-
-
-
- C:\Users\89237\.nuget\packages\hangfire.sqlserver\1.8.18
-
-
\ No newline at end of file
diff --git a/WpfApp4/obj/WpfApp4_mymihteu_wpftmp.csproj.nuget.g.targets b/WpfApp4/obj/WpfApp4_mymihteu_wpftmp.csproj.nuget.g.targets
deleted file mode 100644
index 3eb9a1b..0000000
--- a/WpfApp4/obj/WpfApp4_mymihteu_wpftmp.csproj.nuget.g.targets
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/WpfApp4/obj/WpfApp4_u3dmap32_wpftmp.csproj.nuget.dgspec.json b/WpfApp4/obj/WpfApp4_u3dmap32_wpftmp.csproj.nuget.dgspec.json
deleted file mode 100644
index 8e13813..0000000
--- a/WpfApp4/obj/WpfApp4_u3dmap32_wpftmp.csproj.nuget.dgspec.json
+++ /dev/null
@@ -1,178 +0,0 @@
-{
- "format": 1,
- "restore": {
- "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\WpfApp4.csproj": {}
- },
- "projects": {
- "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj",
- "projectName": "ILifeTimeService",
- "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj",
- "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\obj\\",
- "projectStyle": "PackageReference",
- "fallbackFolders": [
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
- ],
- "configFilePaths": [
- "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
- ],
- "originalTargetFrameworks": [
- "net8.0-windows"
- ],
- "sources": {
- "C:\\Program Files\\dotnet\\library-packs": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "net8.0-windows7.0": {
- "targetAlias": "net8.0-windows",
- "projectReferences": {}
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- },
- "restoreAuditProperties": {
- "enableAudit": "true",
- "auditLevel": "low",
- "auditMode": "direct"
- }
- },
- "frameworks": {
- "net8.0-windows7.0": {
- "targetAlias": "net8.0-windows",
- "dependencies": {
- "Autofac": {
- "target": "Package",
- "version": "[8.3.0, )"
- },
- "Hangfire.Core": {
- "target": "Package",
- "version": "[1.8.18, )"
- }
- },
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48",
- "net481"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "frameworkReferences": {
- "Microsoft.NETCore.App": {
- "privateAssets": "all"
- },
- "Microsoft.WindowsDesktop.App.WPF": {
- "privateAssets": "none"
- }
- },
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.400/PortableRuntimeIdentifierGraph.json"
- }
- }
- },
- "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\WpfApp4.csproj": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\WpfApp4.csproj",
- "projectName": "WpfApp4",
- "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\WpfApp4.csproj",
- "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\obj\\",
- "projectStyle": "PackageReference",
- "fallbackFolders": [
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
- ],
- "configFilePaths": [
- "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
- ],
- "originalTargetFrameworks": [
- "net8.0-windows"
- ],
- "sources": {
- "C:\\Program Files\\dotnet\\library-packs": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "net8.0-windows7.0": {
- "targetAlias": "net8.0-windows",
- "projectReferences": {
- "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj": {
- "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj"
- }
- }
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- },
- "restoreAuditProperties": {
- "enableAudit": "true",
- "auditLevel": "low",
- "auditMode": "direct"
- }
- },
- "frameworks": {
- "net8.0-windows7.0": {
- "targetAlias": "net8.0-windows",
- "dependencies": {
- "Autofac": {
- "target": "Package",
- "version": "[8.3.0, )"
- },
- "Autofac.Extras.CommonServiceLocator": {
- "target": "Package",
- "version": "[6.1.0, )"
- },
- "Autofac.Mef": {
- "target": "Package",
- "version": "[7.0.0, )"
- },
- "Hangfire": {
- "target": "Package",
- "version": "[1.8.18, )"
- },
- "System.Data.SqlClient": {
- "target": "Package",
- "version": "[4.9.0, )"
- }
- },
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48",
- "net481"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "frameworkReferences": {
- "Microsoft.NETCore.App": {
- "privateAssets": "all"
- },
- "Microsoft.WindowsDesktop.App.WPF": {
- "privateAssets": "none"
- }
- },
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.400/PortableRuntimeIdentifierGraph.json"
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/WpfApp4/obj/WpfApp4_u3dmap32_wpftmp.csproj.nuget.g.props b/WpfApp4/obj/WpfApp4_u3dmap32_wpftmp.csproj.nuget.g.props
deleted file mode 100644
index 6c34b67..0000000
--- a/WpfApp4/obj/WpfApp4_u3dmap32_wpftmp.csproj.nuget.g.props
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
- True
- NuGet
- $(MSBuildThisFileDirectory)project.assets.json
- $(UserProfile)\.nuget\packages\
- C:\Users\89237\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages
- PackageReference
- 6.11.0
-
-
-
-
-
-
- C:\Users\89237\.nuget\packages\hangfire.sqlserver\1.8.18
-
-
\ No newline at end of file
diff --git a/WpfApp4/obj/WpfApp4_u3dmap32_wpftmp.csproj.nuget.g.targets b/WpfApp4/obj/WpfApp4_u3dmap32_wpftmp.csproj.nuget.g.targets
deleted file mode 100644
index 3dc06ef..0000000
--- a/WpfApp4/obj/WpfApp4_u3dmap32_wpftmp.csproj.nuget.g.targets
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/WpfApp4/obj/WpfApp4_uyhdundi_wpftmp.csproj.nuget.dgspec.json b/WpfApp4/obj/WpfApp4_uyhdundi_wpftmp.csproj.nuget.dgspec.json
deleted file mode 100644
index e863343..0000000
--- a/WpfApp4/obj/WpfApp4_uyhdundi_wpftmp.csproj.nuget.dgspec.json
+++ /dev/null
@@ -1,182 +0,0 @@
-{
- "format": 1,
- "restore": {
- "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\WpfApp4.csproj": {}
- },
- "projects": {
- "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj",
- "projectName": "ILifeTimeService",
- "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj",
- "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\obj\\",
- "projectStyle": "PackageReference",
- "fallbackFolders": [
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
- ],
- "configFilePaths": [
- "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
- ],
- "originalTargetFrameworks": [
- "net8.0-windows"
- ],
- "sources": {
- "C:\\Program Files\\dotnet\\library-packs": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "net8.0-windows7.0": {
- "targetAlias": "net8.0-windows",
- "projectReferences": {}
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- },
- "restoreAuditProperties": {
- "enableAudit": "true",
- "auditLevel": "low",
- "auditMode": "direct"
- }
- },
- "frameworks": {
- "net8.0-windows7.0": {
- "targetAlias": "net8.0-windows",
- "dependencies": {
- "Autofac": {
- "target": "Package",
- "version": "[8.3.0, )"
- },
- "Hangfire.Core": {
- "target": "Package",
- "version": "[1.8.18, )"
- }
- },
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48",
- "net481"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "frameworkReferences": {
- "Microsoft.NETCore.App": {
- "privateAssets": "all"
- },
- "Microsoft.WindowsDesktop.App.WPF": {
- "privateAssets": "none"
- }
- },
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.400/PortableRuntimeIdentifierGraph.json"
- }
- }
- },
- "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\WpfApp4.csproj": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\WpfApp4.csproj",
- "projectName": "WpfApp4",
- "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\WpfApp4.csproj",
- "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\obj\\",
- "projectStyle": "PackageReference",
- "fallbackFolders": [
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
- ],
- "configFilePaths": [
- "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
- ],
- "originalTargetFrameworks": [
- "net8.0-windows"
- ],
- "sources": {
- "C:\\Program Files\\dotnet\\library-packs": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "net8.0-windows7.0": {
- "targetAlias": "net8.0-windows",
- "projectReferences": {
- "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj": {
- "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj"
- }
- }
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- },
- "restoreAuditProperties": {
- "enableAudit": "true",
- "auditLevel": "low",
- "auditMode": "direct"
- }
- },
- "frameworks": {
- "net8.0-windows7.0": {
- "targetAlias": "net8.0-windows",
- "dependencies": {
- "Autofac": {
- "target": "Package",
- "version": "[8.3.0, )"
- },
- "Autofac.Extras.CommonServiceLocator": {
- "target": "Package",
- "version": "[6.1.0, )"
- },
- "Autofac.Mef": {
- "target": "Package",
- "version": "[7.0.0, )"
- },
- "Hangfire": {
- "target": "Package",
- "version": "[1.8.18, )"
- },
- "ModernWpfUI": {
- "target": "Package",
- "version": "[0.9.6, )"
- },
- "System.Data.SqlClient": {
- "target": "Package",
- "version": "[4.9.0, )"
- }
- },
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48",
- "net481"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "frameworkReferences": {
- "Microsoft.NETCore.App": {
- "privateAssets": "all"
- },
- "Microsoft.WindowsDesktop.App.WPF": {
- "privateAssets": "none"
- }
- },
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.400/PortableRuntimeIdentifierGraph.json"
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/WpfApp4/obj/WpfApp4_uyhdundi_wpftmp.csproj.nuget.g.props b/WpfApp4/obj/WpfApp4_uyhdundi_wpftmp.csproj.nuget.g.props
deleted file mode 100644
index 6c34b67..0000000
--- a/WpfApp4/obj/WpfApp4_uyhdundi_wpftmp.csproj.nuget.g.props
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
- True
- NuGet
- $(MSBuildThisFileDirectory)project.assets.json
- $(UserProfile)\.nuget\packages\
- C:\Users\89237\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages
- PackageReference
- 6.11.0
-
-
-
-
-
-
- C:\Users\89237\.nuget\packages\hangfire.sqlserver\1.8.18
-
-
\ No newline at end of file
diff --git a/WpfApp4/obj/WpfApp4_uyhdundi_wpftmp.csproj.nuget.g.targets b/WpfApp4/obj/WpfApp4_uyhdundi_wpftmp.csproj.nuget.g.targets
deleted file mode 100644
index 3dc06ef..0000000
--- a/WpfApp4/obj/WpfApp4_uyhdundi_wpftmp.csproj.nuget.g.targets
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/WpfApp4/obj/WpfApp4_yatwabta_wpftmp.csproj.nuget.dgspec.json b/WpfApp4/obj/WpfApp4_yatwabta_wpftmp.csproj.nuget.dgspec.json
deleted file mode 100644
index 8e13813..0000000
--- a/WpfApp4/obj/WpfApp4_yatwabta_wpftmp.csproj.nuget.dgspec.json
+++ /dev/null
@@ -1,178 +0,0 @@
-{
- "format": 1,
- "restore": {
- "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\WpfApp4.csproj": {}
- },
- "projects": {
- "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj",
- "projectName": "ILifeTimeService",
- "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj",
- "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\obj\\",
- "projectStyle": "PackageReference",
- "fallbackFolders": [
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
- ],
- "configFilePaths": [
- "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
- ],
- "originalTargetFrameworks": [
- "net8.0-windows"
- ],
- "sources": {
- "C:\\Program Files\\dotnet\\library-packs": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "net8.0-windows7.0": {
- "targetAlias": "net8.0-windows",
- "projectReferences": {}
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- },
- "restoreAuditProperties": {
- "enableAudit": "true",
- "auditLevel": "low",
- "auditMode": "direct"
- }
- },
- "frameworks": {
- "net8.0-windows7.0": {
- "targetAlias": "net8.0-windows",
- "dependencies": {
- "Autofac": {
- "target": "Package",
- "version": "[8.3.0, )"
- },
- "Hangfire.Core": {
- "target": "Package",
- "version": "[1.8.18, )"
- }
- },
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48",
- "net481"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "frameworkReferences": {
- "Microsoft.NETCore.App": {
- "privateAssets": "all"
- },
- "Microsoft.WindowsDesktop.App.WPF": {
- "privateAssets": "none"
- }
- },
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.400/PortableRuntimeIdentifierGraph.json"
- }
- }
- },
- "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\WpfApp4.csproj": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\WpfApp4.csproj",
- "projectName": "WpfApp4",
- "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\WpfApp4.csproj",
- "packagesPath": "C:\\Users\\89237\\.nuget\\packages\\",
- "outputPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\WpfApp4\\obj\\",
- "projectStyle": "PackageReference",
- "fallbackFolders": [
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
- ],
- "configFilePaths": [
- "C:\\Users\\89237\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
- ],
- "originalTargetFrameworks": [
- "net8.0-windows"
- ],
- "sources": {
- "C:\\Program Files\\dotnet\\library-packs": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "net8.0-windows7.0": {
- "targetAlias": "net8.0-windows",
- "projectReferences": {
- "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj": {
- "projectPath": "C:\\Users\\89237\\source\\repos\\WpfApp4\\ILifeTimeService\\ILifeTimeService.csproj"
- }
- }
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- },
- "restoreAuditProperties": {
- "enableAudit": "true",
- "auditLevel": "low",
- "auditMode": "direct"
- }
- },
- "frameworks": {
- "net8.0-windows7.0": {
- "targetAlias": "net8.0-windows",
- "dependencies": {
- "Autofac": {
- "target": "Package",
- "version": "[8.3.0, )"
- },
- "Autofac.Extras.CommonServiceLocator": {
- "target": "Package",
- "version": "[6.1.0, )"
- },
- "Autofac.Mef": {
- "target": "Package",
- "version": "[7.0.0, )"
- },
- "Hangfire": {
- "target": "Package",
- "version": "[1.8.18, )"
- },
- "System.Data.SqlClient": {
- "target": "Package",
- "version": "[4.9.0, )"
- }
- },
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48",
- "net481"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "frameworkReferences": {
- "Microsoft.NETCore.App": {
- "privateAssets": "all"
- },
- "Microsoft.WindowsDesktop.App.WPF": {
- "privateAssets": "none"
- }
- },
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.400/PortableRuntimeIdentifierGraph.json"
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/WpfApp4/obj/WpfApp4_yatwabta_wpftmp.csproj.nuget.g.props b/WpfApp4/obj/WpfApp4_yatwabta_wpftmp.csproj.nuget.g.props
deleted file mode 100644
index 6c34b67..0000000
--- a/WpfApp4/obj/WpfApp4_yatwabta_wpftmp.csproj.nuget.g.props
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
- True
- NuGet
- $(MSBuildThisFileDirectory)project.assets.json
- $(UserProfile)\.nuget\packages\
- C:\Users\89237\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages
- PackageReference
- 6.11.0
-
-
-
-
-
-
- C:\Users\89237\.nuget\packages\hangfire.sqlserver\1.8.18
-
-
\ No newline at end of file
diff --git a/WpfApp4/obj/WpfApp4_yatwabta_wpftmp.csproj.nuget.g.targets b/WpfApp4/obj/WpfApp4_yatwabta_wpftmp.csproj.nuget.g.targets
deleted file mode 100644
index 3dc06ef..0000000
--- a/WpfApp4/obj/WpfApp4_yatwabta_wpftmp.csproj.nuget.g.targets
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/WpfApp4/obj/project.assets.json b/WpfApp4/obj/project.assets.json
deleted file mode 100644
index 5195f05..0000000
--- a/WpfApp4/obj/project.assets.json
+++ /dev/null
@@ -1,114 +0,0 @@
-{
- "version": 3,
- "targets": {
- "net8.0-windows7.0": {
- "ILifeTimeService/1.0.0": {
- "type": "project",
- "framework": ".NETCoreApp,Version=v8.0",
- "compile": {
- "bin/placeholder/ILifeTimeService.dll": {}
- },
- "runtime": {
- "bin/placeholder/ILifeTimeService.dll": {}
- }
- },
- "Models/1.0.0": {
- "type": "project",
- "framework": ".NETCoreApp,Version=v8.0",
- "compile": {
- "bin/placeholder/Models.dll": {}
- },
- "runtime": {
- "bin/placeholder/Models.dll": {}
- }
- }
- }
- },
- "libraries": {
- "ILifeTimeService/1.0.0": {
- "type": "project",
- "path": "../ILifeTimeService/ILifeTimeService.csproj",
- "msbuildProject": "../ILifeTimeService/ILifeTimeService.csproj"
- },
- "Models/1.0.0": {
- "type": "project",
- "path": "../Models/Models.csproj",
- "msbuildProject": "../Models/Models.csproj"
- }
- },
- "projectFileDependencyGroups": {
- "net8.0-windows7.0": [
- "ILifeTimeService >= 1.0.0",
- "Models >= 1.0.0"
- ]
- },
- "packageFolders": {
- "C:\\Users\\35200\\.nuget\\packages\\": {},
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {},
- "C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\": {}
- },
- "project": {
- "version": "1.0.0",
- "restore": {
- "projectUniqueName": "D:\\work\\奇瑞接口\\WpfApp4\\TaskManager.csproj",
- "projectName": "TaskManager",
- "projectPath": "D:\\work\\奇瑞接口\\WpfApp4\\TaskManager.csproj",
- "packagesPath": "C:\\Users\\35200\\.nuget\\packages\\",
- "outputPath": "D:\\work\\奇瑞接口\\WpfApp4\\obj\\",
- "projectStyle": "PackageReference",
- "fallbackFolders": [
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages",
- "C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\"
- ],
- "configFilePaths": [
- "C:\\Users\\35200\\AppData\\Roaming\\NuGet\\NuGet.Config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config",
- "C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config"
- ],
- "originalTargetFrameworks": [
- "net8.0-windows7.0"
- ],
- "sources": {
- "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
- "C:\\Program Files\\dotnet\\library-packs": {},
- "D:\\work\\SZH\\FJYZY\\src\\Modules\\SettleAccount\\OutPut": {},
- "https://api.nuget.org/v3/index.json": {}
- },
- "frameworks": {
- "net8.0-windows7.0": {
- "targetAlias": "net8.0-windows",
- "projectReferences": {
- "D:\\work\\奇瑞接口\\ILifeTimeService\\ILifeTimeService.csproj": {
- "projectPath": "D:\\work\\奇瑞接口\\ILifeTimeService\\ILifeTimeService.csproj"
- },
- "D:\\work\\奇瑞接口\\Models\\Models.csproj": {
- "projectPath": "D:\\work\\奇瑞接口\\Models\\Models.csproj"
- }
- }
- }
- },
- "warningProperties": {
- "warnAsError": [
- "NU1605"
- ]
- }
- },
- "frameworks": {
- "net8.0-windows7.0": {
- "targetAlias": "net8.0-windows",
- "imports": [
- "net461",
- "net462",
- "net47",
- "net471",
- "net472",
- "net48"
- ],
- "assetTargetFallback": true,
- "warn": true,
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.301\\RuntimeIdentifierGraph.json"
- }
- }
- }
-}
\ No newline at end of file
diff --git a/WpfApp4/obj/project.nuget.cache b/WpfApp4/obj/project.nuget.cache
deleted file mode 100644
index 2eb32e2..0000000
--- a/WpfApp4/obj/project.nuget.cache
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "version": 2,
- "dgSpecHash": "997UahzjDNT45iOSpwFne7booRonMV4jzJvfs2hTF8P67YkumBDzkNywpG1woDB1ldU0ATKdjYJaYgD5dEl7BQ==",
- "success": true,
- "projectFilePath": "D:\\work\\奇瑞接口\\WpfApp4\\TaskManager.csproj",
- "expectedPackageFiles": [],
- "logs": []
-}
\ No newline at end of file