Initial commit

This commit is contained in:
P-A
2026-03-31 21:03:38 +02:00
parent 9073d22580
commit 33d94aca01
146 changed files with 3714 additions and 1 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("HelloWorldApp")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+9073d225805b9b80a2c9370f592e5a12925738a3")]
[assembly: System.Reflection.AssemblyProductAttribute("HelloWorldApp")]
[assembly: System.Reflection.AssemblyTitleAttribute("HelloWorldApp")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@@ -0,0 +1 @@
c43c65ae7697edce5b897eb94f6c42089e596b2a6abac5295242112630d879a7

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 = HelloWorldApp
build_property.ProjectDir = E:\Documents\GIT\pipeline-test\HelloWorldApp\
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;

View File

@@ -0,0 +1 @@
b35c71c139f01bed83529f2e1cc948f1aab30292bb5993a79ed9e1b39e631fa3

View File

@@ -0,0 +1,14 @@
E:\Documents\GIT\pipeline-test\HelloWorldApp\bin\Debug\net10.0\HelloWorldApp.exe
E:\Documents\GIT\pipeline-test\HelloWorldApp\bin\Debug\net10.0\HelloWorldApp.deps.json
E:\Documents\GIT\pipeline-test\HelloWorldApp\bin\Debug\net10.0\HelloWorldApp.runtimeconfig.json
E:\Documents\GIT\pipeline-test\HelloWorldApp\bin\Debug\net10.0\HelloWorldApp.dll
E:\Documents\GIT\pipeline-test\HelloWorldApp\bin\Debug\net10.0\HelloWorldApp.pdb
E:\Documents\GIT\pipeline-test\HelloWorldApp\obj\Debug\net10.0\HelloWorldApp.GeneratedMSBuildEditorConfig.editorconfig
E:\Documents\GIT\pipeline-test\HelloWorldApp\obj\Debug\net10.0\HelloWorldApp.AssemblyInfoInputs.cache
E:\Documents\GIT\pipeline-test\HelloWorldApp\obj\Debug\net10.0\HelloWorldApp.AssemblyInfo.cs
E:\Documents\GIT\pipeline-test\HelloWorldApp\obj\Debug\net10.0\HelloWorldApp.csproj.CoreCompileInputs.cache
E:\Documents\GIT\pipeline-test\HelloWorldApp\obj\Debug\net10.0\HelloWorldApp.dll
E:\Documents\GIT\pipeline-test\HelloWorldApp\obj\Debug\net10.0\refint\HelloWorldApp.dll
E:\Documents\GIT\pipeline-test\HelloWorldApp\obj\Debug\net10.0\HelloWorldApp.pdb
E:\Documents\GIT\pipeline-test\HelloWorldApp\obj\Debug\net10.0\HelloWorldApp.genruntimeconfig.cache
E:\Documents\GIT\pipeline-test\HelloWorldApp\obj\Debug\net10.0\ref\HelloWorldApp.dll

Binary file not shown.

View File

@@ -0,0 +1 @@
ce436abe5843a0a1d2a8f689b2d8c0398d166aa0f0ca37cd07bd68b1e1299d27

Binary file not shown.

Binary file not shown.

Binary file not shown.