Add cache and build configuration files for .NET projects

- Created new cache JSON files for rjsmcshtml, rjsmrazor, and rpswa in both net10.0 and net7.0 directories.
- Added static web assets build configuration files in both net10.0 and net7.0 directories.
- Included build endpoint configurations and cache files for static web assets.
- Ensured all new files are properly initialized with relevant properties and hashes.
This commit is contained in:
Torsten Brendgen
2026-05-14 21:39:46 +02:00
parent 3bfc79e6d9
commit 7db53c1aba
258 changed files with 5479 additions and 12474 deletions

View File

@@ -1,10 +1,9 @@
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
// This code was generated by a tool.
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
@@ -15,10 +14,10 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Microsoft.SelfService.Portal.Core.API")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+3bfc79e6d925b38681a51cb5f98fc6ed6e380785")]
[assembly: System.Reflection.AssemblyProductAttribute("Microsoft.SelfService.Portal.Core.API")]
[assembly: System.Reflection.AssemblyTitleAttribute("Microsoft.SelfService.Portal.Core.API")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Von der MSBuild WriteCodeFragment-Klasse generiert.
// Generated by the MSBuild WriteCodeFragment class.

View File

@@ -1 +1 @@
df679a2a1bc339f5eb82553a4b89836f65e07ec1350ffba1687769f3bb52dab0
58bef70d975c7d12b10dd73743c5cc2cbfe0b6b90a123137f9ad506dd2ccb8dd

View File

@@ -1,19 +1,24 @@
is_global = true
build_property.TargetFramework = net7.0
build_property.TargetFrameworkIdentifier = .NETCoreApp
build_property.TargetFrameworkVersion = v7.0
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb = true
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property.EntryPointFilePath =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Microsoft.SelfService.Portal.Core.API
build_property.RootNamespace = Microsoft.SelfService.Portal.Core.API
build_property.ProjectDir = C:\Projekte\Microsoft.SelfService.Portal.Core.API\
build_property.ProjectDir = F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.RazorLangVersion = 7.0
build_property.SupportLocalizedComponentNames =
build_property.GenerateRazorMetadataSourceChecksumAttributes =
build_property.MSBuildProjectDirectory = C:\Projekte\Microsoft.SelfService.Portal.Core.API
build_property.MSBuildProjectDirectory = F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API
build_property._RazorSourceGeneratorDebug =
build_property.EffectiveAnalysisLevelStyle = 7.0
build_property.EnableCodeStyleSeverity =

View File

@@ -1,17 +1,17 @@
// <auto-generated/>
global using global::Microsoft.AspNetCore.Builder;
global using global::Microsoft.AspNetCore.Hosting;
global using global::Microsoft.AspNetCore.Http;
global using global::Microsoft.AspNetCore.Routing;
global using global::Microsoft.Extensions.Configuration;
global using global::Microsoft.Extensions.DependencyInjection;
global using global::Microsoft.Extensions.Hosting;
global using global::Microsoft.Extensions.Logging;
global using global::System;
global using global::System.Collections.Generic;
global using global::System.IO;
global using global::System.Linq;
global using global::System.Net.Http;
global using global::System.Net.Http.Json;
global using global::System.Threading;
global using global::System.Threading.Tasks;
global using Microsoft.AspNetCore.Builder;
global using Microsoft.AspNetCore.Hosting;
global using Microsoft.AspNetCore.Http;
global using Microsoft.AspNetCore.Routing;
global using Microsoft.Extensions.Configuration;
global using Microsoft.Extensions.DependencyInjection;
global using Microsoft.Extensions.Hosting;
global using Microsoft.Extensions.Logging;
global using System;
global using System.Collections.Generic;
global using System.IO;
global using System.Linq;
global using System.Net.Http;
global using System.Net.Http.Json;
global using System.Threading;
global using System.Threading.Tasks;

View File

@@ -1,7 +1,6 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.

View File

@@ -1 +1 @@
e95e3112c4fe754de2838be126d66536b82e4ef9
d8668c8d4561b49549c8e5ac01ebabee85e844537454986f7a21667b5e362343

View File

@@ -530,3 +530,272 @@ C:\Users\ASA_Administrator.CCIS-P01S01-CM\source\repos\Microsoft.SelfService.Por
C:\Users\ASA_Administrator.CCIS-P01S01-CM\source\repos\Microsoft.SelfService.Portal\Microsoft.SelfService.Portal.Core.API\obj\Debug\net7.0\Microsoft.SelfService.Portal.Core.API.pdb
C:\Users\ASA_Administrator.CCIS-P01S01-CM\source\repos\Microsoft.SelfService.Portal\Microsoft.SelfService.Portal.Core.API\obj\Debug\net7.0\Microsoft.SelfService.Portal.Core.API.genruntimeconfig.cache
C:\Users\ASA_Administrator.CCIS-P01S01-CM\source\repos\Microsoft.SelfService.Portal\Microsoft.SelfService.Portal.Core.API\obj\Debug\net7.0\ref\Microsoft.SelfService.Portal.Core.API.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\obj\Debug\net7.0\Microsoft.SelfService.Portal.Core.API.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\obj\Debug\net7.0\refint\Microsoft.SelfService.Portal.Core.API.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\obj\Debug\net7.0\Microsoft.SelfService.Portal.Core.API.pdb
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\appsettings.json
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Microsoft.SelfService.Portal.Core.API.staticwebassets.endpoints.json
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Microsoft.SelfService.Portal.Core.API.exe
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Microsoft.SelfService.Portal.Core.API.deps.json
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Microsoft.SelfService.Portal.Core.API.runtimeconfig.json
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Microsoft.SelfService.Portal.Core.API.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Microsoft.SelfService.Portal.Core.API.pdb
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\AutoMapper.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\AutoMapper.Extensions.Microsoft.DependencyInjection.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Azure.Core.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Azure.Identity.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Humanizer.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Microsoft.AspNetCore.Authentication.Negotiate.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Microsoft.AspNetCore.Connections.Abstractions.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Microsoft.AspNetCore.JsonPatch.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Microsoft.AspNetCore.OpenApi.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Microsoft.AspNetCore.Razor.Language.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Microsoft.Bcl.AsyncInterfaces.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Microsoft.Build.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Microsoft.Build.Framework.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Microsoft.CodeAnalysis.AnalyzerUtilities.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Microsoft.CodeAnalysis.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Microsoft.CodeAnalysis.CSharp.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Microsoft.CodeAnalysis.CSharp.Features.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Microsoft.CodeAnalysis.CSharp.Workspaces.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Microsoft.CodeAnalysis.Elfie.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Microsoft.CodeAnalysis.Features.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Microsoft.CodeAnalysis.Razor.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Microsoft.CodeAnalysis.Scripting.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Microsoft.CodeAnalysis.Workspaces.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Microsoft.Data.SqlClient.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Microsoft.DiaSymReader.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Microsoft.DotNet.Scaffolding.Shared.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Microsoft.EntityFrameworkCore.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Microsoft.EntityFrameworkCore.Abstractions.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Microsoft.EntityFrameworkCore.Design.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Microsoft.EntityFrameworkCore.Relational.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Microsoft.EntityFrameworkCore.SqlServer.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Microsoft.Extensions.DependencyModel.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Microsoft.Extensions.Features.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Microsoft.Identity.Client.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Microsoft.Identity.Client.Extensions.Msal.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Microsoft.IdentityModel.Abstractions.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Microsoft.IdentityModel.JsonWebTokens.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Microsoft.IdentityModel.Logging.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Microsoft.IdentityModel.Protocols.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Microsoft.IdentityModel.Tokens.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Microsoft.NET.StringTools.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Microsoft.OpenApi.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Microsoft.SqlServer.Server.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Microsoft.VisualStudio.Web.CodeGeneration.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Microsoft.VisualStudio.Web.CodeGeneration.Core.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\dotnet-aspnet-codegenerator-design.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Microsoft.VisualStudio.Web.CodeGeneration.Templating.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Microsoft.VisualStudio.Web.CodeGeneration.Utils.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Microsoft.VisualStudio.Web.CodeGenerators.Mvc.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Microsoft.Win32.SystemEvents.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Mono.TextTemplating.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Newtonsoft.Json.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Newtonsoft.Json.Bson.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\NuGet.Common.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\NuGet.Configuration.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\NuGet.DependencyResolver.Core.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\NuGet.Frameworks.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\NuGet.LibraryModel.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\NuGet.Packaging.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\NuGet.ProjectModel.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\NuGet.Protocol.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\NuGet.Versioning.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Swashbuckle.AspNetCore.Swagger.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Swashbuckle.AspNetCore.SwaggerGen.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\Swashbuckle.AspNetCore.SwaggerUI.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\System.CodeDom.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\System.Composition.AttributedModel.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\System.Composition.Convention.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\System.Composition.Hosting.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\System.Composition.Runtime.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\System.Composition.TypedParts.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\System.Configuration.ConfigurationManager.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\System.DirectoryServices.Protocols.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\System.Drawing.Common.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\System.IdentityModel.Tokens.Jwt.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\System.Memory.Data.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\System.Reflection.MetadataLoadContext.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\System.Runtime.Caching.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\System.Security.Cryptography.ProtectedData.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\System.Security.Permissions.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\System.Windows.Extensions.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\af\Humanizer.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\ar\Humanizer.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\az\Humanizer.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\bg\Humanizer.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\bn-BD\Humanizer.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\cs\Humanizer.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\da\Humanizer.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\de\Humanizer.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\el\Humanizer.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\es\Humanizer.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\fa\Humanizer.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\fi-FI\Humanizer.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\fr\Humanizer.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\fr-BE\Humanizer.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\he\Humanizer.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\hr\Humanizer.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\hu\Humanizer.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\hy\Humanizer.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\id\Humanizer.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\is\Humanizer.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\it\Humanizer.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\ja\Humanizer.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\ko-KR\Humanizer.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\ku\Humanizer.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\lv\Humanizer.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\ms-MY\Humanizer.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\mt\Humanizer.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\nb\Humanizer.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\nb-NO\Humanizer.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\nl\Humanizer.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\pl\Humanizer.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\pt\Humanizer.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\ro\Humanizer.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\ru\Humanizer.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\sk\Humanizer.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\sl\Humanizer.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\sr\Humanizer.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\sr-Latn\Humanizer.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\sv\Humanizer.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\th-TH\Humanizer.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\tr\Humanizer.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\uk\Humanizer.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\uz-Cyrl-UZ\Humanizer.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\uz-Latn-UZ\Humanizer.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\vi\Humanizer.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\zh-CN\Humanizer.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\zh-Hans\Humanizer.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\zh-Hant\Humanizer.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\cs\Microsoft.CodeAnalysis.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\de\Microsoft.CodeAnalysis.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\es\Microsoft.CodeAnalysis.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\fr\Microsoft.CodeAnalysis.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\it\Microsoft.CodeAnalysis.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\ja\Microsoft.CodeAnalysis.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\ko\Microsoft.CodeAnalysis.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\pl\Microsoft.CodeAnalysis.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\pt-BR\Microsoft.CodeAnalysis.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\ru\Microsoft.CodeAnalysis.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\tr\Microsoft.CodeAnalysis.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\zh-Hans\Microsoft.CodeAnalysis.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\zh-Hant\Microsoft.CodeAnalysis.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\cs\Microsoft.CodeAnalysis.CSharp.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\de\Microsoft.CodeAnalysis.CSharp.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\es\Microsoft.CodeAnalysis.CSharp.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\fr\Microsoft.CodeAnalysis.CSharp.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\it\Microsoft.CodeAnalysis.CSharp.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\ja\Microsoft.CodeAnalysis.CSharp.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\ko\Microsoft.CodeAnalysis.CSharp.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\pl\Microsoft.CodeAnalysis.CSharp.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\pt-BR\Microsoft.CodeAnalysis.CSharp.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\ru\Microsoft.CodeAnalysis.CSharp.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\tr\Microsoft.CodeAnalysis.CSharp.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\zh-Hans\Microsoft.CodeAnalysis.CSharp.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\zh-Hant\Microsoft.CodeAnalysis.CSharp.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\cs\Microsoft.CodeAnalysis.CSharp.Features.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\de\Microsoft.CodeAnalysis.CSharp.Features.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\es\Microsoft.CodeAnalysis.CSharp.Features.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\fr\Microsoft.CodeAnalysis.CSharp.Features.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\it\Microsoft.CodeAnalysis.CSharp.Features.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\ja\Microsoft.CodeAnalysis.CSharp.Features.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\ko\Microsoft.CodeAnalysis.CSharp.Features.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\pl\Microsoft.CodeAnalysis.CSharp.Features.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\pt-BR\Microsoft.CodeAnalysis.CSharp.Features.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\ru\Microsoft.CodeAnalysis.CSharp.Features.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\tr\Microsoft.CodeAnalysis.CSharp.Features.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\zh-Hans\Microsoft.CodeAnalysis.CSharp.Features.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\zh-Hant\Microsoft.CodeAnalysis.CSharp.Features.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\cs\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\de\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\es\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\fr\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\it\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\ja\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\ko\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\pl\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\pt-BR\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\ru\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\tr\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\zh-Hans\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\zh-Hant\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\cs\Microsoft.CodeAnalysis.Features.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\de\Microsoft.CodeAnalysis.Features.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\es\Microsoft.CodeAnalysis.Features.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\fr\Microsoft.CodeAnalysis.Features.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\it\Microsoft.CodeAnalysis.Features.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\ja\Microsoft.CodeAnalysis.Features.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\ko\Microsoft.CodeAnalysis.Features.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\pl\Microsoft.CodeAnalysis.Features.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\pt-BR\Microsoft.CodeAnalysis.Features.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\ru\Microsoft.CodeAnalysis.Features.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\tr\Microsoft.CodeAnalysis.Features.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\zh-Hans\Microsoft.CodeAnalysis.Features.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\zh-Hant\Microsoft.CodeAnalysis.Features.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\cs\Microsoft.CodeAnalysis.Scripting.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\de\Microsoft.CodeAnalysis.Scripting.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\es\Microsoft.CodeAnalysis.Scripting.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\fr\Microsoft.CodeAnalysis.Scripting.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\it\Microsoft.CodeAnalysis.Scripting.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\ja\Microsoft.CodeAnalysis.Scripting.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\ko\Microsoft.CodeAnalysis.Scripting.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\pl\Microsoft.CodeAnalysis.Scripting.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\pt-BR\Microsoft.CodeAnalysis.Scripting.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\ru\Microsoft.CodeAnalysis.Scripting.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\tr\Microsoft.CodeAnalysis.Scripting.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\zh-Hans\Microsoft.CodeAnalysis.Scripting.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\zh-Hant\Microsoft.CodeAnalysis.Scripting.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\cs\Microsoft.CodeAnalysis.Workspaces.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\de\Microsoft.CodeAnalysis.Workspaces.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\es\Microsoft.CodeAnalysis.Workspaces.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\fr\Microsoft.CodeAnalysis.Workspaces.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\it\Microsoft.CodeAnalysis.Workspaces.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\ja\Microsoft.CodeAnalysis.Workspaces.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\ko\Microsoft.CodeAnalysis.Workspaces.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\pl\Microsoft.CodeAnalysis.Workspaces.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\pt-BR\Microsoft.CodeAnalysis.Workspaces.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\ru\Microsoft.CodeAnalysis.Workspaces.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\tr\Microsoft.CodeAnalysis.Workspaces.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\zh-Hans\Microsoft.CodeAnalysis.Workspaces.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\zh-Hant\Microsoft.CodeAnalysis.Workspaces.resources.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\runtimes\unix\lib\netcoreapp3.1\Microsoft.Data.SqlClient.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\runtimes\win\lib\netcoreapp3.1\Microsoft.Data.SqlClient.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\runtimes\win-arm\native\Microsoft.Data.SqlClient.SNI.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\runtimes\win-arm64\native\Microsoft.Data.SqlClient.SNI.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\runtimes\win-x64\native\Microsoft.Data.SqlClient.SNI.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\runtimes\win-x86\native\Microsoft.Data.SqlClient.SNI.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\runtimes\linux\lib\net7.0\System.DirectoryServices.Protocols.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\runtimes\osx\lib\net7.0\System.DirectoryServices.Protocols.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\runtimes\win\lib\net7.0\System.DirectoryServices.Protocols.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\runtimes\win\lib\netstandard2.0\System.Runtime.Caching.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\obj\Debug\net7.0\Microsoft.SelfService.Portal.Core.API.csproj.AssemblyReference.cache
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\obj\Debug\net7.0\rpswa.dswa.cache.json
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\obj\Debug\net7.0\Microsoft.SelfService.Portal.Core.API.GeneratedMSBuildEditorConfig.editorconfig
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\obj\Debug\net7.0\Microsoft.SelfService.Portal.Core.API.AssemblyInfoInputs.cache
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\obj\Debug\net7.0\Microsoft.SelfService.Portal.Core.API.AssemblyInfo.cs
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\obj\Debug\net7.0\Microsoft.SelfService.Portal.Core.API.csproj.CoreCompileInputs.cache
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\obj\Debug\net7.0\Microsoft.SelfService.Portal.Core.API.MvcApplicationPartsAssemblyInfo.cs
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\obj\Debug\net7.0\Microsoft.SelfService.Portal.Core.API.MvcApplicationPartsAssemblyInfo.cache
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\obj\Debug\net7.0\rjimswa.dswa.cache.json
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\obj\Debug\net7.0\rjsmrazor.dswa.cache.json
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\obj\Debug\net7.0\rjsmcshtml.dswa.cache.json
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\obj\Debug\net7.0\scopedcss\bundle\Microsoft.SelfService.Portal.Core.API.styles.css
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\obj\Debug\net7.0\staticwebassets.build.json
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\obj\Debug\net7.0\staticwebassets.build.json.cache
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\obj\Debug\net7.0\staticwebassets.development.json
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\obj\Debug\net7.0\staticwebassets.build.endpoints.json
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\obj\Debug\net7.0\swae.build.ex.cache
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\obj\Debug\net7.0\Microsof.CC767D45.Up2Date
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\obj\Debug\net7.0\Microsoft.SelfService.Portal.Core.API.genruntimeconfig.cache
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\obj\Debug\net7.0\ref\Microsoft.SelfService.Portal.Core.API.dll
F:\Projekte\Coding\.Net\Microsoft.SelfService.Portal.Core.API\bin\Debug\net7.0\appsettings.Development.json

View File

@@ -1 +1 @@
3cb8e051b5ea219b26e25b3be150f34a67516aa4
68a5687a54a4fe0213420329a94d8d64a6d5d47ee79f3b3a1f36972c117abc90

Binary file not shown.

View File

@@ -0,0 +1 @@
{"GlobalPropertiesHash":"ILSx+4dCyQzML0PLL1+iAfuwi4o6nolNPq04aGa56YY=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["8V3deuLyb/3rx0bsEvDDgnKEO9iLLhmh5lyW9Il\u002B9rM=","r0CRBbZD7zlCwiC60CcVSLoMaGhK4IFfHnrPuAxmSsI=","QMLTZhagzDwrj1b/P5MTYqmUJU\u002Bq6cc7kaQWBB1KBYk=","Un9Nk3yrPgQHFRoXy5jLTJ7R7mYAyX2GeSrtCIqXC5E=","flFnk3fYwEdbwRmYL\u002B06cYqoQFaRNzZ\u002B9NORBgPlFHw=","bDQSIh/\u002BHKU/QTxM1ElrhOG6x8shfui/6WM3uWqaE6E=","MfaPbAIS9u6sTP2Adk\u002BW\u002BFd80F9BfuxNr35q1UPN2cQ=","rhOnnZ3n30PtdoMQFgkLTVqGnw7hMZyp/CitqWiX4S4=","hwvLNWr96ZmBNh2SH7Zg/dVvvoNLMVvd2EPF9d7qGjg="],"CachedAssets":{},"CachedCopyCandidates":{}}

View File

@@ -0,0 +1 @@
{"GlobalPropertiesHash":"oEWZHnagBW83RxQSHOHII+WmGDIpscet4eQQc08gJ10=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["8V3deuLyb/3rx0bsEvDDgnKEO9iLLhmh5lyW9Il\u002B9rM=","r0CRBbZD7zlCwiC60CcVSLoMaGhK4IFfHnrPuAxmSsI=","QMLTZhagzDwrj1b/P5MTYqmUJU\u002Bq6cc7kaQWBB1KBYk=","Un9Nk3yrPgQHFRoXy5jLTJ7R7mYAyX2GeSrtCIqXC5E=","flFnk3fYwEdbwRmYL\u002B06cYqoQFaRNzZ\u002B9NORBgPlFHw=","bDQSIh/\u002BHKU/QTxM1ElrhOG6x8shfui/6WM3uWqaE6E=","MfaPbAIS9u6sTP2Adk\u002BW\u002BFd80F9BfuxNr35q1UPN2cQ=","rhOnnZ3n30PtdoMQFgkLTVqGnw7hMZyp/CitqWiX4S4=","hwvLNWr96ZmBNh2SH7Zg/dVvvoNLMVvd2EPF9d7qGjg="],"CachedAssets":{},"CachedCopyCandidates":{}}

View File

@@ -0,0 +1 @@
{"GlobalPropertiesHash":"SPJqT2LbTU7DC+nmzNGyx1ZmFtOV+aXZpHUist0ngzg=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["8V3deuLyb/3rx0bsEvDDgnKEO9iLLhmh5lyW9Il\u002B9rM=","r0CRBbZD7zlCwiC60CcVSLoMaGhK4IFfHnrPuAxmSsI="],"CachedAssets":{},"CachedCopyCandidates":{}}

View File

@@ -0,0 +1 @@
{"Version":1,"ManifestType":"Build","Endpoints":[]}

View File

@@ -1,11 +1 @@
{
"Version": 1,
"Hash": "RfuVwFSrmDL42KLW9n4tsmvdD4doyOaYg171K58Ic/s=",
"Source": "Microsoft.SelfService.Portal.Core.API",
"BasePath": "_content/Microsoft.SelfService.Portal.Core.API",
"Mode": "Default",
"ManifestType": "Build",
"ReferencedProjectsConfiguration": [],
"DiscoveryPatterns": [],
"Assets": []
}
{"Version":1,"Hash":"cHXLeIaOvbW9DoRmMcKQETs40b/kpgFCBjYp2tugVCo=","Source":"Microsoft.SelfService.Portal.Core.API","BasePath":"/","Mode":"Root","ManifestType":"Build","ReferencedProjectsConfiguration":[],"DiscoveryPatterns":[],"Assets":[],"Endpoints":[]}

View File

@@ -0,0 +1 @@
cHXLeIaOvbW9DoRmMcKQETs40b/kpgFCBjYp2tugVCo=

View File