Initialcommit

This commit is contained in:
Christian
2024-09-15 09:25:06 +02:00
commit cc17609d02
47 changed files with 424 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")]

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("TestAPP")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("TestAPP")]
[assembly: System.Reflection.AssemblyTitleAttribute("TestAPP")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Von der MSBuild WriteCodeFragment-Klasse generiert.

View File

@@ -0,0 +1 @@
4a718f6ac297795ca2613edefc955896a6201e0d090945c735ff6079c6227d94

View File

@@ -0,0 +1,13 @@
is_global = true
build_property.TargetFramework = net8.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 = TestAPP
build_property.ProjectDir = /home/christian/Softwareentwicklung/csharp/TestAPP/
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =

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;

Binary file not shown.

View File

@@ -0,0 +1 @@
cc51b72db81bd9fe7209285c6a37def4b44e3376dc15c574beeac48accec8f1c

View File

@@ -0,0 +1,14 @@
/home/christian/Softwareentwicklung/csharp/TestAPP/bin/Release/net8.0/TestAPP
/home/christian/Softwareentwicklung/csharp/TestAPP/bin/Release/net8.0/TestAPP.deps.json
/home/christian/Softwareentwicklung/csharp/TestAPP/bin/Release/net8.0/TestAPP.runtimeconfig.json
/home/christian/Softwareentwicklung/csharp/TestAPP/bin/Release/net8.0/TestAPP.dll
/home/christian/Softwareentwicklung/csharp/TestAPP/bin/Release/net8.0/TestAPP.pdb
/home/christian/Softwareentwicklung/csharp/TestAPP/obj/Release/net8.0/TestAPP.GeneratedMSBuildEditorConfig.editorconfig
/home/christian/Softwareentwicklung/csharp/TestAPP/obj/Release/net8.0/TestAPP.AssemblyInfoInputs.cache
/home/christian/Softwareentwicklung/csharp/TestAPP/obj/Release/net8.0/TestAPP.AssemblyInfo.cs
/home/christian/Softwareentwicklung/csharp/TestAPP/obj/Release/net8.0/TestAPP.csproj.CoreCompileInputs.cache
/home/christian/Softwareentwicklung/csharp/TestAPP/obj/Release/net8.0/TestAPP.dll
/home/christian/Softwareentwicklung/csharp/TestAPP/obj/Release/net8.0/refint/TestAPP.dll
/home/christian/Softwareentwicklung/csharp/TestAPP/obj/Release/net8.0/TestAPP.pdb
/home/christian/Softwareentwicklung/csharp/TestAPP/obj/Release/net8.0/TestAPP.genruntimeconfig.cache
/home/christian/Softwareentwicklung/csharp/TestAPP/obj/Release/net8.0/ref/TestAPP.dll

Binary file not shown.

View File

@@ -0,0 +1 @@
7e6ceb0882a0f31931528605698f756334ddd31a357b2c97a25b124d1109ee35

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.