First commit

This commit is contained in:
P-A
2026-03-28 21:49:58 +01:00
parent b4eb275d62
commit b903b27890
196 changed files with 5623 additions and 2 deletions

View File

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

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("Logger")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+b4eb275d6254f1a32d970ed1a97a452800d5bc78")]
[assembly: System.Reflection.AssemblyProductAttribute("Logger")]
[assembly: System.Reflection.AssemblyTitleAttribute("Logger")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@@ -0,0 +1 @@
a1db3c06f1d3a747c3e31306132ee0b2ca6d0f6ce2321fe3b235fa0aa62c4b25

View File

@@ -0,0 +1,17 @@
is_global = true
build_property.TargetFramework = net10.0
build_property.TargetFrameworkIdentifier = .NETCoreApp
build_property.TargetFrameworkVersion = v10.0
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Logger
build_property.ProjectDir = e:\Documents\GIT\homework-backend\Logger\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.EffectiveAnalysisLevelStyle = 10.0
build_property.EnableCodeStyleSeverity =

View File

@@ -0,0 +1,8 @@
// <auto-generated/>
global using System;
global using System.Collections.Generic;
global using System.IO;
global using System.Linq;
global using System.Net.Http;
global using System.Threading;
global using System.Threading.Tasks;

Binary file not shown.

View File

@@ -0,0 +1 @@
cddaf5a66d742d24197efff7023b54e346349d3d84394b879253f06e0c415a40

View File

@@ -0,0 +1,11 @@
E:\Documents\GIT\homework-backend\Logger\bin\Debug\net10.0\Logger.deps.json
E:\Documents\GIT\homework-backend\Logger\bin\Debug\net10.0\Logger.dll
E:\Documents\GIT\homework-backend\Logger\bin\Debug\net10.0\Logger.pdb
E:\Documents\GIT\homework-backend\Logger\obj\Debug\net10.0\Logger.GeneratedMSBuildEditorConfig.editorconfig
E:\Documents\GIT\homework-backend\Logger\obj\Debug\net10.0\Logger.AssemblyInfoInputs.cache
E:\Documents\GIT\homework-backend\Logger\obj\Debug\net10.0\Logger.AssemblyInfo.cs
E:\Documents\GIT\homework-backend\Logger\obj\Debug\net10.0\Logger.csproj.CoreCompileInputs.cache
E:\Documents\GIT\homework-backend\Logger\obj\Debug\net10.0\Logger.dll
E:\Documents\GIT\homework-backend\Logger\obj\Debug\net10.0\refint\Logger.dll
E:\Documents\GIT\homework-backend\Logger\obj\Debug\net10.0\Logger.pdb
E:\Documents\GIT\homework-backend\Logger\obj\Debug\net10.0\ref\Logger.dll

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.