diff --git a/.vs/GiteaTest/v17/.suo b/.vs/GiteaTest/v17/.suo
new file mode 100644
index 0000000..e5a7dda
Binary files /dev/null and b/.vs/GiteaTest/v17/.suo differ
diff --git a/.vs/GiteaTest/v17/DocumentLayout.json b/.vs/GiteaTest/v17/DocumentLayout.json
new file mode 100644
index 0000000..2751743
--- /dev/null
+++ b/.vs/GiteaTest/v17/DocumentLayout.json
@@ -0,0 +1,39 @@
+{
+ "Version": 1,
+ "WorkspaceRootPath": "D:\\Benutzer\\germa\\Dokumente\\Visual Studio 2022\\Projects\\GiteaTest\\",
+ "Documents": [],
+ "DocumentGroupContainers": [
+ {
+ "Orientation": 0,
+ "VerticalTabListWidth": 256,
+ "DocumentGroups": [
+ {
+ "DockedWidth": 200,
+ "SelectedChildIndex": -1,
+ "Children": [
+ {
+ "$type": "Bookmark",
+ "Name": "ST:0:0:{b1e99781-ab81-11d0-b683-00aa00a3ee26}"
+ },
+ {
+ "$type": "Bookmark",
+ "Name": "ST:0:0:{1c4feeaa-4718-4aa9-859d-94ce25d182ba}"
+ },
+ {
+ "$type": "Bookmark",
+ "Name": "ST:129:0:{1fc202d4-d401-403c-9834-5b218574bb67}"
+ },
+ {
+ "$type": "Bookmark",
+ "Name": "ST:128:0:{116d2292-e37d-41cd-a077-ebacac4c8cc4}"
+ },
+ {
+ "$type": "Bookmark",
+ "Name": "ST:128:0:{1fc202d4-d401-403c-9834-5b218574bb67}"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/GiteaTest.sln b/GiteaTest.sln
new file mode 100644
index 0000000..43a3112
--- /dev/null
+++ b/GiteaTest.sln
@@ -0,0 +1,22 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 17
+VisualStudioVersion = 17.12.35521.163 d17.12
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GiteaTest", "GiteaTest\GiteaTest.csproj", "{A963F4C5-129A-4C95-84D6-FE7F05589023}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {A963F4C5-129A-4C95-84D6-FE7F05589023}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {A963F4C5-129A-4C95-84D6-FE7F05589023}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {A963F4C5-129A-4C95-84D6-FE7F05589023}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {A963F4C5-129A-4C95-84D6-FE7F05589023}.Release|Any CPU.Build.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
diff --git a/GiteaTest/GiteaTest.csproj b/GiteaTest/GiteaTest.csproj
new file mode 100644
index 0000000..2150e37
--- /dev/null
+++ b/GiteaTest/GiteaTest.csproj
@@ -0,0 +1,10 @@
+
+
+
+ Exe
+ net8.0
+ enable
+ enable
+
+
+
diff --git a/GiteaTest/Program.cs b/GiteaTest/Program.cs
new file mode 100644
index 0000000..faf3c1c
--- /dev/null
+++ b/GiteaTest/Program.cs
@@ -0,0 +1,10 @@
+namespace GiteaTest
+{
+ internal class Program
+ {
+ static void Main(string[] args)
+ {
+ Console.WriteLine("Hello, World!");
+ }
+ }
+}
diff --git a/GiteaTest/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/GiteaTest/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
new file mode 100644
index 0000000..2217181
--- /dev/null
+++ b/GiteaTest/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+//
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
diff --git a/GiteaTest/obj/Debug/net8.0/GiteaTest.AssemblyInfo.cs b/GiteaTest/obj/Debug/net8.0/GiteaTest.AssemblyInfo.cs
new file mode 100644
index 0000000..4d3807c
--- /dev/null
+++ b/GiteaTest/obj/Debug/net8.0/GiteaTest.AssemblyInfo.cs
@@ -0,0 +1,23 @@
+//------------------------------------------------------------------------------
+//
+// Dieser Code wurde von einem Tool generiert.
+// Laufzeitversion:4.0.30319.42000
+//
+// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
+// der Code erneut generiert wird.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("GiteaTest")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+bdbc1737b396a3b2f20b98a9a3dc7e9742b85b01")]
+[assembly: System.Reflection.AssemblyProductAttribute("GiteaTest")]
+[assembly: System.Reflection.AssemblyTitleAttribute("GiteaTest")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+
+// Von der MSBuild WriteCodeFragment-Klasse generiert.
+
diff --git a/GiteaTest/obj/Debug/net8.0/GiteaTest.AssemblyInfoInputs.cache b/GiteaTest/obj/Debug/net8.0/GiteaTest.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..d611312
--- /dev/null
+++ b/GiteaTest/obj/Debug/net8.0/GiteaTest.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+855a452387d28473354f9127c6963afcba48a96bc5d58cb6a9fcda952ac51990
diff --git a/GiteaTest/obj/Debug/net8.0/GiteaTest.GeneratedMSBuildEditorConfig.editorconfig b/GiteaTest/obj/Debug/net8.0/GiteaTest.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..f16a136
--- /dev/null
+++ b/GiteaTest/obj/Debug/net8.0/GiteaTest.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,15 @@
+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 = GiteaTest
+build_property.ProjectDir = D:\Benutzer\germa\Dokumente\Visual Studio 2022\Projects\GiteaTest\GiteaTest\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
+build_property.EffectiveAnalysisLevelStyle = 8.0
+build_property.EnableCodeStyleSeverity =
diff --git a/GiteaTest/obj/Debug/net8.0/GiteaTest.GlobalUsings.g.cs b/GiteaTest/obj/Debug/net8.0/GiteaTest.GlobalUsings.g.cs
new file mode 100644
index 0000000..8578f3d
--- /dev/null
+++ b/GiteaTest/obj/Debug/net8.0/GiteaTest.GlobalUsings.g.cs
@@ -0,0 +1,8 @@
+//
+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;
diff --git a/GiteaTest/obj/Debug/net8.0/GiteaTest.assets.cache b/GiteaTest/obj/Debug/net8.0/GiteaTest.assets.cache
new file mode 100644
index 0000000..9ec49a5
Binary files /dev/null and b/GiteaTest/obj/Debug/net8.0/GiteaTest.assets.cache differ
diff --git a/GiteaTest/obj/GiteaTest.csproj.nuget.dgspec.json b/GiteaTest/obj/GiteaTest.csproj.nuget.dgspec.json
new file mode 100644
index 0000000..5a6c433
--- /dev/null
+++ b/GiteaTest/obj/GiteaTest.csproj.nuget.dgspec.json
@@ -0,0 +1,77 @@
+{
+ "format": 1,
+ "restore": {
+ "D:\\Benutzer\\germa\\Dokumente\\Visual Studio 2022\\Projects\\GiteaTest\\GiteaTest\\GiteaTest.csproj": {}
+ },
+ "projects": {
+ "D:\\Benutzer\\germa\\Dokumente\\Visual Studio 2022\\Projects\\GiteaTest\\GiteaTest\\GiteaTest.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "D:\\Benutzer\\germa\\Dokumente\\Visual Studio 2022\\Projects\\GiteaTest\\GiteaTest\\GiteaTest.csproj",
+ "projectName": "GiteaTest",
+ "projectPath": "D:\\Benutzer\\germa\\Dokumente\\Visual Studio 2022\\Projects\\GiteaTest\\GiteaTest\\GiteaTest.csproj",
+ "packagesPath": "C:\\Users\\germa\\.nuget\\packages\\",
+ "outputPath": "D:\\Benutzer\\germa\\Dokumente\\Visual Studio 2022\\Projects\\GiteaTest\\GiteaTest\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Users\\germa\\AppData\\Roaming\\Godot\\mono\\GodotNuGetFallbackFolder",
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages",
+ "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\germa\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Users\\germa\\AppData\\Roaming\\NuGet\\config\\Godot.Offline.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "all"
+ },
+ "SdkAnalysisLevel": "9.0.100"
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.100/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/GiteaTest/obj/GiteaTest.csproj.nuget.g.props b/GiteaTest/obj/GiteaTest.csproj.nuget.g.props
new file mode 100644
index 0000000..5cba9ec
--- /dev/null
+++ b/GiteaTest/obj/GiteaTest.csproj.nuget.g.props
@@ -0,0 +1,18 @@
+
+
+
+ True
+ NuGet
+ $(MSBuildThisFileDirectory)project.assets.json
+ $(UserProfile)\.nuget\packages\
+ C:\Users\germa\.nuget\packages\;C:\Users\germa\AppData\Roaming\Godot\mono\GodotNuGetFallbackFolder;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages;C:\Program Files\dotnet\sdk\NuGetFallbackFolder
+ PackageReference
+ 6.12.1
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GiteaTest/obj/GiteaTest.csproj.nuget.g.targets b/GiteaTest/obj/GiteaTest.csproj.nuget.g.targets
new file mode 100644
index 0000000..3dc06ef
--- /dev/null
+++ b/GiteaTest/obj/GiteaTest.csproj.nuget.g.targets
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/GiteaTest/obj/project.assets.json b/GiteaTest/obj/project.assets.json
new file mode 100644
index 0000000..4736409
--- /dev/null
+++ b/GiteaTest/obj/project.assets.json
@@ -0,0 +1,85 @@
+{
+ "version": 3,
+ "targets": {
+ "net8.0": {}
+ },
+ "libraries": {},
+ "projectFileDependencyGroups": {
+ "net8.0": []
+ },
+ "packageFolders": {
+ "C:\\Users\\germa\\.nuget\\packages\\": {},
+ "C:\\Users\\germa\\AppData\\Roaming\\Godot\\mono\\GodotNuGetFallbackFolder": {},
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {},
+ "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder": {}
+ },
+ "project": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "D:\\Benutzer\\germa\\Dokumente\\Visual Studio 2022\\Projects\\GiteaTest\\GiteaTest\\GiteaTest.csproj",
+ "projectName": "GiteaTest",
+ "projectPath": "D:\\Benutzer\\germa\\Dokumente\\Visual Studio 2022\\Projects\\GiteaTest\\GiteaTest\\GiteaTest.csproj",
+ "packagesPath": "C:\\Users\\germa\\.nuget\\packages\\",
+ "outputPath": "D:\\Benutzer\\germa\\Dokumente\\Visual Studio 2022\\Projects\\GiteaTest\\GiteaTest\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Users\\germa\\AppData\\Roaming\\Godot\\mono\\GodotNuGetFallbackFolder",
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages",
+ "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\germa\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Users\\germa\\AppData\\Roaming\\NuGet\\config\\Godot.Offline.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "all"
+ },
+ "SdkAnalysisLevel": "9.0.100"
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.100/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/GiteaTest/obj/project.nuget.cache b/GiteaTest/obj/project.nuget.cache
new file mode 100644
index 0000000..b5ad573
--- /dev/null
+++ b/GiteaTest/obj/project.nuget.cache
@@ -0,0 +1,8 @@
+{
+ "version": 2,
+ "dgSpecHash": "ytfexTyfeMI=",
+ "success": true,
+ "projectFilePath": "D:\\Benutzer\\germa\\Dokumente\\Visual Studio 2022\\Projects\\GiteaTest\\GiteaTest\\GiteaTest.csproj",
+ "expectedPackageFiles": [],
+ "logs": []
+}
\ No newline at end of file