Added Main

This commit is contained in:
2025-02-08 14:01:15 +01:00
parent d14f828514
commit 621df92b27
187 changed files with 8574 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]

Binary file not shown.

View File

@@ -0,0 +1,22 @@
//------------------------------------------------------------------------------
// <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("noteApi")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+d14f8285144757ccd16f1b49f4e99cc9b6576ceb")]
[assembly: System.Reflection.AssemblyProductAttribute("noteApi")]
[assembly: System.Reflection.AssemblyTitleAttribute("noteApi")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Von der MSBuild WriteCodeFragment-Klasse generiert.

View File

@@ -0,0 +1 @@
f55eef58129edf3203b1831235c995876dc72380ad3abebe5c01f087aca98615

View File

@@ -0,0 +1,19 @@
is_global = true
build_property.TargetFramework = net8.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 = noteApi
build_property.RootNamespace = noteApi
build_property.ProjectDir = D:\Programmieren\CSharp\NoteApp\noteApi\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.RazorLangVersion = 8.0
build_property.SupportLocalizedComponentNames =
build_property.GenerateRazorMetadataSourceChecksumAttributes =
build_property.MSBuildProjectDirectory = D:\Programmieren\CSharp\NoteApp\noteApi
build_property._RazorSourceGeneratorDebug =

View File

@@ -0,0 +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;

View File

@@ -0,0 +1,17 @@
//------------------------------------------------------------------------------
// <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("Microsoft.AspNetCore.OpenApi")]
[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Swashbuckle.AspNetCore.SwaggerGen")]
// Von der MSBuild WriteCodeFragment-Klasse generiert.

Binary file not shown.

View File

@@ -0,0 +1 @@
fa6d557e6dfbe7d77c7861f1ccd4952a54a3a426efa55c5fecc31a1d8919af8c

View File

@@ -0,0 +1,124 @@
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\appsettings.Development.json
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\appsettings.json
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\noteApi.exe
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\noteApi.deps.json
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\noteApi.runtimeconfig.json
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\noteApi.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\noteApi.pdb
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Humanizer.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.AspNetCore.Authentication.JwtBearer.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.AspNetCore.Cryptography.Internal.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.AspNetCore.Cryptography.KeyDerivation.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.AspNetCore.Identity.EntityFrameworkCore.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.AspNetCore.OpenApi.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.Bcl.AsyncInterfaces.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.CodeAnalysis.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.CodeAnalysis.CSharp.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.CodeAnalysis.CSharp.Workspaces.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.CodeAnalysis.Workspaces.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.EntityFrameworkCore.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.EntityFrameworkCore.Abstractions.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.EntityFrameworkCore.Design.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.EntityFrameworkCore.Relational.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.Extensions.Caching.Memory.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.Extensions.DependencyInjection.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.Extensions.DependencyModel.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.Extensions.Identity.Core.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.Extensions.Identity.Stores.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.Extensions.Logging.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.Extensions.Logging.Abstractions.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.Extensions.Options.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.IdentityModel.Abstractions.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.IdentityModel.JsonWebTokens.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.IdentityModel.Logging.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.IdentityModel.Protocols.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.IdentityModel.Tokens.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Microsoft.OpenApi.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Mono.TextTemplating.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\MySqlConnector.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Pomelo.EntityFrameworkCore.MySql.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Swashbuckle.AspNetCore.Swagger.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Swashbuckle.AspNetCore.SwaggerGen.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\Swashbuckle.AspNetCore.SwaggerUI.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\System.CodeDom.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\System.Composition.AttributedModel.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\System.Composition.Convention.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\System.Composition.Hosting.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\System.Composition.Runtime.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\System.Composition.TypedParts.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\System.IdentityModel.Tokens.Jwt.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\cs\Microsoft.CodeAnalysis.resources.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\de\Microsoft.CodeAnalysis.resources.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\es\Microsoft.CodeAnalysis.resources.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\fr\Microsoft.CodeAnalysis.resources.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\it\Microsoft.CodeAnalysis.resources.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\ja\Microsoft.CodeAnalysis.resources.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\ko\Microsoft.CodeAnalysis.resources.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\pl\Microsoft.CodeAnalysis.resources.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\pt-BR\Microsoft.CodeAnalysis.resources.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\ru\Microsoft.CodeAnalysis.resources.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\tr\Microsoft.CodeAnalysis.resources.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\zh-Hans\Microsoft.CodeAnalysis.resources.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\zh-Hant\Microsoft.CodeAnalysis.resources.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\cs\Microsoft.CodeAnalysis.CSharp.resources.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\de\Microsoft.CodeAnalysis.CSharp.resources.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\es\Microsoft.CodeAnalysis.CSharp.resources.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\fr\Microsoft.CodeAnalysis.CSharp.resources.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\it\Microsoft.CodeAnalysis.CSharp.resources.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\ja\Microsoft.CodeAnalysis.CSharp.resources.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\ko\Microsoft.CodeAnalysis.CSharp.resources.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\pl\Microsoft.CodeAnalysis.CSharp.resources.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\pt-BR\Microsoft.CodeAnalysis.CSharp.resources.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\ru\Microsoft.CodeAnalysis.CSharp.resources.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\tr\Microsoft.CodeAnalysis.CSharp.resources.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\zh-Hans\Microsoft.CodeAnalysis.CSharp.resources.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\zh-Hant\Microsoft.CodeAnalysis.CSharp.resources.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\cs\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\de\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\es\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\fr\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\it\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\ja\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\ko\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\pl\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\pt-BR\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\ru\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\tr\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\zh-Hans\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\zh-Hant\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\cs\Microsoft.CodeAnalysis.Workspaces.resources.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\de\Microsoft.CodeAnalysis.Workspaces.resources.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\es\Microsoft.CodeAnalysis.Workspaces.resources.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\fr\Microsoft.CodeAnalysis.Workspaces.resources.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\it\Microsoft.CodeAnalysis.Workspaces.resources.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\ja\Microsoft.CodeAnalysis.Workspaces.resources.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\ko\Microsoft.CodeAnalysis.Workspaces.resources.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\pl\Microsoft.CodeAnalysis.Workspaces.resources.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\pt-BR\Microsoft.CodeAnalysis.Workspaces.resources.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\ru\Microsoft.CodeAnalysis.Workspaces.resources.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\tr\Microsoft.CodeAnalysis.Workspaces.resources.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\zh-Hans\Microsoft.CodeAnalysis.Workspaces.resources.dll
D:\Programmieren\CSharp\NoteApp\noteApi\bin\Debug\net8.0\zh-Hant\Microsoft.CodeAnalysis.Workspaces.resources.dll
D:\Programmieren\CSharp\NoteApp\noteApi\obj\Debug\net8.0\noteApi.csproj.AssemblyReference.cache
D:\Programmieren\CSharp\NoteApp\noteApi\obj\Debug\net8.0\noteApi.GeneratedMSBuildEditorConfig.editorconfig
D:\Programmieren\CSharp\NoteApp\noteApi\obj\Debug\net8.0\noteApi.AssemblyInfoInputs.cache
D:\Programmieren\CSharp\NoteApp\noteApi\obj\Debug\net8.0\noteApi.AssemblyInfo.cs
D:\Programmieren\CSharp\NoteApp\noteApi\obj\Debug\net8.0\noteApi.csproj.CoreCompileInputs.cache
D:\Programmieren\CSharp\NoteApp\noteApi\obj\Debug\net8.0\noteApi.MvcApplicationPartsAssemblyInfo.cs
D:\Programmieren\CSharp\NoteApp\noteApi\obj\Debug\net8.0\noteApi.MvcApplicationPartsAssemblyInfo.cache
D:\Programmieren\CSharp\NoteApp\noteApi\obj\Debug\net8.0\staticwebassets.build.json
D:\Programmieren\CSharp\NoteApp\noteApi\obj\Debug\net8.0\staticwebassets.development.json
D:\Programmieren\CSharp\NoteApp\noteApi\obj\Debug\net8.0\staticwebassets\msbuild.noteApi.Microsoft.AspNetCore.StaticWebAssets.props
D:\Programmieren\CSharp\NoteApp\noteApi\obj\Debug\net8.0\staticwebassets\msbuild.build.noteApi.props
D:\Programmieren\CSharp\NoteApp\noteApi\obj\Debug\net8.0\staticwebassets\msbuild.buildMultiTargeting.noteApi.props
D:\Programmieren\CSharp\NoteApp\noteApi\obj\Debug\net8.0\staticwebassets\msbuild.buildTransitive.noteApi.props
D:\Programmieren\CSharp\NoteApp\noteApi\obj\Debug\net8.0\staticwebassets.pack.json
D:\Programmieren\CSharp\NoteApp\noteApi\obj\Debug\net8.0\scopedcss\bundle\noteApi.styles.css
D:\Programmieren\CSharp\NoteApp\noteApi\obj\Debug\net8.0\noteApi.csproj.Up2Date
D:\Programmieren\CSharp\NoteApp\noteApi\obj\Debug\net8.0\noteApi.dll
D:\Programmieren\CSharp\NoteApp\noteApi\obj\Debug\net8.0\refint\noteApi.dll
D:\Programmieren\CSharp\NoteApp\noteApi\obj\Debug\net8.0\noteApi.pdb
D:\Programmieren\CSharp\NoteApp\noteApi\obj\Debug\net8.0\noteApi.genruntimeconfig.cache
D:\Programmieren\CSharp\NoteApp\noteApi\obj\Debug\net8.0\ref\noteApi.dll

Binary file not shown.

View File

@@ -0,0 +1 @@
cafce16a8e6d3a8579fc2a2ae721faa736ab86d325113f3b1418524363584486

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,11 @@
{
"Version": 1,
"Hash": "vQpYWnGmEuINH0hW/PoMLg3Ke04oj5PpWm7/FGn2NUU=",
"Source": "noteApi",
"BasePath": "_content/noteApi",
"Mode": "Default",
"ManifestType": "Build",
"ReferencedProjectsConfiguration": [],
"DiscoveryPatterns": [],
"Assets": []
}

View File

@@ -0,0 +1,3 @@
<Project>
<Import Project="Microsoft.AspNetCore.StaticWebAssets.props" />
</Project>

View File

@@ -0,0 +1,3 @@
<Project>
<Import Project="..\build\noteApi.props" />
</Project>

View File

@@ -0,0 +1,3 @@
<Project>
<Import Project="..\buildMultiTargeting\noteApi.props" />
</Project>