| # |
+ Name |
Library |
Path |
Size |
@@ -97,6 +98,7 @@ public class DuplicatesHtmlExportService
sb.AppendLine($"""
| {j + 1} |
+ {H(item.Name)} |
{H(item.Library)} |
{H(item.Path)} |
{size} |
diff --git a/SharepointToolbox/Services/Export/UserAccessHtmlExportService.cs b/SharepointToolbox/Services/Export/UserAccessHtmlExportService.cs
index 51d69bd..53b08f5 100644
--- a/SharepointToolbox/Services/Export/UserAccessHtmlExportService.cs
+++ b/SharepointToolbox/Services/Export/UserAccessHtmlExportService.cs
@@ -506,8 +506,12 @@ a:hover { text-decoration: underline; }
if (entry.LocationCount == 1)
{
- // Single location — inline site title, no badge
- sb.AppendLine($" {HtmlEncode(entry.Locations[0].SiteTitle)} | ");
+ // Single location — inline site title + object title
+ var loc0 = entry.Locations[0];
+ var locLabel = string.IsNullOrEmpty(loc0.ObjectTitle)
+ ? HtmlEncode(loc0.SiteTitle)
+ : $"{HtmlEncode(loc0.SiteTitle)} › {HtmlEncode(loc0.ObjectTitle)}";
+ sb.AppendLine($" {locLabel} | ");
sb.AppendLine("
");
}
else
@@ -520,9 +524,12 @@ a:hover { text-decoration: underline; }
// Hidden sub-rows — one per location
foreach (var loc in entry.Locations)
{
+ var subLabel = string.IsNullOrEmpty(loc.ObjectTitle)
+ ? $"{HtmlEncode(loc.SiteTitle)}"
+ : $"{HtmlEncode(loc.SiteTitle)} › {HtmlEncode(loc.ObjectTitle)}";
sb.AppendLine($"");
sb.AppendLine($" | ");
- sb.AppendLine($" {HtmlEncode(loc.SiteTitle)}");
+ sb.AppendLine($" {subLabel}");
sb.AppendLine(" | ");
sb.AppendLine("
");
}
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/AngleSharp.Css.dll b/SharepointToolbox/bin/Debug/net10.0-windows/AngleSharp.Css.dll
deleted file mode 100644
index b92efc7..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/AngleSharp.Css.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/AngleSharp.dll b/SharepointToolbox/bin/Debug/net10.0-windows/AngleSharp.dll
deleted file mode 100644
index aa486fb..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/AngleSharp.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Azure.Core.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Azure.Core.dll
deleted file mode 100644
index 1b0de61..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Azure.Core.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/CommunityToolkit.Mvvm.dll b/SharepointToolbox/bin/Debug/net10.0-windows/CommunityToolkit.Mvvm.dll
deleted file mode 100644
index 89163fa..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/CommunityToolkit.Mvvm.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/CsvHelper.dll b/SharepointToolbox/bin/Debug/net10.0-windows/CsvHelper.dll
deleted file mode 100644
index f0af7bb..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/CsvHelper.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/GLWpfControl.dll b/SharepointToolbox/bin/Debug/net10.0-windows/GLWpfControl.dll
deleted file mode 100644
index ed52d1e..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/GLWpfControl.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/HarfBuzzSharp.dll b/SharepointToolbox/bin/Debug/net10.0-windows/HarfBuzzSharp.dll
deleted file mode 100644
index e1a7e76..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/HarfBuzzSharp.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/LiveChartsCore.SkiaSharpView.WPF.dll b/SharepointToolbox/bin/Debug/net10.0-windows/LiveChartsCore.SkiaSharpView.WPF.dll
deleted file mode 100644
index 0c12d72..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/LiveChartsCore.SkiaSharpView.WPF.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/LiveChartsCore.SkiaSharpView.dll b/SharepointToolbox/bin/Debug/net10.0-windows/LiveChartsCore.SkiaSharpView.dll
deleted file mode 100644
index 9bddbd7..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/LiveChartsCore.SkiaSharpView.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/LiveChartsCore.dll b/SharepointToolbox/bin/Debug/net10.0-windows/LiveChartsCore.dll
deleted file mode 100644
index 1d72fda..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/LiveChartsCore.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.ApplicationInsights.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.ApplicationInsights.dll
deleted file mode 100644
index 0cbaf18..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.ApplicationInsights.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Bcl.AsyncInterfaces.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Bcl.AsyncInterfaces.dll
deleted file mode 100644
index fe6ba4c..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Bcl.AsyncInterfaces.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Caching.Abstractions.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Caching.Abstractions.dll
deleted file mode 100644
index f9ca077..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Caching.Abstractions.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Caching.Memory.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Caching.Memory.dll
deleted file mode 100644
index 3fc74cb..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Caching.Memory.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Configuration.Abstractions.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Configuration.Abstractions.dll
deleted file mode 100644
index 9aa7e85..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Configuration.Abstractions.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Configuration.Binder.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Configuration.Binder.dll
deleted file mode 100644
index 8be04ae..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Configuration.Binder.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Configuration.CommandLine.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Configuration.CommandLine.dll
deleted file mode 100644
index 8066211..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Configuration.CommandLine.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Configuration.EnvironmentVariables.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Configuration.EnvironmentVariables.dll
deleted file mode 100644
index a7ad701..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Configuration.EnvironmentVariables.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Configuration.FileExtensions.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Configuration.FileExtensions.dll
deleted file mode 100644
index 86720bb..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Configuration.FileExtensions.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Configuration.Json.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Configuration.Json.dll
deleted file mode 100644
index daa83a9..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Configuration.Json.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Configuration.UserSecrets.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Configuration.UserSecrets.dll
deleted file mode 100644
index 2903540..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Configuration.UserSecrets.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Configuration.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Configuration.dll
deleted file mode 100644
index eb4de33..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Configuration.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.DependencyInjection.Abstractions.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.DependencyInjection.Abstractions.dll
deleted file mode 100644
index eccc0cf..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.DependencyInjection.Abstractions.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.DependencyInjection.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.DependencyInjection.dll
deleted file mode 100644
index a34cbfb..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.DependencyInjection.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Diagnostics.Abstractions.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Diagnostics.Abstractions.dll
deleted file mode 100644
index 9692da6..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Diagnostics.Abstractions.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Diagnostics.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Diagnostics.dll
deleted file mode 100644
index 0dd0fc1..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Diagnostics.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.FileProviders.Abstractions.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.FileProviders.Abstractions.dll
deleted file mode 100644
index 1cfd7d4..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.FileProviders.Abstractions.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.FileProviders.Physical.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.FileProviders.Physical.dll
deleted file mode 100644
index 3544461..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.FileProviders.Physical.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.FileSystemGlobbing.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.FileSystemGlobbing.dll
deleted file mode 100644
index 7a08d42..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.FileSystemGlobbing.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Hosting.Abstractions.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Hosting.Abstractions.dll
deleted file mode 100644
index fe79641..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Hosting.Abstractions.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Hosting.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Hosting.dll
deleted file mode 100644
index c9f3b0d..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Hosting.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Http.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Http.dll
deleted file mode 100644
index 97e4aea..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Http.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Logging.Abstractions.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Logging.Abstractions.dll
deleted file mode 100644
index 6d617b5..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Logging.Abstractions.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Logging.Configuration.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Logging.Configuration.dll
deleted file mode 100644
index c6df8c5..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Logging.Configuration.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Logging.Console.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Logging.Console.dll
deleted file mode 100644
index 188119c..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Logging.Console.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Logging.Debug.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Logging.Debug.dll
deleted file mode 100644
index 446f0bf..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Logging.Debug.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Logging.EventLog.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Logging.EventLog.dll
deleted file mode 100644
index 1ac3b8e..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Logging.EventLog.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Logging.EventSource.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Logging.EventSource.dll
deleted file mode 100644
index d707e20..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Logging.EventSource.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Logging.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Logging.dll
deleted file mode 100644
index 5842f4d..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Logging.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Options.ConfigurationExtensions.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Options.ConfigurationExtensions.dll
deleted file mode 100644
index 1a7b113..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Options.ConfigurationExtensions.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Options.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Options.dll
deleted file mode 100644
index 4a574d7..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Options.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Primitives.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Primitives.dll
deleted file mode 100644
index d87bfde..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Extensions.Primitives.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Graph.Core.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Graph.Core.dll
deleted file mode 100644
index c97ca10..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Graph.Core.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Graph.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Graph.dll
deleted file mode 100644
index bee783a..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Graph.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Identity.Client.Broker.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Identity.Client.Broker.dll
deleted file mode 100644
index 28cdc89..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Identity.Client.Broker.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Identity.Client.Extensions.Msal.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Identity.Client.Extensions.Msal.dll
deleted file mode 100644
index b03ab77..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Identity.Client.Extensions.Msal.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Identity.Client.NativeInterop.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Identity.Client.NativeInterop.dll
deleted file mode 100644
index e0f4ec0..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Identity.Client.NativeInterop.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Identity.Client.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Identity.Client.dll
deleted file mode 100644
index 6feaed5..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Identity.Client.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.IdentityModel.Abstractions.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.IdentityModel.Abstractions.dll
deleted file mode 100644
index f85ae59..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.IdentityModel.Abstractions.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.IdentityModel.JsonWebTokens.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.IdentityModel.JsonWebTokens.dll
deleted file mode 100644
index fce94dc..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.IdentityModel.JsonWebTokens.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.IdentityModel.Logging.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.IdentityModel.Logging.dll
deleted file mode 100644
index e08a8df..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.IdentityModel.Logging.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
deleted file mode 100644
index 683af19..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.IdentityModel.Protocols.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.IdentityModel.Protocols.dll
deleted file mode 100644
index 27edac0..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.IdentityModel.Protocols.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.IdentityModel.Tokens.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.IdentityModel.Tokens.dll
deleted file mode 100644
index b10d9bc..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.IdentityModel.Tokens.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.IdentityModel.Validators.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.IdentityModel.Validators.dll
deleted file mode 100644
index 333d972..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.IdentityModel.Validators.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Kiota.Abstractions.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Kiota.Abstractions.dll
deleted file mode 100644
index d06e8a0..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Kiota.Abstractions.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Kiota.Authentication.Azure.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Kiota.Authentication.Azure.dll
deleted file mode 100644
index 39cfa97..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Kiota.Authentication.Azure.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Kiota.Http.HttpClientLibrary.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Kiota.Http.HttpClientLibrary.dll
deleted file mode 100644
index 4a6ea19..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Kiota.Http.HttpClientLibrary.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Kiota.Serialization.Form.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Kiota.Serialization.Form.dll
deleted file mode 100644
index e0cca44..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Kiota.Serialization.Form.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Kiota.Serialization.Json.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Kiota.Serialization.Json.dll
deleted file mode 100644
index cf2e11e..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Kiota.Serialization.Json.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Kiota.Serialization.Multipart.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Kiota.Serialization.Multipart.dll
deleted file mode 100644
index aa260a7..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Kiota.Serialization.Multipart.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Kiota.Serialization.Text.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Kiota.Serialization.Text.dll
deleted file mode 100644
index 09e8c49..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Kiota.Serialization.Text.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Office.Client.Policy.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Office.Client.Policy.dll
deleted file mode 100644
index 143dc05..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Office.Client.Policy.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Office.Client.TranslationServices.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Office.Client.TranslationServices.dll
deleted file mode 100644
index de5f881..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Office.Client.TranslationServices.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Office.SharePoint.Tools.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Office.SharePoint.Tools.dll
deleted file mode 100644
index a478466..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Office.SharePoint.Tools.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Online.SharePoint.Client.Tenant.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Online.SharePoint.Client.Tenant.dll
deleted file mode 100644
index 4013411..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.Online.SharePoint.Client.Tenant.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.ProjectServer.Client.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.ProjectServer.Client.dll
deleted file mode 100644
index ebe34ed..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.ProjectServer.Client.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.SharePoint.Client.DocumentManagement.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.SharePoint.Client.DocumentManagement.dll
deleted file mode 100644
index 7431b01..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.SharePoint.Client.DocumentManagement.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.SharePoint.Client.Publishing.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.SharePoint.Client.Publishing.dll
deleted file mode 100644
index 64d1e26..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.SharePoint.Client.Publishing.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.SharePoint.Client.Runtime.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.SharePoint.Client.Runtime.dll
deleted file mode 100644
index 92be06a..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.SharePoint.Client.Runtime.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.SharePoint.Client.Search.Applications.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.SharePoint.Client.Search.Applications.dll
deleted file mode 100644
index 8014eea..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.SharePoint.Client.Search.Applications.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.SharePoint.Client.Search.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.SharePoint.Client.Search.dll
deleted file mode 100644
index a40febc..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.SharePoint.Client.Search.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.SharePoint.Client.Taxonomy.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.SharePoint.Client.Taxonomy.dll
deleted file mode 100644
index 3344a69..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.SharePoint.Client.Taxonomy.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.SharePoint.Client.UserProfiles.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.SharePoint.Client.UserProfiles.dll
deleted file mode 100644
index aaf6022..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.SharePoint.Client.UserProfiles.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.SharePoint.Client.WorkflowServices.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.SharePoint.Client.WorkflowServices.dll
deleted file mode 100644
index 67f867e..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.SharePoint.Client.WorkflowServices.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.SharePoint.Client.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.SharePoint.Client.dll
deleted file mode 100644
index 20f0e5e..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Microsoft.SharePoint.Client.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Newtonsoft.Json.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Newtonsoft.Json.dll
deleted file mode 100644
index 1ffeabe..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Newtonsoft.Json.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/OpenTK.dll b/SharepointToolbox/bin/Debug/net10.0-windows/OpenTK.dll
deleted file mode 100644
index 19dd835..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/OpenTK.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/PnP.Core.dll b/SharepointToolbox/bin/Debug/net10.0-windows/PnP.Core.dll
deleted file mode 100644
index 10a61d0..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/PnP.Core.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/PnP.Framework.dll b/SharepointToolbox/bin/Debug/net10.0-windows/PnP.Framework.dll
deleted file mode 100644
index 3fe0760..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/PnP.Framework.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Portable.Xaml.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Portable.Xaml.dll
deleted file mode 100644
index f1117b9..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Portable.Xaml.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Serilog.Extensions.Hosting.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Serilog.Extensions.Hosting.dll
deleted file mode 100644
index b050a9b..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Serilog.Extensions.Hosting.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Serilog.Extensions.Logging.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Serilog.Extensions.Logging.dll
deleted file mode 100644
index fa270b8..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Serilog.Extensions.Logging.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Serilog.Sinks.File.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Serilog.Sinks.File.dll
deleted file mode 100644
index 066c164..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Serilog.Sinks.File.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Serilog.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Serilog.dll
deleted file mode 100644
index 846c2ce..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Serilog.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/SharepointToolbox.dll b/SharepointToolbox/bin/Debug/net10.0-windows/SharepointToolbox.dll
deleted file mode 100644
index 232e1ed..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/SharepointToolbox.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/SharepointToolbox.exe b/SharepointToolbox/bin/Debug/net10.0-windows/SharepointToolbox.exe
deleted file mode 100644
index 7523997..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/SharepointToolbox.exe and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/SharepointToolbox.pdb b/SharepointToolbox/bin/Debug/net10.0-windows/SharepointToolbox.pdb
deleted file mode 100644
index 98971c7..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/SharepointToolbox.pdb and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/SkiaSharp.HarfBuzz.dll b/SharepointToolbox/bin/Debug/net10.0-windows/SkiaSharp.HarfBuzz.dll
deleted file mode 100644
index 78c65eb..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/SkiaSharp.HarfBuzz.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/SkiaSharp.Views.Desktop.Common.dll b/SharepointToolbox/bin/Debug/net10.0-windows/SkiaSharp.Views.Desktop.Common.dll
deleted file mode 100644
index ac30e5c..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/SkiaSharp.Views.Desktop.Common.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/SkiaSharp.Views.WPF.dll b/SharepointToolbox/bin/Debug/net10.0-windows/SkiaSharp.Views.WPF.dll
deleted file mode 100644
index 0a798fd..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/SkiaSharp.Views.WPF.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/SkiaSharp.dll b/SharepointToolbox/bin/Debug/net10.0-windows/SkiaSharp.dll
deleted file mode 100644
index 39d9adc..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/SkiaSharp.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/Std.UriTemplate.dll b/SharepointToolbox/bin/Debug/net10.0-windows/Std.UriTemplate.dll
deleted file mode 100644
index 104cbae..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/Std.UriTemplate.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/System.ClientModel.dll b/SharepointToolbox/bin/Debug/net10.0-windows/System.ClientModel.dll
deleted file mode 100644
index 2657496..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/System.ClientModel.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/System.IdentityModel.Tokens.Jwt.dll b/SharepointToolbox/bin/Debug/net10.0-windows/System.IdentityModel.Tokens.Jwt.dll
deleted file mode 100644
index 135ae17..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/System.IdentityModel.Tokens.Jwt.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/System.Memory.Data.dll b/SharepointToolbox/bin/Debug/net10.0-windows/System.Memory.Data.dll
deleted file mode 100644
index a9bb64f..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/System.Memory.Data.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/TimeZoneConverter.dll b/SharepointToolbox/bin/Debug/net10.0-windows/TimeZoneConverter.dll
deleted file mode 100644
index cd3dd51..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/TimeZoneConverter.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/fr/SharepointToolbox.resources.dll b/SharepointToolbox/bin/Debug/net10.0-windows/fr/SharepointToolbox.resources.dll
deleted file mode 100644
index abc98fc..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/fr/SharepointToolbox.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/runtimes/linux-x64/native/libmsalruntime.so b/SharepointToolbox/bin/Debug/net10.0-windows/runtimes/linux-x64/native/libmsalruntime.so
deleted file mode 100644
index a63647a..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/runtimes/linux-x64/native/libmsalruntime.so and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/runtimes/osx-arm64/native/msalruntime_arm64.dylib b/SharepointToolbox/bin/Debug/net10.0-windows/runtimes/osx-arm64/native/msalruntime_arm64.dylib
deleted file mode 100644
index f67a77e..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/runtimes/osx-arm64/native/msalruntime_arm64.dylib and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/runtimes/osx-x64/native/msalruntime.dylib b/SharepointToolbox/bin/Debug/net10.0-windows/runtimes/osx-x64/native/msalruntime.dylib
deleted file mode 100644
index 1fc4069..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/runtimes/osx-x64/native/msalruntime.dylib and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/runtimes/osx/native/libHarfBuzzSharp.dylib b/SharepointToolbox/bin/Debug/net10.0-windows/runtimes/osx/native/libHarfBuzzSharp.dylib
deleted file mode 100644
index 60dfab0..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/runtimes/osx/native/libHarfBuzzSharp.dylib and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/runtimes/osx/native/libSkiaSharp.dylib b/SharepointToolbox/bin/Debug/net10.0-windows/runtimes/osx/native/libSkiaSharp.dylib
deleted file mode 100644
index 929c827..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/runtimes/osx/native/libSkiaSharp.dylib and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/runtimes/win-arm64/native/libHarfBuzzSharp.dll b/SharepointToolbox/bin/Debug/net10.0-windows/runtimes/win-arm64/native/libHarfBuzzSharp.dll
deleted file mode 100644
index 7a89d35..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/runtimes/win-arm64/native/libHarfBuzzSharp.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/runtimes/win-arm64/native/libSkiaSharp.dll b/SharepointToolbox/bin/Debug/net10.0-windows/runtimes/win-arm64/native/libSkiaSharp.dll
deleted file mode 100644
index 3431340..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/runtimes/win-arm64/native/libSkiaSharp.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/runtimes/win-arm64/native/msalruntime_arm64.dll b/SharepointToolbox/bin/Debug/net10.0-windows/runtimes/win-arm64/native/msalruntime_arm64.dll
deleted file mode 100644
index 4d6cf9f..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/runtimes/win-arm64/native/msalruntime_arm64.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/runtimes/win-x64/native/libHarfBuzzSharp.dll b/SharepointToolbox/bin/Debug/net10.0-windows/runtimes/win-x64/native/libHarfBuzzSharp.dll
deleted file mode 100644
index 7e7a7e0..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/runtimes/win-x64/native/libHarfBuzzSharp.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/runtimes/win-x64/native/libSkiaSharp.dll b/SharepointToolbox/bin/Debug/net10.0-windows/runtimes/win-x64/native/libSkiaSharp.dll
deleted file mode 100644
index fce291f..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/runtimes/win-x64/native/libSkiaSharp.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/runtimes/win-x64/native/msalruntime.dll b/SharepointToolbox/bin/Debug/net10.0-windows/runtimes/win-x64/native/msalruntime.dll
deleted file mode 100644
index 239c5a5..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/runtimes/win-x64/native/msalruntime.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/runtimes/win-x86/native/libHarfBuzzSharp.dll b/SharepointToolbox/bin/Debug/net10.0-windows/runtimes/win-x86/native/libHarfBuzzSharp.dll
deleted file mode 100644
index 63e82d4..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/runtimes/win-x86/native/libHarfBuzzSharp.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/runtimes/win-x86/native/libSkiaSharp.dll b/SharepointToolbox/bin/Debug/net10.0-windows/runtimes/win-x86/native/libSkiaSharp.dll
deleted file mode 100644
index 27255f6..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/runtimes/win-x86/native/libSkiaSharp.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Debug/net10.0-windows/runtimes/win-x86/native/msalruntime_x86.dll b/SharepointToolbox/bin/Debug/net10.0-windows/runtimes/win-x86/native/msalruntime_x86.dll
deleted file mode 100644
index 97c35a2..0000000
Binary files a/SharepointToolbox/bin/Debug/net10.0-windows/runtimes/win-x86/native/msalruntime_x86.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Accessibility.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Accessibility.dll
deleted file mode 100644
index 034b4ba..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Accessibility.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/AngleSharp.Css.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/AngleSharp.Css.dll
deleted file mode 100644
index b92efc7..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/AngleSharp.Css.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/AngleSharp.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/AngleSharp.dll
deleted file mode 100644
index aa486fb..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/AngleSharp.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Azure.Core.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Azure.Core.dll
deleted file mode 100644
index 1b0de61..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Azure.Core.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/CommunityToolkit.Mvvm.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/CommunityToolkit.Mvvm.dll
deleted file mode 100644
index 89163fa..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/CommunityToolkit.Mvvm.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/CsvHelper.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/CsvHelper.dll
deleted file mode 100644
index f0af7bb..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/CsvHelper.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/D3DCompiler_47_cor3.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/D3DCompiler_47_cor3.dll
deleted file mode 100644
index ef8ac8c..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/D3DCompiler_47_cor3.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/DirectWriteForwarder.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/DirectWriteForwarder.dll
deleted file mode 100644
index 71a1b37..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/DirectWriteForwarder.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.ApplicationInsights.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.ApplicationInsights.dll
deleted file mode 100644
index 0cbaf18..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.ApplicationInsights.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Bcl.AsyncInterfaces.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Bcl.AsyncInterfaces.dll
deleted file mode 100644
index fe6ba4c..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Bcl.AsyncInterfaces.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.CSharp.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.CSharp.dll
deleted file mode 100644
index c0832cd..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.CSharp.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.DiaSymReader.Native.amd64.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.DiaSymReader.Native.amd64.dll
deleted file mode 100644
index 03f5288..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.DiaSymReader.Native.amd64.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Caching.Abstractions.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Caching.Abstractions.dll
deleted file mode 100644
index f9ca077..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Caching.Abstractions.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Caching.Memory.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Caching.Memory.dll
deleted file mode 100644
index 3fc74cb..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Caching.Memory.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Configuration.Abstractions.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Configuration.Abstractions.dll
deleted file mode 100644
index 9aa7e85..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Configuration.Abstractions.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Configuration.Binder.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Configuration.Binder.dll
deleted file mode 100644
index 8be04ae..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Configuration.Binder.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Configuration.CommandLine.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Configuration.CommandLine.dll
deleted file mode 100644
index 8066211..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Configuration.CommandLine.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Configuration.EnvironmentVariables.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Configuration.EnvironmentVariables.dll
deleted file mode 100644
index a7ad701..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Configuration.EnvironmentVariables.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Configuration.FileExtensions.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Configuration.FileExtensions.dll
deleted file mode 100644
index 86720bb..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Configuration.FileExtensions.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Configuration.Json.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Configuration.Json.dll
deleted file mode 100644
index daa83a9..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Configuration.Json.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Configuration.UserSecrets.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Configuration.UserSecrets.dll
deleted file mode 100644
index 2903540..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Configuration.UserSecrets.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Configuration.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Configuration.dll
deleted file mode 100644
index eb4de33..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Configuration.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.DependencyInjection.Abstractions.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.DependencyInjection.Abstractions.dll
deleted file mode 100644
index eccc0cf..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.DependencyInjection.Abstractions.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.DependencyInjection.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.DependencyInjection.dll
deleted file mode 100644
index a34cbfb..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.DependencyInjection.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Diagnostics.Abstractions.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Diagnostics.Abstractions.dll
deleted file mode 100644
index 9692da6..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Diagnostics.Abstractions.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Diagnostics.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Diagnostics.dll
deleted file mode 100644
index 0dd0fc1..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Diagnostics.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.FileProviders.Abstractions.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.FileProviders.Abstractions.dll
deleted file mode 100644
index 1cfd7d4..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.FileProviders.Abstractions.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.FileProviders.Physical.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.FileProviders.Physical.dll
deleted file mode 100644
index 3544461..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.FileProviders.Physical.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.FileSystemGlobbing.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.FileSystemGlobbing.dll
deleted file mode 100644
index 7a08d42..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.FileSystemGlobbing.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Hosting.Abstractions.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Hosting.Abstractions.dll
deleted file mode 100644
index fe79641..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Hosting.Abstractions.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Hosting.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Hosting.dll
deleted file mode 100644
index c9f3b0d..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Hosting.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Http.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Http.dll
deleted file mode 100644
index 97e4aea..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Http.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Logging.Abstractions.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Logging.Abstractions.dll
deleted file mode 100644
index 6d617b5..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Logging.Abstractions.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Logging.Configuration.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Logging.Configuration.dll
deleted file mode 100644
index c6df8c5..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Logging.Configuration.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Logging.Console.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Logging.Console.dll
deleted file mode 100644
index 188119c..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Logging.Console.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Logging.Debug.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Logging.Debug.dll
deleted file mode 100644
index 446f0bf..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Logging.Debug.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Logging.EventLog.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Logging.EventLog.dll
deleted file mode 100644
index 1ac3b8e..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Logging.EventLog.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Logging.EventSource.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Logging.EventSource.dll
deleted file mode 100644
index d707e20..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Logging.EventSource.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Logging.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Logging.dll
deleted file mode 100644
index 5842f4d..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Logging.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Options.ConfigurationExtensions.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Options.ConfigurationExtensions.dll
deleted file mode 100644
index 1a7b113..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Options.ConfigurationExtensions.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Options.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Options.dll
deleted file mode 100644
index 4a574d7..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Options.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Primitives.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Primitives.dll
deleted file mode 100644
index d87bfde..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Extensions.Primitives.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Graph.Core.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Graph.Core.dll
deleted file mode 100644
index c97ca10..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Graph.Core.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Graph.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Graph.dll
deleted file mode 100644
index bee783a..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Graph.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Identity.Client.Broker.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Identity.Client.Broker.dll
deleted file mode 100644
index 28cdc89..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Identity.Client.Broker.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Identity.Client.Extensions.Msal.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Identity.Client.Extensions.Msal.dll
deleted file mode 100644
index b03ab77..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Identity.Client.Extensions.Msal.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Identity.Client.NativeInterop.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Identity.Client.NativeInterop.dll
deleted file mode 100644
index e0f4ec0..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Identity.Client.NativeInterop.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Identity.Client.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Identity.Client.dll
deleted file mode 100644
index 6feaed5..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Identity.Client.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.IdentityModel.Abstractions.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.IdentityModel.Abstractions.dll
deleted file mode 100644
index f85ae59..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.IdentityModel.Abstractions.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.IdentityModel.JsonWebTokens.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.IdentityModel.JsonWebTokens.dll
deleted file mode 100644
index fce94dc..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.IdentityModel.JsonWebTokens.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.IdentityModel.Logging.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.IdentityModel.Logging.dll
deleted file mode 100644
index e08a8df..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.IdentityModel.Logging.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
deleted file mode 100644
index 683af19..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.IdentityModel.Protocols.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.IdentityModel.Protocols.dll
deleted file mode 100644
index 27edac0..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.IdentityModel.Protocols.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.IdentityModel.Tokens.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.IdentityModel.Tokens.dll
deleted file mode 100644
index b10d9bc..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.IdentityModel.Tokens.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.IdentityModel.Validators.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.IdentityModel.Validators.dll
deleted file mode 100644
index 333d972..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.IdentityModel.Validators.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Kiota.Abstractions.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Kiota.Abstractions.dll
deleted file mode 100644
index d06e8a0..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Kiota.Abstractions.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Kiota.Authentication.Azure.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Kiota.Authentication.Azure.dll
deleted file mode 100644
index 39cfa97..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Kiota.Authentication.Azure.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Kiota.Http.HttpClientLibrary.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Kiota.Http.HttpClientLibrary.dll
deleted file mode 100644
index 4a6ea19..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Kiota.Http.HttpClientLibrary.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Kiota.Serialization.Form.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Kiota.Serialization.Form.dll
deleted file mode 100644
index e0cca44..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Kiota.Serialization.Form.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Kiota.Serialization.Json.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Kiota.Serialization.Json.dll
deleted file mode 100644
index cf2e11e..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Kiota.Serialization.Json.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Kiota.Serialization.Multipart.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Kiota.Serialization.Multipart.dll
deleted file mode 100644
index aa260a7..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Kiota.Serialization.Multipart.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Kiota.Serialization.Text.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Kiota.Serialization.Text.dll
deleted file mode 100644
index 09e8c49..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Kiota.Serialization.Text.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Office.Client.Policy.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Office.Client.Policy.dll
deleted file mode 100644
index 143dc05..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Office.Client.Policy.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Office.Client.TranslationServices.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Office.Client.TranslationServices.dll
deleted file mode 100644
index de5f881..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Office.Client.TranslationServices.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Office.SharePoint.Tools.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Office.SharePoint.Tools.dll
deleted file mode 100644
index a478466..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Office.SharePoint.Tools.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Online.SharePoint.Client.Tenant.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Online.SharePoint.Client.Tenant.dll
deleted file mode 100644
index 4013411..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Online.SharePoint.Client.Tenant.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.ProjectServer.Client.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.ProjectServer.Client.dll
deleted file mode 100644
index ebe34ed..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.ProjectServer.Client.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.SharePoint.Client.DocumentManagement.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.SharePoint.Client.DocumentManagement.dll
deleted file mode 100644
index 7431b01..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.SharePoint.Client.DocumentManagement.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.SharePoint.Client.Publishing.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.SharePoint.Client.Publishing.dll
deleted file mode 100644
index 64d1e26..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.SharePoint.Client.Publishing.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.SharePoint.Client.Runtime.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.SharePoint.Client.Runtime.dll
deleted file mode 100644
index 92be06a..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.SharePoint.Client.Runtime.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.SharePoint.Client.Search.Applications.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.SharePoint.Client.Search.Applications.dll
deleted file mode 100644
index 8014eea..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.SharePoint.Client.Search.Applications.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.SharePoint.Client.Search.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.SharePoint.Client.Search.dll
deleted file mode 100644
index a40febc..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.SharePoint.Client.Search.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.SharePoint.Client.Taxonomy.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.SharePoint.Client.Taxonomy.dll
deleted file mode 100644
index 3344a69..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.SharePoint.Client.Taxonomy.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.SharePoint.Client.UserProfiles.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.SharePoint.Client.UserProfiles.dll
deleted file mode 100644
index aaf6022..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.SharePoint.Client.UserProfiles.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.SharePoint.Client.WorkflowServices.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.SharePoint.Client.WorkflowServices.dll
deleted file mode 100644
index 67f867e..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.SharePoint.Client.WorkflowServices.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.SharePoint.Client.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.SharePoint.Client.dll
deleted file mode 100644
index 20f0e5e..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.SharePoint.Client.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.VisualBasic.Core.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.VisualBasic.Core.dll
deleted file mode 100644
index 6ca763f..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.VisualBasic.Core.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.VisualBasic.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.VisualBasic.dll
deleted file mode 100644
index fc51c70..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.VisualBasic.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Win32.Primitives.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Win32.Primitives.dll
deleted file mode 100644
index cdb66bc..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Win32.Primitives.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Win32.Registry.AccessControl.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Win32.Registry.AccessControl.dll
deleted file mode 100644
index a65779c..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Win32.Registry.AccessControl.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Win32.Registry.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Win32.Registry.dll
deleted file mode 100644
index 12822ad..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Win32.Registry.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Win32.SystemEvents.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Win32.SystemEvents.dll
deleted file mode 100644
index 053e6a3..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Microsoft.Win32.SystemEvents.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Newtonsoft.Json.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Newtonsoft.Json.dll
deleted file mode 100644
index 1ffeabe..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Newtonsoft.Json.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/PenImc_cor3.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/PenImc_cor3.dll
deleted file mode 100644
index b0dca37..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/PenImc_cor3.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/PnP.Core.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/PnP.Core.dll
deleted file mode 100644
index 10a61d0..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/PnP.Core.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/PnP.Framework.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/PnP.Framework.dll
deleted file mode 100644
index 3fe0760..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/PnP.Framework.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Portable.Xaml.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Portable.Xaml.dll
deleted file mode 100644
index f1117b9..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Portable.Xaml.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/PresentationCore.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/PresentationCore.dll
deleted file mode 100644
index 081b607..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/PresentationCore.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/PresentationFramework-SystemCore.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/PresentationFramework-SystemCore.dll
deleted file mode 100644
index 853c2f0..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/PresentationFramework-SystemCore.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/PresentationFramework-SystemData.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/PresentationFramework-SystemData.dll
deleted file mode 100644
index 643b1b5..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/PresentationFramework-SystemData.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/PresentationFramework-SystemDrawing.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/PresentationFramework-SystemDrawing.dll
deleted file mode 100644
index 01a8e29..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/PresentationFramework-SystemDrawing.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/PresentationFramework-SystemXml.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/PresentationFramework-SystemXml.dll
deleted file mode 100644
index b8c1b4d..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/PresentationFramework-SystemXml.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/PresentationFramework-SystemXmlLinq.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/PresentationFramework-SystemXmlLinq.dll
deleted file mode 100644
index 498b78c..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/PresentationFramework-SystemXmlLinq.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/PresentationFramework.Aero.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/PresentationFramework.Aero.dll
deleted file mode 100644
index 49e3ba9..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/PresentationFramework.Aero.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/PresentationFramework.Aero2.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/PresentationFramework.Aero2.dll
deleted file mode 100644
index b2aa14b..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/PresentationFramework.Aero2.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/PresentationFramework.AeroLite.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/PresentationFramework.AeroLite.dll
deleted file mode 100644
index 16450be..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/PresentationFramework.AeroLite.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/PresentationFramework.Classic.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/PresentationFramework.Classic.dll
deleted file mode 100644
index 7da19dd..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/PresentationFramework.Classic.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/PresentationFramework.Fluent.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/PresentationFramework.Fluent.dll
deleted file mode 100644
index b9cfb17..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/PresentationFramework.Fluent.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/PresentationFramework.Luna.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/PresentationFramework.Luna.dll
deleted file mode 100644
index d2b3474..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/PresentationFramework.Luna.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/PresentationFramework.Royale.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/PresentationFramework.Royale.dll
deleted file mode 100644
index 383a203..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/PresentationFramework.Royale.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/PresentationFramework.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/PresentationFramework.dll
deleted file mode 100644
index 75963b3..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/PresentationFramework.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/PresentationNative_cor3.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/PresentationNative_cor3.dll
deleted file mode 100644
index 197ff35..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/PresentationNative_cor3.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/PresentationUI.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/PresentationUI.dll
deleted file mode 100644
index 56d6cf5..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/PresentationUI.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ReachFramework.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ReachFramework.dll
deleted file mode 100644
index ed3d5fe..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ReachFramework.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Serilog.Extensions.Hosting.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Serilog.Extensions.Hosting.dll
deleted file mode 100644
index b050a9b..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Serilog.Extensions.Hosting.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Serilog.Extensions.Logging.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Serilog.Extensions.Logging.dll
deleted file mode 100644
index fa270b8..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Serilog.Extensions.Logging.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Serilog.Sinks.File.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Serilog.Sinks.File.dll
deleted file mode 100644
index 066c164..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Serilog.Sinks.File.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Serilog.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Serilog.dll
deleted file mode 100644
index 846c2ce..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Serilog.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/SharepointToolbox.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/SharepointToolbox.dll
deleted file mode 100644
index d7fffda..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/SharepointToolbox.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/SharepointToolbox.exe b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/SharepointToolbox.exe
deleted file mode 100644
index e516675..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/SharepointToolbox.exe and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/SharepointToolbox.pdb b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/SharepointToolbox.pdb
deleted file mode 100644
index cf6c916..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/SharepointToolbox.pdb and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Std.UriTemplate.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Std.UriTemplate.dll
deleted file mode 100644
index 104cbae..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/Std.UriTemplate.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.AppContext.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.AppContext.dll
deleted file mode 100644
index 8a2b57a..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.AppContext.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Buffers.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Buffers.dll
deleted file mode 100644
index 75487bb..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Buffers.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.ClientModel.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.ClientModel.dll
deleted file mode 100644
index 2657496..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.ClientModel.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.CodeDom.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.CodeDom.dll
deleted file mode 100644
index de541e0..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.CodeDom.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Collections.Concurrent.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Collections.Concurrent.dll
deleted file mode 100644
index f44b280..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Collections.Concurrent.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Collections.Immutable.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Collections.Immutable.dll
deleted file mode 100644
index 8d3e2ee..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Collections.Immutable.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Collections.NonGeneric.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Collections.NonGeneric.dll
deleted file mode 100644
index 79a06c3..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Collections.NonGeneric.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Collections.Specialized.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Collections.Specialized.dll
deleted file mode 100644
index 8225229..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Collections.Specialized.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Collections.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Collections.dll
deleted file mode 100644
index c704668..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Collections.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.ComponentModel.Annotations.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.ComponentModel.Annotations.dll
deleted file mode 100644
index 099bffa..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.ComponentModel.Annotations.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.ComponentModel.DataAnnotations.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.ComponentModel.DataAnnotations.dll
deleted file mode 100644
index e6e73a0..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.ComponentModel.DataAnnotations.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.ComponentModel.EventBasedAsync.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.ComponentModel.EventBasedAsync.dll
deleted file mode 100644
index 5ec8866..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.ComponentModel.EventBasedAsync.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.ComponentModel.Primitives.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.ComponentModel.Primitives.dll
deleted file mode 100644
index 0055bc6..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.ComponentModel.Primitives.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.ComponentModel.TypeConverter.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.ComponentModel.TypeConverter.dll
deleted file mode 100644
index 88aded9..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.ComponentModel.TypeConverter.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.ComponentModel.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.ComponentModel.dll
deleted file mode 100644
index 7b321de..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.ComponentModel.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Configuration.ConfigurationManager.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Configuration.ConfigurationManager.dll
deleted file mode 100644
index 3f7d312..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Configuration.ConfigurationManager.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Configuration.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Configuration.dll
deleted file mode 100644
index c25b692..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Configuration.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Console.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Console.dll
deleted file mode 100644
index d05c2ce..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Console.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Core.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Core.dll
deleted file mode 100644
index f3598dc..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Core.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Data.Common.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Data.Common.dll
deleted file mode 100644
index 106de7c..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Data.Common.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Data.DataSetExtensions.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Data.DataSetExtensions.dll
deleted file mode 100644
index d210db0..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Data.DataSetExtensions.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Data.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Data.dll
deleted file mode 100644
index 2830dc6..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Data.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Diagnostics.Contracts.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Diagnostics.Contracts.dll
deleted file mode 100644
index 7d5925d..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Diagnostics.Contracts.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Diagnostics.Debug.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Diagnostics.Debug.dll
deleted file mode 100644
index 703f30d..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Diagnostics.Debug.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Diagnostics.DiagnosticSource.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Diagnostics.DiagnosticSource.dll
deleted file mode 100644
index 1e76b19..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Diagnostics.DiagnosticSource.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Diagnostics.EventLog.Messages.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Diagnostics.EventLog.Messages.dll
deleted file mode 100644
index 9c94b3a..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Diagnostics.EventLog.Messages.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Diagnostics.EventLog.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Diagnostics.EventLog.dll
deleted file mode 100644
index 060cd76..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Diagnostics.EventLog.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Diagnostics.FileVersionInfo.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Diagnostics.FileVersionInfo.dll
deleted file mode 100644
index 788ad7f..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Diagnostics.FileVersionInfo.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Diagnostics.PerformanceCounter.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Diagnostics.PerformanceCounter.dll
deleted file mode 100644
index 6d88714..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Diagnostics.PerformanceCounter.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Diagnostics.Process.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Diagnostics.Process.dll
deleted file mode 100644
index 85d73a3..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Diagnostics.Process.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Diagnostics.StackTrace.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Diagnostics.StackTrace.dll
deleted file mode 100644
index 4aa707c..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Diagnostics.StackTrace.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Diagnostics.TextWriterTraceListener.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Diagnostics.TextWriterTraceListener.dll
deleted file mode 100644
index bcc2e5b..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Diagnostics.TextWriterTraceListener.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Diagnostics.Tools.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Diagnostics.Tools.dll
deleted file mode 100644
index b4f34b5..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Diagnostics.Tools.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Diagnostics.TraceSource.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Diagnostics.TraceSource.dll
deleted file mode 100644
index 40f16d7..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Diagnostics.TraceSource.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Diagnostics.Tracing.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Diagnostics.Tracing.dll
deleted file mode 100644
index 3977044..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Diagnostics.Tracing.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.DirectoryServices.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.DirectoryServices.dll
deleted file mode 100644
index 9962f63..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.DirectoryServices.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Drawing.Common.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Drawing.Common.dll
deleted file mode 100644
index 3834e01..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Drawing.Common.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Drawing.Primitives.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Drawing.Primitives.dll
deleted file mode 100644
index 649e88f..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Drawing.Primitives.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Drawing.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Drawing.dll
deleted file mode 100644
index 9259a03..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Drawing.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Dynamic.Runtime.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Dynamic.Runtime.dll
deleted file mode 100644
index b4ebcc0..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Dynamic.Runtime.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Formats.Asn1.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Formats.Asn1.dll
deleted file mode 100644
index be6733c..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Formats.Asn1.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Formats.Nrbf.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Formats.Nrbf.dll
deleted file mode 100644
index 65aaf27..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Formats.Nrbf.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Formats.Tar.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Formats.Tar.dll
deleted file mode 100644
index e3663b5..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Formats.Tar.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Globalization.Calendars.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Globalization.Calendars.dll
deleted file mode 100644
index 56624c7..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Globalization.Calendars.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Globalization.Extensions.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Globalization.Extensions.dll
deleted file mode 100644
index 8db8ad5..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Globalization.Extensions.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Globalization.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Globalization.dll
deleted file mode 100644
index 0cb97be..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Globalization.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.IO.Compression.Brotli.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.IO.Compression.Brotli.dll
deleted file mode 100644
index 9dabffc..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.IO.Compression.Brotli.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.IO.Compression.FileSystem.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.IO.Compression.FileSystem.dll
deleted file mode 100644
index 92f0c36..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.IO.Compression.FileSystem.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.IO.Compression.Native.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.IO.Compression.Native.dll
deleted file mode 100644
index eae2fa8..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.IO.Compression.Native.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.IO.Compression.ZipFile.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.IO.Compression.ZipFile.dll
deleted file mode 100644
index 6efaab7..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.IO.Compression.ZipFile.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.IO.Compression.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.IO.Compression.dll
deleted file mode 100644
index 692f462..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.IO.Compression.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.IO.FileSystem.AccessControl.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.IO.FileSystem.AccessControl.dll
deleted file mode 100644
index ce1de29..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.IO.FileSystem.AccessControl.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.IO.FileSystem.DriveInfo.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.IO.FileSystem.DriveInfo.dll
deleted file mode 100644
index 3360a36..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.IO.FileSystem.DriveInfo.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.IO.FileSystem.Primitives.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.IO.FileSystem.Primitives.dll
deleted file mode 100644
index da5f575..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.IO.FileSystem.Primitives.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.IO.FileSystem.Watcher.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.IO.FileSystem.Watcher.dll
deleted file mode 100644
index 36b393f..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.IO.FileSystem.Watcher.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.IO.FileSystem.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.IO.FileSystem.dll
deleted file mode 100644
index 70749ce..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.IO.FileSystem.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.IO.IsolatedStorage.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.IO.IsolatedStorage.dll
deleted file mode 100644
index 4cb9dd9..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.IO.IsolatedStorage.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.IO.MemoryMappedFiles.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.IO.MemoryMappedFiles.dll
deleted file mode 100644
index 28cc23f..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.IO.MemoryMappedFiles.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.IO.Packaging.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.IO.Packaging.dll
deleted file mode 100644
index 95d1ab6..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.IO.Packaging.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.IO.Pipelines.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.IO.Pipelines.dll
deleted file mode 100644
index 1c3e1d3..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.IO.Pipelines.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.IO.Pipes.AccessControl.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.IO.Pipes.AccessControl.dll
deleted file mode 100644
index 5c7aedd..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.IO.Pipes.AccessControl.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.IO.Pipes.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.IO.Pipes.dll
deleted file mode 100644
index d308eda..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.IO.Pipes.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.IO.UnmanagedMemoryStream.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.IO.UnmanagedMemoryStream.dll
deleted file mode 100644
index 7f80faf..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.IO.UnmanagedMemoryStream.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.IO.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.IO.dll
deleted file mode 100644
index 98fe0e5..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.IO.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.IdentityModel.Tokens.Jwt.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.IdentityModel.Tokens.Jwt.dll
deleted file mode 100644
index 135ae17..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.IdentityModel.Tokens.Jwt.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Linq.AsyncEnumerable.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Linq.AsyncEnumerable.dll
deleted file mode 100644
index fb4dfff..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Linq.AsyncEnumerable.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Linq.Expressions.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Linq.Expressions.dll
deleted file mode 100644
index 9d8990e..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Linq.Expressions.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Linq.Parallel.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Linq.Parallel.dll
deleted file mode 100644
index 180ef8a..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Linq.Parallel.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Linq.Queryable.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Linq.Queryable.dll
deleted file mode 100644
index bc8a3d5..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Linq.Queryable.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Linq.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Linq.dll
deleted file mode 100644
index 72488d0..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Linq.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Memory.Data.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Memory.Data.dll
deleted file mode 100644
index a9bb64f..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Memory.Data.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Memory.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Memory.dll
deleted file mode 100644
index d57159b..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Memory.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.Http.Json.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.Http.Json.dll
deleted file mode 100644
index 2110f9f..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.Http.Json.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.Http.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.Http.dll
deleted file mode 100644
index 27688b7..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.Http.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.HttpListener.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.HttpListener.dll
deleted file mode 100644
index e8e703e..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.HttpListener.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.Mail.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.Mail.dll
deleted file mode 100644
index f9e3162..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.Mail.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.NameResolution.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.NameResolution.dll
deleted file mode 100644
index 99a383f..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.NameResolution.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.NetworkInformation.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.NetworkInformation.dll
deleted file mode 100644
index 0c43fa1..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.NetworkInformation.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.Ping.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.Ping.dll
deleted file mode 100644
index ac30656..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.Ping.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.Primitives.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.Primitives.dll
deleted file mode 100644
index 7e65ffa..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.Primitives.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.Quic.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.Quic.dll
deleted file mode 100644
index 63d8e00..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.Quic.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.Requests.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.Requests.dll
deleted file mode 100644
index 209a052..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.Requests.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.Security.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.Security.dll
deleted file mode 100644
index bd77703..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.Security.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.ServerSentEvents.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.ServerSentEvents.dll
deleted file mode 100644
index 961719e..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.ServerSentEvents.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.ServicePoint.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.ServicePoint.dll
deleted file mode 100644
index 5d3c1e7..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.ServicePoint.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.Sockets.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.Sockets.dll
deleted file mode 100644
index b0c192a..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.Sockets.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.WebClient.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.WebClient.dll
deleted file mode 100644
index df8c09f..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.WebClient.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.WebHeaderCollection.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.WebHeaderCollection.dll
deleted file mode 100644
index c8686ed..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.WebHeaderCollection.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.WebProxy.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.WebProxy.dll
deleted file mode 100644
index 1b8b3d6..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.WebProxy.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.WebSockets.Client.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.WebSockets.Client.dll
deleted file mode 100644
index 22df2d0..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.WebSockets.Client.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.WebSockets.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.WebSockets.dll
deleted file mode 100644
index 87d8d93..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.WebSockets.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.dll
deleted file mode 100644
index 5e55a01..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Net.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Numerics.Vectors.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Numerics.Vectors.dll
deleted file mode 100644
index cf920d6..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Numerics.Vectors.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Numerics.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Numerics.dll
deleted file mode 100644
index 2e6a69d..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Numerics.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.ObjectModel.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.ObjectModel.dll
deleted file mode 100644
index f8b5bef..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.ObjectModel.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Printing.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Printing.dll
deleted file mode 100644
index 5808dfb..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Printing.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Private.CoreLib.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Private.CoreLib.dll
deleted file mode 100644
index 0deb1d0..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Private.CoreLib.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Private.DataContractSerialization.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Private.DataContractSerialization.dll
deleted file mode 100644
index 682a113..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Private.DataContractSerialization.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Private.Uri.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Private.Uri.dll
deleted file mode 100644
index 4f420aa..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Private.Uri.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Private.Windows.Core.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Private.Windows.Core.dll
deleted file mode 100644
index 729cdc0..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Private.Windows.Core.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Private.Windows.GdiPlus.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Private.Windows.GdiPlus.dll
deleted file mode 100644
index caf37cc..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Private.Windows.GdiPlus.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Private.Xml.Linq.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Private.Xml.Linq.dll
deleted file mode 100644
index dacaca6..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Private.Xml.Linq.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Private.Xml.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Private.Xml.dll
deleted file mode 100644
index 19d768f..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Private.Xml.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Reflection.DispatchProxy.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Reflection.DispatchProxy.dll
deleted file mode 100644
index 98b660c..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Reflection.DispatchProxy.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Reflection.Emit.ILGeneration.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Reflection.Emit.ILGeneration.dll
deleted file mode 100644
index e707b9a..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Reflection.Emit.ILGeneration.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Reflection.Emit.Lightweight.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Reflection.Emit.Lightweight.dll
deleted file mode 100644
index 5b7d405..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Reflection.Emit.Lightweight.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Reflection.Emit.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Reflection.Emit.dll
deleted file mode 100644
index 38a0f6e..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Reflection.Emit.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Reflection.Extensions.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Reflection.Extensions.dll
deleted file mode 100644
index 428883c..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Reflection.Extensions.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Reflection.Metadata.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Reflection.Metadata.dll
deleted file mode 100644
index 7992304..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Reflection.Metadata.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Reflection.Primitives.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Reflection.Primitives.dll
deleted file mode 100644
index 0db0f81..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Reflection.Primitives.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Reflection.TypeExtensions.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Reflection.TypeExtensions.dll
deleted file mode 100644
index 7b55084..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Reflection.TypeExtensions.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Reflection.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Reflection.dll
deleted file mode 100644
index 4724f02..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Reflection.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Resources.Extensions.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Resources.Extensions.dll
deleted file mode 100644
index ba12b95..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Resources.Extensions.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Resources.Reader.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Resources.Reader.dll
deleted file mode 100644
index 58d297a..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Resources.Reader.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Resources.ResourceManager.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Resources.ResourceManager.dll
deleted file mode 100644
index 28fca69..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Resources.ResourceManager.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Resources.Writer.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Resources.Writer.dll
deleted file mode 100644
index e0f668f..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Resources.Writer.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Runtime.CompilerServices.Unsafe.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Runtime.CompilerServices.Unsafe.dll
deleted file mode 100644
index 00a397f..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Runtime.CompilerServices.Unsafe.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Runtime.CompilerServices.VisualC.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Runtime.CompilerServices.VisualC.dll
deleted file mode 100644
index 876d68f..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Runtime.CompilerServices.VisualC.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Runtime.Extensions.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Runtime.Extensions.dll
deleted file mode 100644
index 8f6888f..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Runtime.Extensions.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Runtime.Handles.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Runtime.Handles.dll
deleted file mode 100644
index 13de29c..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Runtime.Handles.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Runtime.InteropServices.JavaScript.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Runtime.InteropServices.JavaScript.dll
deleted file mode 100644
index 5dc95a8..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Runtime.InteropServices.JavaScript.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Runtime.InteropServices.RuntimeInformation.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Runtime.InteropServices.RuntimeInformation.dll
deleted file mode 100644
index 56a3891..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Runtime.InteropServices.RuntimeInformation.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Runtime.InteropServices.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Runtime.InteropServices.dll
deleted file mode 100644
index 76d274b..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Runtime.InteropServices.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Runtime.Intrinsics.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Runtime.Intrinsics.dll
deleted file mode 100644
index 67c3937..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Runtime.Intrinsics.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Runtime.Loader.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Runtime.Loader.dll
deleted file mode 100644
index de2b728..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Runtime.Loader.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Runtime.Numerics.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Runtime.Numerics.dll
deleted file mode 100644
index 3b77078..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Runtime.Numerics.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Runtime.Serialization.Formatters.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Runtime.Serialization.Formatters.dll
deleted file mode 100644
index 66b412d..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Runtime.Serialization.Formatters.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Runtime.Serialization.Json.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Runtime.Serialization.Json.dll
deleted file mode 100644
index 321f098..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Runtime.Serialization.Json.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Runtime.Serialization.Primitives.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Runtime.Serialization.Primitives.dll
deleted file mode 100644
index 40cca96..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Runtime.Serialization.Primitives.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Runtime.Serialization.Xml.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Runtime.Serialization.Xml.dll
deleted file mode 100644
index a82241a..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Runtime.Serialization.Xml.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Runtime.Serialization.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Runtime.Serialization.dll
deleted file mode 100644
index 89ebf15..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Runtime.Serialization.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Runtime.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Runtime.dll
deleted file mode 100644
index 179303b..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Runtime.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Security.AccessControl.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Security.AccessControl.dll
deleted file mode 100644
index aa5a52e..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Security.AccessControl.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Security.Claims.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Security.Claims.dll
deleted file mode 100644
index 93cdab8..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Security.Claims.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Security.Cryptography.Algorithms.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Security.Cryptography.Algorithms.dll
deleted file mode 100644
index be1d37a..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Security.Cryptography.Algorithms.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Security.Cryptography.Cng.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Security.Cryptography.Cng.dll
deleted file mode 100644
index 1f51189..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Security.Cryptography.Cng.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Security.Cryptography.Csp.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Security.Cryptography.Csp.dll
deleted file mode 100644
index 3f84e89..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Security.Cryptography.Csp.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Security.Cryptography.Encoding.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Security.Cryptography.Encoding.dll
deleted file mode 100644
index 37401f7..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Security.Cryptography.Encoding.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Security.Cryptography.OpenSsl.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Security.Cryptography.OpenSsl.dll
deleted file mode 100644
index 5c07ad9..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Security.Cryptography.OpenSsl.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Security.Cryptography.Pkcs.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Security.Cryptography.Pkcs.dll
deleted file mode 100644
index 33c9b8c..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Security.Cryptography.Pkcs.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Security.Cryptography.Primitives.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Security.Cryptography.Primitives.dll
deleted file mode 100644
index fba8a79..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Security.Cryptography.Primitives.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Security.Cryptography.ProtectedData.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Security.Cryptography.ProtectedData.dll
deleted file mode 100644
index 19b418d..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Security.Cryptography.ProtectedData.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Security.Cryptography.X509Certificates.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Security.Cryptography.X509Certificates.dll
deleted file mode 100644
index 4543e14..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Security.Cryptography.X509Certificates.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Security.Cryptography.Xml.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Security.Cryptography.Xml.dll
deleted file mode 100644
index 4d88bf6..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Security.Cryptography.Xml.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Security.Cryptography.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Security.Cryptography.dll
deleted file mode 100644
index 69f62b9..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Security.Cryptography.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Security.Permissions.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Security.Permissions.dll
deleted file mode 100644
index 6593608..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Security.Permissions.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Security.Principal.Windows.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Security.Principal.Windows.dll
deleted file mode 100644
index aa78d32..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Security.Principal.Windows.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Security.Principal.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Security.Principal.dll
deleted file mode 100644
index 8e3eeec..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Security.Principal.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Security.SecureString.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Security.SecureString.dll
deleted file mode 100644
index cd00b15..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Security.SecureString.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Security.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Security.dll
deleted file mode 100644
index 9641c3f..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Security.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.ServiceModel.Web.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.ServiceModel.Web.dll
deleted file mode 100644
index 05c8d7e..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.ServiceModel.Web.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.ServiceProcess.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.ServiceProcess.dll
deleted file mode 100644
index 35e83d7..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.ServiceProcess.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Text.Encoding.CodePages.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Text.Encoding.CodePages.dll
deleted file mode 100644
index 2e35ab1..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Text.Encoding.CodePages.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Text.Encoding.Extensions.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Text.Encoding.Extensions.dll
deleted file mode 100644
index a3e99f1..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Text.Encoding.Extensions.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Text.Encoding.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Text.Encoding.dll
deleted file mode 100644
index 79061d5..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Text.Encoding.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Text.Encodings.Web.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Text.Encodings.Web.dll
deleted file mode 100644
index bc0dc62..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Text.Encodings.Web.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Text.Json.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Text.Json.dll
deleted file mode 100644
index 7ffc471..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Text.Json.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Text.RegularExpressions.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Text.RegularExpressions.dll
deleted file mode 100644
index 44a16f2..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Text.RegularExpressions.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Threading.AccessControl.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Threading.AccessControl.dll
deleted file mode 100644
index 0c05dc8..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Threading.AccessControl.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Threading.Channels.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Threading.Channels.dll
deleted file mode 100644
index 98f8f77..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Threading.Channels.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Threading.Overlapped.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Threading.Overlapped.dll
deleted file mode 100644
index 221c798..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Threading.Overlapped.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Threading.Tasks.Dataflow.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Threading.Tasks.Dataflow.dll
deleted file mode 100644
index 109f078..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Threading.Tasks.Dataflow.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Threading.Tasks.Extensions.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Threading.Tasks.Extensions.dll
deleted file mode 100644
index aeb58e6..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Threading.Tasks.Extensions.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Threading.Tasks.Parallel.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Threading.Tasks.Parallel.dll
deleted file mode 100644
index 2a7eec5..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Threading.Tasks.Parallel.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Threading.Tasks.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Threading.Tasks.dll
deleted file mode 100644
index 01d807b..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Threading.Tasks.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Threading.Thread.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Threading.Thread.dll
deleted file mode 100644
index 5ac9be9..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Threading.Thread.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Threading.ThreadPool.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Threading.ThreadPool.dll
deleted file mode 100644
index caf0d1c..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Threading.ThreadPool.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Threading.Timer.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Threading.Timer.dll
deleted file mode 100644
index 4b89e38..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Threading.Timer.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Threading.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Threading.dll
deleted file mode 100644
index 3ead6d4..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Threading.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Transactions.Local.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Transactions.Local.dll
deleted file mode 100644
index 324f412..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Transactions.Local.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Transactions.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Transactions.dll
deleted file mode 100644
index 4e57012..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Transactions.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.ValueTuple.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.ValueTuple.dll
deleted file mode 100644
index 78d621d..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.ValueTuple.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Web.HttpUtility.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Web.HttpUtility.dll
deleted file mode 100644
index 10fa262..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Web.HttpUtility.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Web.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Web.dll
deleted file mode 100644
index a4fbc7e..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Web.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Windows.Controls.Ribbon.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Windows.Controls.Ribbon.dll
deleted file mode 100644
index 401c739..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Windows.Controls.Ribbon.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Windows.Extensions.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Windows.Extensions.dll
deleted file mode 100644
index 188c402..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Windows.Extensions.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Windows.Input.Manipulations.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Windows.Input.Manipulations.dll
deleted file mode 100644
index b4f5cfe..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Windows.Input.Manipulations.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Windows.Presentation.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Windows.Presentation.dll
deleted file mode 100644
index 40b5e30..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Windows.Presentation.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Windows.Primitives.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Windows.Primitives.dll
deleted file mode 100644
index ca2f624..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Windows.Primitives.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Windows.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Windows.dll
deleted file mode 100644
index 4435dfe..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Windows.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Xaml.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Xaml.dll
deleted file mode 100644
index 17d2cd6..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Xaml.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Xml.Linq.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Xml.Linq.dll
deleted file mode 100644
index 6331b7b..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Xml.Linq.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Xml.ReaderWriter.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Xml.ReaderWriter.dll
deleted file mode 100644
index 58bd7a4..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Xml.ReaderWriter.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Xml.Serialization.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Xml.Serialization.dll
deleted file mode 100644
index c0a39e3..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Xml.Serialization.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Xml.XDocument.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Xml.XDocument.dll
deleted file mode 100644
index 36bbadc..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Xml.XDocument.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Xml.XPath.XDocument.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Xml.XPath.XDocument.dll
deleted file mode 100644
index 2cfddc4..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Xml.XPath.XDocument.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Xml.XPath.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Xml.XPath.dll
deleted file mode 100644
index 03a44b5..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Xml.XPath.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Xml.XmlDocument.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Xml.XmlDocument.dll
deleted file mode 100644
index 11da264..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Xml.XmlDocument.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Xml.XmlSerializer.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Xml.XmlSerializer.dll
deleted file mode 100644
index c14697b..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Xml.XmlSerializer.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Xml.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Xml.dll
deleted file mode 100644
index ba21be3..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.Xml.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.dll
deleted file mode 100644
index ad482e8..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/System.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/TimeZoneConverter.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/TimeZoneConverter.dll
deleted file mode 100644
index cd3dd51..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/TimeZoneConverter.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/UIAutomationClient.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/UIAutomationClient.dll
deleted file mode 100644
index 567d89b..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/UIAutomationClient.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/UIAutomationClientSideProviders.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/UIAutomationClientSideProviders.dll
deleted file mode 100644
index 0e135e6..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/UIAutomationClientSideProviders.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/UIAutomationProvider.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/UIAutomationProvider.dll
deleted file mode 100644
index 60c1cba..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/UIAutomationProvider.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/UIAutomationTypes.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/UIAutomationTypes.dll
deleted file mode 100644
index d5dd0b1..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/UIAutomationTypes.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/WindowsBase.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/WindowsBase.dll
deleted file mode 100644
index b7b57e1..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/WindowsBase.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/clretwrc.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/clretwrc.dll
deleted file mode 100644
index 8ddc3b4..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/clretwrc.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/clrgc.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/clrgc.dll
deleted file mode 100644
index fa524d2..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/clrgc.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/clrgcexp.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/clrgcexp.dll
deleted file mode 100644
index fd55a1d..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/clrgcexp.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/clrjit.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/clrjit.dll
deleted file mode 100644
index 0a3c0d9..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/clrjit.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/coreclr.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/coreclr.dll
deleted file mode 100644
index 6919b9a..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/coreclr.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/createdump.exe b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/createdump.exe
deleted file mode 100644
index b331402..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/createdump.exe and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/cs/PresentationCore.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/cs/PresentationCore.resources.dll
deleted file mode 100644
index efbdb43..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/cs/PresentationCore.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/cs/PresentationFramework.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/cs/PresentationFramework.resources.dll
deleted file mode 100644
index e19a099..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/cs/PresentationFramework.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/cs/PresentationUI.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/cs/PresentationUI.resources.dll
deleted file mode 100644
index 88b1abf..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/cs/PresentationUI.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/cs/ReachFramework.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/cs/ReachFramework.resources.dll
deleted file mode 100644
index b24338e..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/cs/ReachFramework.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/cs/System.Windows.Controls.Ribbon.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/cs/System.Windows.Controls.Ribbon.resources.dll
deleted file mode 100644
index cbfd5d9..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/cs/System.Windows.Controls.Ribbon.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/cs/System.Windows.Input.Manipulations.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/cs/System.Windows.Input.Manipulations.resources.dll
deleted file mode 100644
index 2426de7..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/cs/System.Windows.Input.Manipulations.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/cs/System.Xaml.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/cs/System.Xaml.resources.dll
deleted file mode 100644
index 5bd11c7..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/cs/System.Xaml.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/cs/UIAutomationClient.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/cs/UIAutomationClient.resources.dll
deleted file mode 100644
index a96cc87..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/cs/UIAutomationClient.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/cs/UIAutomationClientSideProviders.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/cs/UIAutomationClientSideProviders.resources.dll
deleted file mode 100644
index f54a6c7..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/cs/UIAutomationClientSideProviders.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/cs/UIAutomationProvider.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/cs/UIAutomationProvider.resources.dll
deleted file mode 100644
index 8e1f7e3..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/cs/UIAutomationProvider.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/cs/UIAutomationTypes.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/cs/UIAutomationTypes.resources.dll
deleted file mode 100644
index 52a310a..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/cs/UIAutomationTypes.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/cs/WindowsBase.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/cs/WindowsBase.resources.dll
deleted file mode 100644
index 9e5bfcf..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/cs/WindowsBase.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/de/PresentationCore.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/de/PresentationCore.resources.dll
deleted file mode 100644
index 6be686a..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/de/PresentationCore.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/de/PresentationFramework.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/de/PresentationFramework.resources.dll
deleted file mode 100644
index 0d5c3ef..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/de/PresentationFramework.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/de/PresentationUI.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/de/PresentationUI.resources.dll
deleted file mode 100644
index fb5f3cc..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/de/PresentationUI.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/de/ReachFramework.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/de/ReachFramework.resources.dll
deleted file mode 100644
index 7b9a404..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/de/ReachFramework.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/de/System.Windows.Controls.Ribbon.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/de/System.Windows.Controls.Ribbon.resources.dll
deleted file mode 100644
index 14225ce..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/de/System.Windows.Controls.Ribbon.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/de/System.Windows.Input.Manipulations.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/de/System.Windows.Input.Manipulations.resources.dll
deleted file mode 100644
index 8433bff..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/de/System.Windows.Input.Manipulations.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/de/System.Xaml.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/de/System.Xaml.resources.dll
deleted file mode 100644
index 8ccc920..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/de/System.Xaml.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/de/UIAutomationClient.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/de/UIAutomationClient.resources.dll
deleted file mode 100644
index 8d19f07..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/de/UIAutomationClient.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/de/UIAutomationClientSideProviders.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/de/UIAutomationClientSideProviders.resources.dll
deleted file mode 100644
index c1a38e9..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/de/UIAutomationClientSideProviders.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/de/UIAutomationProvider.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/de/UIAutomationProvider.resources.dll
deleted file mode 100644
index d061ec1..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/de/UIAutomationProvider.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/de/UIAutomationTypes.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/de/UIAutomationTypes.resources.dll
deleted file mode 100644
index f7cf6fd..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/de/UIAutomationTypes.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/de/WindowsBase.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/de/WindowsBase.resources.dll
deleted file mode 100644
index 83d23d8..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/de/WindowsBase.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/es/PresentationCore.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/es/PresentationCore.resources.dll
deleted file mode 100644
index bc05427..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/es/PresentationCore.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/es/PresentationFramework.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/es/PresentationFramework.resources.dll
deleted file mode 100644
index 831346e..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/es/PresentationFramework.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/es/PresentationUI.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/es/PresentationUI.resources.dll
deleted file mode 100644
index 10ac132..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/es/PresentationUI.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/es/ReachFramework.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/es/ReachFramework.resources.dll
deleted file mode 100644
index 3a4ff88..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/es/ReachFramework.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/es/System.Windows.Controls.Ribbon.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/es/System.Windows.Controls.Ribbon.resources.dll
deleted file mode 100644
index ba4803f..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/es/System.Windows.Controls.Ribbon.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/es/System.Windows.Input.Manipulations.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/es/System.Windows.Input.Manipulations.resources.dll
deleted file mode 100644
index 3a3e9d0..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/es/System.Windows.Input.Manipulations.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/es/System.Xaml.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/es/System.Xaml.resources.dll
deleted file mode 100644
index 0c1a61f..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/es/System.Xaml.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/es/UIAutomationClient.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/es/UIAutomationClient.resources.dll
deleted file mode 100644
index b0fa1b9..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/es/UIAutomationClient.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/es/UIAutomationClientSideProviders.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/es/UIAutomationClientSideProviders.resources.dll
deleted file mode 100644
index c7b9eaa..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/es/UIAutomationClientSideProviders.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/es/UIAutomationProvider.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/es/UIAutomationProvider.resources.dll
deleted file mode 100644
index 0e08b1b..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/es/UIAutomationProvider.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/es/UIAutomationTypes.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/es/UIAutomationTypes.resources.dll
deleted file mode 100644
index c871c28..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/es/UIAutomationTypes.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/es/WindowsBase.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/es/WindowsBase.resources.dll
deleted file mode 100644
index a885560..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/es/WindowsBase.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/fr/PresentationCore.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/fr/PresentationCore.resources.dll
deleted file mode 100644
index 174ba9f..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/fr/PresentationCore.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/fr/PresentationFramework.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/fr/PresentationFramework.resources.dll
deleted file mode 100644
index 93bb10c..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/fr/PresentationFramework.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/fr/PresentationUI.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/fr/PresentationUI.resources.dll
deleted file mode 100644
index 0c6c21d..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/fr/PresentationUI.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/fr/ReachFramework.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/fr/ReachFramework.resources.dll
deleted file mode 100644
index 68a814e..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/fr/ReachFramework.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/fr/SharepointToolbox.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/fr/SharepointToolbox.resources.dll
deleted file mode 100644
index 5181b23..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/fr/SharepointToolbox.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/fr/System.Windows.Controls.Ribbon.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/fr/System.Windows.Controls.Ribbon.resources.dll
deleted file mode 100644
index f6728f5..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/fr/System.Windows.Controls.Ribbon.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/fr/System.Windows.Input.Manipulations.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/fr/System.Windows.Input.Manipulations.resources.dll
deleted file mode 100644
index 7b3b39e..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/fr/System.Windows.Input.Manipulations.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/fr/System.Xaml.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/fr/System.Xaml.resources.dll
deleted file mode 100644
index 963789a..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/fr/System.Xaml.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/fr/UIAutomationClient.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/fr/UIAutomationClient.resources.dll
deleted file mode 100644
index bf059ec..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/fr/UIAutomationClient.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/fr/UIAutomationClientSideProviders.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/fr/UIAutomationClientSideProviders.resources.dll
deleted file mode 100644
index 0a887b7..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/fr/UIAutomationClientSideProviders.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/fr/UIAutomationProvider.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/fr/UIAutomationProvider.resources.dll
deleted file mode 100644
index a174b57..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/fr/UIAutomationProvider.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/fr/UIAutomationTypes.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/fr/UIAutomationTypes.resources.dll
deleted file mode 100644
index 7a13062..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/fr/UIAutomationTypes.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/fr/WindowsBase.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/fr/WindowsBase.resources.dll
deleted file mode 100644
index 9e7068c..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/fr/WindowsBase.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/hostfxr.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/hostfxr.dll
deleted file mode 100644
index 7656b48..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/hostfxr.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/hostpolicy.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/hostpolicy.dll
deleted file mode 100644
index 7a6fe89..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/hostpolicy.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/it/PresentationCore.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/it/PresentationCore.resources.dll
deleted file mode 100644
index d68c7d4..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/it/PresentationCore.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/it/PresentationFramework.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/it/PresentationFramework.resources.dll
deleted file mode 100644
index af1aa43..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/it/PresentationFramework.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/it/PresentationUI.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/it/PresentationUI.resources.dll
deleted file mode 100644
index 9648555..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/it/PresentationUI.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/it/ReachFramework.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/it/ReachFramework.resources.dll
deleted file mode 100644
index b956062..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/it/ReachFramework.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/it/System.Windows.Controls.Ribbon.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/it/System.Windows.Controls.Ribbon.resources.dll
deleted file mode 100644
index 2649d0f..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/it/System.Windows.Controls.Ribbon.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/it/System.Windows.Input.Manipulations.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/it/System.Windows.Input.Manipulations.resources.dll
deleted file mode 100644
index 63c5346..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/it/System.Windows.Input.Manipulations.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/it/System.Xaml.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/it/System.Xaml.resources.dll
deleted file mode 100644
index 34d3387..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/it/System.Xaml.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/it/UIAutomationClient.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/it/UIAutomationClient.resources.dll
deleted file mode 100644
index a50c204..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/it/UIAutomationClient.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/it/UIAutomationClientSideProviders.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/it/UIAutomationClientSideProviders.resources.dll
deleted file mode 100644
index c02ce50..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/it/UIAutomationClientSideProviders.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/it/UIAutomationProvider.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/it/UIAutomationProvider.resources.dll
deleted file mode 100644
index e5ba45e..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/it/UIAutomationProvider.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/it/UIAutomationTypes.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/it/UIAutomationTypes.resources.dll
deleted file mode 100644
index bb261f2..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/it/UIAutomationTypes.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/it/WindowsBase.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/it/WindowsBase.resources.dll
deleted file mode 100644
index f568d3e..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/it/WindowsBase.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ja/PresentationCore.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ja/PresentationCore.resources.dll
deleted file mode 100644
index aabf042..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ja/PresentationCore.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ja/PresentationFramework.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ja/PresentationFramework.resources.dll
deleted file mode 100644
index 8b825c8..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ja/PresentationFramework.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ja/PresentationUI.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ja/PresentationUI.resources.dll
deleted file mode 100644
index 7289443..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ja/PresentationUI.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ja/ReachFramework.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ja/ReachFramework.resources.dll
deleted file mode 100644
index 0996478..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ja/ReachFramework.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ja/System.Windows.Controls.Ribbon.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ja/System.Windows.Controls.Ribbon.resources.dll
deleted file mode 100644
index e8f8fdf..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ja/System.Windows.Controls.Ribbon.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ja/System.Windows.Input.Manipulations.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ja/System.Windows.Input.Manipulations.resources.dll
deleted file mode 100644
index 30c7a32..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ja/System.Windows.Input.Manipulations.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ja/System.Xaml.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ja/System.Xaml.resources.dll
deleted file mode 100644
index 15b5bc0..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ja/System.Xaml.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ja/UIAutomationClient.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ja/UIAutomationClient.resources.dll
deleted file mode 100644
index 1bbf437..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ja/UIAutomationClient.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ja/UIAutomationClientSideProviders.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ja/UIAutomationClientSideProviders.resources.dll
deleted file mode 100644
index fa9f0f6..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ja/UIAutomationClientSideProviders.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ja/UIAutomationProvider.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ja/UIAutomationProvider.resources.dll
deleted file mode 100644
index 2185212..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ja/UIAutomationProvider.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ja/UIAutomationTypes.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ja/UIAutomationTypes.resources.dll
deleted file mode 100644
index 35ec2f2..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ja/UIAutomationTypes.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ja/WindowsBase.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ja/WindowsBase.resources.dll
deleted file mode 100644
index 3ea8e2f..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ja/WindowsBase.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ko/PresentationCore.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ko/PresentationCore.resources.dll
deleted file mode 100644
index 06a475d..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ko/PresentationCore.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ko/PresentationFramework.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ko/PresentationFramework.resources.dll
deleted file mode 100644
index 9dac76b..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ko/PresentationFramework.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ko/PresentationUI.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ko/PresentationUI.resources.dll
deleted file mode 100644
index c39326b..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ko/PresentationUI.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ko/ReachFramework.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ko/ReachFramework.resources.dll
deleted file mode 100644
index 7010605..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ko/ReachFramework.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ko/System.Windows.Controls.Ribbon.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ko/System.Windows.Controls.Ribbon.resources.dll
deleted file mode 100644
index 3bb11b7..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ko/System.Windows.Controls.Ribbon.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ko/System.Windows.Input.Manipulations.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ko/System.Windows.Input.Manipulations.resources.dll
deleted file mode 100644
index a5f7084..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ko/System.Windows.Input.Manipulations.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ko/System.Xaml.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ko/System.Xaml.resources.dll
deleted file mode 100644
index 61855d3..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ko/System.Xaml.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ko/UIAutomationClient.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ko/UIAutomationClient.resources.dll
deleted file mode 100644
index e595856..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ko/UIAutomationClient.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ko/UIAutomationClientSideProviders.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ko/UIAutomationClientSideProviders.resources.dll
deleted file mode 100644
index b3bec8e..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ko/UIAutomationClientSideProviders.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ko/UIAutomationProvider.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ko/UIAutomationProvider.resources.dll
deleted file mode 100644
index 91d677c..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ko/UIAutomationProvider.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ko/UIAutomationTypes.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ko/UIAutomationTypes.resources.dll
deleted file mode 100644
index df1cd4b..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ko/UIAutomationTypes.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ko/WindowsBase.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ko/WindowsBase.resources.dll
deleted file mode 100644
index c276e46..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ko/WindowsBase.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/msalruntime.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/msalruntime.dll
deleted file mode 100644
index 239c5a5..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/msalruntime.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/mscordaccore.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/mscordaccore.dll
deleted file mode 100644
index f84f25e..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/mscordaccore.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/mscordaccore_amd64_amd64_10.0.426.12010.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/mscordaccore_amd64_amd64_10.0.426.12010.dll
deleted file mode 100644
index f84f25e..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/mscordaccore_amd64_amd64_10.0.426.12010.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/mscordbi.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/mscordbi.dll
deleted file mode 100644
index e822359..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/mscordbi.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/mscorlib.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/mscorlib.dll
deleted file mode 100644
index eeaf203..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/mscorlib.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/mscorrc.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/mscorrc.dll
deleted file mode 100644
index fd22d57..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/mscorrc.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/msquic.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/msquic.dll
deleted file mode 100644
index 9fd10ab..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/msquic.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/netstandard.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/netstandard.dll
deleted file mode 100644
index 0333ef7..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/netstandard.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pl/PresentationCore.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pl/PresentationCore.resources.dll
deleted file mode 100644
index 9b7077f..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pl/PresentationCore.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pl/PresentationFramework.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pl/PresentationFramework.resources.dll
deleted file mode 100644
index 6d20a95..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pl/PresentationFramework.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pl/PresentationUI.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pl/PresentationUI.resources.dll
deleted file mode 100644
index e294d75..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pl/PresentationUI.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pl/ReachFramework.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pl/ReachFramework.resources.dll
deleted file mode 100644
index 8b21d8f..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pl/ReachFramework.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pl/System.Windows.Controls.Ribbon.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pl/System.Windows.Controls.Ribbon.resources.dll
deleted file mode 100644
index 65e9aac..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pl/System.Windows.Controls.Ribbon.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pl/System.Windows.Input.Manipulations.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pl/System.Windows.Input.Manipulations.resources.dll
deleted file mode 100644
index 44146c4..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pl/System.Windows.Input.Manipulations.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pl/System.Xaml.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pl/System.Xaml.resources.dll
deleted file mode 100644
index 0f8d1ec..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pl/System.Xaml.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pl/UIAutomationClient.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pl/UIAutomationClient.resources.dll
deleted file mode 100644
index a186bc1..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pl/UIAutomationClient.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pl/UIAutomationClientSideProviders.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pl/UIAutomationClientSideProviders.resources.dll
deleted file mode 100644
index 0a051d5..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pl/UIAutomationClientSideProviders.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pl/UIAutomationProvider.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pl/UIAutomationProvider.resources.dll
deleted file mode 100644
index 2103fca..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pl/UIAutomationProvider.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pl/UIAutomationTypes.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pl/UIAutomationTypes.resources.dll
deleted file mode 100644
index fd3b179..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pl/UIAutomationTypes.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pl/WindowsBase.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pl/WindowsBase.resources.dll
deleted file mode 100644
index 8158b29..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pl/WindowsBase.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pt-BR/PresentationCore.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pt-BR/PresentationCore.resources.dll
deleted file mode 100644
index af0f262..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pt-BR/PresentationCore.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pt-BR/PresentationFramework.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pt-BR/PresentationFramework.resources.dll
deleted file mode 100644
index c3f35f8..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pt-BR/PresentationFramework.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pt-BR/PresentationUI.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pt-BR/PresentationUI.resources.dll
deleted file mode 100644
index 50e6956..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pt-BR/PresentationUI.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pt-BR/ReachFramework.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pt-BR/ReachFramework.resources.dll
deleted file mode 100644
index a0a937c..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pt-BR/ReachFramework.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pt-BR/System.Windows.Controls.Ribbon.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pt-BR/System.Windows.Controls.Ribbon.resources.dll
deleted file mode 100644
index 4955e1d..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pt-BR/System.Windows.Controls.Ribbon.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pt-BR/System.Windows.Input.Manipulations.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pt-BR/System.Windows.Input.Manipulations.resources.dll
deleted file mode 100644
index 322b918..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pt-BR/System.Windows.Input.Manipulations.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pt-BR/System.Xaml.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pt-BR/System.Xaml.resources.dll
deleted file mode 100644
index c8d0dbe..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pt-BR/System.Xaml.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pt-BR/UIAutomationClient.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pt-BR/UIAutomationClient.resources.dll
deleted file mode 100644
index 20853e7..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pt-BR/UIAutomationClient.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pt-BR/UIAutomationClientSideProviders.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pt-BR/UIAutomationClientSideProviders.resources.dll
deleted file mode 100644
index 6a173dc..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pt-BR/UIAutomationClientSideProviders.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pt-BR/UIAutomationProvider.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pt-BR/UIAutomationProvider.resources.dll
deleted file mode 100644
index 6b5d08a..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pt-BR/UIAutomationProvider.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pt-BR/UIAutomationTypes.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pt-BR/UIAutomationTypes.resources.dll
deleted file mode 100644
index 9d37942..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pt-BR/UIAutomationTypes.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pt-BR/WindowsBase.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pt-BR/WindowsBase.resources.dll
deleted file mode 100644
index d731840..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/pt-BR/WindowsBase.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ru/PresentationCore.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ru/PresentationCore.resources.dll
deleted file mode 100644
index f089028..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ru/PresentationCore.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ru/PresentationFramework.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ru/PresentationFramework.resources.dll
deleted file mode 100644
index a46e50f..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ru/PresentationFramework.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ru/PresentationUI.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ru/PresentationUI.resources.dll
deleted file mode 100644
index f42825c..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ru/PresentationUI.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ru/ReachFramework.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ru/ReachFramework.resources.dll
deleted file mode 100644
index 7d4b149..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ru/ReachFramework.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ru/System.Windows.Controls.Ribbon.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ru/System.Windows.Controls.Ribbon.resources.dll
deleted file mode 100644
index ae1532f..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ru/System.Windows.Controls.Ribbon.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ru/System.Windows.Input.Manipulations.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ru/System.Windows.Input.Manipulations.resources.dll
deleted file mode 100644
index 15704f5..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ru/System.Windows.Input.Manipulations.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ru/System.Xaml.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ru/System.Xaml.resources.dll
deleted file mode 100644
index e9432a4..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ru/System.Xaml.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ru/UIAutomationClient.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ru/UIAutomationClient.resources.dll
deleted file mode 100644
index e6bb801..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ru/UIAutomationClient.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ru/UIAutomationClientSideProviders.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ru/UIAutomationClientSideProviders.resources.dll
deleted file mode 100644
index 1cbef9c..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ru/UIAutomationClientSideProviders.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ru/UIAutomationProvider.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ru/UIAutomationProvider.resources.dll
deleted file mode 100644
index cc54553..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ru/UIAutomationProvider.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ru/UIAutomationTypes.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ru/UIAutomationTypes.resources.dll
deleted file mode 100644
index a8fa674..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ru/UIAutomationTypes.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ru/WindowsBase.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ru/WindowsBase.resources.dll
deleted file mode 100644
index 600cdfa..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/ru/WindowsBase.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/tr/PresentationCore.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/tr/PresentationCore.resources.dll
deleted file mode 100644
index d1d4efb..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/tr/PresentationCore.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/tr/PresentationFramework.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/tr/PresentationFramework.resources.dll
deleted file mode 100644
index 14b92bb..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/tr/PresentationFramework.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/tr/PresentationUI.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/tr/PresentationUI.resources.dll
deleted file mode 100644
index 70a4e35..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/tr/PresentationUI.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/tr/ReachFramework.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/tr/ReachFramework.resources.dll
deleted file mode 100644
index 24b67c7..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/tr/ReachFramework.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/tr/System.Windows.Controls.Ribbon.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/tr/System.Windows.Controls.Ribbon.resources.dll
deleted file mode 100644
index 2ea3b0c..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/tr/System.Windows.Controls.Ribbon.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/tr/System.Windows.Input.Manipulations.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/tr/System.Windows.Input.Manipulations.resources.dll
deleted file mode 100644
index 365af66..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/tr/System.Windows.Input.Manipulations.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/tr/System.Xaml.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/tr/System.Xaml.resources.dll
deleted file mode 100644
index e1d02c9..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/tr/System.Xaml.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/tr/UIAutomationClient.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/tr/UIAutomationClient.resources.dll
deleted file mode 100644
index 6c4c49a..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/tr/UIAutomationClient.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/tr/UIAutomationClientSideProviders.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/tr/UIAutomationClientSideProviders.resources.dll
deleted file mode 100644
index 5bdd39b..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/tr/UIAutomationClientSideProviders.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/tr/UIAutomationProvider.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/tr/UIAutomationProvider.resources.dll
deleted file mode 100644
index 27d9161..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/tr/UIAutomationProvider.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/tr/UIAutomationTypes.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/tr/UIAutomationTypes.resources.dll
deleted file mode 100644
index 9ced1bd..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/tr/UIAutomationTypes.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/tr/WindowsBase.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/tr/WindowsBase.resources.dll
deleted file mode 100644
index f8c1de9..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/tr/WindowsBase.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/vcruntime140_cor3.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/vcruntime140_cor3.dll
deleted file mode 100644
index 5786e93..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/vcruntime140_cor3.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/wpfgfx_cor3.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/wpfgfx_cor3.dll
deleted file mode 100644
index 2c45c17..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/wpfgfx_cor3.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hans/PresentationCore.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hans/PresentationCore.resources.dll
deleted file mode 100644
index 5034bc6..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hans/PresentationCore.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hans/PresentationFramework.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hans/PresentationFramework.resources.dll
deleted file mode 100644
index 99ddede..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hans/PresentationFramework.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hans/PresentationUI.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hans/PresentationUI.resources.dll
deleted file mode 100644
index 1cbd7c1..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hans/PresentationUI.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hans/ReachFramework.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hans/ReachFramework.resources.dll
deleted file mode 100644
index 049c2e1..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hans/ReachFramework.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hans/System.Windows.Controls.Ribbon.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hans/System.Windows.Controls.Ribbon.resources.dll
deleted file mode 100644
index 1c32149..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hans/System.Windows.Controls.Ribbon.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hans/System.Windows.Input.Manipulations.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hans/System.Windows.Input.Manipulations.resources.dll
deleted file mode 100644
index 1d852e3..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hans/System.Windows.Input.Manipulations.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hans/System.Xaml.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hans/System.Xaml.resources.dll
deleted file mode 100644
index 7d4c86f..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hans/System.Xaml.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hans/UIAutomationClient.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hans/UIAutomationClient.resources.dll
deleted file mode 100644
index a2356e9..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hans/UIAutomationClient.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hans/UIAutomationClientSideProviders.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hans/UIAutomationClientSideProviders.resources.dll
deleted file mode 100644
index cdab827..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hans/UIAutomationClientSideProviders.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hans/UIAutomationProvider.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hans/UIAutomationProvider.resources.dll
deleted file mode 100644
index 404ca04..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hans/UIAutomationProvider.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hans/UIAutomationTypes.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hans/UIAutomationTypes.resources.dll
deleted file mode 100644
index aee6ba8..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hans/UIAutomationTypes.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hans/WindowsBase.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hans/WindowsBase.resources.dll
deleted file mode 100644
index 4e25496..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hans/WindowsBase.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hant/PresentationCore.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hant/PresentationCore.resources.dll
deleted file mode 100644
index abd70c1..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hant/PresentationCore.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hant/PresentationFramework.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hant/PresentationFramework.resources.dll
deleted file mode 100644
index 17218b4..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hant/PresentationFramework.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hant/PresentationUI.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hant/PresentationUI.resources.dll
deleted file mode 100644
index e8f86eb..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hant/PresentationUI.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hant/ReachFramework.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hant/ReachFramework.resources.dll
deleted file mode 100644
index e4e32c9..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hant/ReachFramework.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hant/System.Windows.Controls.Ribbon.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hant/System.Windows.Controls.Ribbon.resources.dll
deleted file mode 100644
index a04f40c..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hant/System.Windows.Controls.Ribbon.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hant/System.Windows.Input.Manipulations.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hant/System.Windows.Input.Manipulations.resources.dll
deleted file mode 100644
index b31f018..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hant/System.Windows.Input.Manipulations.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hant/System.Xaml.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hant/System.Xaml.resources.dll
deleted file mode 100644
index 76d52d8..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hant/System.Xaml.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hant/UIAutomationClient.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hant/UIAutomationClient.resources.dll
deleted file mode 100644
index 62c0ec4..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hant/UIAutomationClient.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hant/UIAutomationClientSideProviders.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hant/UIAutomationClientSideProviders.resources.dll
deleted file mode 100644
index 2b9cb92..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hant/UIAutomationClientSideProviders.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hant/UIAutomationProvider.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hant/UIAutomationProvider.resources.dll
deleted file mode 100644
index 32d6907..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hant/UIAutomationProvider.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hant/UIAutomationTypes.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hant/UIAutomationTypes.resources.dll
deleted file mode 100644
index 040e178..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hant/UIAutomationTypes.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hant/WindowsBase.resources.dll b/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hant/WindowsBase.resources.dll
deleted file mode 100644
index 5f4e713..0000000
Binary files a/SharepointToolbox/bin/Release/net10.0-windows/win-x64/zh-Hant/WindowsBase.resources.dll and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs b/SharepointToolbox/obj/Debug/net10.0-windows/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs
deleted file mode 100644
index 925b135..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-//
-using System;
-using System.Reflection;
-[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v10.0", FrameworkDisplayName = ".NET 10.0")]
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/App.baml b/SharepointToolbox/obj/Debug/net10.0-windows/App.baml
deleted file mode 100644
index ab86434..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/App.baml and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/App.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/App.g.cs
deleted file mode 100644
index 0542153..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/App.g.cs
+++ /dev/null
@@ -1,76 +0,0 @@
-#pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "3D7F2D6E035003A1AD6D536E72188D46697B205C"
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using SharepointToolbox;
-using SharepointToolbox.Views.Converters;
-using System;
-using System.Diagnostics;
-using System.Windows;
-using System.Windows.Automation;
-using System.Windows.Controls;
-using System.Windows.Controls.Primitives;
-using System.Windows.Controls.Ribbon;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Ink;
-using System.Windows.Input;
-using System.Windows.Markup;
-using System.Windows.Media;
-using System.Windows.Media.Animation;
-using System.Windows.Media.Effects;
-using System.Windows.Media.Imaging;
-using System.Windows.Media.Media3D;
-using System.Windows.Media.TextFormatting;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-using System.Windows.Shell;
-
-
-namespace SharepointToolbox {
-
-
- ///
- /// App
- ///
- public partial class App : System.Windows.Application, System.Windows.Markup.IComponentConnector {
-
- private bool _contentLoaded;
-
- ///
- /// InitializeComponent
- ///
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.4.0")]
- public void InitializeComponent() {
- if (_contentLoaded) {
- return;
- }
- _contentLoaded = true;
- System.Uri resourceLocater = new System.Uri("/SharepointToolbox;component/app.xaml", System.UriKind.Relative);
-
- #line 1 "..\..\..\App.xaml"
- System.Windows.Application.LoadComponent(this, resourceLocater);
-
- #line default
- #line hidden
- }
-
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.4.0")]
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
- void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
- this._contentLoaded = true;
- }
- }
-}
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/App.g.i.cs b/SharepointToolbox/obj/Debug/net10.0-windows/App.g.i.cs
deleted file mode 100644
index 3e1bc39..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/App.g.i.cs
+++ /dev/null
@@ -1,76 +0,0 @@
-#pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "3F6C9B128F16EE667BEFF5D988CB2CC0FA064BAB"
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using SharepointToolbox;
-using SharepointToolbox.Views.Converters;
-using System;
-using System.Diagnostics;
-using System.Windows;
-using System.Windows.Automation;
-using System.Windows.Controls;
-using System.Windows.Controls.Primitives;
-using System.Windows.Controls.Ribbon;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Ink;
-using System.Windows.Input;
-using System.Windows.Markup;
-using System.Windows.Media;
-using System.Windows.Media.Animation;
-using System.Windows.Media.Effects;
-using System.Windows.Media.Imaging;
-using System.Windows.Media.Media3D;
-using System.Windows.Media.TextFormatting;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-using System.Windows.Shell;
-
-
-namespace SharepointToolbox {
-
-
- ///
- /// App
- ///
- public partial class App : System.Windows.Application, System.Windows.Markup.IComponentConnector {
-
- private bool _contentLoaded;
-
- ///
- /// InitializeComponent
- ///
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.4.0")]
- public void InitializeComponent() {
- if (_contentLoaded) {
- return;
- }
- _contentLoaded = true;
- System.Uri resourceLocater = new System.Uri("/SharepointToolbox;V1.0.0.0;component/app.xaml", System.UriKind.Relative);
-
- #line 1 "..\..\..\App.xaml"
- System.Windows.Application.LoadComponent(this, resourceLocater);
-
- #line default
- #line hidden
- }
-
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.4.0")]
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
- void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
- this._contentLoaded = true;
- }
- }
-}
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/GeneratedInternalTypeHelper.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/GeneratedInternalTypeHelper.g.cs
deleted file mode 100644
index 19a1d1d..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/GeneratedInternalTypeHelper.g.cs
+++ /dev/null
@@ -1,61 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace XamlGeneratedNamespace {
-
-
- ///
- /// GeneratedInternalTypeHelper
- ///
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.4.0")]
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
- public sealed class GeneratedInternalTypeHelper : System.Windows.Markup.InternalTypeHelper {
-
- ///
- /// CreateInstance
- ///
- protected override object CreateInstance(System.Type type, System.Globalization.CultureInfo culture) {
- return System.Activator.CreateInstance(type, ((System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.NonPublic)
- | (System.Reflection.BindingFlags.Instance | System.Reflection.BindingFlags.CreateInstance)), null, null, culture);
- }
-
- ///
- /// GetPropertyValue
- ///
- protected override object GetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, System.Globalization.CultureInfo culture) {
- return propertyInfo.GetValue(target, System.Reflection.BindingFlags.Default, null, null, culture);
- }
-
- ///
- /// SetPropertyValue
- ///
- protected override void SetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, object value, System.Globalization.CultureInfo culture) {
- propertyInfo.SetValue(target, value, System.Reflection.BindingFlags.Default, null, null, culture);
- }
-
- ///
- /// CreateDelegate
- ///
- protected override System.Delegate CreateDelegate(System.Type delegateType, object target, string handler) {
- return ((System.Delegate)(target.GetType().InvokeMember("_CreateDelegate", (System.Reflection.BindingFlags.InvokeMethod
- | (System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Instance)), null, target, new object[] {
- delegateType,
- handler}, null)));
- }
-
- ///
- /// AddEventHandler
- ///
- protected override void AddEventHandler(System.Reflection.EventInfo eventInfo, object target, System.Delegate handler) {
- eventInfo.AddEventHandler(target, handler);
- }
- }
-}
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/GeneratedInternalTypeHelper.g.i.cs b/SharepointToolbox/obj/Debug/net10.0-windows/GeneratedInternalTypeHelper.g.i.cs
deleted file mode 100644
index 19a1d1d..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/GeneratedInternalTypeHelper.g.i.cs
+++ /dev/null
@@ -1,61 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace XamlGeneratedNamespace {
-
-
- ///
- /// GeneratedInternalTypeHelper
- ///
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.4.0")]
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
- public sealed class GeneratedInternalTypeHelper : System.Windows.Markup.InternalTypeHelper {
-
- ///
- /// CreateInstance
- ///
- protected override object CreateInstance(System.Type type, System.Globalization.CultureInfo culture) {
- return System.Activator.CreateInstance(type, ((System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.NonPublic)
- | (System.Reflection.BindingFlags.Instance | System.Reflection.BindingFlags.CreateInstance)), null, null, culture);
- }
-
- ///
- /// GetPropertyValue
- ///
- protected override object GetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, System.Globalization.CultureInfo culture) {
- return propertyInfo.GetValue(target, System.Reflection.BindingFlags.Default, null, null, culture);
- }
-
- ///
- /// SetPropertyValue
- ///
- protected override void SetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, object value, System.Globalization.CultureInfo culture) {
- propertyInfo.SetValue(target, value, System.Reflection.BindingFlags.Default, null, null, culture);
- }
-
- ///
- /// CreateDelegate
- ///
- protected override System.Delegate CreateDelegate(System.Type delegateType, object target, string handler) {
- return ((System.Delegate)(target.GetType().InvokeMember("_CreateDelegate", (System.Reflection.BindingFlags.InvokeMethod
- | (System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Instance)), null, target, new object[] {
- delegateType,
- handler}, null)));
- }
-
- ///
- /// AddEventHandler
- ///
- protected override void AddEventHandler(System.Reflection.EventInfo eventInfo, object target, System.Delegate handler) {
- eventInfo.AddEventHandler(target, handler);
- }
- }
-}
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/MainWindow.baml b/SharepointToolbox/obj/Debug/net10.0-windows/MainWindow.baml
deleted file mode 100644
index d64b490..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/MainWindow.baml and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/MainWindow.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/MainWindow.g.cs
deleted file mode 100644
index f7cf91e..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/MainWindow.g.cs
+++ /dev/null
@@ -1,211 +0,0 @@
-#pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "D245D7A48B1C376DBC3E928C8803B8F6A796CAB7"
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using SharepointToolbox.Localization;
-using SharepointToolbox.Views.Tabs;
-using System;
-using System.Diagnostics;
-using System.Windows;
-using System.Windows.Automation;
-using System.Windows.Controls;
-using System.Windows.Controls.Primitives;
-using System.Windows.Controls.Ribbon;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Ink;
-using System.Windows.Input;
-using System.Windows.Markup;
-using System.Windows.Media;
-using System.Windows.Media.Animation;
-using System.Windows.Media.Effects;
-using System.Windows.Media.Imaging;
-using System.Windows.Media.Media3D;
-using System.Windows.Media.TextFormatting;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-using System.Windows.Shell;
-
-
-namespace SharepointToolbox {
-
-
- ///
- /// MainWindow
- ///
- public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
-
-
- #line 44 "..\..\..\MainWindow.xaml"
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
- internal System.Windows.Controls.RichTextBox LogPanel;
-
- #line default
- #line hidden
-
-
- #line 51 "..\..\..\MainWindow.xaml"
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
- internal System.Windows.Controls.TabItem PermissionsTabItem;
-
- #line default
- #line hidden
-
-
- #line 54 "..\..\..\MainWindow.xaml"
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
- internal System.Windows.Controls.TabItem StorageTabItem;
-
- #line default
- #line hidden
-
-
- #line 57 "..\..\..\MainWindow.xaml"
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
- internal System.Windows.Controls.TabItem SearchTabItem;
-
- #line default
- #line hidden
-
-
- #line 60 "..\..\..\MainWindow.xaml"
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
- internal System.Windows.Controls.TabItem DuplicatesTabItem;
-
- #line default
- #line hidden
-
-
- #line 63 "..\..\..\MainWindow.xaml"
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
- internal System.Windows.Controls.TabItem TransferTabItem;
-
- #line default
- #line hidden
-
-
- #line 66 "..\..\..\MainWindow.xaml"
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
- internal System.Windows.Controls.TabItem BulkMembersTabItem;
-
- #line default
- #line hidden
-
-
- #line 69 "..\..\..\MainWindow.xaml"
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
- internal System.Windows.Controls.TabItem BulkSitesTabItem;
-
- #line default
- #line hidden
-
-
- #line 72 "..\..\..\MainWindow.xaml"
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
- internal System.Windows.Controls.TabItem FolderStructureTabItem;
-
- #line default
- #line hidden
-
-
- #line 75 "..\..\..\MainWindow.xaml"
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
- internal System.Windows.Controls.TabItem TemplatesTabItem;
-
- #line default
- #line hidden
-
-
- #line 79 "..\..\..\MainWindow.xaml"
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
- internal System.Windows.Controls.TabItem UserAccessAuditTabItem;
-
- #line default
- #line hidden
-
-
- #line 83 "..\..\..\MainWindow.xaml"
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
- internal System.Windows.Controls.TabItem SettingsTabItem;
-
- #line default
- #line hidden
-
- private bool _contentLoaded;
-
- ///
- /// InitializeComponent
- ///
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.4.0")]
- public void InitializeComponent() {
- if (_contentLoaded) {
- return;
- }
- _contentLoaded = true;
- System.Uri resourceLocater = new System.Uri("/SharepointToolbox;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", "10.0.4.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.LogPanel = ((System.Windows.Controls.RichTextBox)(target));
- return;
- case 2:
- this.PermissionsTabItem = ((System.Windows.Controls.TabItem)(target));
- return;
- case 3:
- this.StorageTabItem = ((System.Windows.Controls.TabItem)(target));
- return;
- case 4:
- this.SearchTabItem = ((System.Windows.Controls.TabItem)(target));
- return;
- case 5:
- this.DuplicatesTabItem = ((System.Windows.Controls.TabItem)(target));
- return;
- case 6:
- this.TransferTabItem = ((System.Windows.Controls.TabItem)(target));
- return;
- case 7:
- this.BulkMembersTabItem = ((System.Windows.Controls.TabItem)(target));
- return;
- case 8:
- this.BulkSitesTabItem = ((System.Windows.Controls.TabItem)(target));
- return;
- case 9:
- this.FolderStructureTabItem = ((System.Windows.Controls.TabItem)(target));
- return;
- case 10:
- this.TemplatesTabItem = ((System.Windows.Controls.TabItem)(target));
- return;
- case 11:
- this.UserAccessAuditTabItem = ((System.Windows.Controls.TabItem)(target));
- return;
- case 12:
- this.SettingsTabItem = ((System.Windows.Controls.TabItem)(target));
- return;
- }
- this._contentLoaded = true;
- }
- }
-}
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/MainWindow.g.i.cs b/SharepointToolbox/obj/Debug/net10.0-windows/MainWindow.g.i.cs
deleted file mode 100644
index 745d14d..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/MainWindow.g.i.cs
+++ /dev/null
@@ -1,146 +0,0 @@
-#pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "6A7E0DBC5B83A150671B224DBF8A1684E744BFD7"
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using SharepointToolbox.Localization;
-using SharepointToolbox.Views.Controls;
-using SharepointToolbox.Views.Tabs;
-using System;
-using System.Diagnostics;
-using System.Windows;
-using System.Windows.Automation;
-using System.Windows.Controls;
-using System.Windows.Controls.Primitives;
-using System.Windows.Controls.Ribbon;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Ink;
-using System.Windows.Input;
-using System.Windows.Markup;
-using System.Windows.Media;
-using System.Windows.Media.Animation;
-using System.Windows.Media.Effects;
-using System.Windows.Media.Imaging;
-using System.Windows.Media.Media3D;
-using System.Windows.Media.TextFormatting;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-using System.Windows.Shell;
-
-
-namespace SharepointToolbox {
-
-
- ///
- /// MainWindow
- ///
- public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
-
-
- #line 37 "..\..\..\MainWindow.xaml"
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
- internal System.Windows.Controls.RichTextBox LogPanel;
-
- #line default
- #line hidden
-
-
- #line 44 "..\..\..\MainWindow.xaml"
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
- internal System.Windows.Controls.TabItem PermissionsTabItem;
-
- #line default
- #line hidden
-
-
- #line 47 "..\..\..\MainWindow.xaml"
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
- internal System.Windows.Controls.TabItem StorageTabItem;
-
- #line default
- #line hidden
-
-
- #line 50 "..\..\..\MainWindow.xaml"
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
- internal System.Windows.Controls.TabItem SearchTabItem;
-
- #line default
- #line hidden
-
-
- #line 53 "..\..\..\MainWindow.xaml"
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
- internal System.Windows.Controls.TabItem DuplicatesTabItem;
-
- #line default
- #line hidden
-
-
- #line 66 "..\..\..\MainWindow.xaml"
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
- internal System.Windows.Controls.TabItem SettingsTabItem;
-
- #line default
- #line hidden
-
- private bool _contentLoaded;
-
- ///
- /// InitializeComponent
- ///
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.4.0")]
- public void InitializeComponent() {
- if (_contentLoaded) {
- return;
- }
- _contentLoaded = true;
- System.Uri resourceLocater = new System.Uri("/SharepointToolbox;V1.0.0.0;component/mainwindow.xaml", System.UriKind.Relative);
-
- #line 1 "..\..\..\MainWindow.xaml"
- System.Windows.Application.LoadComponent(this, resourceLocater);
-
- #line default
- #line hidden
- }
-
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.4.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.LogPanel = ((System.Windows.Controls.RichTextBox)(target));
- return;
- case 2:
- this.PermissionsTabItem = ((System.Windows.Controls.TabItem)(target));
- return;
- case 3:
- this.StorageTabItem = ((System.Windows.Controls.TabItem)(target));
- return;
- case 4:
- this.SearchTabItem = ((System.Windows.Controls.TabItem)(target));
- return;
- case 5:
- this.DuplicatesTabItem = ((System.Windows.Controls.TabItem)(target));
- return;
- case 6:
- this.SettingsTabItem = ((System.Windows.Controls.TabItem)(target));
- return;
- }
- this._contentLoaded = true;
- }
- }
-}
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/Sharepoi.43890A8F.Up2Date b/SharepointToolbox/obj/Debug/net10.0-windows/Sharepoi.43890A8F.Up2Date
deleted file mode 100644
index e69de29..0000000
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox.AssemblyInfo.cs
deleted file mode 100644
index d4f45b3..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Runtime.CompilerServices.InternalsVisibleToAttribute("SharepointToolbox.Tests")]
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+b9511bd2b07dc1b8f7a457602899a3644db4f099")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox.AssemblyInfoInputs.cache
deleted file mode 100644
index 1ae54ed..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-92fb59486a9b4569136d423b674d1545abfe4aa70a8cb949969aac2f7c58c28c
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox.Localization.Strings.fr.resources b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox.Localization.Strings.fr.resources
deleted file mode 100644
index 1663a43..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox.Localization.Strings.fr.resources and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox.Localization.Strings.resources b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox.Localization.Strings.resources
deleted file mode 100644
index 1b0d8ee..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox.Localization.Strings.resources and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox.assets.cache
deleted file mode 100644
index 984ee13..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox.csproj.AssemblyReference.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox.csproj.AssemblyReference.cache
deleted file mode 100644
index 3fc330b..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox.csproj.AssemblyReference.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox.csproj.CoreCompileInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox.csproj.CoreCompileInputs.cache
deleted file mode 100644
index b21102f..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox.csproj.CoreCompileInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-b1c5d5796bf6589771c36b6b907cd805c736d0b91e70cdec566fe508172b157c
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox.csproj.FileListAbsolute.txt b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox.csproj.FileListAbsolute.txt
deleted file mode 100644
index e4e01cd..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox.csproj.FileListAbsolute.txt
+++ /dev/null
@@ -1,168 +0,0 @@
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\SharepointToolbox.exe
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\SharepointToolbox.deps.json
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\SharepointToolbox.runtimeconfig.json
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\SharepointToolbox.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\SharepointToolbox.pdb
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\AngleSharp.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\AngleSharp.Css.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\CommunityToolkit.Mvvm.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.ApplicationInsights.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.Caching.Abstractions.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.Caching.Memory.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.Configuration.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.Configuration.Abstractions.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.Configuration.Binder.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.Configuration.CommandLine.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.Configuration.EnvironmentVariables.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.Configuration.FileExtensions.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.Configuration.Json.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.Configuration.UserSecrets.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.DependencyInjection.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.DependencyInjection.Abstractions.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.Diagnostics.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.Diagnostics.Abstractions.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.FileProviders.Abstractions.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.FileProviders.Physical.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.FileSystemGlobbing.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.Hosting.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.Hosting.Abstractions.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.Http.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.Logging.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.Logging.Abstractions.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.Logging.Configuration.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.Logging.Console.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.Logging.Debug.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.Logging.EventLog.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.Logging.EventSource.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.Options.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.Options.ConfigurationExtensions.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Extensions.Primitives.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Graph.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Graph.Core.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Identity.Client.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Identity.Client.Broker.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Identity.Client.Extensions.Msal.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Identity.Client.NativeInterop.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.IdentityModel.Abstractions.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.IdentityModel.JsonWebTokens.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.IdentityModel.Logging.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.IdentityModel.Tokens.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Office.Client.Policy.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Office.Client.TranslationServices.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Office.SharePoint.Tools.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Online.SharePoint.Client.Tenant.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.ProjectServer.Client.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.SharePoint.Client.DocumentManagement.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.SharePoint.Client.Publishing.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.SharePoint.Client.Runtime.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.SharePoint.Client.Search.Applications.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.SharePoint.Client.Search.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.SharePoint.Client.Taxonomy.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.SharePoint.Client.UserProfiles.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.SharePoint.Client.WorkflowServices.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.SharePoint.Client.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Newtonsoft.Json.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\PnP.Core.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\PnP.Framework.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Portable.Xaml.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Serilog.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Serilog.Extensions.Hosting.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Serilog.Extensions.Logging.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Serilog.Sinks.File.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\System.IdentityModel.Tokens.Jwt.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\TimeZoneConverter.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\runtimes\linux-x64\native\libmsalruntime.so
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\runtimes\osx-arm64\native\msalruntime_arm64.dylib
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\runtimes\osx-x64\native\msalruntime.dylib
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\runtimes\win-arm64\native\msalruntime_arm64.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\runtimes\win-x64\native\msalruntime.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\runtimes\win-x86\native\msalruntime_x86.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\SharepointToolbox.csproj.AssemblyReference.cache
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\MainWindow.g.cs
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\App.g.cs
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\SharepointToolbox_MarkupCompile.cache
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\SharepointToolbox_MarkupCompile.lref
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\MainWindow.baml
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\App.baml
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\SharepointToolbox.g.resources
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\SharepointToolbox.GeneratedMSBuildEditorConfig.editorconfig
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\SharepointToolbox.AssemblyInfoInputs.cache
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\SharepointToolbox.AssemblyInfo.cs
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\SharepointToolbox.csproj.CoreCompileInputs.cache
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\Sharepoi.43890A8F.Up2Date
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\SharepointToolbox.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\refint\SharepointToolbox.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\SharepointToolbox.pdb
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\SharepointToolbox.genruntimeconfig.cache
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\ref\SharepointToolbox.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\fr\SharepointToolbox.resources.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\SharepointToolbox.Localization.Strings.resources
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\SharepointToolbox.Localization.Strings.fr.resources
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\SharepointToolbox.csproj.GenerateResource.cache
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\fr\SharepointToolbox.resources.cs
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\fr\SharepointToolbox.resources.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\GeneratedInternalTypeHelper.g.cs
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\Views\Dialogs\ProfileManagementDialog.g.cs
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\Views\Tabs\SettingsView.g.cs
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\Views\Dialogs\ProfileManagementDialog.baml
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\Views\Tabs\SettingsView.baml
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\Views\Dialogs\SitePickerDialog.baml
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\Views\Dialogs\SitePickerDialog.g.cs
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\Views\Tabs\PermissionsView.g.cs
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\Views\Tabs\PermissionsView.baml
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\Views\Tabs\StorageView.g.cs
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\Views\Tabs\StorageView.baml
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\Views\Tabs\SearchView.g.cs
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\Views\Tabs\SearchView.baml
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\Views\Tabs\DuplicatesView.g.cs
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\Views\Tabs\DuplicatesView.baml
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Azure.Core.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\CsvHelper.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Bcl.AsyncInterfaces.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.IdentityModel.Protocols.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.IdentityModel.Validators.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Kiota.Abstractions.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Kiota.Authentication.Azure.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Kiota.Http.HttpClientLibrary.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Kiota.Serialization.Form.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Kiota.Serialization.Json.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Kiota.Serialization.Multipart.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Microsoft.Kiota.Serialization.Text.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\Std.UriTemplate.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\System.ClientModel.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\System.Memory.Data.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\Views\Dialogs\ConfirmBulkOperationDialog.g.cs
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\Views\Dialogs\FolderBrowserDialog.g.cs
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\Views\Tabs\BulkMembersView.g.cs
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\Views\Tabs\BulkSitesView.g.cs
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\Views\Tabs\FolderStructureView.g.cs
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\Views\Tabs\TemplatesView.g.cs
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\Views\Tabs\TransferView.g.cs
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\Views\Dialogs\ConfirmBulkOperationDialog.baml
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\Views\Dialogs\FolderBrowserDialog.baml
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\Views\Tabs\BulkMembersView.baml
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\Views\Tabs\BulkSitesView.baml
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\Views\Tabs\FolderStructureView.baml
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\Views\Tabs\TemplatesView.baml
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\Views\Tabs\TransferView.baml
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\HarfBuzzSharp.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\LiveChartsCore.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\LiveChartsCore.SkiaSharpView.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\LiveChartsCore.SkiaSharpView.WPF.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\OpenTK.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\GLWpfControl.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\SkiaSharp.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\SkiaSharp.HarfBuzz.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\SkiaSharp.Views.Desktop.Common.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\SkiaSharp.Views.WPF.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\runtimes\osx\native\libHarfBuzzSharp.dylib
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\runtimes\win-arm64\native\libHarfBuzzSharp.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\runtimes\win-x64\native\libHarfBuzzSharp.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\runtimes\win-x86\native\libHarfBuzzSharp.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\runtimes\osx\native\libSkiaSharp.dylib
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\runtimes\win-arm64\native\libSkiaSharp.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\runtimes\win-x64\native\libSkiaSharp.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\bin\Debug\net10.0-windows\runtimes\win-x86\native\libSkiaSharp.dll
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\Views\Tabs\UserAccessAuditView.g.cs
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\Views\Tabs\UserAccessAuditView.baml
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox.csproj.GenerateResource.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox.csproj.GenerateResource.cache
deleted file mode 100644
index f9eda1e..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox.csproj.GenerateResource.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox.dll b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox.dll
deleted file mode 100644
index 232e1ed..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox.dll and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox.g.resources b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox.g.resources
deleted file mode 100644
index fc662eb..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox.g.resources and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox.genruntimeconfig.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox.genruntimeconfig.cache
deleted file mode 100644
index 2b235d6..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox.genruntimeconfig.cache
+++ /dev/null
@@ -1 +0,0 @@
-e9f791711b2996a9029335231857234759ad7631240869565bde7ef57f412092
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox.pdb b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox.pdb
deleted file mode 100644
index 98971c7..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox.pdb and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_0ho1asf5_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_0ho1asf5_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 968f6ca..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_0ho1asf5_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0984a36bc78403eecbf6c3746b55d776922d4968")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_0ho1asf5_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_0ho1asf5_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index d766bb8..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_0ho1asf5_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-f7594cc8ef4b53709597d7c4213f1796c394f79ce89f37ad56f4818ca8729c76
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_0ho1asf5_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_0ho1asf5_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_0ho1asf5_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_0ho1asf5_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_0ho1asf5_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_0ho1asf5_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_0ho1asf5_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_0ho1asf5_wpftmp.assets.cache
deleted file mode 100644
index f25c4a6..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_0ho1asf5_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_0vkk2kbi_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_0vkk2kbi_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 61fe0c2..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_0vkk2kbi_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fa793c54892f69c19c41272ddb1c8a02fec46be7")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_0vkk2kbi_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_0vkk2kbi_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 8fa1b52..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_0vkk2kbi_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-5be815e8f0d243b1af744c43688cfbf1b61dfbeb5ee6c098cde0d88eecc5865e
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_0vkk2kbi_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_0vkk2kbi_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_0vkk2kbi_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_0vkk2kbi_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_0vkk2kbi_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_0vkk2kbi_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_0vkk2kbi_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_0vkk2kbi_wpftmp.assets.cache
deleted file mode 100644
index 31dffd4..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_0vkk2kbi_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_0wfox0k5_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_0wfox0k5_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index bd2552c..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_0wfox0k5_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+9a55c9e7d075b639af1e395c6011aea19581ae49")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_0wfox0k5_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_0wfox0k5_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 0c8c508..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_0wfox0k5_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-eceff7dd01aa587a5c40a0abc5411fcb983da80cf012e78df12bcc63ffcf817c
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_0wfox0k5_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_0wfox0k5_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_0wfox0k5_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_0wfox0k5_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_0wfox0k5_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_0wfox0k5_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_0wfox0k5_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_0wfox0k5_wpftmp.assets.cache
deleted file mode 100644
index 7c41692..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_0wfox0k5_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_1es1z5ri_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_1es1z5ri_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index bd2552c..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_1es1z5ri_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+9a55c9e7d075b639af1e395c6011aea19581ae49")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_1es1z5ri_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_1es1z5ri_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 0c8c508..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_1es1z5ri_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-eceff7dd01aa587a5c40a0abc5411fcb983da80cf012e78df12bcc63ffcf817c
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_1es1z5ri_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_1es1z5ri_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_1es1z5ri_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_1es1z5ri_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_1es1z5ri_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_1es1z5ri_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_1es1z5ri_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_1es1z5ri_wpftmp.assets.cache
deleted file mode 100644
index ccc0a23..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_1es1z5ri_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_1o52axr3_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_1o52axr3_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index e5db7a3..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_1o52axr3_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+2280f12eab437908b8f875ca7b23f6c1996f0e60")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_1o52axr3_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_1o52axr3_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 6d34f1c..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_1o52axr3_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-7f00aa4c203d47f2ab657351af9bceaab5ca4d3f0b2b5bd96efc66e479690a96
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_1o52axr3_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_1o52axr3_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_1o52axr3_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_1o52axr3_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_1o52axr3_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_1o52axr3_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_1o52axr3_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_1o52axr3_wpftmp.assets.cache
deleted file mode 100644
index d7de766..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_1o52axr3_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_21sqsc45_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_21sqsc45_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 095626e..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_21sqsc45_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fdcd4c83778ecb110bc41f777919b1ab0cdbcc6b")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_21sqsc45_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_21sqsc45_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index d7f4a4b..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_21sqsc45_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-d3014d0bf3d97ab2802ff8d6ef96a5235954f7397655c60296ff7f9c3c36ab72
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_21sqsc45_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_21sqsc45_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_21sqsc45_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_21sqsc45_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_21sqsc45_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_21sqsc45_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_21sqsc45_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_21sqsc45_wpftmp.assets.cache
deleted file mode 100644
index daafa73..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_21sqsc45_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_23ir3kj3_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_23ir3kj3_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 61fe0c2..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_23ir3kj3_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fa793c54892f69c19c41272ddb1c8a02fec46be7")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_23ir3kj3_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_23ir3kj3_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 8fa1b52..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_23ir3kj3_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-5be815e8f0d243b1af744c43688cfbf1b61dfbeb5ee6c098cde0d88eecc5865e
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_23ir3kj3_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_23ir3kj3_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_23ir3kj3_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_23ir3kj3_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_23ir3kj3_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_23ir3kj3_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_23ir3kj3_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_23ir3kj3_wpftmp.assets.cache
deleted file mode 100644
index 5a1ae90..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_23ir3kj3_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_2cgpxlnk_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_2cgpxlnk_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 5d1ddbc..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_2cgpxlnk_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+9add2592b377023fb0e9a67f74bca562fe43a2bd")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_2cgpxlnk_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_2cgpxlnk_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index b447791..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_2cgpxlnk_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-6a7a1984d2903a01d802131f651a5a95eec90d04ba3c377812e1282634ed2310
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_2cgpxlnk_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_2cgpxlnk_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_2cgpxlnk_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_2cgpxlnk_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_2cgpxlnk_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_2cgpxlnk_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_2cgpxlnk_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_2cgpxlnk_wpftmp.assets.cache
deleted file mode 100644
index 7859405..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_2cgpxlnk_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_2vka1m3h_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_2vka1m3h_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 61fe0c2..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_2vka1m3h_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fa793c54892f69c19c41272ddb1c8a02fec46be7")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_2vka1m3h_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_2vka1m3h_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 8fa1b52..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_2vka1m3h_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-5be815e8f0d243b1af744c43688cfbf1b61dfbeb5ee6c098cde0d88eecc5865e
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_2vka1m3h_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_2vka1m3h_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_2vka1m3h_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_2vka1m3h_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_2vka1m3h_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_2vka1m3h_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_2vka1m3h_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_2vka1m3h_wpftmp.assets.cache
deleted file mode 100644
index cea157b..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_2vka1m3h_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_2x2gznza_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_2x2gznza_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 61fe0c2..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_2x2gznza_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fa793c54892f69c19c41272ddb1c8a02fec46be7")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_2x2gznza_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_2x2gznza_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 8fa1b52..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_2x2gznza_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-5be815e8f0d243b1af744c43688cfbf1b61dfbeb5ee6c098cde0d88eecc5865e
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_2x2gznza_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_2x2gznza_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_2x2gznza_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_2x2gznza_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_2x2gznza_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_2x2gznza_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_2x2gznza_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_2x2gznza_wpftmp.assets.cache
deleted file mode 100644
index ef8f845..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_2x2gznza_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_31c1b0xd_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_31c1b0xd_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 27ec53c..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_31c1b0xd_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Runtime.CompilerServices.InternalsVisibleToAttribute("SharepointToolbox.Tests")]
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+b035e91120c9f4dd7c583153012dc8bf81d8ae0f")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_31c1b0xd_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_31c1b0xd_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 9b96ca3..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_31c1b0xd_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-e2360a2f2f461741130a941fc032c96a465b7f57751dea464382d7b8ddd896ea
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_31c1b0xd_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_31c1b0xd_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_31c1b0xd_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_31c1b0xd_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_31c1b0xd_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_31c1b0xd_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_31c1b0xd_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_31c1b0xd_wpftmp.assets.cache
deleted file mode 100644
index 1b34c49..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_31c1b0xd_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3ab5wfzp_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3ab5wfzp_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index bd2552c..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3ab5wfzp_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+9a55c9e7d075b639af1e395c6011aea19581ae49")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3ab5wfzp_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3ab5wfzp_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 0c8c508..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3ab5wfzp_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-eceff7dd01aa587a5c40a0abc5411fcb983da80cf012e78df12bcc63ffcf817c
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3ab5wfzp_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3ab5wfzp_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3ab5wfzp_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3ab5wfzp_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3ab5wfzp_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3ab5wfzp_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3ab5wfzp_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3ab5wfzp_wpftmp.assets.cache
deleted file mode 100644
index b5a81fd..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3ab5wfzp_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3cay3acc_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3cay3acc_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 61fe0c2..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3cay3acc_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fa793c54892f69c19c41272ddb1c8a02fec46be7")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3cay3acc_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3cay3acc_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 8fa1b52..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3cay3acc_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-5be815e8f0d243b1af744c43688cfbf1b61dfbeb5ee6c098cde0d88eecc5865e
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3cay3acc_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3cay3acc_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3cay3acc_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3cay3acc_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3cay3acc_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3cay3acc_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3cay3acc_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3cay3acc_wpftmp.assets.cache
deleted file mode 100644
index 8c539a5..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3cay3acc_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3cz1jd3b_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3cz1jd3b_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index da5c6d9..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3cz1jd3b_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+4d7e9ea02a63475d16a117e570ccb390fa4571c5")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3cz1jd3b_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3cz1jd3b_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 730505d..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3cz1jd3b_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ff959b099a35b89fbe06d45d7880a7b783c0a8f69dc108b3338dfa9ec8f88cb9
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3cz1jd3b_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3cz1jd3b_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3cz1jd3b_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3cz1jd3b_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3cz1jd3b_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3cz1jd3b_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3cz1jd3b_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3cz1jd3b_wpftmp.assets.cache
deleted file mode 100644
index ec6882b..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3cz1jd3b_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3e2aci0d_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3e2aci0d_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 1d8ecca..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3e2aci0d_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+48ccf5891b6e4aa0e5208f7531dd6b762390afcd")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3e2aci0d_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3e2aci0d_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 3fe9519..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3e2aci0d_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-b14bff1337947b7f857c601702170ee97d3e7545058cc45449b8b3c7547a7933
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3e2aci0d_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3e2aci0d_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3e2aci0d_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3e2aci0d_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3e2aci0d_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3e2aci0d_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3e2aci0d_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3e2aci0d_wpftmp.assets.cache
deleted file mode 100644
index df82257..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3e2aci0d_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3fbkljtx_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3fbkljtx_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index e93b419..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3fbkljtx_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+769196dabe23097dbd3d258a9b8bc6f47553bd1e")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3fbkljtx_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3fbkljtx_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index f4989a6..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3fbkljtx_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-5d07952d0923816ed55234a5f4290931eb1cd775844277b61ad361f13c9a9f0c
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3fbkljtx_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3fbkljtx_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3fbkljtx_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3fbkljtx_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3fbkljtx_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3fbkljtx_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3fbkljtx_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3fbkljtx_wpftmp.assets.cache
deleted file mode 100644
index 9ec93ab..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3fbkljtx_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3nbpojju_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3nbpojju_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index cc3b009..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3nbpojju_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+e174a18350fb1934beabb9d69a8bb504b7c4b339")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3nbpojju_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3nbpojju_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 7c683b9..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3nbpojju_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-2c8b99aef381649557f7d3bd8aa827776dcf6be57d875590f5ee9a13978104e9
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3nbpojju_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3nbpojju_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3nbpojju_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3nbpojju_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3nbpojju_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3nbpojju_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3nbpojju_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3nbpojju_wpftmp.assets.cache
deleted file mode 100644
index bd5c261..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3nbpojju_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3p44sdqe_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3p44sdqe_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 335874d..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3p44sdqe_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+6e9a0033f2fdf7b600a59bf11895804980f5cfe3")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3p44sdqe_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3p44sdqe_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 9a4ba2f..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3p44sdqe_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-04612e20805846339feacb5479ab2c045e21fa72cde8fbeb3afca03f1ee35771
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3p44sdqe_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3p44sdqe_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 1914618..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3p44sdqe_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = c:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3p44sdqe_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3p44sdqe_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3p44sdqe_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3p44sdqe_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3p44sdqe_wpftmp.assets.cache
deleted file mode 100644
index db70568..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3p44sdqe_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3r4rkt0z_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3r4rkt0z_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 61fe0c2..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3r4rkt0z_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fa793c54892f69c19c41272ddb1c8a02fec46be7")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3r4rkt0z_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3r4rkt0z_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 8fa1b52..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3r4rkt0z_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-5be815e8f0d243b1af744c43688cfbf1b61dfbeb5ee6c098cde0d88eecc5865e
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3r4rkt0z_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3r4rkt0z_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3r4rkt0z_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3r4rkt0z_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3r4rkt0z_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3r4rkt0z_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3r4rkt0z_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3r4rkt0z_wpftmp.assets.cache
deleted file mode 100644
index 289dfff..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3r4rkt0z_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3ycpswki_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3ycpswki_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 61fe0c2..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3ycpswki_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fa793c54892f69c19c41272ddb1c8a02fec46be7")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3ycpswki_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3ycpswki_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 8fa1b52..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3ycpswki_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-5be815e8f0d243b1af744c43688cfbf1b61dfbeb5ee6c098cde0d88eecc5865e
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3ycpswki_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3ycpswki_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3ycpswki_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3ycpswki_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3ycpswki_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3ycpswki_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3ycpswki_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3ycpswki_wpftmp.assets.cache
deleted file mode 100644
index 4d7ee43..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_3ycpswki_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_41uslihg_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_41uslihg_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 9885960..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_41uslihg_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+94ff1810356d757055d0cb3c101bb067e5eecd44")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_41uslihg_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_41uslihg_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index b1759bc..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_41uslihg_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-e7b4a3660a8b538454990c47a966a176afc17a90b7cb22d7832b5953e587e734
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_41uslihg_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_41uslihg_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_41uslihg_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_41uslihg_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_41uslihg_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_41uslihg_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_41uslihg_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_41uslihg_wpftmp.assets.cache
deleted file mode 100644
index bc3e550..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_41uslihg_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4dbypbbb_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4dbypbbb_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 8e3186c..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4dbypbbb_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+cc513777ec053c592fcbe8a24df8774cbe5f5d8f")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4dbypbbb_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4dbypbbb_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 3f67d60..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4dbypbbb_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-5f1fbd0a42c0371bee8b239d2bace3ca932e4a12b0b9b92ebe7a999ce70f6553
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4dbypbbb_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4dbypbbb_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4dbypbbb_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4dbypbbb_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4dbypbbb_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4dbypbbb_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4dbypbbb_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4dbypbbb_wpftmp.assets.cache
deleted file mode 100644
index d61049d..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4dbypbbb_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4jq5xeif_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4jq5xeif_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 6b06ac0..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4jq5xeif_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+c42140db1af58bce74e0355b597bb33013d33c97")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4jq5xeif_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4jq5xeif_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 89a6867..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4jq5xeif_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-460a71746952eac7a1f47f4633324ce3ac885c168703a1283928e2b1fe3c9132
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4jq5xeif_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4jq5xeif_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4jq5xeif_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4jq5xeif_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4jq5xeif_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4jq5xeif_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4jq5xeif_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4jq5xeif_wpftmp.assets.cache
deleted file mode 100644
index d66ec1c..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4jq5xeif_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4k5c5zma_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4k5c5zma_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index f9785e6..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4k5c5zma_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Runtime.CompilerServices.InternalsVisibleToAttribute("SharepointToolbox.Tests")]
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+c12ca4b813236ca4b79e26af04aee163ad88e8d8")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4k5c5zma_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4k5c5zma_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index e580b10..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4k5c5zma_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-bfadac7620c39e20cff5aa0eac595617b5c48d06b4b152d0b34182078c5bde8d
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4k5c5zma_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4k5c5zma_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4k5c5zma_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4k5c5zma_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4k5c5zma_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4k5c5zma_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4k5c5zma_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4k5c5zma_wpftmp.assets.cache
deleted file mode 100644
index 95f83e3..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4k5c5zma_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4l3p4zqa_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4l3p4zqa_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 0c4e7d3..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4l3p4zqa_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+ff29d4ec196616f505228dd2637448a66ec117dc")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4l3p4zqa_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4l3p4zqa_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index adf34e2..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4l3p4zqa_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-08b19d45e90d300184e64ee0da59abce893b985a2bdd8bfe17f0149a16c2e848
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4l3p4zqa_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4l3p4zqa_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4l3p4zqa_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4l3p4zqa_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4l3p4zqa_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4l3p4zqa_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4l3p4zqa_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4l3p4zqa_wpftmp.assets.cache
deleted file mode 100644
index 6dd2b2e..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4l3p4zqa_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4tr1iute_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4tr1iute_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index b86241c..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4tr1iute_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+18fe97f975b0579041e5406ce9034e3d4409971c")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4tr1iute_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4tr1iute_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 8f433be..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4tr1iute_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-86c538910c957416b6c3fe52355e123b6c95f1d003a947937545bc36d43f3099
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4tr1iute_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4tr1iute_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4tr1iute_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4tr1iute_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4tr1iute_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4tr1iute_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4tr1iute_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4tr1iute_wpftmp.assets.cache
deleted file mode 100644
index d536610..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4tr1iute_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4zl5drmg_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4zl5drmg_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index b136826..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4zl5drmg_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+7874fa852428a65de28ce2f791ef7f0a27831309")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4zl5drmg_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4zl5drmg_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index acedc83..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4zl5drmg_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-6896de50e3c24fc484ca613663a59dc10b2ae2c74c519afd207a26d76143c02a
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4zl5drmg_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4zl5drmg_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4zl5drmg_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4zl5drmg_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4zl5drmg_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4zl5drmg_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4zl5drmg_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4zl5drmg_wpftmp.assets.cache
deleted file mode 100644
index 58ac787..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_4zl5drmg_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_50porqbu_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_50porqbu_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 61fe0c2..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_50porqbu_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fa793c54892f69c19c41272ddb1c8a02fec46be7")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_50porqbu_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_50porqbu_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 8fa1b52..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_50porqbu_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-5be815e8f0d243b1af744c43688cfbf1b61dfbeb5ee6c098cde0d88eecc5865e
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_50porqbu_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_50porqbu_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_50porqbu_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_50porqbu_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_50porqbu_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_50porqbu_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_50porqbu_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_50porqbu_wpftmp.assets.cache
deleted file mode 100644
index 2bbbb19..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_50porqbu_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5afewsw3_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5afewsw3_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 29ca9ab..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5afewsw3_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+c462a0b31007d28055393c7333e64e0309bec26d")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5afewsw3_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5afewsw3_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index c3c6bbb..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5afewsw3_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-b812004cccb2265bdea0836d87f1a420f6887192c8cd63c6a9c89ec190168fb4
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5afewsw3_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5afewsw3_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5afewsw3_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5afewsw3_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5afewsw3_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5afewsw3_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5afewsw3_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5afewsw3_wpftmp.assets.cache
deleted file mode 100644
index 85caafe..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5afewsw3_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5f3rwkrh_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5f3rwkrh_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index a703cbe..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5f3rwkrh_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+5c108405816c37594886b9f5a32ebedafb36f094")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5f3rwkrh_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5f3rwkrh_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index d43589a..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5f3rwkrh_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-1014d7ae689c3046eebe626dd723ae71341b47504614f534d39191960150191c
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5f3rwkrh_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5f3rwkrh_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5f3rwkrh_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5f3rwkrh_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5f3rwkrh_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5f3rwkrh_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5f3rwkrh_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5f3rwkrh_wpftmp.assets.cache
deleted file mode 100644
index 66a8e8e..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5f3rwkrh_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5ij5y1ps_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5ij5y1ps_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 20081a7..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5ij5y1ps_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+e74cffbe311c9248a5a0a6ad9f0e116220b5d63b")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5ij5y1ps_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5ij5y1ps_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index f450ec3..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5ij5y1ps_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-2a200e540976041381a2e4b4516ad8ea049be40eb98a7739cf578bac7a718096
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5ij5y1ps_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5ij5y1ps_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5ij5y1ps_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5ij5y1ps_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5ij5y1ps_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5ij5y1ps_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5ij5y1ps_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5ij5y1ps_wpftmp.assets.cache
deleted file mode 100644
index 7856d09..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5ij5y1ps_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5sicwp0p_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5sicwp0p_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index f5b76c9..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5sicwp0p_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d73e50948df5a71ae2c22ee45646a18224c37d57")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5sicwp0p_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5sicwp0p_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 80d4f05..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5sicwp0p_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-c8bc7e35b6843b8c44ddcb5e672f4a1cd15b2049d5ecd95d4d8035c3c7c1f2dd
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5sicwp0p_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5sicwp0p_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5sicwp0p_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5sicwp0p_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5sicwp0p_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5sicwp0p_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5sicwp0p_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5sicwp0p_wpftmp.assets.cache
deleted file mode 100644
index 0d598cd..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_5sicwp0p_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_MarkupCompile.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_MarkupCompile.cache
deleted file mode 100644
index 140618e..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_MarkupCompile.cache
+++ /dev/null
@@ -1,20 +0,0 @@
-SharepointToolbox
-
-
-winexe
-C#
-.cs
-C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\obj\Debug\net10.0-windows\
-SharepointToolbox
-none
-false
-TRACE;DEBUG;NET;NET10_0;NETCOREAPP;WINDOWS;WINDOWS7_0;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NET9_0_OR_GREATER;NET10_0_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER;WINDOWS7_0_OR_GREATER
-
-17-812432200
-
-135-653445041
-300418310314
-MainWindow.xaml;Views\Dialogs\ConfirmBulkOperationDialog.xaml;Views\Dialogs\FolderBrowserDialog.xaml;Views\Dialogs\ProfileManagementDialog.xaml;Views\Dialogs\SitePickerDialog.xaml;Views\Tabs\BulkMembersView.xaml;Views\Tabs\BulkSitesView.xaml;Views\Tabs\DuplicatesView.xaml;Views\Tabs\FolderStructureView.xaml;Views\Tabs\PermissionsView.xaml;Views\Tabs\SearchView.xaml;Views\Tabs\SettingsView.xaml;Views\Tabs\StorageView.xaml;Views\Tabs\TemplatesView.xaml;Views\Tabs\TransferView.xaml;Views\Tabs\UserAccessAuditView.xaml;App.xaml;
-
-False
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_MarkupCompile.lref b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_MarkupCompile.lref
deleted file mode 100644
index c6a2b39..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_MarkupCompile.lref
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-FC:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\MainWindow.xaml;;
-FC:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\Views\Dialogs\ConfirmBulkOperationDialog.xaml;;
-FC:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\Views\Dialogs\FolderBrowserDialog.xaml;;
-FC:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\Views\Dialogs\ProfileManagementDialog.xaml;;
-FC:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\Views\Tabs\BulkMembersView.xaml;;
-FC:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\Views\Tabs\BulkSitesView.xaml;;
-FC:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\Views\Tabs\DuplicatesView.xaml;;
-FC:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\Views\Tabs\FolderStructureView.xaml;;
-FC:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\Views\Tabs\PermissionsView.xaml;;
-FC:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\Views\Tabs\SearchView.xaml;;
-FC:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\Views\Tabs\SettingsView.xaml;;
-FC:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\Views\Tabs\StorageView.xaml;;
-FC:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\Views\Tabs\TemplatesView.xaml;;
-FC:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\Views\Tabs\TransferView.xaml;;
-FC:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\Views\Tabs\UserAccessAuditView.xaml;;
-FC:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\App.xaml;;
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_aaqxtpx5_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_aaqxtpx5_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dcded54..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_aaqxtpx5_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+185642f4af0ecc4283d3b26e603f944ef0d499aa")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_aaqxtpx5_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_aaqxtpx5_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index e6396b3..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_aaqxtpx5_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-059f9f5cc2097c0fb31b15d9448043dc993c41951244fa01bc706a83293dcbe4
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_aaqxtpx5_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_aaqxtpx5_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_aaqxtpx5_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_aaqxtpx5_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_aaqxtpx5_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_aaqxtpx5_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_aaqxtpx5_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_aaqxtpx5_wpftmp.assets.cache
deleted file mode 100644
index 9526148..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_aaqxtpx5_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_aghzcl41_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_aghzcl41_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index b212145..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_aghzcl41_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+3730b54527806a50fd36bd2c1a330d6c2e72467e")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_aghzcl41_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_aghzcl41_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index a1d5167..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_aghzcl41_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-5726e9802c10642bd11797e2fe14fff9690e275f46d674f3a1f4c13d1194e554
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_aghzcl41_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_aghzcl41_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_aghzcl41_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_aghzcl41_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_aghzcl41_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_aghzcl41_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_aghzcl41_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_aghzcl41_wpftmp.assets.cache
deleted file mode 100644
index 7e136d5..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_aghzcl41_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_amen5dli_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_amen5dli_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index a703cbe..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_amen5dli_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+5c108405816c37594886b9f5a32ebedafb36f094")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_amen5dli_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_amen5dli_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index d43589a..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_amen5dli_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-1014d7ae689c3046eebe626dd723ae71341b47504614f534d39191960150191c
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_amen5dli_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_amen5dli_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_amen5dli_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_amen5dli_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_amen5dli_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_amen5dli_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_amen5dli_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_amen5dli_wpftmp.assets.cache
deleted file mode 100644
index 040b7e8..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_amen5dli_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_amj1hdvn_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_amj1hdvn_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index f2d18bc..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_amj1hdvn_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+72349d84156f28b21db2cd27ab0295198603b8d0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_amj1hdvn_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_amj1hdvn_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 51ed8ef..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_amj1hdvn_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-d507db202375a513e2df7ac4d31e9d616328e22e43d5cfc545ae2c7b97d566f1
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_amj1hdvn_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_amj1hdvn_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_amj1hdvn_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_amj1hdvn_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_amj1hdvn_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_amj1hdvn_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_amj1hdvn_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_amj1hdvn_wpftmp.assets.cache
deleted file mode 100644
index a6a2afa..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_amj1hdvn_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_anhee5fw_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_anhee5fw_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index e4a3bb3..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_anhee5fw_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+44913f807588505dc99d8f7f6b8bd8c2504d58bb")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_anhee5fw_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_anhee5fw_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index a9ffcc2..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_anhee5fw_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-a137dd847978c0b0eca2f3aa72481a55725e1392009fade86c293b1f79f30fca
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_anhee5fw_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_anhee5fw_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_anhee5fw_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_anhee5fw_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_anhee5fw_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_anhee5fw_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_anhee5fw_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_anhee5fw_wpftmp.assets.cache
deleted file mode 100644
index bcee82f..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_anhee5fw_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_avjjp4tu_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_avjjp4tu_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 2c35590..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_avjjp4tu_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Runtime.CompilerServices.InternalsVisibleToAttribute("SharepointToolbox.Tests")]
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+212c43915e11a8aa6860f324c809cf7af1a63352")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_avjjp4tu_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_avjjp4tu_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 4e870c2..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_avjjp4tu_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-095baf230cd982f52ff85fdca5041d2a9ad02ca86e3d6c13d01be38435f16f77
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_avjjp4tu_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_avjjp4tu_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_avjjp4tu_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_avjjp4tu_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_avjjp4tu_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_avjjp4tu_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_avjjp4tu_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_avjjp4tu_wpftmp.assets.cache
deleted file mode 100644
index eadb931..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_avjjp4tu_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_avyuaslh_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_avyuaslh_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index a4636c8..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_avyuaslh_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+61d7ada945824e7a0df0d731a0d5ba121cca9ad7")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_avyuaslh_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_avyuaslh_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 5941aa5..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_avyuaslh_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-e8ca83c0a5b75c6d6714aa6a75cda7dd7459a2771c91c09e7b0fd13321fbf2bd
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_avyuaslh_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_avyuaslh_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_avyuaslh_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_avyuaslh_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_avyuaslh_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_avyuaslh_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_avyuaslh_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_avyuaslh_wpftmp.assets.cache
deleted file mode 100644
index 0475532..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_avyuaslh_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_azdcthrj_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_azdcthrj_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 3c165cf..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_azdcthrj_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+60ddcd781f417c35f190c7e44e2c16edddab3adb")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_azdcthrj_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_azdcthrj_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 0f8f6e0..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_azdcthrj_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-00f486e59a48cc6522b14d17e56afe9e1f7800152ad38a7c285fc253beaafd8d
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_azdcthrj_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_azdcthrj_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_azdcthrj_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_azdcthrj_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_azdcthrj_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_azdcthrj_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_azdcthrj_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_azdcthrj_wpftmp.assets.cache
deleted file mode 100644
index d741c26..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_azdcthrj_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_b0mpjhg2_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_b0mpjhg2_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index c835290..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_b0mpjhg2_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Runtime.CompilerServices.InternalsVisibleToAttribute("SharepointToolbox.Tests")]
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+1ab2f2e42636c07fe3335d282de9ac03c111f945")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_b0mpjhg2_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_b0mpjhg2_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 7683fb2..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_b0mpjhg2_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-8913d7fda5f2bc82b343a362e75101d9def1b54ca7f7894f3650d253167b74f1
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_b0mpjhg2_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_b0mpjhg2_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_b0mpjhg2_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_b0mpjhg2_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_b0mpjhg2_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_b0mpjhg2_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_b0mpjhg2_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_b0mpjhg2_wpftmp.assets.cache
deleted file mode 100644
index 0b6f54e..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_b0mpjhg2_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_b0qr1dc1_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_b0qr1dc1_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index b136826..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_b0qr1dc1_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+7874fa852428a65de28ce2f791ef7f0a27831309")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_b0qr1dc1_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_b0qr1dc1_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index acedc83..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_b0qr1dc1_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-6896de50e3c24fc484ca613663a59dc10b2ae2c74c519afd207a26d76143c02a
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_b0qr1dc1_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_b0qr1dc1_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_b0qr1dc1_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_b0qr1dc1_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_b0qr1dc1_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_b0qr1dc1_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_b0qr1dc1_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_b0qr1dc1_wpftmp.assets.cache
deleted file mode 100644
index 2734729..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_b0qr1dc1_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_becbbh0n_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_becbbh0n_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index cc3b009..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_becbbh0n_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+e174a18350fb1934beabb9d69a8bb504b7c4b339")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_becbbh0n_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_becbbh0n_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 7c683b9..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_becbbh0n_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-2c8b99aef381649557f7d3bd8aa827776dcf6be57d875590f5ee9a13978104e9
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_becbbh0n_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_becbbh0n_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_becbbh0n_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_becbbh0n_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_becbbh0n_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_becbbh0n_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_becbbh0n_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_becbbh0n_wpftmp.assets.cache
deleted file mode 100644
index b40492a..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_becbbh0n_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_bf03p2km_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_bf03p2km_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 61fe0c2..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_bf03p2km_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fa793c54892f69c19c41272ddb1c8a02fec46be7")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_bf03p2km_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_bf03p2km_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 8fa1b52..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_bf03p2km_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-5be815e8f0d243b1af744c43688cfbf1b61dfbeb5ee6c098cde0d88eecc5865e
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_bf03p2km_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_bf03p2km_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_bf03p2km_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_bf03p2km_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_bf03p2km_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_bf03p2km_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_bf03p2km_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_bf03p2km_wpftmp.assets.cache
deleted file mode 100644
index f45d115..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_bf03p2km_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_bhxn3xj5_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_bhxn3xj5_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index f2d18bc..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_bhxn3xj5_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+72349d84156f28b21db2cd27ab0295198603b8d0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_bhxn3xj5_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_bhxn3xj5_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 51ed8ef..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_bhxn3xj5_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-d507db202375a513e2df7ac4d31e9d616328e22e43d5cfc545ae2c7b97d566f1
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_bhxn3xj5_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_bhxn3xj5_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_bhxn3xj5_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_bhxn3xj5_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_bhxn3xj5_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_bhxn3xj5_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_bhxn3xj5_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_bhxn3xj5_wpftmp.assets.cache
deleted file mode 100644
index 6422b1d..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_bhxn3xj5_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_bjujl0bn_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_bjujl0bn_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 61fe0c2..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_bjujl0bn_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fa793c54892f69c19c41272ddb1c8a02fec46be7")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_bjujl0bn_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_bjujl0bn_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 8fa1b52..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_bjujl0bn_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-5be815e8f0d243b1af744c43688cfbf1b61dfbeb5ee6c098cde0d88eecc5865e
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_bjujl0bn_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_bjujl0bn_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_bjujl0bn_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_bjujl0bn_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_bjujl0bn_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_bjujl0bn_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_bjujl0bn_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_bjujl0bn_wpftmp.assets.cache
deleted file mode 100644
index 311449b..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_bjujl0bn_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_c1vl5yhn_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_c1vl5yhn_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 095626e..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_c1vl5yhn_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fdcd4c83778ecb110bc41f777919b1ab0cdbcc6b")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_c1vl5yhn_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_c1vl5yhn_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index d7f4a4b..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_c1vl5yhn_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-d3014d0bf3d97ab2802ff8d6ef96a5235954f7397655c60296ff7f9c3c36ab72
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_c1vl5yhn_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_c1vl5yhn_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_c1vl5yhn_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_c1vl5yhn_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_c1vl5yhn_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_c1vl5yhn_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_c1vl5yhn_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_c1vl5yhn_wpftmp.assets.cache
deleted file mode 100644
index dcadec8..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_c1vl5yhn_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_c4z5oi4m_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_c4z5oi4m_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 61fe0c2..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_c4z5oi4m_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fa793c54892f69c19c41272ddb1c8a02fec46be7")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_c4z5oi4m_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_c4z5oi4m_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 8fa1b52..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_c4z5oi4m_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-5be815e8f0d243b1af744c43688cfbf1b61dfbeb5ee6c098cde0d88eecc5865e
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_c4z5oi4m_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_c4z5oi4m_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_c4z5oi4m_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_c4z5oi4m_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_c4z5oi4m_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_c4z5oi4m_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_c4z5oi4m_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_c4z5oi4m_wpftmp.assets.cache
deleted file mode 100644
index 1f8a5c7..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_c4z5oi4m_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_c55eo2oa_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_c55eo2oa_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index e90886b..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_c55eo2oa_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+50c7ab19f5a802d312cbd350d461ca5ab57fbd18")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_c55eo2oa_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_c55eo2oa_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 7dc04d3..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_c55eo2oa_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-d81ba29fe1885c2a743886c407d41f0996b423925d4dcf0d8e85f5c8ae812246
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_c55eo2oa_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_c55eo2oa_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_c55eo2oa_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_c55eo2oa_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_c55eo2oa_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_c55eo2oa_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_c55eo2oa_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_c55eo2oa_wpftmp.assets.cache
deleted file mode 100644
index dc49e92..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_c55eo2oa_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cezr25tr_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cezr25tr_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 61fe0c2..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cezr25tr_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fa793c54892f69c19c41272ddb1c8a02fec46be7")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cezr25tr_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cezr25tr_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 8fa1b52..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cezr25tr_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-5be815e8f0d243b1af744c43688cfbf1b61dfbeb5ee6c098cde0d88eecc5865e
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cezr25tr_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cezr25tr_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cezr25tr_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cezr25tr_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cezr25tr_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cezr25tr_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cezr25tr_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cezr25tr_wpftmp.assets.cache
deleted file mode 100644
index bd480b8..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cezr25tr_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cfrbrwau_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cfrbrwau_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 0c4e7d3..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cfrbrwau_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+ff29d4ec196616f505228dd2637448a66ec117dc")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cfrbrwau_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cfrbrwau_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index adf34e2..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cfrbrwau_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-08b19d45e90d300184e64ee0da59abce893b985a2bdd8bfe17f0149a16c2e848
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cfrbrwau_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cfrbrwau_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cfrbrwau_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cfrbrwau_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cfrbrwau_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cfrbrwau_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cfrbrwau_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cfrbrwau_wpftmp.assets.cache
deleted file mode 100644
index eb76cea..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cfrbrwau_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cgonezjl_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cgonezjl_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 095626e..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cgonezjl_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fdcd4c83778ecb110bc41f777919b1ab0cdbcc6b")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cgonezjl_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cgonezjl_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index d7f4a4b..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cgonezjl_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-d3014d0bf3d97ab2802ff8d6ef96a5235954f7397655c60296ff7f9c3c36ab72
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cgonezjl_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cgonezjl_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cgonezjl_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cgonezjl_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cgonezjl_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cgonezjl_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cgonezjl_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cgonezjl_wpftmp.assets.cache
deleted file mode 100644
index 3271a7d..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cgonezjl_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cq3puilj_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cq3puilj_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 5f414af..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cq3puilj_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+991c92e83a99805b527a4bab5f3d730338ff364b")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cq3puilj_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cq3puilj_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 60ea260..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cq3puilj_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-5fa76f520752573d38ea55f805ab7903f8d66e3430b25ed50c5fa95173447c94
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cq3puilj_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cq3puilj_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cq3puilj_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cq3puilj_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cq3puilj_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cq3puilj_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cq3puilj_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cq3puilj_wpftmp.assets.cache
deleted file mode 100644
index 8e467f4..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cq3puilj_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cqts0ogc_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cqts0ogc_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 49e7f11..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cqts0ogc_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+b4a901e52ae398b2e863a22ee9a9d277e735134f")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cqts0ogc_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cqts0ogc_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index b0d690b..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cqts0ogc_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-dcb6ab6846179bd7958fa4fba94501bd4ee2f70aa6ba27f2278cba34009dd7cc
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cqts0ogc_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cqts0ogc_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cqts0ogc_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cqts0ogc_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cqts0ogc_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cqts0ogc_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cqts0ogc_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cqts0ogc_wpftmp.assets.cache
deleted file mode 100644
index 15fd0d7..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cqts0ogc_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ctutf4es_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ctutf4es_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 14109dc..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ctutf4es_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Runtime.CompilerServices.InternalsVisibleToAttribute("SharepointToolbox.Tests")]
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+e6ba2d8146484ab85e4b74b4640282d051e462e4")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ctutf4es_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ctutf4es_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 5a8f1b4..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ctutf4es_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-0659bc7ce6bd4add20a40ec175f2ae2d4690e16312ba96cfa266940f89d22e4e
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ctutf4es_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ctutf4es_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ctutf4es_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ctutf4es_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ctutf4es_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ctutf4es_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ctutf4es_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ctutf4es_wpftmp.assets.cache
deleted file mode 100644
index ef9415f..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ctutf4es_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cvuhvrtr_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cvuhvrtr_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index f71e013..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cvuhvrtr_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d4fe169bd8fed4d50849b797e0c911f8997ec9cb")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cvuhvrtr_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cvuhvrtr_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index c1c2adb..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cvuhvrtr_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-42dcca475ced50ec4f921189559e7752f4449203d6b3d11f65f003fd58832f19
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cvuhvrtr_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cvuhvrtr_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cvuhvrtr_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cvuhvrtr_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cvuhvrtr_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cvuhvrtr_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cvuhvrtr_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cvuhvrtr_wpftmp.assets.cache
deleted file mode 100644
index 7fbe90a..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_cvuhvrtr_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_d1qefqnu_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_d1qefqnu_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index a703cbe..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_d1qefqnu_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+5c108405816c37594886b9f5a32ebedafb36f094")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_d1qefqnu_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_d1qefqnu_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index d43589a..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_d1qefqnu_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-1014d7ae689c3046eebe626dd723ae71341b47504614f534d39191960150191c
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_d1qefqnu_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_d1qefqnu_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_d1qefqnu_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_d1qefqnu_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_d1qefqnu_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_d1qefqnu_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_d1qefqnu_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_d1qefqnu_wpftmp.assets.cache
deleted file mode 100644
index 3f4e512..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_d1qefqnu_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_djw44eke_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_djw44eke_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index b45f677..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_djw44eke_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+b41599d95a16bcbd45bfcdf55ffa921a50e7406d")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_djw44eke_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_djw44eke_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 8b1aec1..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_djw44eke_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-00edfd22e79d02d984c32050e5da11bdae7fb8605b44ddf9186a6b49e872574e
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_djw44eke_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_djw44eke_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_djw44eke_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_djw44eke_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_djw44eke_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_djw44eke_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_djw44eke_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_djw44eke_wpftmp.assets.cache
deleted file mode 100644
index 530fe25..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_djw44eke_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_dmf0qb2i_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_dmf0qb2i_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 853a8b7..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_dmf0qb2i_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+a1c2a68cb5b02ca011a7af4130eb22a3a1ac94f2")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_dmf0qb2i_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_dmf0qb2i_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 6376301..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_dmf0qb2i_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-7248c357d5b18949d5597d9aa859a9e4a6b30b7a000c2a099f88180e5e415407
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_dmf0qb2i_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_dmf0qb2i_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_dmf0qb2i_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_dmf0qb2i_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_dmf0qb2i_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_dmf0qb2i_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_dmf0qb2i_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_dmf0qb2i_wpftmp.assets.cache
deleted file mode 100644
index cc46bda..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_dmf0qb2i_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_dnoehowg_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_dnoehowg_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 8ac70f4..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_dnoehowg_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+a287ed83aba005afe974121e106953ff807fe84c")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_dnoehowg_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_dnoehowg_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 917f73f..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_dnoehowg_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-e91e384c2fd86551811cac2124534a10fcfb0632a4751a16f0013e9be7d31572
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_dnoehowg_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_dnoehowg_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_dnoehowg_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_dnoehowg_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_dnoehowg_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_dnoehowg_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_dnoehowg_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_dnoehowg_wpftmp.assets.cache
deleted file mode 100644
index c9058b6..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_dnoehowg_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_duf4q14l_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_duf4q14l_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 9a36356..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_duf4q14l_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+7e6f3e7fc0002fda8c24afcaddb908f72edba5fc")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_duf4q14l_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_duf4q14l_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index de7b3bb..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_duf4q14l_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ba8af8f549fe5adb966454ed5cf791fe271016ad4bf594247cf48ccb67904832
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_duf4q14l_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_duf4q14l_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_duf4q14l_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_duf4q14l_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_duf4q14l_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_duf4q14l_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_duf4q14l_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_duf4q14l_wpftmp.assets.cache
deleted file mode 100644
index 59f498a..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_duf4q14l_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_e0srot2e_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_e0srot2e_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 7490381..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_e0srot2e_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d09db015f2499907492e7a6564f162e47de4618a")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_e0srot2e_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_e0srot2e_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index ad6e496..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_e0srot2e_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-d738de41f45f256c26ff0dda2b412543fbca16120fe4217299c3a1311bd0e3a2
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_e0srot2e_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_e0srot2e_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_e0srot2e_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_e0srot2e_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_e0srot2e_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_e0srot2e_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_e0srot2e_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_e0srot2e_wpftmp.assets.cache
deleted file mode 100644
index 500df25..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_e0srot2e_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ehknwras_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ehknwras_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index f69cb56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ehknwras_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+45eb531128ab11f8d012a00f1e35f8b2a5427bdd")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ehknwras_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ehknwras_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 5d3ee1b..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ehknwras_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-0f9dff465debc5b82a1229cd590eb6bf1f3ab8fe46489b08670e903a855b3ec0
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ehknwras_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ehknwras_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ehknwras_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ehknwras_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ehknwras_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ehknwras_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ehknwras_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ehknwras_wpftmp.assets.cache
deleted file mode 100644
index 7fb3619..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ehknwras_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_emu145bq_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_emu145bq_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 61fe0c2..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_emu145bq_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fa793c54892f69c19c41272ddb1c8a02fec46be7")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_emu145bq_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_emu145bq_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 8fa1b52..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_emu145bq_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-5be815e8f0d243b1af744c43688cfbf1b61dfbeb5ee6c098cde0d88eecc5865e
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_emu145bq_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_emu145bq_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_emu145bq_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_emu145bq_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_emu145bq_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_emu145bq_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_emu145bq_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_emu145bq_wpftmp.assets.cache
deleted file mode 100644
index 6705e52..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_emu145bq_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_eujovpqg_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_eujovpqg_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 23594d5..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_eujovpqg_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+60cbb977bf08f7ac00106c97c06f479b147fefbf")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_eujovpqg_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_eujovpqg_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 3305460..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_eujovpqg_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-c6d6861e1aaaf9f37dea4a262db2864651eed13a5baa058313bd77ba93ba413a
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_eujovpqg_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_eujovpqg_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_eujovpqg_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_eujovpqg_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_eujovpqg_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_eujovpqg_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_eujovpqg_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_eujovpqg_wpftmp.assets.cache
deleted file mode 100644
index 39c39c6..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_eujovpqg_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ew3au15j_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ew3au15j_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index e90886b..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ew3au15j_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+50c7ab19f5a802d312cbd350d461ca5ab57fbd18")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ew3au15j_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ew3au15j_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 7dc04d3..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ew3au15j_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-d81ba29fe1885c2a743886c407d41f0996b423925d4dcf0d8e85f5c8ae812246
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ew3au15j_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ew3au15j_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ew3au15j_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ew3au15j_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ew3au15j_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ew3au15j_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ew3au15j_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ew3au15j_wpftmp.assets.cache
deleted file mode 100644
index 49c7c6a..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ew3au15j_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ewoa1cq5_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ewoa1cq5_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 29b52ff..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ewoa1cq5_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+8a58140f9b0794d6d344fe2ac5f22449d96d65af")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ewoa1cq5_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ewoa1cq5_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 73b06a2..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ewoa1cq5_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-b64e103f81be0294474c7b70836a154897f8e3511375f19ac7c8026d35313d65
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ewoa1cq5_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ewoa1cq5_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ewoa1cq5_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ewoa1cq5_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ewoa1cq5_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ewoa1cq5_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ewoa1cq5_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ewoa1cq5_wpftmp.assets.cache
deleted file mode 100644
index bbc8427..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ewoa1cq5_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_f1kmqqcs_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_f1kmqqcs_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index b86241c..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_f1kmqqcs_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+18fe97f975b0579041e5406ce9034e3d4409971c")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_f1kmqqcs_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_f1kmqqcs_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 8f433be..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_f1kmqqcs_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-86c538910c957416b6c3fe52355e123b6c95f1d003a947937545bc36d43f3099
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_f1kmqqcs_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_f1kmqqcs_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_f1kmqqcs_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_f1kmqqcs_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_f1kmqqcs_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_f1kmqqcs_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_f1kmqqcs_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_f1kmqqcs_wpftmp.assets.cache
deleted file mode 100644
index 9991d5d..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_f1kmqqcs_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_faotnrim_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_faotnrim_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 031341c..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_faotnrim_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+1ffd71243e80e839e49ff6241b0ffacb70ee51bf")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_faotnrim_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_faotnrim_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index d93d825..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_faotnrim_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-cca859c83732d6c3cb475a4294cad87451c57ba1104a8ad119c9d47a895e561c
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_faotnrim_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_faotnrim_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_faotnrim_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_faotnrim_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_faotnrim_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_faotnrim_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_faotnrim_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_faotnrim_wpftmp.assets.cache
deleted file mode 100644
index c57d937..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_faotnrim_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fcim1bcu_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fcim1bcu_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 36c62f8..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fcim1bcu_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+a63a69828270bbd2551ea6dc0c9dbf17718e8261")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fcim1bcu_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fcim1bcu_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 3348524..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fcim1bcu_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-2d1f11a4ffe038224d5608cb53995d0174d114fdabf420192d0d774edb022129
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fcim1bcu_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fcim1bcu_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fcim1bcu_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fcim1bcu_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fcim1bcu_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fcim1bcu_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fcim1bcu_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fcim1bcu_wpftmp.assets.cache
deleted file mode 100644
index aa2c521..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fcim1bcu_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ff1qbvw0_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ff1qbvw0_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index ed13293..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ff1qbvw0_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+c970342497ce8e179da84a7c8a1691e9548d886e")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ff1qbvw0_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ff1qbvw0_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 3b1d68c..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ff1qbvw0_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-4c5bb82b820425d8c8525428a97ec2b7aea0be01e8ae0660eeeec05aa84ad3b7
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ff1qbvw0_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ff1qbvw0_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ff1qbvw0_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ff1qbvw0_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ff1qbvw0_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ff1qbvw0_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ff1qbvw0_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ff1qbvw0_wpftmp.assets.cache
deleted file mode 100644
index f632ebc..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ff1qbvw0_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fo4kijc0_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fo4kijc0_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 535df2c..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fo4kijc0_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+df796ee956b63b606f8b9ad05e86f776dad7670a")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fo4kijc0_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fo4kijc0_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 046bac9..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fo4kijc0_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-5cec90ccbcf357ecef3e3c15b704a75a480381241d64784e09d84d1dfd31f492
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fo4kijc0_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fo4kijc0_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fo4kijc0_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fo4kijc0_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fo4kijc0_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fo4kijc0_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fo4kijc0_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fo4kijc0_wpftmp.assets.cache
deleted file mode 100644
index 7c9088a..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fo4kijc0_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_foazwlvm_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_foazwlvm_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index f2d18bc..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_foazwlvm_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+72349d84156f28b21db2cd27ab0295198603b8d0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_foazwlvm_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_foazwlvm_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 51ed8ef..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_foazwlvm_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-d507db202375a513e2df7ac4d31e9d616328e22e43d5cfc545ae2c7b97d566f1
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_foazwlvm_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_foazwlvm_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_foazwlvm_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_foazwlvm_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_foazwlvm_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_foazwlvm_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_foazwlvm_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_foazwlvm_wpftmp.assets.cache
deleted file mode 100644
index 2c11059..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_foazwlvm_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fvhb3ley_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fvhb3ley_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 938c45a..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fvhb3ley_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fcae8f0e49c39e48bea07e4438f1d5c3bba3f323")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fvhb3ley_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fvhb3ley_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 7853306..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fvhb3ley_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-48b8ffca65ef6ad2a55bc3358bf2ec0e1f93802e42ba6b4e1c8fde6e3c2ae528
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fvhb3ley_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fvhb3ley_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fvhb3ley_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fvhb3ley_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fvhb3ley_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fvhb3ley_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fvhb3ley_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fvhb3ley_wpftmp.assets.cache
deleted file mode 100644
index 98b34fa..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fvhb3ley_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fw5aomxj_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fw5aomxj_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 853a8b7..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fw5aomxj_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+a1c2a68cb5b02ca011a7af4130eb22a3a1ac94f2")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fw5aomxj_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fw5aomxj_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 6376301..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fw5aomxj_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-7248c357d5b18949d5597d9aa859a9e4a6b30b7a000c2a099f88180e5e415407
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fw5aomxj_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fw5aomxj_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fw5aomxj_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fw5aomxj_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fw5aomxj_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fw5aomxj_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fw5aomxj_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fw5aomxj_wpftmp.assets.cache
deleted file mode 100644
index e59278d..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fw5aomxj_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fyndsime_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fyndsime_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index e5db7a3..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fyndsime_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+2280f12eab437908b8f875ca7b23f6c1996f0e60")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fyndsime_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fyndsime_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 6d34f1c..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fyndsime_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-7f00aa4c203d47f2ab657351af9bceaab5ca4d3f0b2b5bd96efc66e479690a96
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fyndsime_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fyndsime_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fyndsime_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fyndsime_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fyndsime_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fyndsime_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fyndsime_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fyndsime_wpftmp.assets.cache
deleted file mode 100644
index 6c86c56..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fyndsime_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fyw1qzna_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fyw1qzna_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 095626e..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fyw1qzna_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fdcd4c83778ecb110bc41f777919b1ab0cdbcc6b")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fyw1qzna_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fyw1qzna_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index d7f4a4b..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fyw1qzna_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-d3014d0bf3d97ab2802ff8d6ef96a5235954f7397655c60296ff7f9c3c36ab72
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fyw1qzna_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fyw1qzna_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fyw1qzna_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fyw1qzna_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fyw1qzna_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fyw1qzna_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fyw1qzna_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fyw1qzna_wpftmp.assets.cache
deleted file mode 100644
index 9a676b1..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_fyw1qzna_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_g1dyxvj4_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_g1dyxvj4_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 095626e..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_g1dyxvj4_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fdcd4c83778ecb110bc41f777919b1ab0cdbcc6b")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_g1dyxvj4_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_g1dyxvj4_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index d7f4a4b..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_g1dyxvj4_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-d3014d0bf3d97ab2802ff8d6ef96a5235954f7397655c60296ff7f9c3c36ab72
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_g1dyxvj4_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_g1dyxvj4_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_g1dyxvj4_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_g1dyxvj4_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_g1dyxvj4_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_g1dyxvj4_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_g1dyxvj4_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_g1dyxvj4_wpftmp.assets.cache
deleted file mode 100644
index 086291b..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_g1dyxvj4_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ghwehrwy_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ghwehrwy_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 61fe0c2..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ghwehrwy_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fa793c54892f69c19c41272ddb1c8a02fec46be7")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ghwehrwy_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ghwehrwy_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 8fa1b52..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ghwehrwy_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-5be815e8f0d243b1af744c43688cfbf1b61dfbeb5ee6c098cde0d88eecc5865e
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ghwehrwy_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ghwehrwy_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ghwehrwy_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ghwehrwy_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ghwehrwy_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ghwehrwy_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ghwehrwy_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ghwehrwy_wpftmp.assets.cache
deleted file mode 100644
index 503ff11..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ghwehrwy_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_gi03ldna_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_gi03ldna_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 579fe67..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_gi03ldna_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+163c506e0bcf922104c3c2ada8bdd26d9ef339a3")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_gi03ldna_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_gi03ldna_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 7bdd9ec..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_gi03ldna_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-76c8d161b0475472a1de39ccae949dba191ef063ac2429a1e953ce21f95bb2a3
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_gi03ldna_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_gi03ldna_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_gi03ldna_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_gi03ldna_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_gi03ldna_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_gi03ldna_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_gi03ldna_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_gi03ldna_wpftmp.assets.cache
deleted file mode 100644
index d42f096..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_gi03ldna_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_gpidyifl_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_gpidyifl_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index b45f677..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_gpidyifl_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+b41599d95a16bcbd45bfcdf55ffa921a50e7406d")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_gpidyifl_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_gpidyifl_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 8b1aec1..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_gpidyifl_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-00edfd22e79d02d984c32050e5da11bdae7fb8605b44ddf9186a6b49e872574e
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_gpidyifl_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_gpidyifl_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_gpidyifl_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_gpidyifl_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_gpidyifl_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_gpidyifl_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_gpidyifl_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_gpidyifl_wpftmp.assets.cache
deleted file mode 100644
index 8f05436..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_gpidyifl_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_gso2hvvd_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_gso2hvvd_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 993eaa6..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_gso2hvvd_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+3c091556485e691fdcc860feda7841a67d61e938")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_gso2hvvd_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_gso2hvvd_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 00c2605..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_gso2hvvd_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-c7abf6be4359733718c88fb332c69afc7decdc887e46c11bb3bb92ff53adebc8
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_gso2hvvd_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_gso2hvvd_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_gso2hvvd_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_gso2hvvd_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_gso2hvvd_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_gso2hvvd_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_gso2hvvd_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_gso2hvvd_wpftmp.assets.cache
deleted file mode 100644
index 97b82d3..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_gso2hvvd_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_h03dltu3_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_h03dltu3_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index a703cbe..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_h03dltu3_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+5c108405816c37594886b9f5a32ebedafb36f094")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_h03dltu3_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_h03dltu3_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index d43589a..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_h03dltu3_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-1014d7ae689c3046eebe626dd723ae71341b47504614f534d39191960150191c
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_h03dltu3_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_h03dltu3_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_h03dltu3_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_h03dltu3_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_h03dltu3_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_h03dltu3_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_h03dltu3_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_h03dltu3_wpftmp.assets.cache
deleted file mode 100644
index 5570276..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_h03dltu3_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_h4ojbllt_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_h4ojbllt_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index f5b76c9..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_h4ojbllt_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d73e50948df5a71ae2c22ee45646a18224c37d57")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_h4ojbllt_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_h4ojbllt_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 80d4f05..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_h4ojbllt_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-c8bc7e35b6843b8c44ddcb5e672f4a1cd15b2049d5ecd95d4d8035c3c7c1f2dd
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_h4ojbllt_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_h4ojbllt_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_h4ojbllt_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_h4ojbllt_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_h4ojbllt_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_h4ojbllt_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_h4ojbllt_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_h4ojbllt_wpftmp.assets.cache
deleted file mode 100644
index 41b90cd..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_h4ojbllt_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hbjzsafj_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hbjzsafj_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 095626e..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hbjzsafj_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fdcd4c83778ecb110bc41f777919b1ab0cdbcc6b")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hbjzsafj_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hbjzsafj_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index d7f4a4b..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hbjzsafj_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-d3014d0bf3d97ab2802ff8d6ef96a5235954f7397655c60296ff7f9c3c36ab72
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hbjzsafj_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hbjzsafj_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hbjzsafj_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hbjzsafj_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hbjzsafj_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hbjzsafj_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hbjzsafj_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hbjzsafj_wpftmp.assets.cache
deleted file mode 100644
index f614d2b..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hbjzsafj_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hncvidwn_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hncvidwn_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 4db835d..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hncvidwn_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+6a2e4d1d891c6a1ae80dc3ecf63c7d5b7f59b59d")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hncvidwn_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hncvidwn_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index d771a60..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hncvidwn_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-6688bebb2c85576ea0bcd468ec2771aa04c33d9211280d85ddd7af0c9f054bcf
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hncvidwn_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hncvidwn_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hncvidwn_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hncvidwn_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hncvidwn_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hncvidwn_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hncvidwn_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hncvidwn_wpftmp.assets.cache
deleted file mode 100644
index f22079c..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hncvidwn_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hw50qiy0_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hw50qiy0_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index f2d18bc..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hw50qiy0_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+72349d84156f28b21db2cd27ab0295198603b8d0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hw50qiy0_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hw50qiy0_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 51ed8ef..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hw50qiy0_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-d507db202375a513e2df7ac4d31e9d616328e22e43d5cfc545ae2c7b97d566f1
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hw50qiy0_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hw50qiy0_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hw50qiy0_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hw50qiy0_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hw50qiy0_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hw50qiy0_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hw50qiy0_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hw50qiy0_wpftmp.assets.cache
deleted file mode 100644
index a23475f..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hw50qiy0_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hypu1quh_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hypu1quh_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 8373e9c..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hypu1quh_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Runtime.CompilerServices.InternalsVisibleToAttribute("SharepointToolbox.Tests")]
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0baa3695feeb1b05c8020f6445b96eb366554651")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hypu1quh_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hypu1quh_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 395ec73..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hypu1quh_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-9a093c64d07a8bea084818798278bfe18d927e4fa0605b284f985f7dbd87c833
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hypu1quh_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hypu1quh_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 1914618..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hypu1quh_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = c:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hypu1quh_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hypu1quh_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hypu1quh_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hypu1quh_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hypu1quh_wpftmp.assets.cache
deleted file mode 100644
index 617ceb8..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_hypu1quh_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i1d0mvcg_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i1d0mvcg_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index eba348c..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i1d0mvcg_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+466bef3e87ea2aa21320df95dc22541a7395aedd")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i1d0mvcg_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i1d0mvcg_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 66c1b93..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i1d0mvcg_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-3b2f85464d6f6d5720a55a369d73dcd1492e4b9e1dd7d4ff10395a14e01c13d1
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i1d0mvcg_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i1d0mvcg_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i1d0mvcg_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i1d0mvcg_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i1d0mvcg_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i1d0mvcg_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i1d0mvcg_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i1d0mvcg_wpftmp.assets.cache
deleted file mode 100644
index b37c8ce..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i1d0mvcg_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i2uvsujk_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i2uvsujk_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 3795997..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i2uvsujk_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+ac74d31933fa132edbe8ec3169b7f86862b7066c")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i2uvsujk_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i2uvsujk_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index cce396c..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i2uvsujk_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-343e28d90ee6b68a209e9279873d5b4cf2599cffdfcc763954a50a20ed08e1aa
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i2uvsujk_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i2uvsujk_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i2uvsujk_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i2uvsujk_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i2uvsujk_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i2uvsujk_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i2uvsujk_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i2uvsujk_wpftmp.assets.cache
deleted file mode 100644
index f362028..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i2uvsujk_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i4gpkd5y_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i4gpkd5y_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 031341c..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i4gpkd5y_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+1ffd71243e80e839e49ff6241b0ffacb70ee51bf")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i4gpkd5y_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i4gpkd5y_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index d93d825..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i4gpkd5y_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-cca859c83732d6c3cb475a4294cad87451c57ba1104a8ad119c9d47a895e561c
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i4gpkd5y_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i4gpkd5y_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i4gpkd5y_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i4gpkd5y_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i4gpkd5y_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i4gpkd5y_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i4gpkd5y_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i4gpkd5y_wpftmp.assets.cache
deleted file mode 100644
index e769c06..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i4gpkd5y_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i5mh3tc2_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i5mh3tc2_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index a0c6bb3..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i5mh3tc2_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+02955199f6344c8928dc0601ed5462a40268329c")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i5mh3tc2_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i5mh3tc2_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 52d8f48..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i5mh3tc2_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ba645170105743c4684f4b0605d2054948160b88dd1e67316414ef97619f05d4
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i5mh3tc2_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i5mh3tc2_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i5mh3tc2_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i5mh3tc2_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i5mh3tc2_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i5mh3tc2_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i5mh3tc2_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i5mh3tc2_wpftmp.assets.cache
deleted file mode 100644
index 8153ff7..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_i5mh3tc2_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_id5irsqk_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_id5irsqk_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 938c45a..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_id5irsqk_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fcae8f0e49c39e48bea07e4438f1d5c3bba3f323")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_id5irsqk_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_id5irsqk_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 7853306..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_id5irsqk_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-48b8ffca65ef6ad2a55bc3358bf2ec0e1f93802e42ba6b4e1c8fde6e3c2ae528
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_id5irsqk_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_id5irsqk_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_id5irsqk_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_id5irsqk_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_id5irsqk_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_id5irsqk_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_id5irsqk_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_id5irsqk_wpftmp.assets.cache
deleted file mode 100644
index 87ff52b..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_id5irsqk_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_idefwonz_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_idefwonz_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dac8965..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_idefwonz_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+1f5aa2b668f814fe03ac2d1c072d08d17d352e72")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_idefwonz_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_idefwonz_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index cd6a13b..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_idefwonz_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-15eab803575f2569517a629521e0e471f443bb286f0560bdb2466ee369361f97
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_idefwonz_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_idefwonz_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_idefwonz_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_idefwonz_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_idefwonz_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_idefwonz_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_idefwonz_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_idefwonz_wpftmp.assets.cache
deleted file mode 100644
index d18165a..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_idefwonz_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_idwtqxlh_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_idwtqxlh_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 8b23d42..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_idwtqxlh_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+938de30437f0f6d9ac5a814e6dfb3cb9d73e69c8")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_idwtqxlh_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_idwtqxlh_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 1aa0203..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_idwtqxlh_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-2e662364ad99ac226b077e06991c5d208202eeffd228bed0a6aab29cb09b3403
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_idwtqxlh_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_idwtqxlh_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_idwtqxlh_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_idwtqxlh_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_idwtqxlh_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_idwtqxlh_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_idwtqxlh_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_idwtqxlh_wpftmp.assets.cache
deleted file mode 100644
index eb06a87..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_idwtqxlh_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_igk2ar0n_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_igk2ar0n_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 282e98f..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_igk2ar0n_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+19e4c3852d4b173e2290326b266d3f52fd953a89")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_igk2ar0n_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_igk2ar0n_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index bb8fadf..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_igk2ar0n_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-044b6a078a1eef272df7f82552536a17ae87313e79663d9dfb152d44e6ac6848
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_igk2ar0n_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_igk2ar0n_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_igk2ar0n_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_igk2ar0n_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_igk2ar0n_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_igk2ar0n_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_igk2ar0n_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_igk2ar0n_wpftmp.assets.cache
deleted file mode 100644
index 017e209..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_igk2ar0n_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_iqi0kzfu_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_iqi0kzfu_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 1a4dca5..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_iqi0kzfu_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Runtime.CompilerServices.InternalsVisibleToAttribute("SharepointToolbox.Tests")]
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+cb7995ab3137fe737f218c34047c6cb805399134")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_iqi0kzfu_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_iqi0kzfu_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 5fd1f55..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_iqi0kzfu_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-db59995947b8e656a50f20ca411c6c7d44cc6d43a2ec3f4a5f77fa639377f0e5
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_iqi0kzfu_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_iqi0kzfu_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_iqi0kzfu_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_iqi0kzfu_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_iqi0kzfu_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_iqi0kzfu_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_iqi0kzfu_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_iqi0kzfu_wpftmp.assets.cache
deleted file mode 100644
index 5a3165f..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_iqi0kzfu_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_itqluv5j_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_itqluv5j_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index e5db7a3..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_itqluv5j_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+2280f12eab437908b8f875ca7b23f6c1996f0e60")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_itqluv5j_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_itqluv5j_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 6d34f1c..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_itqluv5j_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-7f00aa4c203d47f2ab657351af9bceaab5ca4d3f0b2b5bd96efc66e479690a96
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_itqluv5j_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_itqluv5j_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_itqluv5j_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_itqluv5j_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_itqluv5j_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_itqluv5j_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_itqluv5j_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_itqluv5j_wpftmp.assets.cache
deleted file mode 100644
index 5c2bc63..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_itqluv5j_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_iuzi2wye_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_iuzi2wye_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 61fe0c2..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_iuzi2wye_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fa793c54892f69c19c41272ddb1c8a02fec46be7")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_iuzi2wye_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_iuzi2wye_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 8fa1b52..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_iuzi2wye_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-5be815e8f0d243b1af744c43688cfbf1b61dfbeb5ee6c098cde0d88eecc5865e
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_iuzi2wye_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_iuzi2wye_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_iuzi2wye_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_iuzi2wye_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_iuzi2wye_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_iuzi2wye_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_iuzi2wye_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_iuzi2wye_wpftmp.assets.cache
deleted file mode 100644
index f97af1a..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_iuzi2wye_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_j2y4fpp3_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_j2y4fpp3_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 61fe0c2..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_j2y4fpp3_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fa793c54892f69c19c41272ddb1c8a02fec46be7")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_j2y4fpp3_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_j2y4fpp3_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 8fa1b52..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_j2y4fpp3_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-5be815e8f0d243b1af744c43688cfbf1b61dfbeb5ee6c098cde0d88eecc5865e
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_j2y4fpp3_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_j2y4fpp3_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_j2y4fpp3_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_j2y4fpp3_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_j2y4fpp3_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_j2y4fpp3_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_j2y4fpp3_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_j2y4fpp3_wpftmp.assets.cache
deleted file mode 100644
index b2d619f..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_j2y4fpp3_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jbo2js3g_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jbo2js3g_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 061e0d6..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jbo2js3g_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+6ae36293018f3d15892eb8464b688c4bc02bdc3c")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jbo2js3g_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jbo2js3g_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 472b00c..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jbo2js3g_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-da00fbc9647fa6d9fd4bf8e40650ccaac120e012e146806823cf0b7a3dece7b1
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jbo2js3g_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jbo2js3g_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jbo2js3g_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jbo2js3g_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jbo2js3g_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jbo2js3g_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jbo2js3g_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jbo2js3g_wpftmp.assets.cache
deleted file mode 100644
index f13d24b..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jbo2js3g_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jdun30dw_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jdun30dw_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 619f244..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jdun30dw_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+99a44c08537c05a4eeb1a1acbce7190f24ead629")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jdun30dw_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jdun30dw_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 043d8bc..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jdun30dw_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-91b355f8f0136455f53b1cf672c75e0c6e3f355e263fa389a923d4eedf333bfa
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jdun30dw_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jdun30dw_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jdun30dw_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jdun30dw_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jdun30dw_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jdun30dw_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jdun30dw_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jdun30dw_wpftmp.assets.cache
deleted file mode 100644
index c9bc47b..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jdun30dw_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jkjfroh1_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jkjfroh1_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 993eaa6..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jkjfroh1_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+3c091556485e691fdcc860feda7841a67d61e938")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jkjfroh1_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jkjfroh1_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 00c2605..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jkjfroh1_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-c7abf6be4359733718c88fb332c69afc7decdc887e46c11bb3bb92ff53adebc8
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jkjfroh1_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jkjfroh1_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jkjfroh1_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jkjfroh1_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jkjfroh1_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jkjfroh1_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jkjfroh1_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jkjfroh1_wpftmp.assets.cache
deleted file mode 100644
index bfb2e79..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jkjfroh1_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jw2tcxqq_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jw2tcxqq_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index ba82aed..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jw2tcxqq_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Runtime.CompilerServices.InternalsVisibleToAttribute("SharepointToolbox.Tests")]
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+381081da18180dea03b0e69a260c69461f68a718")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jw2tcxqq_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jw2tcxqq_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 4bf3d63..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jw2tcxqq_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-3fef37f623bcf5d17978ebf53360e98891ba93a92cd81406e5ed1d76ce4c14b7
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jw2tcxqq_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jw2tcxqq_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jw2tcxqq_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jw2tcxqq_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jw2tcxqq_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jw2tcxqq_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jw2tcxqq_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jw2tcxqq_wpftmp.assets.cache
deleted file mode 100644
index 8f18477..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_jw2tcxqq_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_khrufgkp_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_khrufgkp_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 095626e..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_khrufgkp_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fdcd4c83778ecb110bc41f777919b1ab0cdbcc6b")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_khrufgkp_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_khrufgkp_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index d7f4a4b..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_khrufgkp_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-d3014d0bf3d97ab2802ff8d6ef96a5235954f7397655c60296ff7f9c3c36ab72
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_khrufgkp_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_khrufgkp_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_khrufgkp_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_khrufgkp_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_khrufgkp_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_khrufgkp_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_khrufgkp_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_khrufgkp_wpftmp.assets.cache
deleted file mode 100644
index 71f346c..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_khrufgkp_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_kn1x5eys_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_kn1x5eys_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 61fe0c2..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_kn1x5eys_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fa793c54892f69c19c41272ddb1c8a02fec46be7")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_kn1x5eys_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_kn1x5eys_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 8fa1b52..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_kn1x5eys_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-5be815e8f0d243b1af744c43688cfbf1b61dfbeb5ee6c098cde0d88eecc5865e
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_kn1x5eys_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_kn1x5eys_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_kn1x5eys_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_kn1x5eys_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_kn1x5eys_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_kn1x5eys_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_kn1x5eys_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_kn1x5eys_wpftmp.assets.cache
deleted file mode 100644
index 21dd6db..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_kn1x5eys_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_l1swjmcu_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_l1swjmcu_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 9885960..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_l1swjmcu_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+94ff1810356d757055d0cb3c101bb067e5eecd44")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_l1swjmcu_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_l1swjmcu_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index b1759bc..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_l1swjmcu_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-e7b4a3660a8b538454990c47a966a176afc17a90b7cb22d7832b5953e587e734
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_l1swjmcu_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_l1swjmcu_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_l1swjmcu_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_l1swjmcu_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_l1swjmcu_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_l1swjmcu_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_l1swjmcu_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_l1swjmcu_wpftmp.assets.cache
deleted file mode 100644
index 705957d..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_l1swjmcu_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lb3a5lho_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lb3a5lho_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 29b52ff..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lb3a5lho_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+8a58140f9b0794d6d344fe2ac5f22449d96d65af")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lb3a5lho_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lb3a5lho_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 73b06a2..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lb3a5lho_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-b64e103f81be0294474c7b70836a154897f8e3511375f19ac7c8026d35313d65
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lb3a5lho_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lb3a5lho_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lb3a5lho_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lb3a5lho_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lb3a5lho_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lb3a5lho_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lb3a5lho_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lb3a5lho_wpftmp.assets.cache
deleted file mode 100644
index 561eeec..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lb3a5lho_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lgzbjhny_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lgzbjhny_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 41e2240..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lgzbjhny_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+773393c4c050b7c57fb297c69b0f9ff284d08bef")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lgzbjhny_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lgzbjhny_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index bf60b51..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lgzbjhny_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-40abfe5bb91c791f99a689bd4927a618c24704cfc11279e6b70bcfaec666079f
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lgzbjhny_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lgzbjhny_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lgzbjhny_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lgzbjhny_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lgzbjhny_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lgzbjhny_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lgzbjhny_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lgzbjhny_wpftmp.assets.cache
deleted file mode 100644
index d7644a6..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lgzbjhny_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lhmnmpkh_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lhmnmpkh_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 212afda..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lhmnmpkh_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+ac86bbc30235e293832d2b0a39944eda62aa0638")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lhmnmpkh_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lhmnmpkh_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 5ccdf0a..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lhmnmpkh_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-43250b656317eb42aa9b36e841834c7a54f44ab08407e170da24373489164c11
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lhmnmpkh_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lhmnmpkh_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lhmnmpkh_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lhmnmpkh_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lhmnmpkh_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lhmnmpkh_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lhmnmpkh_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lhmnmpkh_wpftmp.assets.cache
deleted file mode 100644
index af5c298..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lhmnmpkh_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lqc5u0al_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lqc5u0al_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 0adc9e3..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lqc5u0al_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+5666565ac1f71e8ff6ca5bf3a772aa571890ebd0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lqc5u0al_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lqc5u0al_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 45f4013..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lqc5u0al_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-7d8d3b3bba0e1d99dc09aa6fb39d1a35e6a343b4b64b76faa5c00a459bc569aa
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lqc5u0al_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lqc5u0al_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lqc5u0al_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lqc5u0al_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lqc5u0al_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lqc5u0al_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lqc5u0al_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lqc5u0al_wpftmp.assets.cache
deleted file mode 100644
index 2c89f36..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_lqc5u0al_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_m5le2umz_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_m5le2umz_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 8ea613f..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_m5le2umz_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+7e6d39a3dbbd561f1e2ee10b8d07a42ca79a12bc")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_m5le2umz_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_m5le2umz_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 8707080..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_m5le2umz_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ce9f938a1169fa13378c01fac983dc93ce0dea70096f223ae8595e56c88e89ab
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_m5le2umz_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_m5le2umz_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_m5le2umz_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_m5le2umz_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_m5le2umz_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_m5le2umz_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_m5le2umz_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_m5le2umz_wpftmp.assets.cache
deleted file mode 100644
index 1b48c2d..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_m5le2umz_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mg3fsrfz_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mg3fsrfz_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index a703cbe..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mg3fsrfz_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+5c108405816c37594886b9f5a32ebedafb36f094")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mg3fsrfz_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mg3fsrfz_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index d43589a..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mg3fsrfz_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-1014d7ae689c3046eebe626dd723ae71341b47504614f534d39191960150191c
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mg3fsrfz_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mg3fsrfz_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mg3fsrfz_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mg3fsrfz_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mg3fsrfz_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mg3fsrfz_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mg3fsrfz_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mg3fsrfz_wpftmp.assets.cache
deleted file mode 100644
index 8e8d123..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mg3fsrfz_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mgcrjfca_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mgcrjfca_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 095626e..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mgcrjfca_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fdcd4c83778ecb110bc41f777919b1ab0cdbcc6b")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mgcrjfca_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mgcrjfca_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index d7f4a4b..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mgcrjfca_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-d3014d0bf3d97ab2802ff8d6ef96a5235954f7397655c60296ff7f9c3c36ab72
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mgcrjfca_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mgcrjfca_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mgcrjfca_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mgcrjfca_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mgcrjfca_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mgcrjfca_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mgcrjfca_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mgcrjfca_wpftmp.assets.cache
deleted file mode 100644
index ddbb98b..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mgcrjfca_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mshyjaqx_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mshyjaqx_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 5404a6e..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mshyjaqx_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+467a940c6f82641b9d9609408a26e96c137d5614")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mshyjaqx_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mshyjaqx_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 722dd27..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mshyjaqx_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-b81ebbfc5afe9ff4bd24eb4365fa18cf2dca4dad5d52c9a52383c3dc17cd84f7
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mshyjaqx_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mshyjaqx_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mshyjaqx_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mshyjaqx_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mshyjaqx_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mshyjaqx_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mshyjaqx_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mshyjaqx_wpftmp.assets.cache
deleted file mode 100644
index 798acde..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mshyjaqx_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mytntux2_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mytntux2_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 6ddc568..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mytntux2_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Runtime.CompilerServices.InternalsVisibleToAttribute("SharepointToolbox.Tests")]
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0bc0babaf83ddb274d070dfd395e645b185e6b22")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mytntux2_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mytntux2_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index a90de1d..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mytntux2_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-22649afcc6282d2ca4bf61d0922088e3bc07ba92491b04aa885d7c310465e1c9
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mytntux2_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mytntux2_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mytntux2_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mytntux2_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mytntux2_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mytntux2_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mytntux2_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mytntux2_wpftmp.assets.cache
deleted file mode 100644
index 8351f41..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_mytntux2_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_n0ltkia3_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_n0ltkia3_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 6ddc568..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_n0ltkia3_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Runtime.CompilerServices.InternalsVisibleToAttribute("SharepointToolbox.Tests")]
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0bc0babaf83ddb274d070dfd395e645b185e6b22")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_n0ltkia3_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_n0ltkia3_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index a90de1d..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_n0ltkia3_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-22649afcc6282d2ca4bf61d0922088e3bc07ba92491b04aa885d7c310465e1c9
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_n0ltkia3_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_n0ltkia3_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_n0ltkia3_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_n0ltkia3_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_n0ltkia3_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_n0ltkia3_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_n0ltkia3_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_n0ltkia3_wpftmp.assets.cache
deleted file mode 100644
index fc2cb6f..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_n0ltkia3_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nfp13hpe_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nfp13hpe_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 61fe0c2..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nfp13hpe_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fa793c54892f69c19c41272ddb1c8a02fec46be7")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nfp13hpe_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nfp13hpe_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 8fa1b52..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nfp13hpe_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-5be815e8f0d243b1af744c43688cfbf1b61dfbeb5ee6c098cde0d88eecc5865e
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nfp13hpe_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nfp13hpe_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nfp13hpe_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nfp13hpe_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nfp13hpe_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nfp13hpe_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nfp13hpe_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nfp13hpe_wpftmp.assets.cache
deleted file mode 100644
index 5a3800d..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nfp13hpe_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nk52jzfb_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nk52jzfb_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 492b458..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nk52jzfb_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+c66efdadfa33cccb5b4ad2041af618827dbfc5a1")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nk52jzfb_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nk52jzfb_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 60151c4..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nk52jzfb_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-bf1a9f84e65b6aa62f5d1fd00f55231f9d347bfd379e9592efddf282dccfc067
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nk52jzfb_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nk52jzfb_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nk52jzfb_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nk52jzfb_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nk52jzfb_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nk52jzfb_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nk52jzfb_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nk52jzfb_wpftmp.assets.cache
deleted file mode 100644
index 876f6ba..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nk52jzfb_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nltrokkt_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nltrokkt_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index aa15684..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nltrokkt_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Runtime.CompilerServices.InternalsVisibleToAttribute("SharepointToolbox.Tests")]
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+f11bfefe52e33fe70c456cb05cac1252b33b077f")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nltrokkt_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nltrokkt_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 41053b6..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nltrokkt_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-97d17a1cb043b978e1963dc14bb6a53e41f858e995ba4228fecd59ae19eb3360
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nltrokkt_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nltrokkt_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 1914618..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nltrokkt_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = c:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nltrokkt_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nltrokkt_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nltrokkt_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nltrokkt_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nltrokkt_wpftmp.assets.cache
deleted file mode 100644
index ccd0c84..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nltrokkt_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nopqcl0u_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nopqcl0u_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 4c8c321..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nopqcl0u_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+3c708840228b776d1a40c83c27939ecf9a46bab2")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nopqcl0u_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nopqcl0u_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index d7bc958..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nopqcl0u_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-3fc1c45b17305bfc86323151e3f81413cfd76163751cb1377937b89b1bbce240
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nopqcl0u_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nopqcl0u_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nopqcl0u_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nopqcl0u_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nopqcl0u_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nopqcl0u_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nopqcl0u_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nopqcl0u_wpftmp.assets.cache
deleted file mode 100644
index 5c229f1..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_nopqcl0u_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ntlhfomi_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ntlhfomi_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 61fe0c2..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ntlhfomi_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fa793c54892f69c19c41272ddb1c8a02fec46be7")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ntlhfomi_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ntlhfomi_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 8fa1b52..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ntlhfomi_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-5be815e8f0d243b1af744c43688cfbf1b61dfbeb5ee6c098cde0d88eecc5865e
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ntlhfomi_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ntlhfomi_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ntlhfomi_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ntlhfomi_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ntlhfomi_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ntlhfomi_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ntlhfomi_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ntlhfomi_wpftmp.assets.cache
deleted file mode 100644
index b772a02..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ntlhfomi_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_o445tves_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_o445tves_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index a4636c8..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_o445tves_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+61d7ada945824e7a0df0d731a0d5ba121cca9ad7")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_o445tves_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_o445tves_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 5941aa5..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_o445tves_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-e8ca83c0a5b75c6d6714aa6a75cda7dd7459a2771c91c09e7b0fd13321fbf2bd
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_o445tves_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_o445tves_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_o445tves_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_o445tves_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_o445tves_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_o445tves_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_o445tves_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_o445tves_wpftmp.assets.cache
deleted file mode 100644
index ed95906..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_o445tves_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_oawuvh4b_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_oawuvh4b_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index c835290..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_oawuvh4b_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Runtime.CompilerServices.InternalsVisibleToAttribute("SharepointToolbox.Tests")]
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+1ab2f2e42636c07fe3335d282de9ac03c111f945")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_oawuvh4b_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_oawuvh4b_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 7683fb2..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_oawuvh4b_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-8913d7fda5f2bc82b343a362e75101d9def1b54ca7f7894f3650d253167b74f1
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_oawuvh4b_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_oawuvh4b_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_oawuvh4b_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_oawuvh4b_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_oawuvh4b_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_oawuvh4b_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_oawuvh4b_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_oawuvh4b_wpftmp.assets.cache
deleted file mode 100644
index bdcca03..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_oawuvh4b_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ocjbspwm_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ocjbspwm_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 61fe0c2..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ocjbspwm_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fa793c54892f69c19c41272ddb1c8a02fec46be7")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ocjbspwm_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ocjbspwm_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 8fa1b52..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ocjbspwm_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-5be815e8f0d243b1af744c43688cfbf1b61dfbeb5ee6c098cde0d88eecc5865e
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ocjbspwm_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ocjbspwm_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ocjbspwm_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ocjbspwm_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ocjbspwm_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ocjbspwm_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ocjbspwm_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ocjbspwm_wpftmp.assets.cache
deleted file mode 100644
index 2917825..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ocjbspwm_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_od1kfoja_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_od1kfoja_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 8547820..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_od1kfoja_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+097d7b33261b94107a3e00ad028c91a30d02b9ae")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_od1kfoja_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_od1kfoja_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index ee2ddbc..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_od1kfoja_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-386656cccafe7482d42eb16550ab30da0f58e2196877b7f94a3190e585b83f9f
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_od1kfoja_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_od1kfoja_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_od1kfoja_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_od1kfoja_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_od1kfoja_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_od1kfoja_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_od1kfoja_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_od1kfoja_wpftmp.assets.cache
deleted file mode 100644
index 80cc9c4..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_od1kfoja_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_og5ms4qf_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_og5ms4qf_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index f1f745d..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_og5ms4qf_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+52670bd2625243957f0cb5c3a2828cf14956dbd0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_og5ms4qf_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_og5ms4qf_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 9668420..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_og5ms4qf_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-7df19c446483d8ebd67aabf2ddc14ea169781c8519f59b7cf085025b22db5a9a
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_og5ms4qf_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_og5ms4qf_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_og5ms4qf_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_og5ms4qf_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_og5ms4qf_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_og5ms4qf_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_og5ms4qf_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_og5ms4qf_wpftmp.assets.cache
deleted file mode 100644
index 6170cc5..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_og5ms4qf_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_oh5l4xur_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_oh5l4xur_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index f5b76c9..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_oh5l4xur_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d73e50948df5a71ae2c22ee45646a18224c37d57")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_oh5l4xur_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_oh5l4xur_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 80d4f05..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_oh5l4xur_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-c8bc7e35b6843b8c44ddcb5e672f4a1cd15b2049d5ecd95d4d8035c3c7c1f2dd
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_oh5l4xur_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_oh5l4xur_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_oh5l4xur_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_oh5l4xur_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_oh5l4xur_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_oh5l4xur_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_oh5l4xur_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_oh5l4xur_wpftmp.assets.cache
deleted file mode 100644
index 4662930..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_oh5l4xur_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_okaub2bt_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_okaub2bt_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 9885960..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_okaub2bt_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+94ff1810356d757055d0cb3c101bb067e5eecd44")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_okaub2bt_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_okaub2bt_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index b1759bc..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_okaub2bt_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-e7b4a3660a8b538454990c47a966a176afc17a90b7cb22d7832b5953e587e734
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_okaub2bt_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_okaub2bt_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_okaub2bt_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_okaub2bt_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_okaub2bt_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_okaub2bt_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_okaub2bt_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_okaub2bt_wpftmp.assets.cache
deleted file mode 100644
index 92d775c..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_okaub2bt_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_p2kvu0wi_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_p2kvu0wi_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dcded54..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_p2kvu0wi_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+185642f4af0ecc4283d3b26e603f944ef0d499aa")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_p2kvu0wi_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_p2kvu0wi_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index e6396b3..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_p2kvu0wi_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-059f9f5cc2097c0fb31b15d9448043dc993c41951244fa01bc706a83293dcbe4
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_p2kvu0wi_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_p2kvu0wi_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_p2kvu0wi_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_p2kvu0wi_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_p2kvu0wi_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_p2kvu0wi_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_p2kvu0wi_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_p2kvu0wi_wpftmp.assets.cache
deleted file mode 100644
index aac0da8..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_p2kvu0wi_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pclvthle_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pclvthle_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 7e76117..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pclvthle_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Runtime.CompilerServices.InternalsVisibleToAttribute("SharepointToolbox.Tests")]
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+e77455f03ff8543ef0aea69436a6cf21ac2a5296")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pclvthle_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pclvthle_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 753f1f2..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pclvthle_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-11eac0cfcad4d8c04e7c57b6706f559de187aa483adc95722b04b4ab99dd1d47
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pclvthle_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pclvthle_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pclvthle_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pclvthle_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pclvthle_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pclvthle_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pclvthle_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pclvthle_wpftmp.assets.cache
deleted file mode 100644
index 74aa988..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pclvthle_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pd1vsgn0_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pd1vsgn0_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index e5db7a3..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pd1vsgn0_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+2280f12eab437908b8f875ca7b23f6c1996f0e60")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pd1vsgn0_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pd1vsgn0_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 6d34f1c..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pd1vsgn0_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-7f00aa4c203d47f2ab657351af9bceaab5ca4d3f0b2b5bd96efc66e479690a96
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pd1vsgn0_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pd1vsgn0_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pd1vsgn0_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pd1vsgn0_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pd1vsgn0_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pd1vsgn0_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pd1vsgn0_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pd1vsgn0_wpftmp.assets.cache
deleted file mode 100644
index dd7eb33..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pd1vsgn0_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pddedtww_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pddedtww_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index f69cb56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pddedtww_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+45eb531128ab11f8d012a00f1e35f8b2a5427bdd")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pddedtww_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pddedtww_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 5d3ee1b..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pddedtww_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-0f9dff465debc5b82a1229cd590eb6bf1f3ab8fe46489b08670e903a855b3ec0
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pddedtww_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pddedtww_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pddedtww_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pddedtww_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pddedtww_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pddedtww_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pddedtww_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pddedtww_wpftmp.assets.cache
deleted file mode 100644
index 4d5aa09..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pddedtww_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pi55ilog_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pi55ilog_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 2830386..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pi55ilog_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+c81d8959f73f4911eec5acd7a0ff4f48d6f69c62")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pi55ilog_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pi55ilog_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index b0c6446..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pi55ilog_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-b94c8bd3a2bfbf219c1ffa7f8e05f418a2d4e3466fe4ca36ec6595364f035763
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pi55ilog_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pi55ilog_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pi55ilog_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pi55ilog_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pi55ilog_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pi55ilog_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pi55ilog_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pi55ilog_wpftmp.assets.cache
deleted file mode 100644
index 709b612..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pi55ilog_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pme3af1d_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pme3af1d_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 095626e..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pme3af1d_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fdcd4c83778ecb110bc41f777919b1ab0cdbcc6b")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pme3af1d_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pme3af1d_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index d7f4a4b..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pme3af1d_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-d3014d0bf3d97ab2802ff8d6ef96a5235954f7397655c60296ff7f9c3c36ab72
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pme3af1d_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pme3af1d_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pme3af1d_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pme3af1d_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pme3af1d_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pme3af1d_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pme3af1d_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pme3af1d_wpftmp.assets.cache
deleted file mode 100644
index fab3c78..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_pme3af1d_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_puxemjql_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_puxemjql_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index b3c8e93..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_puxemjql_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+ddb216b1fb5e086491dae8c940117dff24c7af3b")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_puxemjql_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_puxemjql_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 40538e5..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_puxemjql_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-1333d6df43f158ec5a843ec74311d21cbe026e32ca7d3548c76fd4f01dff5e58
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_puxemjql_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_puxemjql_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_puxemjql_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_puxemjql_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_puxemjql_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_puxemjql_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_puxemjql_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_puxemjql_wpftmp.assets.cache
deleted file mode 100644
index c40a454..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_puxemjql_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qdeqyyl4_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qdeqyyl4_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 61fe0c2..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qdeqyyl4_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fa793c54892f69c19c41272ddb1c8a02fec46be7")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qdeqyyl4_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qdeqyyl4_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 8fa1b52..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qdeqyyl4_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-5be815e8f0d243b1af744c43688cfbf1b61dfbeb5ee6c098cde0d88eecc5865e
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qdeqyyl4_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qdeqyyl4_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qdeqyyl4_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qdeqyyl4_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qdeqyyl4_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qdeqyyl4_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qdeqyyl4_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qdeqyyl4_wpftmp.assets.cache
deleted file mode 100644
index 3b34daa..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qdeqyyl4_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qhlyiy20_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qhlyiy20_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index c6f2fad..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qhlyiy20_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+e08df0f658f44dd1823867f39badd3afa8cfb6ba")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qhlyiy20_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qhlyiy20_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 6a68899..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qhlyiy20_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-9bda725ee3892f712ba0fbde676c40d71fdb1c41218ebbcd3bf4656b62b1db82
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qhlyiy20_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qhlyiy20_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qhlyiy20_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qhlyiy20_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qhlyiy20_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qhlyiy20_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qhlyiy20_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qhlyiy20_wpftmp.assets.cache
deleted file mode 100644
index 96dbb58..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qhlyiy20_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qm4vpzpv_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qm4vpzpv_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index b45f677..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qm4vpzpv_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+b41599d95a16bcbd45bfcdf55ffa921a50e7406d")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qm4vpzpv_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qm4vpzpv_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 8b1aec1..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qm4vpzpv_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-00edfd22e79d02d984c32050e5da11bdae7fb8605b44ddf9186a6b49e872574e
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qm4vpzpv_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qm4vpzpv_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qm4vpzpv_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qm4vpzpv_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qm4vpzpv_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qm4vpzpv_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qm4vpzpv_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qm4vpzpv_wpftmp.assets.cache
deleted file mode 100644
index 136daca..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qm4vpzpv_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qoyfqwo4_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qoyfqwo4_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 095626e..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qoyfqwo4_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fdcd4c83778ecb110bc41f777919b1ab0cdbcc6b")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qoyfqwo4_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qoyfqwo4_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index d7f4a4b..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qoyfqwo4_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-d3014d0bf3d97ab2802ff8d6ef96a5235954f7397655c60296ff7f9c3c36ab72
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qoyfqwo4_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qoyfqwo4_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qoyfqwo4_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qoyfqwo4_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qoyfqwo4_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qoyfqwo4_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qoyfqwo4_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qoyfqwo4_wpftmp.assets.cache
deleted file mode 100644
index fd42c9a..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qoyfqwo4_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qs5a3ney_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qs5a3ney_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 298cf90..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qs5a3ney_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+c04d88882d366a5935d6b324eaf17b38514d7b88")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qs5a3ney_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qs5a3ney_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 9572ac9..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qs5a3ney_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-04a5cbcdbc9c85a9bd10eaf6774d1219b0d2b8554354272efbe528f3c085a52a
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qs5a3ney_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qs5a3ney_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qs5a3ney_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qs5a3ney_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qs5a3ney_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qs5a3ney_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qs5a3ney_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qs5a3ney_wpftmp.assets.cache
deleted file mode 100644
index 265654d..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qs5a3ney_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qtazhnf2_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qtazhnf2_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index b136826..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qtazhnf2_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+7874fa852428a65de28ce2f791ef7f0a27831309")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qtazhnf2_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qtazhnf2_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index acedc83..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qtazhnf2_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-6896de50e3c24fc484ca613663a59dc10b2ae2c74c519afd207a26d76143c02a
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qtazhnf2_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qtazhnf2_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qtazhnf2_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qtazhnf2_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qtazhnf2_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qtazhnf2_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qtazhnf2_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qtazhnf2_wpftmp.assets.cache
deleted file mode 100644
index 58c75a3..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qtazhnf2_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qvwhaenj_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qvwhaenj_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 0db6e19..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qvwhaenj_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+855e4df49bd06e612cd3b66575a38a59457979de")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qvwhaenj_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qvwhaenj_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index d162e20..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qvwhaenj_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-98b4e193c1ec3d2964e64ce2667a3bed77aa56e0f1b2b6c011b3923a111a232a
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qvwhaenj_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qvwhaenj_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qvwhaenj_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qvwhaenj_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qvwhaenj_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qvwhaenj_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qvwhaenj_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qvwhaenj_wpftmp.assets.cache
deleted file mode 100644
index a3d9a7f..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qvwhaenj_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qyfuu4pk_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qyfuu4pk_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 54a517e..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qyfuu4pk_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+3ec776ba818f27f1448aa01344a987326f827dbd")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qyfuu4pk_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qyfuu4pk_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index b62e28e..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qyfuu4pk_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-5ddcb05f982bc7f66cc8345b6fbcfe1a1ba9266372399ed801f2594d26c5b667
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qyfuu4pk_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qyfuu4pk_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qyfuu4pk_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qyfuu4pk_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qyfuu4pk_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qyfuu4pk_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qyfuu4pk_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qyfuu4pk_wpftmp.assets.cache
deleted file mode 100644
index 17b6437..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_qyfuu4pk_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_r2z41sej_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_r2z41sej_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index a703cbe..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_r2z41sej_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+5c108405816c37594886b9f5a32ebedafb36f094")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_r2z41sej_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_r2z41sej_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index d43589a..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_r2z41sej_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-1014d7ae689c3046eebe626dd723ae71341b47504614f534d39191960150191c
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_r2z41sej_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_r2z41sej_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_r2z41sej_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_r2z41sej_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_r2z41sej_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_r2z41sej_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_r2z41sej_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_r2z41sej_wpftmp.assets.cache
deleted file mode 100644
index 0d98cdd..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_r2z41sej_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_riukyhkj_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_riukyhkj_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 12372b7..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_riukyhkj_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+9f891aa5122a08d050a5446c3f999bf542f28214")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_riukyhkj_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_riukyhkj_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index f5e5959..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_riukyhkj_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-558627cc78c4589a8699de2d7fc0959027735e4ab00ddb834750cea9f06302a8
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_riukyhkj_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_riukyhkj_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_riukyhkj_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_riukyhkj_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_riukyhkj_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_riukyhkj_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_riukyhkj_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_riukyhkj_wpftmp.assets.cache
deleted file mode 100644
index a61fc29..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_riukyhkj_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rk3ktlwo_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rk3ktlwo_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 1a4dca5..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rk3ktlwo_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Runtime.CompilerServices.InternalsVisibleToAttribute("SharepointToolbox.Tests")]
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+cb7995ab3137fe737f218c34047c6cb805399134")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rk3ktlwo_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rk3ktlwo_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 5fd1f55..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rk3ktlwo_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-db59995947b8e656a50f20ca411c6c7d44cc6d43a2ec3f4a5f77fa639377f0e5
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rk3ktlwo_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rk3ktlwo_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rk3ktlwo_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rk3ktlwo_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rk3ktlwo_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rk3ktlwo_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rk3ktlwo_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rk3ktlwo_wpftmp.assets.cache
deleted file mode 100644
index 8e38068..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rk3ktlwo_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rotxn1x4_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rotxn1x4_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 6ddc568..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rotxn1x4_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Runtime.CompilerServices.InternalsVisibleToAttribute("SharepointToolbox.Tests")]
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0bc0babaf83ddb274d070dfd395e645b185e6b22")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rotxn1x4_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rotxn1x4_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index a90de1d..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rotxn1x4_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-22649afcc6282d2ca4bf61d0922088e3bc07ba92491b04aa885d7c310465e1c9
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rotxn1x4_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rotxn1x4_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rotxn1x4_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rotxn1x4_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rotxn1x4_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rotxn1x4_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rotxn1x4_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rotxn1x4_wpftmp.assets.cache
deleted file mode 100644
index 8e96dc1..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rotxn1x4_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rvpvraki_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rvpvraki_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index b0e7146..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rvpvraki_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d17689cc46b4af3a850236ad5676375ff04fce8e")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rvpvraki_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rvpvraki_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 12a0feb..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rvpvraki_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-8850f9e7be54f414f6977ae0f24172ca571e69370acae07871a992a3e66679c6
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rvpvraki_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rvpvraki_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rvpvraki_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rvpvraki_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rvpvraki_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rvpvraki_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rvpvraki_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rvpvraki_wpftmp.assets.cache
deleted file mode 100644
index 12b9dfa..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rvpvraki_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rz1o500j_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rz1o500j_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index f1f745d..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rz1o500j_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+52670bd2625243957f0cb5c3a2828cf14956dbd0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rz1o500j_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rz1o500j_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 9668420..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rz1o500j_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-7df19c446483d8ebd67aabf2ddc14ea169781c8519f59b7cf085025b22db5a9a
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rz1o500j_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rz1o500j_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rz1o500j_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rz1o500j_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rz1o500j_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rz1o500j_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rz1o500j_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rz1o500j_wpftmp.assets.cache
deleted file mode 100644
index 2bbdf84..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_rz1o500j_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_s2rx0qzm_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_s2rx0qzm_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index b3c8e93..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_s2rx0qzm_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+ddb216b1fb5e086491dae8c940117dff24c7af3b")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_s2rx0qzm_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_s2rx0qzm_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 40538e5..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_s2rx0qzm_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-1333d6df43f158ec5a843ec74311d21cbe026e32ca7d3548c76fd4f01dff5e58
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_s2rx0qzm_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_s2rx0qzm_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_s2rx0qzm_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_s2rx0qzm_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_s2rx0qzm_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_s2rx0qzm_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_s2rx0qzm_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_s2rx0qzm_wpftmp.assets.cache
deleted file mode 100644
index 74e134e..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_s2rx0qzm_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sg2dcm24_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sg2dcm24_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index c216160..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sg2dcm24_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0af73df65cb5cc1764c1370a1cfbc23bff576663")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sg2dcm24_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sg2dcm24_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 38f8dfd..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sg2dcm24_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-39e78c2b6885716635622b02f59372758a4941e017c2a6b7aa3d2092cd014822
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sg2dcm24_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sg2dcm24_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sg2dcm24_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sg2dcm24_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sg2dcm24_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sg2dcm24_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sg2dcm24_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sg2dcm24_wpftmp.assets.cache
deleted file mode 100644
index 4dcc70c..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sg2dcm24_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_skhjuvqy_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_skhjuvqy_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index b212145..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_skhjuvqy_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+3730b54527806a50fd36bd2c1a330d6c2e72467e")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_skhjuvqy_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_skhjuvqy_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index a1d5167..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_skhjuvqy_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-5726e9802c10642bd11797e2fe14fff9690e275f46d674f3a1f4c13d1194e554
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_skhjuvqy_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_skhjuvqy_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_skhjuvqy_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_skhjuvqy_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_skhjuvqy_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_skhjuvqy_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_skhjuvqy_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_skhjuvqy_wpftmp.assets.cache
deleted file mode 100644
index 8e7c9bb..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_skhjuvqy_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sqa0450h_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sqa0450h_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index b0e7146..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sqa0450h_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d17689cc46b4af3a850236ad5676375ff04fce8e")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sqa0450h_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sqa0450h_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 12a0feb..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sqa0450h_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-8850f9e7be54f414f6977ae0f24172ca571e69370acae07871a992a3e66679c6
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sqa0450h_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sqa0450h_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sqa0450h_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sqa0450h_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sqa0450h_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sqa0450h_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sqa0450h_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sqa0450h_wpftmp.assets.cache
deleted file mode 100644
index 479519b..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sqa0450h_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sqjw5ulc_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sqjw5ulc_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 8ca9c20..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sqjw5ulc_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+b52f60f8eb9ea2cabdaa34b0769ce45ca875389f")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sqjw5ulc_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sqjw5ulc_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 5501e99..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sqjw5ulc_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-b77de3ff5d096f9b8709c50d099962c8a8a9902b0ac9990a00ac596f75cb3bef
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sqjw5ulc_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sqjw5ulc_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sqjw5ulc_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sqjw5ulc_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sqjw5ulc_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sqjw5ulc_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sqjw5ulc_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sqjw5ulc_wpftmp.assets.cache
deleted file mode 100644
index a5d6e81..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sqjw5ulc_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sx5lawcm_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sx5lawcm_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index f5b76c9..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sx5lawcm_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d73e50948df5a71ae2c22ee45646a18224c37d57")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sx5lawcm_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sx5lawcm_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 80d4f05..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sx5lawcm_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-c8bc7e35b6843b8c44ddcb5e672f4a1cd15b2049d5ecd95d4d8035c3c7c1f2dd
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sx5lawcm_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sx5lawcm_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sx5lawcm_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sx5lawcm_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sx5lawcm_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sx5lawcm_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sx5lawcm_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sx5lawcm_wpftmp.assets.cache
deleted file mode 100644
index 81354dc..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_sx5lawcm_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_taddt4fi_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_taddt4fi_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 54a517e..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_taddt4fi_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+3ec776ba818f27f1448aa01344a987326f827dbd")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_taddt4fi_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_taddt4fi_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index b62e28e..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_taddt4fi_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-5ddcb05f982bc7f66cc8345b6fbcfe1a1ba9266372399ed801f2594d26c5b667
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_taddt4fi_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_taddt4fi_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_taddt4fi_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_taddt4fi_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_taddt4fi_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_taddt4fi_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_taddt4fi_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_taddt4fi_wpftmp.assets.cache
deleted file mode 100644
index 53054f4..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_taddt4fi_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tbebpohh_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tbebpohh_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 718d8c4..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tbebpohh_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+5e56a96cd0889a5a2a82219aaf77e68e29f5500c")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tbebpohh_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tbebpohh_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 217e94c..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tbebpohh_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-f9eebcd443055d1d202294b9d0729a8ed02621dffe158002e347d73d51aa2538
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tbebpohh_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tbebpohh_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tbebpohh_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tbebpohh_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tbebpohh_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tbebpohh_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tbebpohh_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tbebpohh_wpftmp.assets.cache
deleted file mode 100644
index 2c57175..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tbebpohh_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_td23q4vr_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_td23q4vr_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index f2d18bc..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_td23q4vr_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+72349d84156f28b21db2cd27ab0295198603b8d0")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_td23q4vr_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_td23q4vr_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 51ed8ef..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_td23q4vr_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-d507db202375a513e2df7ac4d31e9d616328e22e43d5cfc545ae2c7b97d566f1
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_td23q4vr_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_td23q4vr_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_td23q4vr_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_td23q4vr_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_td23q4vr_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_td23q4vr_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_td23q4vr_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_td23q4vr_wpftmp.assets.cache
deleted file mode 100644
index b1fcea3..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_td23q4vr_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_thqbvahm_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_thqbvahm_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 61fe0c2..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_thqbvahm_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fa793c54892f69c19c41272ddb1c8a02fec46be7")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_thqbvahm_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_thqbvahm_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 8fa1b52..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_thqbvahm_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-5be815e8f0d243b1af744c43688cfbf1b61dfbeb5ee6c098cde0d88eecc5865e
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_thqbvahm_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_thqbvahm_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_thqbvahm_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_thqbvahm_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_thqbvahm_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_thqbvahm_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_thqbvahm_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_thqbvahm_wpftmp.assets.cache
deleted file mode 100644
index bc0fdd6..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_thqbvahm_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tipqynnm_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tipqynnm_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index dfd3a17..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tipqynnm_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+026b8294deb71120c8385fef4ff2bc34228a2dfe")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tipqynnm_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tipqynnm_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index d6deebf..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tipqynnm_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-c483238e89752692c73438a67754b111daa93a69fa89f935f7ea6596fe556c79
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tipqynnm_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tipqynnm_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tipqynnm_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tipqynnm_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tipqynnm_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tipqynnm_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tipqynnm_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tipqynnm_wpftmp.assets.cache
deleted file mode 100644
index b466fda..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tipqynnm_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tk0uvsfz_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tk0uvsfz_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 1a4dca5..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tk0uvsfz_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Runtime.CompilerServices.InternalsVisibleToAttribute("SharepointToolbox.Tests")]
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+cb7995ab3137fe737f218c34047c6cb805399134")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tk0uvsfz_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tk0uvsfz_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 5fd1f55..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tk0uvsfz_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-db59995947b8e656a50f20ca411c6c7d44cc6d43a2ec3f4a5f77fa639377f0e5
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tk0uvsfz_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tk0uvsfz_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tk0uvsfz_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tk0uvsfz_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tk0uvsfz_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tk0uvsfz_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tk0uvsfz_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tk0uvsfz_wpftmp.assets.cache
deleted file mode 100644
index 1a9bef1..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tk0uvsfz_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tpw4pyny_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tpw4pyny_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index cc3b009..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tpw4pyny_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+e174a18350fb1934beabb9d69a8bb504b7c4b339")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tpw4pyny_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tpw4pyny_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 7c683b9..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tpw4pyny_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-2c8b99aef381649557f7d3bd8aa827776dcf6be57d875590f5ee9a13978104e9
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tpw4pyny_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tpw4pyny_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tpw4pyny_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tpw4pyny_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tpw4pyny_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tpw4pyny_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tpw4pyny_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tpw4pyny_wpftmp.assets.cache
deleted file mode 100644
index 380d76d..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tpw4pyny_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_twozfie1_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_twozfie1_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index a703cbe..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_twozfie1_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+5c108405816c37594886b9f5a32ebedafb36f094")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_twozfie1_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_twozfie1_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index d43589a..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_twozfie1_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-1014d7ae689c3046eebe626dd723ae71341b47504614f534d39191960150191c
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_twozfie1_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_twozfie1_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_twozfie1_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_twozfie1_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_twozfie1_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_twozfie1_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_twozfie1_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_twozfie1_wpftmp.assets.cache
deleted file mode 100644
index c25462a..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_twozfie1_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_txguhto3_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_txguhto3_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index c216160..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_txguhto3_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0af73df65cb5cc1764c1370a1cfbc23bff576663")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_txguhto3_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_txguhto3_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 38f8dfd..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_txguhto3_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-39e78c2b6885716635622b02f59372758a4941e017c2a6b7aa3d2092cd014822
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_txguhto3_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_txguhto3_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_txguhto3_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_txguhto3_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_txguhto3_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_txguhto3_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_txguhto3_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_txguhto3_wpftmp.assets.cache
deleted file mode 100644
index 7e09dd7..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_txguhto3_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tyenbw0f_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tyenbw0f_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 1a4dca5..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tyenbw0f_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Runtime.CompilerServices.InternalsVisibleToAttribute("SharepointToolbox.Tests")]
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+cb7995ab3137fe737f218c34047c6cb805399134")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tyenbw0f_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tyenbw0f_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 5fd1f55..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tyenbw0f_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-db59995947b8e656a50f20ca411c6c7d44cc6d43a2ec3f4a5f77fa639377f0e5
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tyenbw0f_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tyenbw0f_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tyenbw0f_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tyenbw0f_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tyenbw0f_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tyenbw0f_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tyenbw0f_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tyenbw0f_wpftmp.assets.cache
deleted file mode 100644
index 64fe1e6..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tyenbw0f_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tyje0tfj_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tyje0tfj_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index a4636c8..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tyje0tfj_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+61d7ada945824e7a0df0d731a0d5ba121cca9ad7")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tyje0tfj_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tyje0tfj_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 5941aa5..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tyje0tfj_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-e8ca83c0a5b75c6d6714aa6a75cda7dd7459a2771c91c09e7b0fd13321fbf2bd
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tyje0tfj_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tyje0tfj_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tyje0tfj_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tyje0tfj_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tyje0tfj_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tyje0tfj_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tyje0tfj_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tyje0tfj_wpftmp.assets.cache
deleted file mode 100644
index ee374e2..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tyje0tfj_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tz2bakak_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tz2bakak_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 968f6ca..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tz2bakak_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0984a36bc78403eecbf6c3746b55d776922d4968")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tz2bakak_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tz2bakak_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index d766bb8..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tz2bakak_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-f7594cc8ef4b53709597d7c4213f1796c394f79ce89f37ad56f4818ca8729c76
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tz2bakak_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tz2bakak_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tz2bakak_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tz2bakak_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tz2bakak_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tz2bakak_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tz2bakak_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tz2bakak_wpftmp.assets.cache
deleted file mode 100644
index c6cb588..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_tz2bakak_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_u0svsq2f_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_u0svsq2f_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 938c45a..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_u0svsq2f_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fcae8f0e49c39e48bea07e4438f1d5c3bba3f323")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_u0svsq2f_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_u0svsq2f_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 7853306..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_u0svsq2f_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-48b8ffca65ef6ad2a55bc3358bf2ec0e1f93802e42ba6b4e1c8fde6e3c2ae528
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_u0svsq2f_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_u0svsq2f_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_u0svsq2f_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_u0svsq2f_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_u0svsq2f_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_u0svsq2f_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_u0svsq2f_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_u0svsq2f_wpftmp.assets.cache
deleted file mode 100644
index a89904b..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_u0svsq2f_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_u13feuxi_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_u13feuxi_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index f5b76c9..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_u13feuxi_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d73e50948df5a71ae2c22ee45646a18224c37d57")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_u13feuxi_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_u13feuxi_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 80d4f05..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_u13feuxi_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-c8bc7e35b6843b8c44ddcb5e672f4a1cd15b2049d5ecd95d4d8035c3c7c1f2dd
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_u13feuxi_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_u13feuxi_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_u13feuxi_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_u13feuxi_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_u13feuxi_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_u13feuxi_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_u13feuxi_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_u13feuxi_wpftmp.assets.cache
deleted file mode 100644
index 37e4cfd..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_u13feuxi_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_u1a53kn3_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_u1a53kn3_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 0349495..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_u1a53kn3_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+a39c87d43eaa0343f1336169a478116c902b25fc")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_u1a53kn3_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_u1a53kn3_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 57f8b6d..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_u1a53kn3_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-2bc48efce2efb6f85cb5db9a6f9914496a67181885c6a4e01d7d3d286c309992
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_u1a53kn3_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_u1a53kn3_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_u1a53kn3_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_u1a53kn3_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_u1a53kn3_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_u1a53kn3_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_u1a53kn3_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_u1a53kn3_wpftmp.assets.cache
deleted file mode 100644
index 4a68adb..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_u1a53kn3_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ud221tof_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ud221tof_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 23753f9..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ud221tof_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+c871effa8770fb7832e408649d29c34a19093827")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ud221tof_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ud221tof_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index e3ee31a..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ud221tof_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-7d68c59b5ac17130f1c031699d656867a990d100d24fe09bd2aa71d107710e59
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ud221tof_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ud221tof_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ud221tof_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ud221tof_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ud221tof_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ud221tof_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ud221tof_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ud221tof_wpftmp.assets.cache
deleted file mode 100644
index ee962f0..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ud221tof_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ufdtp2vq_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ufdtp2vq_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 61fe0c2..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ufdtp2vq_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fa793c54892f69c19c41272ddb1c8a02fec46be7")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ufdtp2vq_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ufdtp2vq_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 8fa1b52..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ufdtp2vq_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-5be815e8f0d243b1af744c43688cfbf1b61dfbeb5ee6c098cde0d88eecc5865e
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ufdtp2vq_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ufdtp2vq_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ufdtp2vq_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ufdtp2vq_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ufdtp2vq_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ufdtp2vq_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ufdtp2vq_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ufdtp2vq_wpftmp.assets.cache
deleted file mode 100644
index 3f521a8..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ufdtp2vq_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_uh3iwpli_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_uh3iwpli_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 98809a9..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_uh3iwpli_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fe19249f820913daeb08fd438c17b359a46cfa8e")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_uh3iwpli_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_uh3iwpli_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index ca86f45..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_uh3iwpli_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-1e2c694c4f31c7a0c722e6ab5d11b1222886f61ee597a7e3138f209073aa39ca
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_uh3iwpli_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_uh3iwpli_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_uh3iwpli_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_uh3iwpli_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_uh3iwpli_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_uh3iwpli_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_uh3iwpli_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_uh3iwpli_wpftmp.assets.cache
deleted file mode 100644
index ce3f0a9..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_uh3iwpli_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_utkuk52d_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_utkuk52d_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 943d810..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_utkuk52d_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+57c258015b3981e30abb3135fb0ca5d3cac03428")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_utkuk52d_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_utkuk52d_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 3c3466c..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_utkuk52d_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-6a79071f9b96451868c60baeebe27fe5863e1c79c1359b49aaf12c723244b809
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_utkuk52d_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_utkuk52d_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_utkuk52d_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_utkuk52d_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_utkuk52d_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_utkuk52d_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_utkuk52d_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_utkuk52d_wpftmp.assets.cache
deleted file mode 100644
index 0f59451..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_utkuk52d_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_uuojeskm_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_uuojeskm_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 095626e..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_uuojeskm_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fdcd4c83778ecb110bc41f777919b1ab0cdbcc6b")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_uuojeskm_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_uuojeskm_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index d7f4a4b..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_uuojeskm_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-d3014d0bf3d97ab2802ff8d6ef96a5235954f7397655c60296ff7f9c3c36ab72
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_uuojeskm_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_uuojeskm_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_uuojeskm_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_uuojeskm_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_uuojeskm_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_uuojeskm_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_uuojeskm_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_uuojeskm_wpftmp.assets.cache
deleted file mode 100644
index 1b1aee4..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_uuojeskm_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_uv3pizsh_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_uv3pizsh_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index f5e7dd1..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_uv3pizsh_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+5c4a285473ef9f8a5c6e16250c2a5fef07dfd5c6")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_uv3pizsh_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_uv3pizsh_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 88c20c7..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_uv3pizsh_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-299ec1c878d1d9acecf288c914886d7957493b4eb39c1fe0089fb30548a6d857
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_uv3pizsh_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_uv3pizsh_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_uv3pizsh_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_uv3pizsh_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_uv3pizsh_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_uv3pizsh_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_uv3pizsh_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_uv3pizsh_wpftmp.assets.cache
deleted file mode 100644
index 3749247..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_uv3pizsh_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_vlevcncl_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_vlevcncl_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index bd2552c..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_vlevcncl_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+9a55c9e7d075b639af1e395c6011aea19581ae49")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_vlevcncl_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_vlevcncl_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 0c8c508..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_vlevcncl_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-eceff7dd01aa587a5c40a0abc5411fcb983da80cf012e78df12bcc63ffcf817c
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_vlevcncl_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_vlevcncl_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_vlevcncl_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_vlevcncl_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_vlevcncl_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_vlevcncl_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_vlevcncl_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_vlevcncl_wpftmp.assets.cache
deleted file mode 100644
index fea547a..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_vlevcncl_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_w0ljur2u_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_w0ljur2u_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 095626e..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_w0ljur2u_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fdcd4c83778ecb110bc41f777919b1ab0cdbcc6b")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_w0ljur2u_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_w0ljur2u_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index d7f4a4b..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_w0ljur2u_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-d3014d0bf3d97ab2802ff8d6ef96a5235954f7397655c60296ff7f9c3c36ab72
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_w0ljur2u_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_w0ljur2u_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_w0ljur2u_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_w0ljur2u_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_w0ljur2u_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_w0ljur2u_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_w0ljur2u_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_w0ljur2u_wpftmp.assets.cache
deleted file mode 100644
index 9d1e484..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_w0ljur2u_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_w2mvxhpc_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_w2mvxhpc_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 54a517e..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_w2mvxhpc_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+3ec776ba818f27f1448aa01344a987326f827dbd")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_w2mvxhpc_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_w2mvxhpc_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index b62e28e..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_w2mvxhpc_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-5ddcb05f982bc7f66cc8345b6fbcfe1a1ba9266372399ed801f2594d26c5b667
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_w2mvxhpc_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_w2mvxhpc_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_w2mvxhpc_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_w2mvxhpc_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_w2mvxhpc_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_w2mvxhpc_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_w2mvxhpc_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_w2mvxhpc_wpftmp.assets.cache
deleted file mode 100644
index 88d3dbb..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_w2mvxhpc_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_w4krwe4h_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_w4krwe4h_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 5a1b519..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_w4krwe4h_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Runtime.CompilerServices.InternalsVisibleToAttribute("SharepointToolbox.Tests")]
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+2e8ceea27934feef94981f11f2d37fbd353e5213")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_w4krwe4h_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_w4krwe4h_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 3147d11..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_w4krwe4h_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-5e42b9d0e27d46ce2b47b50fc58c12dd803f2c8fd53617dd57dfa7fe61740efa
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_w4krwe4h_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_w4krwe4h_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_w4krwe4h_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_w4krwe4h_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_w4krwe4h_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_w4krwe4h_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_w4krwe4h_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_w4krwe4h_wpftmp.assets.cache
deleted file mode 100644
index 9e44808..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_w4krwe4h_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_wfy5fgaf_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_wfy5fgaf_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index c216160..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_wfy5fgaf_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0af73df65cb5cc1764c1370a1cfbc23bff576663")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_wfy5fgaf_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_wfy5fgaf_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 38f8dfd..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_wfy5fgaf_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-39e78c2b6885716635622b02f59372758a4941e017c2a6b7aa3d2092cd014822
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_wfy5fgaf_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_wfy5fgaf_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_wfy5fgaf_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_wfy5fgaf_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_wfy5fgaf_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_wfy5fgaf_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_wfy5fgaf_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_wfy5fgaf_wpftmp.assets.cache
deleted file mode 100644
index 99f1933..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_wfy5fgaf_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_wnngh0th_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_wnngh0th_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 8373e9c..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_wnngh0th_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Runtime.CompilerServices.InternalsVisibleToAttribute("SharepointToolbox.Tests")]
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0baa3695feeb1b05c8020f6445b96eb366554651")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_wnngh0th_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_wnngh0th_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 395ec73..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_wnngh0th_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-9a093c64d07a8bea084818798278bfe18d927e4fa0605b284f985f7dbd87c833
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_wnngh0th_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_wnngh0th_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 1914618..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_wnngh0th_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = c:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_wnngh0th_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_wnngh0th_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_wnngh0th_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_wnngh0th_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_wnngh0th_wpftmp.assets.cache
deleted file mode 100644
index 712583d..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_wnngh0th_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_wrj5bt4a_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_wrj5bt4a_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 61fe0c2..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_wrj5bt4a_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fa793c54892f69c19c41272ddb1c8a02fec46be7")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_wrj5bt4a_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_wrj5bt4a_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 8fa1b52..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_wrj5bt4a_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-5be815e8f0d243b1af744c43688cfbf1b61dfbeb5ee6c098cde0d88eecc5865e
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_wrj5bt4a_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_wrj5bt4a_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_wrj5bt4a_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_wrj5bt4a_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_wrj5bt4a_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_wrj5bt4a_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_wrj5bt4a_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_wrj5bt4a_wpftmp.assets.cache
deleted file mode 100644
index 31b9242..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_wrj5bt4a_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_x52ogbox_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_x52ogbox_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 29ca9ab..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_x52ogbox_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+c462a0b31007d28055393c7333e64e0309bec26d")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_x52ogbox_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_x52ogbox_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index c3c6bbb..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_x52ogbox_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-b812004cccb2265bdea0836d87f1a420f6887192c8cd63c6a9c89ec190168fb4
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_x52ogbox_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_x52ogbox_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_x52ogbox_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_x52ogbox_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_x52ogbox_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_x52ogbox_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_x52ogbox_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_x52ogbox_wpftmp.assets.cache
deleted file mode 100644
index b5158c2..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_x52ogbox_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xcbbvuye_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xcbbvuye_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 938c45a..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xcbbvuye_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fcae8f0e49c39e48bea07e4438f1d5c3bba3f323")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xcbbvuye_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xcbbvuye_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 7853306..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xcbbvuye_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-48b8ffca65ef6ad2a55bc3358bf2ec0e1f93802e42ba6b4e1c8fde6e3c2ae528
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xcbbvuye_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xcbbvuye_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xcbbvuye_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xcbbvuye_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xcbbvuye_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xcbbvuye_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xcbbvuye_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xcbbvuye_wpftmp.assets.cache
deleted file mode 100644
index 97f2248..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xcbbvuye_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xk5pqxcw_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xk5pqxcw_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 61fe0c2..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xk5pqxcw_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fa793c54892f69c19c41272ddb1c8a02fec46be7")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xk5pqxcw_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xk5pqxcw_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 8fa1b52..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xk5pqxcw_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-5be815e8f0d243b1af744c43688cfbf1b61dfbeb5ee6c098cde0d88eecc5865e
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xk5pqxcw_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xk5pqxcw_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xk5pqxcw_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xk5pqxcw_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xk5pqxcw_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xk5pqxcw_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xk5pqxcw_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xk5pqxcw_wpftmp.assets.cache
deleted file mode 100644
index 07291b0..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xk5pqxcw_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xmjyom02_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xmjyom02_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 8525db0..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xmjyom02_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0122a47c9ec7d96aebaf07a00477592c2ef659f2")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xmjyom02_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xmjyom02_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index f578653..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xmjyom02_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-8861ddc6348932b5556a9b1e15fa9e68c5eda667cd5586e30da9a84836e9c517
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xmjyom02_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xmjyom02_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xmjyom02_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xmjyom02_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xmjyom02_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xmjyom02_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xmjyom02_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xmjyom02_wpftmp.assets.cache
deleted file mode 100644
index 63dce6d..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xmjyom02_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xqq4essx_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xqq4essx_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index b56b83f..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xqq4essx_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+41f8844a160d897359c898321d7c9bb53a76dbfc")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xqq4essx_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xqq4essx_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 67bfd20..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xqq4essx_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ba3a3d871f7f750980ca86e9e9a7046c40ca68f4096cffb36a0ecd5b41b7ee12
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xqq4essx_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xqq4essx_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xqq4essx_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xqq4essx_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xqq4essx_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xqq4essx_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xqq4essx_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xqq4essx_wpftmp.assets.cache
deleted file mode 100644
index 96d224e..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xqq4essx_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xt4qtppb_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xt4qtppb_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index afced1b..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xt4qtppb_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+9e3d5016e655daf6687295e9b0d1bd3fbe0bacee")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xt4qtppb_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xt4qtppb_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 994bb1c..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xt4qtppb_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-112fe1fc6aecc189c66357b0f905a6bbb5f4809cc1b495da136352eba328a7ca
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xt4qtppb_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xt4qtppb_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xt4qtppb_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xt4qtppb_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xt4qtppb_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xt4qtppb_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xt4qtppb_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xt4qtppb_wpftmp.assets.cache
deleted file mode 100644
index 652aca4..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xt4qtppb_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xvpfhetq_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xvpfhetq_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 034f80b..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xvpfhetq_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+f1390eaa1c45e9128b07cb55d6e4a8a5a175c140")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xvpfhetq_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xvpfhetq_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 79f8b7b..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xvpfhetq_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-fbde6ed55f7cb9f065c266391575c003baad5f59e7a1efe69dc92cd06c4b4de3
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xvpfhetq_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xvpfhetq_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xvpfhetq_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xvpfhetq_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xvpfhetq_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xvpfhetq_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xvpfhetq_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xvpfhetq_wpftmp.assets.cache
deleted file mode 100644
index 5f3376d..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_xvpfhetq_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yeujla23_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yeujla23_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index def2099..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yeujla23_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+70048ddcdfb3e1199670a1d8eebdf00b625ab555")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yeujla23_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yeujla23_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index d727c95..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yeujla23_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-79224d6f501b332091be9a8450da60565111e75f542b0bd818a6a73095dd01c3
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yeujla23_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yeujla23_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yeujla23_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yeujla23_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yeujla23_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yeujla23_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yeujla23_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yeujla23_wpftmp.assets.cache
deleted file mode 100644
index 6a402f1..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yeujla23_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yg2simlt_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yg2simlt_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 9d3f62b..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yg2simlt_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+2ed8a0cb129a67fddca995231c00581311ac9b49")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yg2simlt_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yg2simlt_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index bae4092..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yg2simlt_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-0dbdbb0378b22f98d63bae4ab416b34bcdd6ea4a229613c443e5898ad1adf6b1
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yg2simlt_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yg2simlt_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yg2simlt_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yg2simlt_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yg2simlt_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yg2simlt_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yg2simlt_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yg2simlt_wpftmp.assets.cache
deleted file mode 100644
index c1d3b14..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yg2simlt_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ymmqnle4_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ymmqnle4_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 031341c..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ymmqnle4_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+1ffd71243e80e839e49ff6241b0ffacb70ee51bf")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ymmqnle4_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ymmqnle4_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index d93d825..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ymmqnle4_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-cca859c83732d6c3cb475a4294cad87451c57ba1104a8ad119c9d47a895e561c
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ymmqnle4_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ymmqnle4_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ymmqnle4_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ymmqnle4_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ymmqnle4_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ymmqnle4_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ymmqnle4_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ymmqnle4_wpftmp.assets.cache
deleted file mode 100644
index 6c284d8..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ymmqnle4_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ynrgb4jm_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ynrgb4jm_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index b136826..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ynrgb4jm_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+7874fa852428a65de28ce2f791ef7f0a27831309")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ynrgb4jm_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ynrgb4jm_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index acedc83..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ynrgb4jm_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-6896de50e3c24fc484ca613663a59dc10b2ae2c74c519afd207a26d76143c02a
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ynrgb4jm_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ynrgb4jm_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ynrgb4jm_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ynrgb4jm_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ynrgb4jm_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ynrgb4jm_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ynrgb4jm_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ynrgb4jm_wpftmp.assets.cache
deleted file mode 100644
index bf365e0..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ynrgb4jm_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yocoznga_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yocoznga_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index a0c6bb3..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yocoznga_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+02955199f6344c8928dc0601ed5462a40268329c")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yocoznga_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yocoznga_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 52d8f48..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yocoznga_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-ba645170105743c4684f4b0605d2054948160b88dd1e67316414ef97619f05d4
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yocoznga_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yocoznga_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yocoznga_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yocoznga_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yocoznga_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yocoznga_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yocoznga_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yocoznga_wpftmp.assets.cache
deleted file mode 100644
index 0973a55..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yocoznga_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ytrgcdv2_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ytrgcdv2_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 718d8c4..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ytrgcdv2_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+5e56a96cd0889a5a2a82219aaf77e68e29f5500c")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ytrgcdv2_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ytrgcdv2_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 217e94c..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ytrgcdv2_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-f9eebcd443055d1d202294b9d0729a8ed02621dffe158002e347d73d51aa2538
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ytrgcdv2_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ytrgcdv2_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ytrgcdv2_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ytrgcdv2_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ytrgcdv2_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ytrgcdv2_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ytrgcdv2_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ytrgcdv2_wpftmp.assets.cache
deleted file mode 100644
index 2292f80..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ytrgcdv2_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ytvhsv2l_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ytvhsv2l_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 095626e..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ytvhsv2l_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fdcd4c83778ecb110bc41f777919b1ab0cdbcc6b")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ytvhsv2l_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ytvhsv2l_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index d7f4a4b..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ytvhsv2l_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-d3014d0bf3d97ab2802ff8d6ef96a5235954f7397655c60296ff7f9c3c36ab72
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ytvhsv2l_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ytvhsv2l_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ytvhsv2l_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ytvhsv2l_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ytvhsv2l_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ytvhsv2l_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ytvhsv2l_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ytvhsv2l_wpftmp.assets.cache
deleted file mode 100644
index 7559511..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ytvhsv2l_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yv4xyeti_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yv4xyeti_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index a703cbe..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yv4xyeti_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+5c108405816c37594886b9f5a32ebedafb36f094")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yv4xyeti_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yv4xyeti_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index d43589a..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yv4xyeti_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-1014d7ae689c3046eebe626dd723ae71341b47504614f534d39191960150191c
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yv4xyeti_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yv4xyeti_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yv4xyeti_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yv4xyeti_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yv4xyeti_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yv4xyeti_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yv4xyeti_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yv4xyeti_wpftmp.assets.cache
deleted file mode 100644
index 654f311..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_yv4xyeti_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ywi4udtp_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ywi4udtp_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index d350334..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ywi4udtp_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+08e4d2ee7dfe46fc88618966772f9dc45c2de5ff")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ywi4udtp_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ywi4udtp_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 1aadbd1..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ywi4udtp_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-a8726af2ab827afa305912af2d4846f311cb26f1bd8f8230d325a9fead022a74
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ywi4udtp_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ywi4udtp_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ywi4udtp_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ywi4udtp_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ywi4udtp_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ywi4udtp_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ywi4udtp_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ywi4udtp_wpftmp.assets.cache
deleted file mode 100644
index d127be3..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_ywi4udtp_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_z1pm0fvq_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_z1pm0fvq_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 853a8b7..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_z1pm0fvq_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+a1c2a68cb5b02ca011a7af4130eb22a3a1ac94f2")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_z1pm0fvq_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_z1pm0fvq_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index 6376301..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_z1pm0fvq_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-7248c357d5b18949d5597d9aa859a9e4a6b30b7a000c2a099f88180e5e415407
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_z1pm0fvq_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_z1pm0fvq_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_z1pm0fvq_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_z1pm0fvq_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_z1pm0fvq_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_z1pm0fvq_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_z1pm0fvq_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_z1pm0fvq_wpftmp.assets.cache
deleted file mode 100644
index efa5098..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_z1pm0fvq_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_zmiu3qzs_wpftmp.AssemblyInfo.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_zmiu3qzs_wpftmp.AssemblyInfo.cs
deleted file mode 100644
index 095626e..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_zmiu3qzs_wpftmp.AssemblyInfo.cs
+++ /dev/null
@@ -1,24 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using System;
-using System.Reflection;
-
-[assembly: System.Reflection.AssemblyCompanyAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
-[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fdcd4c83778ecb110bc41f777919b1ab0cdbcc6b")]
-[assembly: System.Reflection.AssemblyProductAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyTitleAttribute("SharepointToolbox")]
-[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
-[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
-[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
-
-// Generated by the MSBuild WriteCodeFragment class.
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_zmiu3qzs_wpftmp.AssemblyInfoInputs.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_zmiu3qzs_wpftmp.AssemblyInfoInputs.cache
deleted file mode 100644
index d7f4a4b..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_zmiu3qzs_wpftmp.AssemblyInfoInputs.cache
+++ /dev/null
@@ -1 +0,0 @@
-d3014d0bf3d97ab2802ff8d6ef96a5235954f7397655c60296ff7f9c3c36ab72
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_zmiu3qzs_wpftmp.GeneratedMSBuildEditorConfig.editorconfig b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_zmiu3qzs_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
deleted file mode 100644
index 2617eac..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_zmiu3qzs_wpftmp.GeneratedMSBuildEditorConfig.editorconfig
+++ /dev/null
@@ -1,23 +0,0 @@
-is_global = true
-build_property.MvvmToolkitEnableINotifyPropertyChangingSupport = true
-build_property._MvvmToolkitIsUsingWindowsRuntimePack = false
-build_property.CsWinRTComponent =
-build_property.CsWinRTAotOptimizerEnabled =
-build_property.CsWinRTAotWarningLevel =
-build_property.TargetFramework = net10.0-windows
-build_property.TargetFrameworkIdentifier = .NETCoreApp
-build_property.TargetFrameworkVersion = v10.0
-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 = SharepointToolbox
-build_property.ProjectDir = C:\Users\dev\Documents\projets\Sharepoint\SharepointToolbox\
-build_property.EnableComHosting =
-build_property.EnableGeneratedComInterfaceComImportInterop =
-build_property.CsWinRTUseWindowsUIXamlProjections = false
-build_property.EffectiveAnalysisLevelStyle = 10.0
-build_property.EnableCodeStyleSeverity =
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_zmiu3qzs_wpftmp.GlobalUsings.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_zmiu3qzs_wpftmp.GlobalUsings.g.cs
deleted file mode 100644
index e6eff56..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_zmiu3qzs_wpftmp.GlobalUsings.g.cs
+++ /dev/null
@@ -1,6 +0,0 @@
-//
-global using System;
-global using System.Collections.Generic;
-global using System.Linq;
-global using System.Threading;
-global using System.Threading.Tasks;
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_zmiu3qzs_wpftmp.assets.cache b/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_zmiu3qzs_wpftmp.assets.cache
deleted file mode 100644
index b15aac5..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/SharepointToolbox_zmiu3qzs_wpftmp.assets.cache and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/Views/Controls/FeatureTabBase.g.i.cs b/SharepointToolbox/obj/Debug/net10.0-windows/Views/Controls/FeatureTabBase.g.i.cs
deleted file mode 100644
index ddab80a..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/Views/Controls/FeatureTabBase.g.i.cs
+++ /dev/null
@@ -1,75 +0,0 @@
-#pragma checksum "..\..\..\..\..\Views\Controls\FeatureTabBase.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "A824FE7E592E559FAAF22ECBF954EBCE543A21E1"
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using SharepointToolbox.Localization;
-using System;
-using System.Diagnostics;
-using System.Windows;
-using System.Windows.Automation;
-using System.Windows.Controls;
-using System.Windows.Controls.Primitives;
-using System.Windows.Controls.Ribbon;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Ink;
-using System.Windows.Input;
-using System.Windows.Markup;
-using System.Windows.Media;
-using System.Windows.Media.Animation;
-using System.Windows.Media.Effects;
-using System.Windows.Media.Imaging;
-using System.Windows.Media.Media3D;
-using System.Windows.Media.TextFormatting;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-using System.Windows.Shell;
-
-
-namespace SharepointToolbox.Views.Controls {
-
-
- ///
- /// FeatureTabBase
- ///
- public partial class FeatureTabBase : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
-
- private bool _contentLoaded;
-
- ///
- /// InitializeComponent
- ///
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.4.0")]
- public void InitializeComponent() {
- if (_contentLoaded) {
- return;
- }
- _contentLoaded = true;
- System.Uri resourceLocater = new System.Uri("/SharepointToolbox;V1.0.0.0;component/views/controls/featuretabbase.xaml", System.UriKind.Relative);
-
- #line 1 "..\..\..\..\..\Views\Controls\FeatureTabBase.xaml"
- System.Windows.Application.LoadComponent(this, resourceLocater);
-
- #line default
- #line hidden
- }
-
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.4.0")]
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
- void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
- this._contentLoaded = true;
- }
- }
-}
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/Views/Dialogs/ConfirmBulkOperationDialog.baml b/SharepointToolbox/obj/Debug/net10.0-windows/Views/Dialogs/ConfirmBulkOperationDialog.baml
deleted file mode 100644
index c775927..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/Views/Dialogs/ConfirmBulkOperationDialog.baml and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/Views/Dialogs/ConfirmBulkOperationDialog.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/Views/Dialogs/ConfirmBulkOperationDialog.g.cs
deleted file mode 100644
index 667f8cd..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/Views/Dialogs/ConfirmBulkOperationDialog.g.cs
+++ /dev/null
@@ -1,114 +0,0 @@
-#pragma checksum "..\..\..\..\..\Views\Dialogs\ConfirmBulkOperationDialog.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "EC8399B4485248E98E2D5A9653217AB467318B62"
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using SharepointToolbox.Localization;
-using System;
-using System.Diagnostics;
-using System.Windows;
-using System.Windows.Automation;
-using System.Windows.Controls;
-using System.Windows.Controls.Primitives;
-using System.Windows.Controls.Ribbon;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Ink;
-using System.Windows.Input;
-using System.Windows.Markup;
-using System.Windows.Media;
-using System.Windows.Media.Animation;
-using System.Windows.Media.Effects;
-using System.Windows.Media.Imaging;
-using System.Windows.Media.Media3D;
-using System.Windows.Media.TextFormatting;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-using System.Windows.Shell;
-
-
-namespace SharepointToolbox.Views.Dialogs {
-
-
- ///
- /// ConfirmBulkOperationDialog
- ///
- public partial class ConfirmBulkOperationDialog : System.Windows.Window, System.Windows.Markup.IComponentConnector {
-
-
- #line 14 "..\..\..\..\..\Views\Dialogs\ConfirmBulkOperationDialog.xaml"
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
- internal System.Windows.Controls.TextBlock MessageText;
-
- #line default
- #line hidden
-
-
- #line 23 "..\..\..\..\..\Views\Dialogs\ConfirmBulkOperationDialog.xaml"
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
- internal System.Windows.Controls.Button ProceedButton;
-
- #line default
- #line hidden
-
- private bool _contentLoaded;
-
- ///
- /// InitializeComponent
- ///
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.4.0")]
- public void InitializeComponent() {
- if (_contentLoaded) {
- return;
- }
- _contentLoaded = true;
- System.Uri resourceLocater = new System.Uri("/SharepointToolbox;component/views/dialogs/confirmbulkoperationdialog.xaml", System.UriKind.Relative);
-
- #line 1 "..\..\..\..\..\Views\Dialogs\ConfirmBulkOperationDialog.xaml"
- System.Windows.Application.LoadComponent(this, resourceLocater);
-
- #line default
- #line hidden
- }
-
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.4.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.MessageText = ((System.Windows.Controls.TextBlock)(target));
- return;
- case 2:
-
- #line 22 "..\..\..\..\..\Views\Dialogs\ConfirmBulkOperationDialog.xaml"
- ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Cancel_Click);
-
- #line default
- #line hidden
- return;
- case 3:
- this.ProceedButton = ((System.Windows.Controls.Button)(target));
-
- #line 26 "..\..\..\..\..\Views\Dialogs\ConfirmBulkOperationDialog.xaml"
- this.ProceedButton.Click += new System.Windows.RoutedEventHandler(this.Proceed_Click);
-
- #line default
- #line hidden
- return;
- }
- this._contentLoaded = true;
- }
- }
-}
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/Views/Dialogs/ConfirmBulkOperationDialog.g.i.cs b/SharepointToolbox/obj/Debug/net10.0-windows/Views/Dialogs/ConfirmBulkOperationDialog.g.i.cs
deleted file mode 100644
index e2f7b15..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/Views/Dialogs/ConfirmBulkOperationDialog.g.i.cs
+++ /dev/null
@@ -1,115 +0,0 @@
-#pragma checksum "..\..\..\..\..\Views\Dialogs\ConfirmBulkOperationDialog.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "EC8399B4485248E98E2D5A9653217AB467318B62"
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using SharepointToolbox.Localization;
-using System;
-using System.Diagnostics;
-using System.Windows;
-using System.Windows.Automation;
-using System.Windows.Controls;
-using System.Windows.Controls.Primitives;
-using System.Windows.Controls.Ribbon;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Ink;
-using System.Windows.Input;
-using System.Windows.Markup;
-using System.Windows.Media;
-using System.Windows.Media.Animation;
-using System.Windows.Media.Effects;
-using System.Windows.Media.Imaging;
-using System.Windows.Media.Media3D;
-using System.Windows.Media.TextFormatting;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-using System.Windows.Shell;
-
-
-namespace SharepointToolbox.Views.Dialogs {
-
-
- ///
- /// ConfirmBulkOperationDialog
- ///
- public partial class ConfirmBulkOperationDialog : System.Windows.Window, System.Windows.Markup.IComponentConnector {
-
-
- #line 14 "..\..\..\..\..\Views\Dialogs\ConfirmBulkOperationDialog.xaml"
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
- internal System.Windows.Controls.TextBlock MessageText;
-
- #line default
- #line hidden
-
-
- #line 23 "..\..\..\..\..\Views\Dialogs\ConfirmBulkOperationDialog.xaml"
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
- internal System.Windows.Controls.Button ProceedButton;
-
- #line default
- #line hidden
-
- private bool _contentLoaded;
-
- ///
- /// InitializeComponent
- ///
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.4.0")]
- public void InitializeComponent() {
- if (_contentLoaded) {
- return;
- }
- _contentLoaded = true;
- System.Uri resourceLocater = new System.Uri(("/SharepointToolbox;V1.0.0.0;component/views/dialogs/confirmbulkoperationdialog.xa" +
- "ml"), System.UriKind.Relative);
-
- #line 1 "..\..\..\..\..\Views\Dialogs\ConfirmBulkOperationDialog.xaml"
- System.Windows.Application.LoadComponent(this, resourceLocater);
-
- #line default
- #line hidden
- }
-
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.4.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.MessageText = ((System.Windows.Controls.TextBlock)(target));
- return;
- case 2:
-
- #line 22 "..\..\..\..\..\Views\Dialogs\ConfirmBulkOperationDialog.xaml"
- ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Cancel_Click);
-
- #line default
- #line hidden
- return;
- case 3:
- this.ProceedButton = ((System.Windows.Controls.Button)(target));
-
- #line 26 "..\..\..\..\..\Views\Dialogs\ConfirmBulkOperationDialog.xaml"
- this.ProceedButton.Click += new System.Windows.RoutedEventHandler(this.Proceed_Click);
-
- #line default
- #line hidden
- return;
- }
- this._contentLoaded = true;
- }
- }
-}
-
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/Views/Dialogs/FolderBrowserDialog.baml b/SharepointToolbox/obj/Debug/net10.0-windows/Views/Dialogs/FolderBrowserDialog.baml
deleted file mode 100644
index bd3ae59..0000000
Binary files a/SharepointToolbox/obj/Debug/net10.0-windows/Views/Dialogs/FolderBrowserDialog.baml and /dev/null differ
diff --git a/SharepointToolbox/obj/Debug/net10.0-windows/Views/Dialogs/FolderBrowserDialog.g.cs b/SharepointToolbox/obj/Debug/net10.0-windows/Views/Dialogs/FolderBrowserDialog.g.cs
deleted file mode 100644
index 723df32..0000000
--- a/SharepointToolbox/obj/Debug/net10.0-windows/Views/Dialogs/FolderBrowserDialog.g.cs
+++ /dev/null
@@ -1,131 +0,0 @@
-#pragma checksum "..\..\..\..\..\Views\Dialogs\FolderBrowserDialog.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "3987E02EDBCBB2985BE9806F6B0BBA244FC9EA92"
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-using SharepointToolbox.Localization;
-using System;
-using System.Diagnostics;
-using System.Windows;
-using System.Windows.Automation;
-using System.Windows.Controls;
-using System.Windows.Controls.Primitives;
-using System.Windows.Controls.Ribbon;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Ink;
-using System.Windows.Input;
-using System.Windows.Markup;
-using System.Windows.Media;
-using System.Windows.Media.Animation;
-using System.Windows.Media.Effects;
-using System.Windows.Media.Imaging;
-using System.Windows.Media.Media3D;
-using System.Windows.Media.TextFormatting;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-using System.Windows.Shell;
-
-
-namespace SharepointToolbox.Views.Dialogs {
-
-
- ///
- /// FolderBrowserDialog
- ///
- public partial class FolderBrowserDialog : System.Windows.Window, System.Windows.Markup.IComponentConnector {
-
-
- #line 10 "..\..\..\..\..\Views\Dialogs\FolderBrowserDialog.xaml"
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
- internal System.Windows.Controls.TextBlock StatusText;
-
- #line default
- #line hidden
-
-
- #line 19 "..\..\..\..\..\Views\Dialogs\FolderBrowserDialog.xaml"
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
- internal System.Windows.Controls.Button SelectButton;
-
- #line default
- #line hidden
-
-
- #line 26 "..\..\..\..\..\Views\Dialogs\FolderBrowserDialog.xaml"
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
- internal System.Windows.Controls.TreeView FolderTree;
-
- #line default
- #line hidden
-
- private bool _contentLoaded;
-
- ///
- /// InitializeComponent
- ///
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.4.0")]
- public void InitializeComponent() {
- if (_contentLoaded) {
- return;
- }
- _contentLoaded = true;
- System.Uri resourceLocater = new System.Uri("/SharepointToolbox;component/views/dialogs/folderbrowserdialog.xaml", System.UriKind.Relative);
-
- #line 1 "..\..\..\..\..\Views\Dialogs\FolderBrowserDialog.xaml"
- System.Windows.Application.LoadComponent(this, resourceLocater);
-
- #line default
- #line hidden
- }
-
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "10.0.4.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.StatusText = ((System.Windows.Controls.TextBlock)(target));
- return;
- case 2:
-
- #line 18 "..\..\..\..\..\Views\Dialogs\FolderBrowserDialog.xaml"
- ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Cancel_Click);
-
- #line default
- #line hidden
- return;
- case 3:
- this.SelectButton = ((System.Windows.Controls.Button)(target));
-
- #line 22 "..\..\..\..\..\Views\Dialogs\FolderBrowserDialog.xaml"
- this.SelectButton.Click += new System.Windows.RoutedEventHandler(this.Select_Click);
-
- #line default
- #line hidden
- return;
- case 4:
- this.FolderTree = ((System.Windows.Controls.TreeView)(target));
-
- #line 26 "..\..\..\..\..\Views\Dialogs\FolderBrowserDialog.xaml"
- this.FolderTree.SelectedItemChanged += new System.Windows.RoutedPropertyChangedEventHandler