mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-20 06:51:55 +00:00
Removed bin and obj, added bin and obj to gitignore
This commit is contained in:
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
bin/*
|
||||||
|
obj/*
|
||||||
Binary file not shown.
@@ -1,133 +0,0 @@
|
|||||||
{
|
|
||||||
"runtimeTarget": {
|
|
||||||
"name": ".NETCoreApp,Version=v9.0",
|
|
||||||
"signature": ""
|
|
||||||
},
|
|
||||||
"compilationOptions": {},
|
|
||||||
"targets": {
|
|
||||||
".NETCoreApp,Version=v9.0": {
|
|
||||||
"Berufsschule_HAM/1.0.0": {
|
|
||||||
"dependencies": {
|
|
||||||
"Novell.Directory.Ldap": "2.2.1",
|
|
||||||
"Swashbuckle.AspNetCore": "9.0.4",
|
|
||||||
"Swashbuckle.AspNetCore.SwaggerGen": "9.0.4",
|
|
||||||
"Swashbuckle.AspNetCore.SwaggerUI": "9.0.4"
|
|
||||||
},
|
|
||||||
"runtime": {
|
|
||||||
"Berufsschule_HAM.dll": {}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Microsoft.Extensions.ApiDescription.Server/9.0.0": {},
|
|
||||||
"Microsoft.OpenApi/1.6.25": {
|
|
||||||
"runtime": {
|
|
||||||
"lib/netstandard2.0/Microsoft.OpenApi.dll": {
|
|
||||||
"assemblyVersion": "1.6.25.0",
|
|
||||||
"fileVersion": "1.6.25.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Novell.Directory.Ldap/2.2.1": {
|
|
||||||
"runtime": {
|
|
||||||
"lib/Novell.Directory.Ldap.dll": {
|
|
||||||
"assemblyVersion": "2.2.1.0",
|
|
||||||
"fileVersion": "0.0.0.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Swashbuckle.AspNetCore/9.0.4": {
|
|
||||||
"dependencies": {
|
|
||||||
"Microsoft.Extensions.ApiDescription.Server": "9.0.0",
|
|
||||||
"Swashbuckle.AspNetCore.Swagger": "9.0.4",
|
|
||||||
"Swashbuckle.AspNetCore.SwaggerGen": "9.0.4",
|
|
||||||
"Swashbuckle.AspNetCore.SwaggerUI": "9.0.4"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Swashbuckle.AspNetCore.Swagger/9.0.4": {
|
|
||||||
"dependencies": {
|
|
||||||
"Microsoft.OpenApi": "1.6.25"
|
|
||||||
},
|
|
||||||
"runtime": {
|
|
||||||
"lib/net9.0/Swashbuckle.AspNetCore.Swagger.dll": {
|
|
||||||
"assemblyVersion": "9.0.4.0",
|
|
||||||
"fileVersion": "9.0.4.1727"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Swashbuckle.AspNetCore.SwaggerGen/9.0.4": {
|
|
||||||
"dependencies": {
|
|
||||||
"Swashbuckle.AspNetCore.Swagger": "9.0.4"
|
|
||||||
},
|
|
||||||
"runtime": {
|
|
||||||
"lib/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {
|
|
||||||
"assemblyVersion": "9.0.4.0",
|
|
||||||
"fileVersion": "9.0.4.1727"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"Swashbuckle.AspNetCore.SwaggerUI/9.0.4": {
|
|
||||||
"runtime": {
|
|
||||||
"lib/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {
|
|
||||||
"assemblyVersion": "9.0.4.0",
|
|
||||||
"fileVersion": "9.0.4.1727"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"libraries": {
|
|
||||||
"Berufsschule_HAM/1.0.0": {
|
|
||||||
"type": "project",
|
|
||||||
"serviceable": false,
|
|
||||||
"sha512": ""
|
|
||||||
},
|
|
||||||
"Microsoft.Extensions.ApiDescription.Server/9.0.0": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-1Kzzf7pRey40VaUkHN9/uWxrKVkLu2AQjt+GVeeKLLpiEHAJ1xZRsLSh4ZZYEnyS7Kt2OBOPmsXNdU+wbcOl5w==",
|
|
||||||
"path": "microsoft.extensions.apidescription.server/9.0.0",
|
|
||||||
"hashPath": "microsoft.extensions.apidescription.server.9.0.0.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"Microsoft.OpenApi/1.6.25": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-ZahSqNGtNV7N0JBYS/IYXPkLVexL/AZFxo6pqxv6A7Uli7Q7zfitNjkaqIcsV73Ukzxi4IlJdyDgcQiMXiH8cw==",
|
|
||||||
"path": "microsoft.openapi/1.6.25",
|
|
||||||
"hashPath": "microsoft.openapi.1.6.25.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"Novell.Directory.Ldap/2.2.1": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-mK3SU8zbGHZY7/DglN5Hs5RDqLpmDIJ3L988ICC8ED4v5JlbxnPD1PKIlHVYmE037wNGx0T+TGt2GaykufO77A==",
|
|
||||||
"path": "novell.directory.ldap/2.2.1",
|
|
||||||
"hashPath": "novell.directory.ldap.2.2.1.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"Swashbuckle.AspNetCore/9.0.4": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-4hghaogMoS87Ivjj8s7aGuGsxrsjXZpjNvahLsN+zSLrZQcV8zQyiBweBd9AXC1sGkeNYb9/hbeS1EXrZ/hKjQ==",
|
|
||||||
"path": "swashbuckle.aspnetcore/9.0.4",
|
|
||||||
"hashPath": "swashbuckle.aspnetcore.9.0.4.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"Swashbuckle.AspNetCore.Swagger/9.0.4": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-syU8U4Eg3DfhU+BBeDUh66erwDsYOhp82InXbrOsqWP3qoOfQbBtePcTetkLNanovYHYX40alZBE6gQQFtBZkQ==",
|
|
||||||
"path": "swashbuckle.aspnetcore.swagger/9.0.4",
|
|
||||||
"hashPath": "swashbuckle.aspnetcore.swagger.9.0.4.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"Swashbuckle.AspNetCore.SwaggerGen/9.0.4": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-GnCikaq7kagEckGGsrVnKl2icRQebyr14/7s3T/rQQO7edOIXkxtjTOJZqbazOxaTXBDCDdSInMiYbMQhFnE5Q==",
|
|
||||||
"path": "swashbuckle.aspnetcore.swaggergen/9.0.4",
|
|
||||||
"hashPath": "swashbuckle.aspnetcore.swaggergen.9.0.4.nupkg.sha512"
|
|
||||||
},
|
|
||||||
"Swashbuckle.AspNetCore.SwaggerUI/9.0.4": {
|
|
||||||
"type": "package",
|
|
||||||
"serviceable": true,
|
|
||||||
"sha512": "sha512-2ugT2OvZsKHqk/2rMDmuqDuFmtix0NvzlXxAfnfHROVMTovbx7Z0UsOQHZa462DBTgdBFnR2Ss6wm4fypfymdA==",
|
|
||||||
"path": "swashbuckle.aspnetcore.swaggerui/9.0.4",
|
|
||||||
"hashPath": "swashbuckle.aspnetcore.swaggerui.9.0.4.nupkg.sha512"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Binary file not shown.
Binary file not shown.
@@ -1,19 +0,0 @@
|
|||||||
{
|
|
||||||
"runtimeOptions": {
|
|
||||||
"tfm": "net9.0",
|
|
||||||
"frameworks": [
|
|
||||||
{
|
|
||||||
"name": "Microsoft.NETCore.App",
|
|
||||||
"version": "9.0.0"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Microsoft.AspNetCore.App",
|
|
||||||
"version": "9.0.0"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"configProperties": {
|
|
||||||
"System.GC.Server": true,
|
|
||||||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,19 +0,0 @@
|
|||||||
{
|
|
||||||
"Logging": {
|
|
||||||
"LogLevel": {
|
|
||||||
"Default": "Information",
|
|
||||||
"Microsoft.AspNetCore": "Warning"
|
|
||||||
},
|
|
||||||
"Ldap": {
|
|
||||||
"Host": "localhost",
|
|
||||||
"Port": 389,
|
|
||||||
"UseSsl": false,
|
|
||||||
"BindDn": "cn=admin,dc=localhost",
|
|
||||||
"BindPassword": "TestLDAP",
|
|
||||||
"BaseDn": "dc=localhost",
|
|
||||||
"AssetsOu": "ou=assets",
|
|
||||||
"LocationsOu": "ou=locations",
|
|
||||||
"UsersOu": "ou=users"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,20 +0,0 @@
|
|||||||
{
|
|
||||||
"Logging": {
|
|
||||||
"LogLevel": {
|
|
||||||
"Default": "Information",
|
|
||||||
"Microsoft.AspNetCore": "Warning"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"AllowedHosts": "*",
|
|
||||||
"Ldap": {
|
|
||||||
"Host": "localhost",
|
|
||||||
"Port": 389,
|
|
||||||
"UseSsl": false,
|
|
||||||
"BindDn": "cn=admin,dc=localhost",
|
|
||||||
"BindPassword": "TestLDAP",
|
|
||||||
"BaseDn": "dc=localhost",
|
|
||||||
"AssetsOu": "ou=assets",
|
|
||||||
"LocationsOu": "ou=locations",
|
|
||||||
"UsersOu": "ou=users"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,89 +0,0 @@
|
|||||||
{
|
|
||||||
"format": 1,
|
|
||||||
"restore": {
|
|
||||||
"/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/Berufsschule_HAM.csproj": {}
|
|
||||||
},
|
|
||||||
"projects": {
|
|
||||||
"/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/Berufsschule_HAM.csproj": {
|
|
||||||
"version": "1.0.0",
|
|
||||||
"restore": {
|
|
||||||
"projectUniqueName": "/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/Berufsschule_HAM.csproj",
|
|
||||||
"projectName": "Berufsschule_HAM",
|
|
||||||
"projectPath": "/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/Berufsschule_HAM.csproj",
|
|
||||||
"packagesPath": "/home/lucy/.nuget/packages/",
|
|
||||||
"outputPath": "/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/",
|
|
||||||
"projectStyle": "PackageReference",
|
|
||||||
"configFilePaths": [
|
|
||||||
"/home/lucy/.nuget/NuGet/NuGet.Config"
|
|
||||||
],
|
|
||||||
"originalTargetFrameworks": [
|
|
||||||
"net9.0"
|
|
||||||
],
|
|
||||||
"sources": {
|
|
||||||
"/usr/lib/dotnet/library-packs": {},
|
|
||||||
"https://api.nuget.org/v3/index.json": {}
|
|
||||||
},
|
|
||||||
"frameworks": {
|
|
||||||
"net9.0": {
|
|
||||||
"targetAlias": "net9.0",
|
|
||||||
"projectReferences": {}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"warningProperties": {
|
|
||||||
"warnAsError": [
|
|
||||||
"NU1605"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"restoreAuditProperties": {
|
|
||||||
"enableAudit": "true",
|
|
||||||
"auditLevel": "low",
|
|
||||||
"auditMode": "direct"
|
|
||||||
},
|
|
||||||
"SdkAnalysisLevel": "9.0.100"
|
|
||||||
},
|
|
||||||
"frameworks": {
|
|
||||||
"net9.0": {
|
|
||||||
"targetAlias": "net9.0",
|
|
||||||
"dependencies": {
|
|
||||||
"Novell.Directory.Ldap": {
|
|
||||||
"target": "Package",
|
|
||||||
"version": "[2.2.1, )"
|
|
||||||
},
|
|
||||||
"Swashbuckle.AspNetCore": {
|
|
||||||
"target": "Package",
|
|
||||||
"version": "[9.0.4, )"
|
|
||||||
},
|
|
||||||
"Swashbuckle.AspNetCore.SwaggerGen": {
|
|
||||||
"target": "Package",
|
|
||||||
"version": "[9.0.4, )"
|
|
||||||
},
|
|
||||||
"Swashbuckle.AspNetCore.SwaggerUI": {
|
|
||||||
"target": "Package",
|
|
||||||
"version": "[9.0.4, )"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"imports": [
|
|
||||||
"net461",
|
|
||||||
"net462",
|
|
||||||
"net47",
|
|
||||||
"net471",
|
|
||||||
"net472",
|
|
||||||
"net48",
|
|
||||||
"net481"
|
|
||||||
],
|
|
||||||
"assetTargetFallback": true,
|
|
||||||
"warn": true,
|
|
||||||
"frameworkReferences": {
|
|
||||||
"Microsoft.AspNetCore.App": {
|
|
||||||
"privateAssets": "none"
|
|
||||||
},
|
|
||||||
"Microsoft.NETCore.App": {
|
|
||||||
"privateAssets": "all"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtimeIdentifierGraphPath": "/usr/lib/dotnet/sdk/9.0.110/PortableRuntimeIdentifierGraph.json"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,22 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
|
||||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
||||||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
||||||
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
|
|
||||||
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
|
|
||||||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
|
|
||||||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">/home/lucy/.nuget/packages/</NuGetPackageRoot>
|
|
||||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">/home/lucy/.nuget/packages/</NuGetPackageFolders>
|
|
||||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
|
||||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.12.4</NuGetToolVersion>
|
|
||||||
</PropertyGroup>
|
|
||||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
||||||
<SourceRoot Include="/home/lucy/.nuget/packages/" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
||||||
<Import Project="$(NuGetPackageRoot)microsoft.extensions.apidescription.server/9.0.0/build/Microsoft.Extensions.ApiDescription.Server.props" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.apidescription.server/9.0.0/build/Microsoft.Extensions.ApiDescription.Server.props')" />
|
|
||||||
<Import Project="$(NuGetPackageRoot)swashbuckle.aspnetcore/9.0.4/build/Swashbuckle.AspNetCore.props" Condition="Exists('$(NuGetPackageRoot)swashbuckle.aspnetcore/9.0.4/build/Swashbuckle.AspNetCore.props')" />
|
|
||||||
</ImportGroup>
|
|
||||||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
||||||
<PkgMicrosoft_Extensions_ApiDescription_Server Condition=" '$(PkgMicrosoft_Extensions_ApiDescription_Server)' == '' ">/home/lucy/.nuget/packages/microsoft.extensions.apidescription.server/9.0.0</PkgMicrosoft_Extensions_ApiDescription_Server>
|
|
||||||
</PropertyGroup>
|
|
||||||
</Project>
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
|
||||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
||||||
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
||||||
<Import Project="$(NuGetPackageRoot)microsoft.extensions.apidescription.server/9.0.0/build/Microsoft.Extensions.ApiDescription.Server.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.apidescription.server/9.0.0/build/Microsoft.Extensions.ApiDescription.Server.targets')" />
|
|
||||||
</ImportGroup>
|
|
||||||
</Project>
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
// <autogenerated />
|
|
||||||
using System;
|
|
||||||
using System.Reflection;
|
|
||||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v9.0", FrameworkDisplayName = ".NET 9.0")]
|
|
||||||
@@ -1,22 +0,0 @@
|
|||||||
//------------------------------------------------------------------------------
|
|
||||||
// <auto-generated>
|
|
||||||
// This code was generated by a tool.
|
|
||||||
//
|
|
||||||
// Changes to this file may cause incorrect behavior and will be lost if
|
|
||||||
// the code is regenerated.
|
|
||||||
// </auto-generated>
|
|
||||||
//------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
using System;
|
|
||||||
using System.Reflection;
|
|
||||||
|
|
||||||
[assembly: System.Reflection.AssemblyCompanyAttribute("Berufsschule_HAM")]
|
|
||||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
|
||||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
|
||||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
|
||||||
[assembly: System.Reflection.AssemblyProductAttribute("Berufsschule_HAM")]
|
|
||||||
[assembly: System.Reflection.AssemblyTitleAttribute("Berufsschule_HAM")]
|
|
||||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
|
||||||
|
|
||||||
// Generated by the MSBuild WriteCodeFragment class.
|
|
||||||
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
dc97480f410cf023854e4ed982049a5070f8758e833fefe32df5d0507536e251
|
|
||||||
@@ -1,49 +0,0 @@
|
|||||||
is_global = true
|
|
||||||
build_property.TargetFramework = net9.0
|
|
||||||
build_property.TargetPlatformMinVersion =
|
|
||||||
build_property.UsingMicrosoftNETSdkWeb = true
|
|
||||||
build_property.ProjectTypeGuids =
|
|
||||||
build_property.InvariantGlobalization =
|
|
||||||
build_property.PlatformNeutralAssembly =
|
|
||||||
build_property.EnforceExtendedAnalyzerRules =
|
|
||||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
|
||||||
build_property.RootNamespace = Berufsschule_HAM
|
|
||||||
build_property.RootNamespace = Berufsschule_HAM
|
|
||||||
build_property.ProjectDir = /home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/
|
|
||||||
build_property.EnableComHosting =
|
|
||||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
|
||||||
build_property.RazorLangVersion = 9.0
|
|
||||||
build_property.SupportLocalizedComponentNames =
|
|
||||||
build_property.GenerateRazorMetadataSourceChecksumAttributes =
|
|
||||||
build_property.MSBuildProjectDirectory = /home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM
|
|
||||||
build_property._RazorSourceGeneratorDebug =
|
|
||||||
build_property.EffectiveAnalysisLevelStyle = 9.0
|
|
||||||
build_property.EnableCodeStyleSeverity =
|
|
||||||
|
|
||||||
[/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/Views/Shared/Error.cshtml]
|
|
||||||
build_metadata.AdditionalFiles.TargetPath = Vmlld3MvU2hhcmVkL0Vycm9yLmNzaHRtbA==
|
|
||||||
build_metadata.AdditionalFiles.CssScope =
|
|
||||||
|
|
||||||
[/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/Views/Shared/Index.cshtml]
|
|
||||||
build_metadata.AdditionalFiles.TargetPath = Vmlld3MvU2hhcmVkL0luZGV4LmNzaHRtbA==
|
|
||||||
build_metadata.AdditionalFiles.CssScope =
|
|
||||||
|
|
||||||
[/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/Views/Shared/Privacy.cshtml]
|
|
||||||
build_metadata.AdditionalFiles.TargetPath = Vmlld3MvU2hhcmVkL1ByaXZhY3kuY3NodG1s
|
|
||||||
build_metadata.AdditionalFiles.CssScope =
|
|
||||||
|
|
||||||
[/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/Views/Shared/_ValidationScriptsPartial.cshtml]
|
|
||||||
build_metadata.AdditionalFiles.TargetPath = Vmlld3MvU2hhcmVkL19WYWxpZGF0aW9uU2NyaXB0c1BhcnRpYWwuY3NodG1s
|
|
||||||
build_metadata.AdditionalFiles.CssScope =
|
|
||||||
|
|
||||||
[/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/Views/_ViewImports.cshtml]
|
|
||||||
build_metadata.AdditionalFiles.TargetPath = Vmlld3MvX1ZpZXdJbXBvcnRzLmNzaHRtbA==
|
|
||||||
build_metadata.AdditionalFiles.CssScope =
|
|
||||||
|
|
||||||
[/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/Views/_ViewStart.cshtml]
|
|
||||||
build_metadata.AdditionalFiles.TargetPath = Vmlld3MvX1ZpZXdTdGFydC5jc2h0bWw=
|
|
||||||
build_metadata.AdditionalFiles.CssScope =
|
|
||||||
|
|
||||||
[/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/Views/Shared/_Layout.cshtml]
|
|
||||||
build_metadata.AdditionalFiles.TargetPath = Vmlld3MvU2hhcmVkL19MYXlvdXQuY3NodG1s
|
|
||||||
build_metadata.AdditionalFiles.CssScope = b-jl3oqiq00s
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
// <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;
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
//------------------------------------------------------------------------------
|
|
||||||
// <auto-generated>
|
|
||||||
// This code was generated by a tool.
|
|
||||||
//
|
|
||||||
// Changes to this file may cause incorrect behavior and will be lost if
|
|
||||||
// the code is regenerated.
|
|
||||||
// </auto-generated>
|
|
||||||
//------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
using System;
|
|
||||||
using System.Reflection;
|
|
||||||
|
|
||||||
[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Swashbuckle.AspNetCore.SwaggerGen")]
|
|
||||||
|
|
||||||
// Von der MSBuild WriteCodeFragment-Klasse generiert.
|
|
||||||
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
d5ac7ab69059af111e9d7125adeb7b174ca570725d4b64a544cca7bd11ac7ca0
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
//------------------------------------------------------------------------------
|
|
||||||
// <auto-generated>
|
|
||||||
// This code was generated by a tool.
|
|
||||||
//
|
|
||||||
// Changes to this file may cause incorrect behavior and will be lost if
|
|
||||||
// the code is regenerated.
|
|
||||||
// </auto-generated>
|
|
||||||
//------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
using System;
|
|
||||||
using System.Reflection;
|
|
||||||
|
|
||||||
[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ProvideApplicationPartFactoryAttribute(("Microsoft.AspNetCore.Mvc.ApplicationParts.ConsolidatedAssemblyApplicationPartFact" +
|
|
||||||
"ory, Microsoft.AspNetCore.Mvc.Razor"))]
|
|
||||||
|
|
||||||
// Generated by the MSBuild WriteCodeFragment class.
|
|
||||||
|
|
||||||
Binary file not shown.
Binary file not shown.
@@ -1 +0,0 @@
|
|||||||
bb0e980735fc64641743e820acc11c6b1bc33fa0070a07886e32bdabdad191e6
|
|
||||||
@@ -1,105 +0,0 @@
|
|||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/Berufsschule_HAM.csproj.AssemblyReference.cache
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/Berufsschule_HAM.GeneratedMSBuildEditorConfig.editorconfig
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/Berufsschule_HAM.AssemblyInfoInputs.cache
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/Berufsschule_HAM.AssemblyInfo.cs
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/Berufsschule_HAM.csproj.CoreCompileInputs.cache
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/Berufsschule_HAM.MvcApplicationPartsAssemblyInfo.cache
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/Berufsschule_HAM.RazorAssemblyInfo.cache
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/Berufsschule_HAM.RazorAssemblyInfo.cs
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/bin/Debug/net9.0/appsettings.Development.json
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/bin/Debug/net9.0/appsettings.json
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/bin/Debug/net9.0/Berufsschule_HAM.staticwebassets.runtime.json
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/bin/Debug/net9.0/Berufsschule_HAM.staticwebassets.endpoints.json
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/bin/Debug/net9.0/Berufsschule_HAM
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/bin/Debug/net9.0/Berufsschule_HAM.deps.json
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/bin/Debug/net9.0/Berufsschule_HAM.runtimeconfig.json
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/bin/Debug/net9.0/Berufsschule_HAM.dll
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/bin/Debug/net9.0/Berufsschule_HAM.pdb
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/bin/Debug/net9.0/Novell.Directory.Ldap.dll
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/scopedcss/Views/Shared/_Layout.cshtml.rz.scp.css
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/scopedcss/bundle/Berufsschule_HAM.styles.css
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/scopedcss/projectbundle/Berufsschule_HAM.bundle.scp.css
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/f6co35ckz5-lugek5hnai.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/3c8de2to5j-61n19gt1b8.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/54zp9f0a43-fr7q2aak1r.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/myrxuy3bqt-bqjiyaj88i.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/btu20mnpjt-c2jlpeoesf.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/ebqlvg0spx-erw9l3u2r3.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/3tmg6xsy2b-aexeepp0ev.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/duna0ienws-d7shbmvgxk.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/f3jg62o094-ausgxo2sd3.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/efxy0a4ido-k8d9w2qqmf.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/9f4a3vhuhz-cosvhxvwiu.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/dx7ka2ovb5-ub07r2b239.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/kjujdftfok-fvhpjtyr6v.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/w7rwocx3ix-b7pk76d08c.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/bxl7oesgg5-fsbi9cje9m.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/9zis9zltna-rzd6atqjts.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/jc8ejxkvrq-ee0r1s7dh0.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/y2ezphryay-dxx9fxp4il.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/2xuo9vdeck-jd9uben2k1.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/yg6cc8skk3-khv3u5hwcm.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/fcjt0tt9fk-r4e9w2rdcm.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/7wuete3k22-lcd1t2u6c8.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/rz7vlvik7u-c2oey78nd0.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/aywcqvm9ys-tdbxkamptv.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/uhof640x3d-j5mq2jizvt.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/6muztj2kwk-06098lyss8.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/35yi660xql-nvvlpmu67g.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/rqoaiyec18-s35ty4nyc5.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/7uamq3g4oe-pj5nd1wqec.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/10w30xlh1a-46ein0sx1k.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/an3nt3k15a-v0zj4ognzu.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/4yw5k2j6cc-37tfw0ft22.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/ut02bgx7s2-hrwsygsryq.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/ble5b4x14o-pk9g2wxc8p.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/1376n7y9yq-ft3s53vfgj.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/yz2pa84zhb-6cfz1n2cew.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/aln44m92vs-6pdc2jztkx.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/rrqxk3c42e-493y06b0oq.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/px6edqy2s5-iovd86k7lj.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/any9gy4xke-vr1egmr9el.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/n84glsx4p4-kbrnm935zg.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/lhfq8w091f-jj8uyg4cgr.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/mvw2emko3r-y7v9cxd14o.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/8hjojk2p9v-notf2xhcfb.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/bbwkfpl2gq-h1s4sie4z3.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/uov2enjwpu-63fj8s7r0e.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/vl4qqb2wlb-0j3bgjxly4.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/r29sqzf3k3-47otxtyo56.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/zw9qt6c0uz-4v8eqarkd7.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/g45ffkz18h-l3n5xuwxn8.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/42fxk83xa3-ilo7uva0vt.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/9ofv3wnxbl-qlccset4i1.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/qgwjrw93yr-lzl9nlhx6b.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/cjvqg1vm3z-ag7o75518u.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/lsw3ai7k5h-xzw0cte36n.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/tb3qasfzgn-0i3buxo5is.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/2lj960qb46-o1o13a6vjx.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/9pqmo1bzna-ttgo8qnofa.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/5sedz4lc3k-2z0ns9nrw6.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/lzzhm9on3f-muycvpuwrr.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/hg1ui7nbf8-87fc7y1x7t.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/akvhjy7xge-jfsiqqwiad.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/pejk7qo7ry-e8vintuy3g.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/compressed/4ucpvc5mci-e8vintuy3g.gz
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/staticwebassets.build.json
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/staticwebassets.development.json
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/staticwebassets.build.endpoints.json
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/staticwebassets/msbuild.Berufsschule_HAM.Microsoft.AspNetCore.StaticWebAssets.props
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/staticwebassets/msbuild.Berufsschule_HAM.Microsoft.AspNetCore.StaticWebAssetEndpoints.props
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/staticwebassets/msbuild.build.Berufsschule_HAM.props
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/staticwebassets/msbuild.buildMultiTargeting.Berufsschule_HAM.props
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/staticwebassets/msbuild.buildTransitive.Berufsschule_HAM.props
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/staticwebassets.pack.json
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/Berufssc.5363038D.Up2Date
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/Berufsschule_HAM.dll
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/refint/Berufsschule_HAM.dll
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/Berufsschule_HAM.pdb
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/Berufsschule_HAM.genruntimeconfig.cache
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/ref/Berufsschule_HAM.dll
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/bin/Debug/net9.0/Microsoft.OpenApi.dll
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/bin/Debug/net9.0/Swashbuckle.AspNetCore.Swagger.dll
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerGen.dll
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/bin/Debug/net9.0/Swashbuckle.AspNetCore.SwaggerUI.dll
|
|
||||||
/home/lucy/Nextcloud/Projekte/Dotnet/Berufsschule_HAM/obj/Debug/net9.0/Berufsschule_HAM.MvcApplicationPartsAssemblyInfo.cs
|
|
||||||
Binary file not shown.
@@ -1 +0,0 @@
|
|||||||
b9ad3fe1ff57613dcffe334524b98a5d0668db8efb054ec5a91bc0f25bd077a5
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user