Archived
Private
Public Access
1
0

Finished DependencyInjector

This commit is contained in:
2023-05-22 17:24:56 +02:00
commit 8c0d15398e
69 changed files with 788 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v7.0", FrameworkDisplayName = ".NET 7.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("DependencyInjector.Test")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("DependencyInjector.Test")]
[assembly: System.Reflection.AssemblyTitleAttribute("DependencyInjector.Test")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Von der MSBuild WriteCodeFragment-Klasse generiert.

View File

@@ -0,0 +1 @@
9e7536b734331a1c5a9d4ba12cfcecc8656cf6b3

View File

@@ -0,0 +1,11 @@
is_global = true
build_property.TargetFramework = net7.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 = DependencyInjector.Test
build_property.ProjectDir = D:\Programmierstuff\C#\DependencyInjector\DependencyInjector.Test\

View File

@@ -0,0 +1,8 @@
// <auto-generated/>
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.Threading;
global using global::System.Threading.Tasks;

View File

@@ -0,0 +1 @@
735a44281e7b7d6ccf05f017a8cd863c4a96b821

View File

@@ -0,0 +1,18 @@
D:\Programmierstuff\C#\DependencyInjector\DependencyInjector.Test\bin\Debug\net7.0\DependencyInjector.Test.exe
D:\Programmierstuff\C#\DependencyInjector\DependencyInjector.Test\bin\Debug\net7.0\DependencyInjector.Test.deps.json
D:\Programmierstuff\C#\DependencyInjector\DependencyInjector.Test\bin\Debug\net7.0\DependencyInjector.Test.runtimeconfig.json
D:\Programmierstuff\C#\DependencyInjector\DependencyInjector.Test\bin\Debug\net7.0\DependencyInjector.Test.dll
D:\Programmierstuff\C#\DependencyInjector\DependencyInjector.Test\bin\Debug\net7.0\DependencyInjector.Test.pdb
D:\Programmierstuff\C#\DependencyInjector\DependencyInjector.Test\bin\Debug\net7.0\DependencyInjector.dll
D:\Programmierstuff\C#\DependencyInjector\DependencyInjector.Test\bin\Debug\net7.0\DependencyInjector.pdb
D:\Programmierstuff\C#\DependencyInjector\DependencyInjector.Test\obj\Debug\net7.0\DependencyInjector.Test.csproj.AssemblyReference.cache
D:\Programmierstuff\C#\DependencyInjector\DependencyInjector.Test\obj\Debug\net7.0\DependencyInjector.Test.GeneratedMSBuildEditorConfig.editorconfig
D:\Programmierstuff\C#\DependencyInjector\DependencyInjector.Test\obj\Debug\net7.0\DependencyInjector.Test.AssemblyInfoInputs.cache
D:\Programmierstuff\C#\DependencyInjector\DependencyInjector.Test\obj\Debug\net7.0\DependencyInjector.Test.AssemblyInfo.cs
D:\Programmierstuff\C#\DependencyInjector\DependencyInjector.Test\obj\Debug\net7.0\DependencyInjector.Test.csproj.CoreCompileInputs.cache
D:\Programmierstuff\C#\DependencyInjector\DependencyInjector.Test\obj\Debug\net7.0\DependencyInjector.Test.csproj.CopyComplete
D:\Programmierstuff\C#\DependencyInjector\DependencyInjector.Test\obj\Debug\net7.0\DependencyInjector.Test.dll
D:\Programmierstuff\C#\DependencyInjector\DependencyInjector.Test\obj\Debug\net7.0\refint\DependencyInjector.Test.dll
D:\Programmierstuff\C#\DependencyInjector\DependencyInjector.Test\obj\Debug\net7.0\DependencyInjector.Test.pdb
D:\Programmierstuff\C#\DependencyInjector\DependencyInjector.Test\obj\Debug\net7.0\DependencyInjector.Test.genruntimeconfig.cache
D:\Programmierstuff\C#\DependencyInjector\DependencyInjector.Test\obj\Debug\net7.0\ref\DependencyInjector.Test.dll

View File

@@ -0,0 +1 @@
389892aac11c74f04978d55185713c074a56c160

Binary file not shown.