+
+
+ First Name
+ Last Name
+ Email
+
+
+
+ {users.map((user) => (
+
+ {user.firstname}
+ {user.lastname}
+ {user.email}
+
+ ))}
+
+
+
+
+ );
+};
+
+export default UsersDashboard;
diff --git a/obj/Debug/net8.0/Web-Development.AssemblyInfo.cs b/obj/Debug/net8.0/Web-Development.AssemblyInfo.cs
index 65814981..4a96311c 100644
--- a/obj/Debug/net8.0/Web-Development.AssemblyInfo.cs
+++ b/obj/Debug/net8.0/Web-Development.AssemblyInfo.cs
@@ -13,7 +13,7 @@
[assembly: System.Reflection.AssemblyCompanyAttribute("Web-Development")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+708807a4996d05270db052dbe6bb777c7910fed1")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+bf1a732eb0737a6e2a0e52d5b0f78e3fbf7ce645")]
[assembly: System.Reflection.AssemblyProductAttribute("Web-Development")]
[assembly: System.Reflection.AssemblyTitleAttribute("Web-Development")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
diff --git a/obj/Debug/net8.0/Web-Development.csproj.CoreCompileInputs.cache b/obj/Debug/net8.0/Web-Development.csproj.CoreCompileInputs.cache
index c2fef417..d8bb4e8e 100644
--- a/obj/Debug/net8.0/Web-Development.csproj.CoreCompileInputs.cache
+++ b/obj/Debug/net8.0/Web-Development.csproj.CoreCompileInputs.cache
@@ -1 +1 @@
-b59d197531fb596c0e5fd3190190a87f74f4f7b8ce17742dace0b582fb151c48
+44dfe7207cc850b02b2dde3563b8d4d5cbe6528f80f04fb2b87e616b897a4ede
diff --git a/obj/Debug/net8.0/Web-Development.csproj.FileListAbsolute.txt b/obj/Debug/net8.0/Web-Development.csproj.FileListAbsolute.txt
index 5999b42c..1d0e4b34 100644
--- a/obj/Debug/net8.0/Web-Development.csproj.FileListAbsolute.txt
+++ b/obj/Debug/net8.0/Web-Development.csproj.FileListAbsolute.txt
@@ -558,383 +558,385 @@ C:/Users/Alex/Documents/GitHub/Web-Developmentv2/bin/Debug/net8.0/frontend/clien
/Users/steynhellendoorn/Informatica jaar twee (deel 2)/Web development/Master_Branch/Web-Development/obj/Debug/net8.0/Web-Development.pdb
/Users/steynhellendoorn/Informatica jaar twee (deel 2)/Web development/Master_Branch/Web-Development/obj/Debug/net8.0/Web-Development.genruntimeconfig.cache
/Users/steynhellendoorn/Informatica jaar twee (deel 2)/Web development/Master_Branch/Web-Development/obj/Debug/net8.0/ref/Web-Development.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\appsettings.Development.json
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\appsettings.json
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\frontend\clientapp\public\manifest.json
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\frontend\clientapp\tsconfig.json
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\frontend\clientapp\package-lock.json
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\frontend\clientapp\package.json
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\package-lock.json
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\package.json
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\Web-Development.exe
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\Web-Development.deps.json
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\Web-Development.runtimeconfig.json
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\Web-Development.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\Web-Development.pdb
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\Azure.Core.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\Azure.Identity.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\EntityFramework.SqlServer.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\EntityFramework.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\Humanizer.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\Microsoft.AspNetCore.Authentication.JwtBearer.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\Microsoft.AspNetCore.OpenApi.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\Microsoft.Bcl.AsyncInterfaces.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\Microsoft.CodeAnalysis.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\Microsoft.CodeAnalysis.CSharp.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\Microsoft.CodeAnalysis.CSharp.Workspaces.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\Microsoft.CodeAnalysis.Workspaces.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\Microsoft.Data.SqlClient.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\Microsoft.Data.Sqlite.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\Microsoft.EntityFrameworkCore.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\Microsoft.EntityFrameworkCore.Abstractions.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\Microsoft.EntityFrameworkCore.Design.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\Microsoft.EntityFrameworkCore.Relational.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\Microsoft.EntityFrameworkCore.Sqlite.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\Microsoft.EntityFrameworkCore.SqlServer.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\Microsoft.Extensions.Caching.Memory.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\Microsoft.Extensions.DependencyInjection.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\Microsoft.Extensions.DependencyModel.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\Microsoft.Extensions.Logging.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\Microsoft.Extensions.Logging.Abstractions.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\Microsoft.Extensions.Options.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\Microsoft.Identity.Client.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\Microsoft.Identity.Client.Extensions.Msal.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\Microsoft.IdentityModel.Abstractions.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\Microsoft.IdentityModel.JsonWebTokens.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\Microsoft.IdentityModel.Logging.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\Microsoft.IdentityModel.Protocols.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\Microsoft.IdentityModel.Tokens.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\Microsoft.OpenApi.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\Microsoft.SqlServer.Server.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\Microsoft.Win32.SystemEvents.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\Mono.TextTemplating.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\SQLitePCLRaw.batteries_v2.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\SQLitePCLRaw.core.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\SQLitePCLRaw.provider.e_sqlite3.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\System.Data.SQLite.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\Swashbuckle.AspNetCore.Swagger.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\Swashbuckle.AspNetCore.SwaggerGen.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\Swashbuckle.AspNetCore.SwaggerUI.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\System.CodeDom.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\System.Composition.AttributedModel.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\System.Composition.Convention.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\System.Composition.Hosting.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\System.Composition.Runtime.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\System.Composition.TypedParts.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\System.Configuration.ConfigurationManager.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\System.Data.SqlClient.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\System.Data.SQLite.EF6.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\System.Drawing.Common.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\System.IdentityModel.Tokens.Jwt.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\System.Memory.Data.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\System.Runtime.Caching.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\System.Security.Cryptography.ProtectedData.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\System.Security.Permissions.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\System.Windows.Extensions.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\cs\Microsoft.CodeAnalysis.resources.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\de\Microsoft.CodeAnalysis.resources.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\es\Microsoft.CodeAnalysis.resources.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\fr\Microsoft.CodeAnalysis.resources.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\it\Microsoft.CodeAnalysis.resources.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\ja\Microsoft.CodeAnalysis.resources.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\ko\Microsoft.CodeAnalysis.resources.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\pl\Microsoft.CodeAnalysis.resources.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\pt-BR\Microsoft.CodeAnalysis.resources.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\ru\Microsoft.CodeAnalysis.resources.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\tr\Microsoft.CodeAnalysis.resources.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\zh-Hans\Microsoft.CodeAnalysis.resources.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\zh-Hant\Microsoft.CodeAnalysis.resources.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\cs\Microsoft.CodeAnalysis.CSharp.resources.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\de\Microsoft.CodeAnalysis.CSharp.resources.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\es\Microsoft.CodeAnalysis.CSharp.resources.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\fr\Microsoft.CodeAnalysis.CSharp.resources.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\it\Microsoft.CodeAnalysis.CSharp.resources.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\ja\Microsoft.CodeAnalysis.CSharp.resources.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\ko\Microsoft.CodeAnalysis.CSharp.resources.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\pl\Microsoft.CodeAnalysis.CSharp.resources.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\pt-BR\Microsoft.CodeAnalysis.CSharp.resources.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\ru\Microsoft.CodeAnalysis.CSharp.resources.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\tr\Microsoft.CodeAnalysis.CSharp.resources.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\zh-Hans\Microsoft.CodeAnalysis.CSharp.resources.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\zh-Hant\Microsoft.CodeAnalysis.CSharp.resources.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\cs\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\de\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\es\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\fr\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\it\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\ja\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\ko\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\pl\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\pt-BR\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\ru\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\tr\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\zh-Hans\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\zh-Hant\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\cs\Microsoft.CodeAnalysis.Workspaces.resources.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\de\Microsoft.CodeAnalysis.Workspaces.resources.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\es\Microsoft.CodeAnalysis.Workspaces.resources.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\fr\Microsoft.CodeAnalysis.Workspaces.resources.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\it\Microsoft.CodeAnalysis.Workspaces.resources.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\ja\Microsoft.CodeAnalysis.Workspaces.resources.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\ko\Microsoft.CodeAnalysis.Workspaces.resources.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\pl\Microsoft.CodeAnalysis.Workspaces.resources.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\pt-BR\Microsoft.CodeAnalysis.Workspaces.resources.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\ru\Microsoft.CodeAnalysis.Workspaces.resources.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\tr\Microsoft.CodeAnalysis.Workspaces.resources.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\zh-Hans\Microsoft.CodeAnalysis.Workspaces.resources.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\zh-Hant\Microsoft.CodeAnalysis.Workspaces.resources.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\runtimes\unix\lib\net6.0\Microsoft.Data.SqlClient.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\runtimes\win\lib\net6.0\Microsoft.Data.SqlClient.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\runtimes\win-arm\native\Microsoft.Data.SqlClient.SNI.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\runtimes\win-arm64\native\Microsoft.Data.SqlClient.SNI.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\runtimes\win-x64\native\Microsoft.Data.SqlClient.SNI.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\runtimes\win-x86\native\Microsoft.Data.SqlClient.SNI.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\runtimes\win-arm64\native\sni.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\runtimes\win-x64\native\sni.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\runtimes\win-x86\native\sni.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\runtimes\browser-wasm\nativeassets\net8.0\e_sqlite3.a
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\runtimes\linux-arm\native\libe_sqlite3.so
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\runtimes\linux-arm64\native\libe_sqlite3.so
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\runtimes\linux-armel\native\libe_sqlite3.so
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\runtimes\linux-mips64\native\libe_sqlite3.so
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\runtimes\linux-musl-arm\native\libe_sqlite3.so
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\runtimes\linux-musl-arm64\native\libe_sqlite3.so
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\runtimes\linux-musl-x64\native\libe_sqlite3.so
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\runtimes\linux-ppc64le\native\libe_sqlite3.so
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\runtimes\linux-s390x\native\libe_sqlite3.so
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\runtimes\linux-x64\native\libe_sqlite3.so
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\runtimes\linux-x86\native\libe_sqlite3.so
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\runtimes\maccatalyst-arm64\native\libe_sqlite3.dylib
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\runtimes\maccatalyst-x64\native\libe_sqlite3.dylib
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\runtimes\osx-arm64\native\libe_sqlite3.dylib
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\runtimes\osx-x64\native\libe_sqlite3.dylib
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\runtimes\win-arm\native\e_sqlite3.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\runtimes\win-arm64\native\e_sqlite3.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\runtimes\win-x64\native\e_sqlite3.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\runtimes\win-x86\native\e_sqlite3.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\runtimes\linux-x64\native\SQLite.Interop.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\runtimes\osx-x64\native\SQLite.Interop.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\runtimes\win-x64\native\SQLite.Interop.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\runtimes\win-x86\native\SQLite.Interop.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\runtimes\unix\lib\netcoreapp2.1\System.Data.SqlClient.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\runtimes\win\lib\netcoreapp2.1\System.Data.SqlClient.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\runtimes\win\lib\net6.0\System.Runtime.Caching.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\bin\Debug\net8.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\obj\Debug\net8.0\Web-Development.csproj.AssemblyReference.cache
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\obj\Debug\net8.0\Web-Development.GeneratedMSBuildEditorConfig.editorconfig
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\obj\Debug\net8.0\Web-Development.AssemblyInfoInputs.cache
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\obj\Debug\net8.0\Web-Development.AssemblyInfo.cs
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\obj\Debug\net8.0\Web-Development.csproj.CoreCompileInputs.cache
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\obj\Debug\net8.0\Web-Development.MvcApplicationPartsAssemblyInfo.cs
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\obj\Debug\net8.0\Web-Development.MvcApplicationPartsAssemblyInfo.cache
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\obj\Debug\net8.0\Web-Development.sourcelink.json
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\obj\Debug\net8.0\staticwebassets.build.json
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\obj\Debug\net8.0\staticwebassets.development.json
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\obj\Debug\net8.0\staticwebassets\msbuild.Web-Development.Microsoft.AspNetCore.StaticWebAssets.props
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\obj\Debug\net8.0\staticwebassets\msbuild.build.Web-Development.props
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\obj\Debug\net8.0\staticwebassets\msbuild.buildMultiTargeting.Web-Development.props
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\obj\Debug\net8.0\staticwebassets\msbuild.buildTransitive.Web-Development.props
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\obj\Debug\net8.0\staticwebassets.pack.json
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\obj\Debug\net8.0\scopedcss\bundle\Web-Development.styles.css
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\obj\Debug\net8.0\Web-Development.csproj.CopyComplete
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\obj\Debug\net8.0\Web-Development.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\obj\Debug\net8.0\refint\Web-Development.dll
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\obj\Debug\net8.0\Web-Development.pdb
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\obj\Debug\net8.0\Web-Development.genruntimeconfig.cache
-C:\Users\Alex\Documents\GitHub\Web-Developmentv2\obj\Debug\net8.0\ref\Web-Development.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\appsettings.Development.json
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\appsettings.json
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\frontend\clientapp\public\manifest.json
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\frontend\clientapp\tsconfig.json
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\frontend\clientapp\package-lock.json
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\frontend\clientapp\package.json
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\package-lock.json
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\package.json
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\Web-Development.exe
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\Web-Development.deps.json
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\Web-Development.runtimeconfig.json
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\Web-Development.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\Web-Development.pdb
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\Azure.Core.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\Azure.Identity.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\EntityFramework.SqlServer.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\EntityFramework.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\Humanizer.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\Microsoft.AspNetCore.Authentication.JwtBearer.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\Microsoft.AspNetCore.OpenApi.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\Microsoft.Bcl.AsyncInterfaces.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\Microsoft.CodeAnalysis.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\Microsoft.CodeAnalysis.CSharp.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\Microsoft.CodeAnalysis.CSharp.Workspaces.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\Microsoft.CodeAnalysis.Workspaces.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\Microsoft.Data.SqlClient.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\Microsoft.Data.Sqlite.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\Microsoft.EntityFrameworkCore.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\Microsoft.EntityFrameworkCore.Abstractions.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\Microsoft.EntityFrameworkCore.Design.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\Microsoft.EntityFrameworkCore.Relational.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\Microsoft.EntityFrameworkCore.Sqlite.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\Microsoft.EntityFrameworkCore.SqlServer.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\Microsoft.Extensions.Caching.Memory.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\Microsoft.Extensions.DependencyInjection.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\Microsoft.Extensions.DependencyModel.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\Microsoft.Extensions.Logging.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\Microsoft.Extensions.Logging.Abstractions.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\Microsoft.Extensions.Options.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\Microsoft.Identity.Client.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\Microsoft.Identity.Client.Extensions.Msal.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\Microsoft.IdentityModel.Abstractions.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\Microsoft.IdentityModel.JsonWebTokens.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\Microsoft.IdentityModel.Logging.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\Microsoft.IdentityModel.Protocols.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\Microsoft.IdentityModel.Tokens.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\Microsoft.OpenApi.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\Microsoft.SqlServer.Server.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\Microsoft.Win32.SystemEvents.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\Mono.TextTemplating.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\SQLitePCLRaw.batteries_v2.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\SQLitePCLRaw.core.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\SQLitePCLRaw.provider.e_sqlite3.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\System.Data.SQLite.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\Swashbuckle.AspNetCore.Swagger.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\Swashbuckle.AspNetCore.SwaggerGen.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\Swashbuckle.AspNetCore.SwaggerUI.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\System.CodeDom.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\System.Composition.AttributedModel.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\System.Composition.Convention.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\System.Composition.Hosting.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\System.Composition.Runtime.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\System.Composition.TypedParts.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\System.Configuration.ConfigurationManager.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\System.Data.SqlClient.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\System.Data.SQLite.EF6.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\System.Drawing.Common.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\System.IdentityModel.Tokens.Jwt.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\System.Memory.Data.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\System.Runtime.Caching.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\System.Security.Cryptography.ProtectedData.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\System.Security.Permissions.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\System.Windows.Extensions.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\cs\Microsoft.CodeAnalysis.resources.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\de\Microsoft.CodeAnalysis.resources.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\es\Microsoft.CodeAnalysis.resources.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\fr\Microsoft.CodeAnalysis.resources.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\it\Microsoft.CodeAnalysis.resources.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\ja\Microsoft.CodeAnalysis.resources.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\ko\Microsoft.CodeAnalysis.resources.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\pl\Microsoft.CodeAnalysis.resources.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\pt-BR\Microsoft.CodeAnalysis.resources.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\ru\Microsoft.CodeAnalysis.resources.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\tr\Microsoft.CodeAnalysis.resources.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\zh-Hans\Microsoft.CodeAnalysis.resources.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\zh-Hant\Microsoft.CodeAnalysis.resources.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\cs\Microsoft.CodeAnalysis.CSharp.resources.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\de\Microsoft.CodeAnalysis.CSharp.resources.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\es\Microsoft.CodeAnalysis.CSharp.resources.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\fr\Microsoft.CodeAnalysis.CSharp.resources.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\it\Microsoft.CodeAnalysis.CSharp.resources.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\ja\Microsoft.CodeAnalysis.CSharp.resources.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\ko\Microsoft.CodeAnalysis.CSharp.resources.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\pl\Microsoft.CodeAnalysis.CSharp.resources.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\pt-BR\Microsoft.CodeAnalysis.CSharp.resources.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\ru\Microsoft.CodeAnalysis.CSharp.resources.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\tr\Microsoft.CodeAnalysis.CSharp.resources.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\zh-Hans\Microsoft.CodeAnalysis.CSharp.resources.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\zh-Hant\Microsoft.CodeAnalysis.CSharp.resources.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\cs\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\de\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\es\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\fr\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\it\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\ja\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\ko\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\pl\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\pt-BR\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\ru\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\tr\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\zh-Hans\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\zh-Hant\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\cs\Microsoft.CodeAnalysis.Workspaces.resources.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\de\Microsoft.CodeAnalysis.Workspaces.resources.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\es\Microsoft.CodeAnalysis.Workspaces.resources.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\fr\Microsoft.CodeAnalysis.Workspaces.resources.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\it\Microsoft.CodeAnalysis.Workspaces.resources.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\ja\Microsoft.CodeAnalysis.Workspaces.resources.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\ko\Microsoft.CodeAnalysis.Workspaces.resources.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\pl\Microsoft.CodeAnalysis.Workspaces.resources.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\pt-BR\Microsoft.CodeAnalysis.Workspaces.resources.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\ru\Microsoft.CodeAnalysis.Workspaces.resources.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\tr\Microsoft.CodeAnalysis.Workspaces.resources.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\zh-Hans\Microsoft.CodeAnalysis.Workspaces.resources.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\zh-Hant\Microsoft.CodeAnalysis.Workspaces.resources.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\runtimes\unix\lib\net6.0\Microsoft.Data.SqlClient.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\runtimes\win\lib\net6.0\Microsoft.Data.SqlClient.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\runtimes\win-arm\native\Microsoft.Data.SqlClient.SNI.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\runtimes\win-arm64\native\Microsoft.Data.SqlClient.SNI.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\runtimes\win-x64\native\Microsoft.Data.SqlClient.SNI.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\runtimes\win-x86\native\Microsoft.Data.SqlClient.SNI.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\runtimes\win-arm64\native\sni.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\runtimes\win-x64\native\sni.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\runtimes\win-x86\native\sni.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\runtimes\browser-wasm\nativeassets\net8.0\e_sqlite3.a
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\runtimes\linux-arm\native\libe_sqlite3.so
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\runtimes\linux-arm64\native\libe_sqlite3.so
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\runtimes\linux-armel\native\libe_sqlite3.so
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\runtimes\linux-mips64\native\libe_sqlite3.so
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\runtimes\linux-musl-arm\native\libe_sqlite3.so
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\runtimes\linux-musl-arm64\native\libe_sqlite3.so
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\runtimes\linux-musl-x64\native\libe_sqlite3.so
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\runtimes\linux-ppc64le\native\libe_sqlite3.so
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\runtimes\linux-s390x\native\libe_sqlite3.so
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\runtimes\linux-x64\native\libe_sqlite3.so
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\runtimes\linux-x86\native\libe_sqlite3.so
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\runtimes\maccatalyst-arm64\native\libe_sqlite3.dylib
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\runtimes\maccatalyst-x64\native\libe_sqlite3.dylib
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\runtimes\osx-arm64\native\libe_sqlite3.dylib
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\runtimes\osx-x64\native\libe_sqlite3.dylib
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\runtimes\win-arm\native\e_sqlite3.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\runtimes\win-arm64\native\e_sqlite3.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\runtimes\win-x64\native\e_sqlite3.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\runtimes\win-x86\native\e_sqlite3.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\runtimes\linux-x64\native\SQLite.Interop.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\runtimes\osx-x64\native\SQLite.Interop.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\runtimes\win-x64\native\SQLite.Interop.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\runtimes\win-x86\native\SQLite.Interop.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\runtimes\unix\lib\netcoreapp2.1\System.Data.SqlClient.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\runtimes\win\lib\netcoreapp2.1\System.Data.SqlClient.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\runtimes\win\lib\net6.0\System.Runtime.Caching.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll
-C:\Users\zdenn\Desktop\Web-Development\bin\Debug\net8.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll
-C:\Users\zdenn\Desktop\Web-Development\obj\Debug\net8.0\Web-Development.csproj.AssemblyReference.cache
-C:\Users\zdenn\Desktop\Web-Development\obj\Debug\net8.0\Web-Development.GeneratedMSBuildEditorConfig.editorconfig
-C:\Users\zdenn\Desktop\Web-Development\obj\Debug\net8.0\Web-Development.AssemblyInfoInputs.cache
-C:\Users\zdenn\Desktop\Web-Development\obj\Debug\net8.0\Web-Development.AssemblyInfo.cs
-C:\Users\zdenn\Desktop\Web-Development\obj\Debug\net8.0\Web-Development.csproj.CoreCompileInputs.cache
-C:\Users\zdenn\Desktop\Web-Development\obj\Debug\net8.0\Web-Development.MvcApplicationPartsAssemblyInfo.cs
-C:\Users\zdenn\Desktop\Web-Development\obj\Debug\net8.0\Web-Development.MvcApplicationPartsAssemblyInfo.cache
-C:\Users\zdenn\Desktop\Web-Development\obj\Debug\net8.0\Web-Development.sourcelink.json
-C:\Users\zdenn\Desktop\Web-Development\obj\Debug\net8.0\staticwebassets.build.json
-C:\Users\zdenn\Desktop\Web-Development\obj\Debug\net8.0\staticwebassets.development.json
-C:\Users\zdenn\Desktop\Web-Development\obj\Debug\net8.0\staticwebassets\msbuild.Web-Development.Microsoft.AspNetCore.StaticWebAssets.props
-C:\Users\zdenn\Desktop\Web-Development\obj\Debug\net8.0\staticwebassets\msbuild.build.Web-Development.props
-C:\Users\zdenn\Desktop\Web-Development\obj\Debug\net8.0\staticwebassets\msbuild.buildMultiTargeting.Web-Development.props
-C:\Users\zdenn\Desktop\Web-Development\obj\Debug\net8.0\staticwebassets\msbuild.buildTransitive.Web-Development.props
-C:\Users\zdenn\Desktop\Web-Development\obj\Debug\net8.0\staticwebassets.pack.json
-C:\Users\zdenn\Desktop\Web-Development\obj\Debug\net8.0\scopedcss\bundle\Web-Development.styles.css
-C:\Users\zdenn\Desktop\Web-Development\obj\Debug\net8.0\Web-Deve.25721CB9.Up2Date
-C:\Users\zdenn\Desktop\Web-Development\obj\Debug\net8.0\Web-Development.dll
-C:\Users\zdenn\Desktop\Web-Development\obj\Debug\net8.0\refint\Web-Development.dll
-C:\Users\zdenn\Desktop\Web-Development\obj\Debug\net8.0\Web-Development.pdb
-C:\Users\zdenn\Desktop\Web-Development\obj\Debug\net8.0\Web-Development.genruntimeconfig.cache
-C:\Users\zdenn\Desktop\Web-Development\obj\Debug\net8.0\ref\Web-Development.dll
+C:/Users/Alex/Documents/GitHub/Web-Developmentv2/bin/Debug/net8.0/package-lock.json
+C:/Users/Alex/Documents/GitHub/Web-Developmentv2/bin/Debug/net8.0/package.json
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/appsettings.Development.json
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/appsettings.json
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/frontend/clientapp/public/manifest.json
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/frontend/clientapp/tsconfig.json
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/frontend/clientapp/package-lock.json
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/frontend/clientapp/package.json
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/package-lock.json
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/package.json
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/Web-Development.exe
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/Web-Development.deps.json
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/Web-Development.runtimeconfig.json
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/Web-Development.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/Web-Development.pdb
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/Azure.Core.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/Azure.Identity.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/EntityFramework.SqlServer.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/EntityFramework.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/Humanizer.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/Microsoft.AspNetCore.OpenApi.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/Microsoft.Bcl.AsyncInterfaces.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/Microsoft.CodeAnalysis.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/Microsoft.CodeAnalysis.CSharp.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/Microsoft.CodeAnalysis.Workspaces.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/Microsoft.Data.SqlClient.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/Microsoft.Data.Sqlite.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Design.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Relational.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Sqlite.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.SqlServer.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/Microsoft.Extensions.Caching.Memory.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/Microsoft.Extensions.DependencyModel.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/Microsoft.Extensions.Logging.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/Microsoft.Extensions.Logging.Abstractions.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/Microsoft.Extensions.Options.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/Microsoft.Identity.Client.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/Microsoft.Identity.Client.Extensions.Msal.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/Microsoft.IdentityModel.Abstractions.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/Microsoft.IdentityModel.Logging.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/Microsoft.IdentityModel.Protocols.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/Microsoft.IdentityModel.Tokens.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/Microsoft.OpenApi.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/Microsoft.SqlServer.Server.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/Microsoft.Win32.SystemEvents.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/Mono.TextTemplating.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/SQLitePCLRaw.batteries_v2.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/SQLitePCLRaw.core.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/SQLitePCLRaw.provider.e_sqlite3.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/System.Data.SQLite.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/Swashbuckle.AspNetCore.Swagger.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/Swashbuckle.AspNetCore.SwaggerGen.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/Swashbuckle.AspNetCore.SwaggerUI.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/System.CodeDom.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/System.Composition.AttributedModel.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/System.Composition.Convention.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/System.Composition.Hosting.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/System.Composition.Runtime.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/System.Composition.TypedParts.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/System.Configuration.ConfigurationManager.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/System.Data.SqlClient.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/System.Data.SQLite.EF6.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/System.Drawing.Common.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/System.IdentityModel.Tokens.Jwt.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/System.Memory.Data.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/System.Runtime.Caching.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/System.Security.Cryptography.ProtectedData.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/System.Security.Permissions.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/System.Windows.Extensions.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.resources.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.resources.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.resources.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.resources.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.resources.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.resources.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.resources.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.resources.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.resources.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.resources.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.resources.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/runtimes/unix/lib/net6.0/Microsoft.Data.SqlClient.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/runtimes/win/lib/net6.0/Microsoft.Data.SqlClient.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/runtimes/win-arm64/native/sni.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/runtimes/win-x64/native/sni.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/runtimes/win-x86/native/sni.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/runtimes/browser-wasm/nativeassets/net8.0/e_sqlite3.a
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/runtimes/linux-arm/native/libe_sqlite3.so
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/runtimes/linux-arm64/native/libe_sqlite3.so
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/runtimes/linux-armel/native/libe_sqlite3.so
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/runtimes/linux-mips64/native/libe_sqlite3.so
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/runtimes/linux-musl-arm/native/libe_sqlite3.so
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/runtimes/linux-musl-arm64/native/libe_sqlite3.so
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/runtimes/linux-musl-x64/native/libe_sqlite3.so
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/runtimes/linux-ppc64le/native/libe_sqlite3.so
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/runtimes/linux-s390x/native/libe_sqlite3.so
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/runtimes/linux-x64/native/libe_sqlite3.so
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/runtimes/linux-x86/native/libe_sqlite3.so
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/runtimes/maccatalyst-arm64/native/libe_sqlite3.dylib
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/runtimes/maccatalyst-x64/native/libe_sqlite3.dylib
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/runtimes/osx-arm64/native/libe_sqlite3.dylib
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/runtimes/osx-x64/native/libe_sqlite3.dylib
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/runtimes/win-arm/native/e_sqlite3.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/runtimes/win-arm64/native/e_sqlite3.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/runtimes/win-x64/native/e_sqlite3.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/runtimes/win-x86/native/e_sqlite3.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/runtimes/linux-x64/native/SQLite.Interop.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/runtimes/osx-x64/native/SQLite.Interop.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/runtimes/win-x64/native/SQLite.Interop.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/runtimes/win-x86/native/SQLite.Interop.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/runtimes/unix/lib/net6.0/System.Drawing.Common.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/runtimes/win/lib/net6.0/System.Drawing.Common.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/runtimes/win/lib/net6.0/System.Runtime.Caching.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll
+C:/Users/zdenn/Desktop/Web-Development/bin/Debug/net8.0/runtimes/win/lib/net6.0/System.Windows.Extensions.dll
+C:/Users/zdenn/Desktop/Web-Development/obj/Debug/net8.0/Web-Development.csproj.AssemblyReference.cache
+C:/Users/zdenn/Desktop/Web-Development/obj/Debug/net8.0/Web-Development.GeneratedMSBuildEditorConfig.editorconfig
+C:/Users/zdenn/Desktop/Web-Development/obj/Debug/net8.0/Web-Development.AssemblyInfoInputs.cache
+C:/Users/zdenn/Desktop/Web-Development/obj/Debug/net8.0/Web-Development.AssemblyInfo.cs
+C:/Users/zdenn/Desktop/Web-Development/obj/Debug/net8.0/Web-Development.csproj.CoreCompileInputs.cache
+C:/Users/zdenn/Desktop/Web-Development/obj/Debug/net8.0/Web-Development.MvcApplicationPartsAssemblyInfo.cs
+C:/Users/zdenn/Desktop/Web-Development/obj/Debug/net8.0/Web-Development.MvcApplicationPartsAssemblyInfo.cache
+C:/Users/zdenn/Desktop/Web-Development/obj/Debug/net8.0/Web-Development.sourcelink.json
+C:/Users/zdenn/Desktop/Web-Development/obj/Debug/net8.0/staticwebassets.build.json
+C:/Users/zdenn/Desktop/Web-Development/obj/Debug/net8.0/staticwebassets.development.json
+C:/Users/zdenn/Desktop/Web-Development/obj/Debug/net8.0/staticwebassets/msbuild.Web-Development.Microsoft.AspNetCore.StaticWebAssets.props
+C:/Users/zdenn/Desktop/Web-Development/obj/Debug/net8.0/staticwebassets/msbuild.build.Web-Development.props
+C:/Users/zdenn/Desktop/Web-Development/obj/Debug/net8.0/staticwebassets/msbuild.buildMultiTargeting.Web-Development.props
+C:/Users/zdenn/Desktop/Web-Development/obj/Debug/net8.0/staticwebassets/msbuild.buildTransitive.Web-Development.props
+C:/Users/zdenn/Desktop/Web-Development/obj/Debug/net8.0/staticwebassets.pack.json
+C:/Users/zdenn/Desktop/Web-Development/obj/Debug/net8.0/scopedcss/bundle/Web-Development.styles.css
+C:/Users/zdenn/Desktop/Web-Development/obj/Debug/net8.0/Web-Deve.25721CB9.Up2Date
+C:/Users/zdenn/Desktop/Web-Development/obj/Debug/net8.0/Web-Development.dll
+C:/Users/zdenn/Desktop/Web-Development/obj/Debug/net8.0/refint/Web-Development.dll
+C:/Users/zdenn/Desktop/Web-Development/obj/Debug/net8.0/Web-Development.pdb
+C:/Users/zdenn/Desktop/Web-Development/obj/Debug/net8.0/Web-Development.genruntimeconfig.cache
+C:/Users/zdenn/Desktop/Web-Development/obj/Debug/net8.0/ref/Web-Development.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/appsettings.Development.json
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/appsettings.json
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/frontend/clientapp/package-lock.json
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/frontend/clientapp/package.json
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/frontend/clientapp/public/manifest.json
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/frontend/clientapp/tsconfig.json
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/package-lock.json
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/package.json
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/Web-Development
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/Web-Development.deps.json
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/Web-Development.runtimeconfig.json
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/Web-Development.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/Web-Development.pdb
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/Azure.Core.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/Azure.Identity.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/EntityFramework.SqlServer.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/EntityFramework.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/Humanizer.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/Microsoft.AspNetCore.OpenApi.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/Microsoft.Bcl.AsyncInterfaces.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/Microsoft.CodeAnalysis.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/Microsoft.CodeAnalysis.CSharp.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/Microsoft.CodeAnalysis.Workspaces.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/Microsoft.Data.SqlClient.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/Microsoft.Data.Sqlite.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Design.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Relational.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Sqlite.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.SqlServer.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/Microsoft.Extensions.Caching.Memory.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/Microsoft.Extensions.DependencyModel.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/Microsoft.Extensions.Logging.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/Microsoft.Extensions.Logging.Abstractions.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/Microsoft.Extensions.Options.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/Microsoft.Identity.Client.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/Microsoft.Identity.Client.Extensions.Msal.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/Microsoft.IdentityModel.Abstractions.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/Microsoft.IdentityModel.Logging.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/Microsoft.IdentityModel.Protocols.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/Microsoft.IdentityModel.Tokens.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/Microsoft.OpenApi.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/Microsoft.SqlServer.Server.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/Microsoft.Win32.SystemEvents.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/Mono.TextTemplating.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/SQLitePCLRaw.batteries_v2.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/SQLitePCLRaw.core.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/SQLitePCLRaw.provider.e_sqlite3.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/System.Data.SQLite.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/Swashbuckle.AspNetCore.Swagger.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/Swashbuckle.AspNetCore.SwaggerGen.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/Swashbuckle.AspNetCore.SwaggerUI.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/System.CodeDom.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/System.Composition.AttributedModel.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/System.Composition.Convention.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/System.Composition.Hosting.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/System.Composition.Runtime.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/System.Composition.TypedParts.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/System.Configuration.ConfigurationManager.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/System.Data.SqlClient.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/System.Data.SQLite.EF6.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/System.Drawing.Common.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/System.IdentityModel.Tokens.Jwt.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/System.Memory.Data.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/System.Runtime.Caching.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/System.Security.Cryptography.ProtectedData.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/System.Security.Permissions.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/System.Windows.Extensions.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.resources.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.resources.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.resources.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.resources.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.resources.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.resources.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.resources.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.resources.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.resources.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.resources.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.resources.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/runtimes/unix/lib/net6.0/Microsoft.Data.SqlClient.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/runtimes/win/lib/net6.0/Microsoft.Data.SqlClient.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/runtimes/win-arm64/native/sni.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/runtimes/win-x64/native/sni.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/runtimes/win-x86/native/sni.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/runtimes/browser-wasm/nativeassets/net8.0/e_sqlite3.a
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/runtimes/linux-arm/native/libe_sqlite3.so
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/runtimes/linux-arm64/native/libe_sqlite3.so
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/runtimes/linux-armel/native/libe_sqlite3.so
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/runtimes/linux-mips64/native/libe_sqlite3.so
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/runtimes/linux-musl-arm/native/libe_sqlite3.so
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/runtimes/linux-musl-arm64/native/libe_sqlite3.so
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/runtimes/linux-musl-x64/native/libe_sqlite3.so
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/runtimes/linux-ppc64le/native/libe_sqlite3.so
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/runtimes/linux-s390x/native/libe_sqlite3.so
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/runtimes/linux-x64/native/libe_sqlite3.so
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/runtimes/linux-x86/native/libe_sqlite3.so
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/runtimes/maccatalyst-arm64/native/libe_sqlite3.dylib
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/runtimes/maccatalyst-x64/native/libe_sqlite3.dylib
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/runtimes/osx-arm64/native/libe_sqlite3.dylib
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/runtimes/osx-x64/native/libe_sqlite3.dylib
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/runtimes/win-arm/native/e_sqlite3.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/runtimes/win-arm64/native/e_sqlite3.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/runtimes/win-x64/native/e_sqlite3.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/runtimes/win-x86/native/e_sqlite3.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/runtimes/linux-x64/native/SQLite.Interop.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/runtimes/osx-x64/native/SQLite.Interop.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/runtimes/win-x64/native/SQLite.Interop.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/runtimes/win-x86/native/SQLite.Interop.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/runtimes/unix/lib/net6.0/System.Drawing.Common.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/runtimes/win/lib/net6.0/System.Drawing.Common.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/runtimes/win/lib/net6.0/System.Runtime.Caching.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/bin/Debug/net8.0/runtimes/win/lib/net6.0/System.Windows.Extensions.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/obj/Debug/net8.0/Web-Development.csproj.AssemblyReference.cache
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/obj/Debug/net8.0/Web-Development.GeneratedMSBuildEditorConfig.editorconfig
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/obj/Debug/net8.0/Web-Development.AssemblyInfoInputs.cache
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/obj/Debug/net8.0/Web-Development.AssemblyInfo.cs
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/obj/Debug/net8.0/Web-Development.csproj.CoreCompileInputs.cache
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/obj/Debug/net8.0/Web-Development.MvcApplicationPartsAssemblyInfo.cs
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/obj/Debug/net8.0/Web-Development.MvcApplicationPartsAssemblyInfo.cache
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/obj/Debug/net8.0/Web-Development.sourcelink.json
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/obj/Debug/net8.0/staticwebassets.build.json
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/obj/Debug/net8.0/staticwebassets.development.json
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/obj/Debug/net8.0/staticwebassets/msbuild.Web-Development.Microsoft.AspNetCore.StaticWebAssets.props
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/obj/Debug/net8.0/staticwebassets/msbuild.build.Web-Development.props
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/obj/Debug/net8.0/staticwebassets/msbuild.buildMultiTargeting.Web-Development.props
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/obj/Debug/net8.0/staticwebassets/msbuild.buildTransitive.Web-Development.props
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/obj/Debug/net8.0/staticwebassets.pack.json
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/obj/Debug/net8.0/scopedcss/bundle/Web-Development.styles.css
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/obj/Debug/net8.0/Web-Development.csproj.CopyComplete
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/obj/Debug/net8.0/Web-Development.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/obj/Debug/net8.0/refint/Web-Development.dll
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/obj/Debug/net8.0/Web-Development.pdb
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/obj/Debug/net8.0/Web-Development.genruntimeconfig.cache
+/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/obj/Debug/net8.0/ref/Web-Development.dll
diff --git a/obj/Debug/net8.0/Web-Development.dll b/obj/Debug/net8.0/Web-Development.dll
index 510bced2..52ce399e 100644
Binary files a/obj/Debug/net8.0/Web-Development.dll and b/obj/Debug/net8.0/Web-Development.dll differ
diff --git a/obj/Debug/net8.0/Web-Development.genruntimeconfig.cache b/obj/Debug/net8.0/Web-Development.genruntimeconfig.cache
index 985e39f2..679101cf 100644
--- a/obj/Debug/net8.0/Web-Development.genruntimeconfig.cache
+++ b/obj/Debug/net8.0/Web-Development.genruntimeconfig.cache
@@ -1 +1 @@
-ed71217ea83e9e9bd6933c5df25242ad79705c1775b5dc7ac937a2370557a94b
+d1b8603653aadffc94b1e66a0295994afeb33e8175807d19dc4983d3c58ebc8e
diff --git a/obj/Debug/net8.0/Web-Development.pdb b/obj/Debug/net8.0/Web-Development.pdb
index c8f9da11..3904d945 100644
Binary files a/obj/Debug/net8.0/Web-Development.pdb and b/obj/Debug/net8.0/Web-Development.pdb differ
diff --git a/obj/Debug/net8.0/Web-Development.sourcelink.json b/obj/Debug/net8.0/Web-Development.sourcelink.json
index cf0f14c2..3b0b1c3d 100644
--- a/obj/Debug/net8.0/Web-Development.sourcelink.json
+++ b/obj/Debug/net8.0/Web-Development.sourcelink.json
@@ -1 +1 @@
-{"documents":{"C:\\Users\\Alex\\Documents\\GitHub\\Web-Developmentv2\\*":"https://raw.githubusercontent.com/Lombex/Web-Development/cfadc04505e5dff0e6ead577e115e846457e47ba/*"}}
\ No newline at end of file
+{"documents":{"/Users/steynhellendoorn/Informatica jaar twee (deel 2)/WebDEVP@/FinalFile/Web-Development/*":"https://raw.githubusercontent.com/Lombex/Web-Development/650838196e9f6bd23d90527c4742275ca101f715/*"}}
\ No newline at end of file
diff --git a/obj/Debug/net8.0/ref/Web-Development.dll b/obj/Debug/net8.0/ref/Web-Development.dll
index 96929efa..734f7db3 100644
Binary files a/obj/Debug/net8.0/ref/Web-Development.dll and b/obj/Debug/net8.0/ref/Web-Development.dll differ
diff --git a/obj/Debug/net8.0/refint/Web-Development.dll b/obj/Debug/net8.0/refint/Web-Development.dll
index 96929efa..734f7db3 100644
Binary files a/obj/Debug/net8.0/refint/Web-Development.dll and b/obj/Debug/net8.0/refint/Web-Development.dll differ
diff --git a/obj/Debug/net8.0/staticwebassets/msbuild.buildMultiTargeting.Web-Development.props b/obj/Debug/net8.0/staticwebassets/msbuild.buildMultiTargeting.Web-Development.props
index 9f97a278..d20397f6 100644
--- a/obj/Debug/net8.0/staticwebassets/msbuild.buildMultiTargeting.Web-Development.props
+++ b/obj/Debug/net8.0/staticwebassets/msbuild.buildMultiTargeting.Web-Development.props
@@ -1,3 +1,3 @@
-
+
\ No newline at end of file
diff --git a/obj/Debug/net8.0/staticwebassets/msbuild.buildTransitive.Web-Development.props b/obj/Debug/net8.0/staticwebassets/msbuild.buildTransitive.Web-Development.props
index d10e55a6..898080ff 100644
--- a/obj/Debug/net8.0/staticwebassets/msbuild.buildTransitive.Web-Development.props
+++ b/obj/Debug/net8.0/staticwebassets/msbuild.buildTransitive.Web-Development.props
@@ -1,3 +1,3 @@
-
+
\ No newline at end of file