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("Debug")]
[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 @@
3650624da67fe4a2c01825bd9ae7251662c15322cc13a59397a52325adb97716

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 @@
7d7aa3d5b134bb8c22c774e312cf724727a831e335cd59ab466a335b90ac0c00

View File

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

Binary file not shown.

View File

@@ -0,0 +1 @@
a1bc028fd65e83b7717768f8d3e7d3a2079fe06c8bf77278b494a45c0bbf06a0

Binary file not shown.

BIN
TestAPP/obj/Debug/net8.0/apphost Executable file

Binary file not shown.

Binary file not shown.

Binary file not shown.