commit 8c1eef3053669554627a95a42c33ff835f12b04e Author: NB-PBS2H23ALU\bib Date: Fri May 24 11:17:43 2024 +0200 init diff --git a/ConsoleApp1/.vs/ConsoleApp1/v17/.futdcache.v2 b/ConsoleApp1/.vs/ConsoleApp1/v17/.futdcache.v2 new file mode 100644 index 0000000..8fa9282 Binary files /dev/null and b/ConsoleApp1/.vs/ConsoleApp1/v17/.futdcache.v2 differ diff --git a/ConsoleApp1/.vs/ConsoleApp1/v17/.suo b/ConsoleApp1/.vs/ConsoleApp1/v17/.suo new file mode 100644 index 0000000..f0fd72a Binary files /dev/null and b/ConsoleApp1/.vs/ConsoleApp1/v17/.suo differ diff --git a/ConsoleApp1/.vs/ConsoleApp1/v17/DocumentLayout.json b/ConsoleApp1/.vs/ConsoleApp1/v17/DocumentLayout.json new file mode 100644 index 0000000..d4b253a --- /dev/null +++ b/ConsoleApp1/.vs/ConsoleApp1/v17/DocumentLayout.json @@ -0,0 +1,37 @@ +{ + "Version": 1, + "WorkspaceRootPath": "C:\\PMC_Projekt\\ConsoleApp1\\", + "Documents": [ + { + "AbsoluteMoniker": "D:0:0:{FF4EC97E-082D-4BE1-9F5A-99BFCF13FA06}|ConsoleApp1.csproj|c:\\pmc_projekt\\consoleapp1\\program.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", + "RelativeMoniker": "D:0:0:{FF4EC97E-082D-4BE1-9F5A-99BFCF13FA06}|ConsoleApp1.csproj|solutionrelative:program.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" + } + ], + "DocumentGroupContainers": [ + { + "Orientation": 0, + "VerticalTabListWidth": 256, + "DocumentGroups": [ + { + "DockedWidth": 200, + "SelectedChildIndex": 0, + "Children": [ + { + "$type": "Document", + "DocumentIndex": 0, + "Title": "Program.cs", + "DocumentMoniker": "C:\\PMC_Projekt\\ConsoleApp1\\Program.cs", + "RelativeDocumentMoniker": "Program.cs", + "ToolTip": "C:\\PMC_Projekt\\ConsoleApp1\\Program.cs", + "RelativeToolTip": "Program.cs", + "ViewState": "AQIAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", + "WhenOpened": "2024-05-24T09:13:07.399Z", + "EditorCaption": "" + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/ConsoleApp1/.vs/ProjectEvaluation/consoleapp1.metadata.v7.bin b/ConsoleApp1/.vs/ProjectEvaluation/consoleapp1.metadata.v7.bin new file mode 100644 index 0000000..2419b0b Binary files /dev/null and b/ConsoleApp1/.vs/ProjectEvaluation/consoleapp1.metadata.v7.bin differ diff --git a/ConsoleApp1/.vs/ProjectEvaluation/consoleapp1.projects.v7.bin b/ConsoleApp1/.vs/ProjectEvaluation/consoleapp1.projects.v7.bin new file mode 100644 index 0000000..9a7e16e Binary files /dev/null and b/ConsoleApp1/.vs/ProjectEvaluation/consoleapp1.projects.v7.bin differ diff --git a/ConsoleApp1/ConsoleApp1.csproj b/ConsoleApp1/ConsoleApp1.csproj new file mode 100644 index 0000000..2150e37 --- /dev/null +++ b/ConsoleApp1/ConsoleApp1.csproj @@ -0,0 +1,10 @@ + + + + Exe + net8.0 + enable + enable + + + diff --git a/ConsoleApp1/ConsoleApp1.sln b/ConsoleApp1/ConsoleApp1.sln new file mode 100644 index 0000000..f968155 --- /dev/null +++ b/ConsoleApp1/ConsoleApp1.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.9.34728.123 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleApp1", "ConsoleApp1.csproj", "{FF4EC97E-082D-4BE1-9F5A-99BFCF13FA06}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {FF4EC97E-082D-4BE1-9F5A-99BFCF13FA06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FF4EC97E-082D-4BE1-9F5A-99BFCF13FA06}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FF4EC97E-082D-4BE1-9F5A-99BFCF13FA06}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FF4EC97E-082D-4BE1-9F5A-99BFCF13FA06}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {C0B02B29-A85F-4FF0-9A1C-EA2F388276FD} + EndGlobalSection +EndGlobal diff --git a/ConsoleApp1/Program.cs b/ConsoleApp1/Program.cs new file mode 100644 index 0000000..39fa642 --- /dev/null +++ b/ConsoleApp1/Program.cs @@ -0,0 +1,10 @@ +namespace ConsoleApp1 +{ + internal class Program + { + static void Main(string[] args) + { + Console.WriteLine("Hello, World!"); + } + } +} diff --git a/ConsoleApp1/obj/ConsoleApp1.csproj.nuget.dgspec.json b/ConsoleApp1/obj/ConsoleApp1.csproj.nuget.dgspec.json new file mode 100644 index 0000000..54c996a --- /dev/null +++ b/ConsoleApp1/obj/ConsoleApp1.csproj.nuget.dgspec.json @@ -0,0 +1,67 @@ +{ + "format": 1, + "restore": { + "C:\\PMC_Projekt\\ConsoleApp1\\ConsoleApp1.csproj": {} + }, + "projects": { + "C:\\PMC_Projekt\\ConsoleApp1\\ConsoleApp1.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\PMC_Projekt\\ConsoleApp1\\ConsoleApp1.csproj", + "projectName": "ConsoleApp1", + "projectPath": "C:\\PMC_Projekt\\ConsoleApp1\\ConsoleApp1.csproj", + "packagesPath": "C:\\Users\\bib\\.nuget\\packages\\", + "outputPath": "C:\\PMC_Projekt\\ConsoleApp1\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\bib\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net8.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {} + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + } + }, + "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\\8.0.204/PortableRuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/ConsoleApp1/obj/ConsoleApp1.csproj.nuget.g.props b/ConsoleApp1/obj/ConsoleApp1.csproj.nuget.g.props new file mode 100644 index 0000000..d65bb24 --- /dev/null +++ b/ConsoleApp1/obj/ConsoleApp1.csproj.nuget.g.props @@ -0,0 +1,15 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\bib\.nuget\packages\ + PackageReference + 6.9.2 + + + + + \ No newline at end of file diff --git a/ConsoleApp1/obj/ConsoleApp1.csproj.nuget.g.targets b/ConsoleApp1/obj/ConsoleApp1.csproj.nuget.g.targets new file mode 100644 index 0000000..3dc06ef --- /dev/null +++ b/ConsoleApp1/obj/ConsoleApp1.csproj.nuget.g.targets @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/ConsoleApp1/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/ConsoleApp1/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs new file mode 100644 index 0000000..2217181 --- /dev/null +++ b/ConsoleApp1/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/ConsoleApp1/obj/Debug/net8.0/ConsoleApp1.AssemblyInfo.cs b/ConsoleApp1/obj/Debug/net8.0/ConsoleApp1.AssemblyInfo.cs new file mode 100644 index 0000000..68ffa41 --- /dev/null +++ b/ConsoleApp1/obj/Debug/net8.0/ConsoleApp1.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("ConsoleApp1")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("ConsoleApp1")] +[assembly: System.Reflection.AssemblyTitleAttribute("ConsoleApp1")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Von der MSBuild WriteCodeFragment-Klasse generiert. + diff --git a/ConsoleApp1/obj/Debug/net8.0/ConsoleApp1.AssemblyInfoInputs.cache b/ConsoleApp1/obj/Debug/net8.0/ConsoleApp1.AssemblyInfoInputs.cache new file mode 100644 index 0000000..81a6c67 --- /dev/null +++ b/ConsoleApp1/obj/Debug/net8.0/ConsoleApp1.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +9b4e1ef5f091261e36ca58379f5aa497ab4a942f19c985f94bfc1a6e372da8c3 diff --git a/ConsoleApp1/obj/Debug/net8.0/ConsoleApp1.GeneratedMSBuildEditorConfig.editorconfig b/ConsoleApp1/obj/Debug/net8.0/ConsoleApp1.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..5910430 --- /dev/null +++ b/ConsoleApp1/obj/Debug/net8.0/ConsoleApp1.GeneratedMSBuildEditorConfig.editorconfig @@ -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 = ConsoleApp1 +build_property.ProjectDir = C:\PMC_Projekt\ConsoleApp1\ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = diff --git a/ConsoleApp1/obj/Debug/net8.0/ConsoleApp1.GlobalUsings.g.cs b/ConsoleApp1/obj/Debug/net8.0/ConsoleApp1.GlobalUsings.g.cs new file mode 100644 index 0000000..8578f3d --- /dev/null +++ b/ConsoleApp1/obj/Debug/net8.0/ConsoleApp1.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/ConsoleApp1/obj/Debug/net8.0/ConsoleApp1.assets.cache b/ConsoleApp1/obj/Debug/net8.0/ConsoleApp1.assets.cache new file mode 100644 index 0000000..37d2413 Binary files /dev/null and b/ConsoleApp1/obj/Debug/net8.0/ConsoleApp1.assets.cache differ diff --git a/ConsoleApp1/obj/project.assets.json b/ConsoleApp1/obj/project.assets.json new file mode 100644 index 0000000..102a54e --- /dev/null +++ b/ConsoleApp1/obj/project.assets.json @@ -0,0 +1,72 @@ +{ + "version": 3, + "targets": { + "net8.0": {} + }, + "libraries": {}, + "projectFileDependencyGroups": { + "net8.0": [] + }, + "packageFolders": { + "C:\\Users\\bib\\.nuget\\packages\\": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\PMC_Projekt\\ConsoleApp1\\ConsoleApp1.csproj", + "projectName": "ConsoleApp1", + "projectPath": "C:\\PMC_Projekt\\ConsoleApp1\\ConsoleApp1.csproj", + "packagesPath": "C:\\Users\\bib\\.nuget\\packages\\", + "outputPath": "C:\\PMC_Projekt\\ConsoleApp1\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\bib\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net8.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {} + }, + "frameworks": { + "net8.0": { + "targetAlias": "net8.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + } + }, + "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\\8.0.204/PortableRuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/ConsoleApp1/obj/project.nuget.cache b/ConsoleApp1/obj/project.nuget.cache new file mode 100644 index 0000000..52e4777 --- /dev/null +++ b/ConsoleApp1/obj/project.nuget.cache @@ -0,0 +1,8 @@ +{ + "version": 2, + "dgSpecHash": "BkduBHSxQDeVuYPmNqRM57SyhUWdW7wiKaCe+ySuKIXocxQYdQWgB4dLIrqYb84VFTvfuW3jpr3fdDxrb2Y/hg==", + "success": true, + "projectFilePath": "C:\\PMC_Projekt\\ConsoleApp1\\ConsoleApp1.csproj", + "expectedPackageFiles": [], + "logs": [] +} \ No newline at end of file