From cba210dc7654004559bbefa010a52b8fde18e1a9 Mon Sep 17 00:00:00 2001 From: WojoMax Date: Tue, 26 Nov 2024 13:48:13 +0100 Subject: [PATCH] xd --- .gitea/{ => workflows}/ci.yml | 0 Program.cs | 2 +- lab7.sln | 25 ++++++++++++++++++ ...CoreApp,Version=v8.0.AssemblyAttributes.cs | 4 +++ obj/Debug/net8.0/lab7.AssemblyInfo.cs | 22 +++++++++++++++ .../net8.0/lab7.AssemblyInfoInputs.cache | 1 + ....GeneratedMSBuildEditorConfig.editorconfig | 13 +++++++++ obj/Debug/net8.0/lab7.GlobalUsings.g.cs | 8 ++++++ obj/Debug/net8.0/lab7.assets.cache | Bin 0 -> 227 bytes obj/lab7.csproj.nuget.dgspec.json | 10 +++---- obj/project.assets.json | 6 ++--- obj/project.nuget.cache | 4 +-- 12 files changed, 84 insertions(+), 11 deletions(-) rename .gitea/{ => workflows}/ci.yml (100%) create mode 100644 lab7.sln create mode 100644 obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs create mode 100644 obj/Debug/net8.0/lab7.AssemblyInfo.cs create mode 100644 obj/Debug/net8.0/lab7.AssemblyInfoInputs.cache create mode 100644 obj/Debug/net8.0/lab7.GeneratedMSBuildEditorConfig.editorconfig create mode 100644 obj/Debug/net8.0/lab7.GlobalUsings.g.cs create mode 100644 obj/Debug/net8.0/lab7.assets.cache diff --git a/.gitea/ci.yml b/.gitea/workflows/ci.yml similarity index 100% rename from .gitea/ci.yml rename to .gitea/workflows/ci.yml diff --git a/Program.cs b/Program.cs index 3751555..fa1ab52 100644 --- a/Program.cs +++ b/Program.cs @@ -1,2 +1,2 @@ // See https://aka.ms/new-console-template for more information -Console.WriteLine("Hello, World!"); +Console.WriteLine("Hello, Worldxdd!"); diff --git a/lab7.sln b/lab7.sln new file mode 100644 index 0000000..41977d8 --- /dev/null +++ b/lab7.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.5.002.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "lab7", "lab7.csproj", "{0EF80FA3-6A74-475C-A404-2B82CDEB8E7B}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {0EF80FA3-6A74-475C-A404-2B82CDEB8E7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0EF80FA3-6A74-475C-A404-2B82CDEB8E7B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0EF80FA3-6A74-475C-A404-2B82CDEB8E7B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0EF80FA3-6A74-475C-A404-2B82CDEB8E7B}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {3B24B6BC-B7E7-4972-88A4-512F975022F0} + EndGlobalSection +EndGlobal diff --git a/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs new file mode 100644 index 0000000..2217181 --- /dev/null +++ b/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/obj/Debug/net8.0/lab7.AssemblyInfo.cs b/obj/Debug/net8.0/lab7.AssemblyInfo.cs new file mode 100644 index 0000000..be3636a --- /dev/null +++ b/obj/Debug/net8.0/lab7.AssemblyInfo.cs @@ -0,0 +1,22 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("lab7")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+865df27f0af8e04f94a690ba153616d3f2094ce3")] +[assembly: System.Reflection.AssemblyProductAttribute("lab7")] +[assembly: System.Reflection.AssemblyTitleAttribute("lab7")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/obj/Debug/net8.0/lab7.AssemblyInfoInputs.cache b/obj/Debug/net8.0/lab7.AssemblyInfoInputs.cache new file mode 100644 index 0000000..e251e95 --- /dev/null +++ b/obj/Debug/net8.0/lab7.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +c1644779971b3ac2bc49642db743a9dc193499ba563b436d9cd1b396f3dc1ff7 diff --git a/obj/Debug/net8.0/lab7.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net8.0/lab7.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..9481f9a --- /dev/null +++ b/obj/Debug/net8.0/lab7.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 = lab7 +build_property.ProjectDir = C:\Users\asus\lab7\ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = diff --git a/obj/Debug/net8.0/lab7.GlobalUsings.g.cs b/obj/Debug/net8.0/lab7.GlobalUsings.g.cs new file mode 100644 index 0000000..8578f3d --- /dev/null +++ b/obj/Debug/net8.0/lab7.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/obj/Debug/net8.0/lab7.assets.cache b/obj/Debug/net8.0/lab7.assets.cache new file mode 100644 index 0000000000000000000000000000000000000000..900fa749c876f9e55ebd15c5d3be60333e6c5c6e GIT binary patch literal 227 zcmWIWc6a1qU|^Ue&ai0V3lD+DH4esS9+ut~Pp???EqLmci-DJFxsu{1+y|;57BB%7 z$~jxbgche36~`nNmlnt9<&~zVmc$e!CTAz6rxwS6jB*Dm2`I`>FG|c+aLdd|Emlx9 zvZ$~yQ#G=T@y$#w$}i4OD^Uo`EG|vVQ3x(6P07rU3C>6?N==FJD|JsT34j_#$XNiH C05>!M literal 0 HcmV?d00001 diff --git a/obj/lab7.csproj.nuget.dgspec.json b/obj/lab7.csproj.nuget.dgspec.json index 6e55b6b..1735f77 100644 --- a/obj/lab7.csproj.nuget.dgspec.json +++ b/obj/lab7.csproj.nuget.dgspec.json @@ -1,17 +1,17 @@ { "format": 1, "restore": { - "C:\\Users\\asus\\code\\7chyba\\gites\\lab7\\lab7.csproj": {} + "C:\\Users\\asus\\lab7\\lab7.csproj": {} }, "projects": { - "C:\\Users\\asus\\code\\7chyba\\gites\\lab7\\lab7.csproj": { + "C:\\Users\\asus\\lab7\\lab7.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "C:\\Users\\asus\\code\\7chyba\\gites\\lab7\\lab7.csproj", + "projectUniqueName": "C:\\Users\\asus\\lab7\\lab7.csproj", "projectName": "lab7", - "projectPath": "C:\\Users\\asus\\code\\7chyba\\gites\\lab7\\lab7.csproj", + "projectPath": "C:\\Users\\asus\\lab7\\lab7.csproj", "packagesPath": "C:\\Users\\asus\\.nuget\\packages\\", - "outputPath": "C:\\Users\\asus\\code\\7chyba\\gites\\lab7\\obj\\", + "outputPath": "C:\\Users\\asus\\lab7\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" diff --git a/obj/project.assets.json b/obj/project.assets.json index d43be2c..4d6366a 100644 --- a/obj/project.assets.json +++ b/obj/project.assets.json @@ -14,11 +14,11 @@ "project": { "version": "1.0.0", "restore": { - "projectUniqueName": "C:\\Users\\asus\\code\\7chyba\\gites\\lab7\\lab7.csproj", + "projectUniqueName": "C:\\Users\\asus\\lab7\\lab7.csproj", "projectName": "lab7", - "projectPath": "C:\\Users\\asus\\code\\7chyba\\gites\\lab7\\lab7.csproj", + "projectPath": "C:\\Users\\asus\\lab7\\lab7.csproj", "packagesPath": "C:\\Users\\asus\\.nuget\\packages\\", - "outputPath": "C:\\Users\\asus\\code\\7chyba\\gites\\lab7\\obj\\", + "outputPath": "C:\\Users\\asus\\lab7\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" diff --git a/obj/project.nuget.cache b/obj/project.nuget.cache index a3299f4..82d69f4 100644 --- a/obj/project.nuget.cache +++ b/obj/project.nuget.cache @@ -1,8 +1,8 @@ { "version": 2, - "dgSpecHash": "Fae7K8f713g=", + "dgSpecHash": "3ldDg0Ifm2g=", "success": true, - "projectFilePath": "C:\\Users\\asus\\code\\7chyba\\gites\\lab7\\lab7.csproj", + "projectFilePath": "C:\\Users\\asus\\lab7\\lab7.csproj", "expectedPackageFiles": [], "logs": [] } \ No newline at end of file