diff --git a/CSHARP/CSHARP.csproj b/CSHARP/CSHARP.csproj new file mode 100644 index 0000000..fd4bd08 --- /dev/null +++ b/CSHARP/CSHARP.csproj @@ -0,0 +1,10 @@ + + + + Exe + net9.0 + enable + enable + + + diff --git a/CSHARP/Program.cs b/CSHARP/Program.cs new file mode 100644 index 0000000..3751555 --- /dev/null +++ b/CSHARP/Program.cs @@ -0,0 +1,2 @@ +// See https://aka.ms/new-console-template for more information +Console.WriteLine("Hello, World!"); diff --git a/CSHARP/bin/Debug/net9.0/CSHARP.deps.json b/CSHARP/bin/Debug/net9.0/CSHARP.deps.json new file mode 100644 index 0000000..0e14af5 --- /dev/null +++ b/CSHARP/bin/Debug/net9.0/CSHARP.deps.json @@ -0,0 +1,23 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v9.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v9.0": { + "CSHARP/1.0.0": { + "runtime": { + "CSHARP.dll": {} + } + } + } + }, + "libraries": { + "CSHARP/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/CSHARP/bin/Debug/net9.0/CSHARP.dll b/CSHARP/bin/Debug/net9.0/CSHARP.dll new file mode 100644 index 0000000..0a603d3 Binary files /dev/null and b/CSHARP/bin/Debug/net9.0/CSHARP.dll differ diff --git a/CSHARP/bin/Debug/net9.0/CSHARP.exe b/CSHARP/bin/Debug/net9.0/CSHARP.exe new file mode 100644 index 0000000..9aa9715 Binary files /dev/null and b/CSHARP/bin/Debug/net9.0/CSHARP.exe differ diff --git a/CSHARP/bin/Debug/net9.0/CSHARP.pdb b/CSHARP/bin/Debug/net9.0/CSHARP.pdb new file mode 100644 index 0000000..1f5138e Binary files /dev/null and b/CSHARP/bin/Debug/net9.0/CSHARP.pdb differ diff --git a/CSHARP/bin/Debug/net9.0/CSHARP.runtimeconfig.json b/CSHARP/bin/Debug/net9.0/CSHARP.runtimeconfig.json new file mode 100644 index 0000000..b19c3c8 --- /dev/null +++ b/CSHARP/bin/Debug/net9.0/CSHARP.runtimeconfig.json @@ -0,0 +1,12 @@ +{ + "runtimeOptions": { + "tfm": "net9.0", + "framework": { + "name": "Microsoft.NETCore.App", + "version": "9.0.0" + }, + "configProperties": { + "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false + } + } +} \ No newline at end of file diff --git a/CSHARP/obj/CSHARP.csproj.nuget.dgspec.json b/CSHARP/obj/CSHARP.csproj.nuget.dgspec.json new file mode 100644 index 0000000..c5fd1d1 --- /dev/null +++ b/CSHARP/obj/CSHARP.csproj.nuget.dgspec.json @@ -0,0 +1,67 @@ +{ + "format": 1, + "restore": { + "c:\\Users\\user\\Desktop\\git\\gitea\\dev\\CSHARP\\CSHARP.csproj": {} + }, + "projects": { + "c:\\Users\\user\\Desktop\\git\\gitea\\dev\\CSHARP\\CSHARP.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "c:\\Users\\user\\Desktop\\git\\gitea\\dev\\CSHARP\\CSHARP.csproj", + "projectName": "CSHARP", + "projectPath": "c:\\Users\\user\\Desktop\\git\\gitea\\dev\\CSHARP\\CSHARP.csproj", + "packagesPath": "C:\\Users\\user\\.nuget\\packages\\", + "outputPath": "c:\\Users\\user\\Desktop\\git\\gitea\\dev\\CSHARP\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\user\\AppData\\Roaming\\NuGet\\NuGet.Config" + ], + "originalTargetFrameworks": [ + "net9.0" + ], + "sources": { + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + }, + "SdkAnalysisLevel": "9.0.300" + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.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.300/PortableRuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/CSHARP/obj/CSHARP.csproj.nuget.g.props b/CSHARP/obj/CSHARP.csproj.nuget.g.props new file mode 100644 index 0000000..8aa5d5c --- /dev/null +++ b/CSHARP/obj/CSHARP.csproj.nuget.g.props @@ -0,0 +1,15 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\user\.nuget\packages\ + PackageReference + 6.14.0 + + + + + \ No newline at end of file diff --git a/CSHARP/obj/CSHARP.csproj.nuget.g.targets b/CSHARP/obj/CSHARP.csproj.nuget.g.targets new file mode 100644 index 0000000..3dc06ef --- /dev/null +++ b/CSHARP/obj/CSHARP.csproj.nuget.g.targets @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/CSHARP/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs b/CSHARP/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs new file mode 100644 index 0000000..feda5e9 --- /dev/null +++ b/CSHARP/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v9.0", FrameworkDisplayName = ".NET 9.0")] diff --git a/CSHARP/obj/Debug/net9.0/CSHARP.AssemblyInfo.cs b/CSHARP/obj/Debug/net9.0/CSHARP.AssemblyInfo.cs new file mode 100644 index 0000000..81f065c --- /dev/null +++ b/CSHARP/obj/Debug/net9.0/CSHARP.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("CSHARP")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+1ef1d62c3a9c3077e29f4e156e22b80e92847ef4")] +[assembly: System.Reflection.AssemblyProductAttribute("CSHARP")] +[assembly: System.Reflection.AssemblyTitleAttribute("CSHARP")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/CSHARP/obj/Debug/net9.0/CSHARP.AssemblyInfoInputs.cache b/CSHARP/obj/Debug/net9.0/CSHARP.AssemblyInfoInputs.cache new file mode 100644 index 0000000..6b6de06 --- /dev/null +++ b/CSHARP/obj/Debug/net9.0/CSHARP.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +6e9ea961cae0202d9c7081a3587e76307679ac9dc2e08dd54313d847a48bcf66 diff --git a/CSHARP/obj/Debug/net9.0/CSHARP.GeneratedMSBuildEditorConfig.editorconfig b/CSHARP/obj/Debug/net9.0/CSHARP.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..a05b45b --- /dev/null +++ b/CSHARP/obj/Debug/net9.0/CSHARP.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,15 @@ +is_global = true +build_property.TargetFramework = net9.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 = CSHARP +build_property.ProjectDir = c:\Users\user\Desktop\git\gitea\dev\CSHARP\ +build_property.EnableComHosting = +build_property.EnableGeneratedComInterfaceComImportInterop = +build_property.EffectiveAnalysisLevelStyle = 9.0 +build_property.EnableCodeStyleSeverity = diff --git a/CSHARP/obj/Debug/net9.0/CSHARP.GlobalUsings.g.cs b/CSHARP/obj/Debug/net9.0/CSHARP.GlobalUsings.g.cs new file mode 100644 index 0000000..8578f3d --- /dev/null +++ b/CSHARP/obj/Debug/net9.0/CSHARP.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/CSHARP/obj/Debug/net9.0/CSHARP.assets.cache b/CSHARP/obj/Debug/net9.0/CSHARP.assets.cache new file mode 100644 index 0000000..8f095e2 Binary files /dev/null and b/CSHARP/obj/Debug/net9.0/CSHARP.assets.cache differ diff --git a/CSHARP/obj/Debug/net9.0/CSHARP.csproj.CoreCompileInputs.cache b/CSHARP/obj/Debug/net9.0/CSHARP.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..a3c9239 --- /dev/null +++ b/CSHARP/obj/Debug/net9.0/CSHARP.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +b62856bda0fc902847f0b7e241b9ac5972c123b9dd21095a8893fa6681244f69 diff --git a/CSHARP/obj/Debug/net9.0/CSHARP.csproj.FileListAbsolute.txt b/CSHARP/obj/Debug/net9.0/CSHARP.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..1f6fbb0 --- /dev/null +++ b/CSHARP/obj/Debug/net9.0/CSHARP.csproj.FileListAbsolute.txt @@ -0,0 +1,14 @@ +c:\Users\user\Desktop\git\gitea\dev\CSHARP\bin\Debug\net9.0\CSHARP.exe +c:\Users\user\Desktop\git\gitea\dev\CSHARP\bin\Debug\net9.0\CSHARP.deps.json +c:\Users\user\Desktop\git\gitea\dev\CSHARP\bin\Debug\net9.0\CSHARP.runtimeconfig.json +c:\Users\user\Desktop\git\gitea\dev\CSHARP\bin\Debug\net9.0\CSHARP.dll +c:\Users\user\Desktop\git\gitea\dev\CSHARP\bin\Debug\net9.0\CSHARP.pdb +c:\Users\user\Desktop\git\gitea\dev\CSHARP\obj\Debug\net9.0\CSHARP.GeneratedMSBuildEditorConfig.editorconfig +c:\Users\user\Desktop\git\gitea\dev\CSHARP\obj\Debug\net9.0\CSHARP.AssemblyInfoInputs.cache +c:\Users\user\Desktop\git\gitea\dev\CSHARP\obj\Debug\net9.0\CSHARP.AssemblyInfo.cs +c:\Users\user\Desktop\git\gitea\dev\CSHARP\obj\Debug\net9.0\CSHARP.csproj.CoreCompileInputs.cache +c:\Users\user\Desktop\git\gitea\dev\CSHARP\obj\Debug\net9.0\CSHARP.dll +c:\Users\user\Desktop\git\gitea\dev\CSHARP\obj\Debug\net9.0\refint\CSHARP.dll +c:\Users\user\Desktop\git\gitea\dev\CSHARP\obj\Debug\net9.0\CSHARP.pdb +c:\Users\user\Desktop\git\gitea\dev\CSHARP\obj\Debug\net9.0\CSHARP.genruntimeconfig.cache +c:\Users\user\Desktop\git\gitea\dev\CSHARP\obj\Debug\net9.0\ref\CSHARP.dll diff --git a/CSHARP/obj/Debug/net9.0/CSHARP.dll b/CSHARP/obj/Debug/net9.0/CSHARP.dll new file mode 100644 index 0000000..0a603d3 Binary files /dev/null and b/CSHARP/obj/Debug/net9.0/CSHARP.dll differ diff --git a/CSHARP/obj/Debug/net9.0/CSHARP.genruntimeconfig.cache b/CSHARP/obj/Debug/net9.0/CSHARP.genruntimeconfig.cache new file mode 100644 index 0000000..719e2ad --- /dev/null +++ b/CSHARP/obj/Debug/net9.0/CSHARP.genruntimeconfig.cache @@ -0,0 +1 @@ +a3bc34b74b754593ef89b2c29aac9a3ffe2f10e122c68a131fbbbdf1953586c3 diff --git a/CSHARP/obj/Debug/net9.0/CSHARP.pdb b/CSHARP/obj/Debug/net9.0/CSHARP.pdb new file mode 100644 index 0000000..1f5138e Binary files /dev/null and b/CSHARP/obj/Debug/net9.0/CSHARP.pdb differ diff --git a/CSHARP/obj/Debug/net9.0/apphost.exe b/CSHARP/obj/Debug/net9.0/apphost.exe new file mode 100644 index 0000000..9aa9715 Binary files /dev/null and b/CSHARP/obj/Debug/net9.0/apphost.exe differ diff --git a/CSHARP/obj/Debug/net9.0/ref/CSHARP.dll b/CSHARP/obj/Debug/net9.0/ref/CSHARP.dll new file mode 100644 index 0000000..3703a8e Binary files /dev/null and b/CSHARP/obj/Debug/net9.0/ref/CSHARP.dll differ diff --git a/CSHARP/obj/Debug/net9.0/refint/CSHARP.dll b/CSHARP/obj/Debug/net9.0/refint/CSHARP.dll new file mode 100644 index 0000000..3703a8e Binary files /dev/null and b/CSHARP/obj/Debug/net9.0/refint/CSHARP.dll differ diff --git a/CSHARP/obj/project.assets.json b/CSHARP/obj/project.assets.json new file mode 100644 index 0000000..3eb8e1b --- /dev/null +++ b/CSHARP/obj/project.assets.json @@ -0,0 +1,72 @@ +{ + "version": 3, + "targets": { + "net9.0": {} + }, + "libraries": {}, + "projectFileDependencyGroups": { + "net9.0": [] + }, + "packageFolders": { + "C:\\Users\\user\\.nuget\\packages\\": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\user\\Desktop\\git\\gitea\\dev\\CSHARP\\CSHARP.csproj", + "projectName": "CSHARP", + "projectPath": "C:\\Users\\user\\Desktop\\git\\gitea\\dev\\CSHARP\\CSHARP.csproj", + "packagesPath": "C:\\Users\\user\\.nuget\\packages\\", + "outputPath": "C:\\Users\\user\\Desktop\\git\\gitea\\dev\\CSHARP\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\user\\AppData\\Roaming\\NuGet\\NuGet.Config" + ], + "originalTargetFrameworks": [ + "net9.0" + ], + "sources": { + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + }, + "restoreAuditProperties": { + "enableAudit": "true", + "auditLevel": "low", + "auditMode": "direct" + }, + "SdkAnalysisLevel": "9.0.300" + }, + "frameworks": { + "net9.0": { + "targetAlias": "net9.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.300/PortableRuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/CSHARP/obj/project.nuget.cache b/CSHARP/obj/project.nuget.cache new file mode 100644 index 0000000..9bf6617 --- /dev/null +++ b/CSHARP/obj/project.nuget.cache @@ -0,0 +1,8 @@ +{ + "version": 2, + "dgSpecHash": "RDEzmUi+Jk0=", + "success": true, + "projectFilePath": "c:\\Users\\user\\Desktop\\git\\gitea\\dev\\CSHARP\\CSHARP.csproj", + "expectedPackageFiles": [], + "logs": [] +} \ No newline at end of file diff --git a/PYTHON/main.py b/PYTHON/main.py new file mode 100644 index 0000000..71f06aa --- /dev/null +++ b/PYTHON/main.py @@ -0,0 +1 @@ +print("hello!") \ No newline at end of file diff --git a/Python/code.py b/Python/code.py deleted file mode 100644 index e69de29..0000000 diff --git a/dev.sln b/dev.sln new file mode 100644 index 0000000..22e8020 --- /dev/null +++ b/dev.sln @@ -0,0 +1,24 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.5.2.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSHARP", "CSHARP\CSHARP.csproj", "{CF022C7B-CAF3-706D-67E1-FB93518229B7}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {CF022C7B-CAF3-706D-67E1-FB93518229B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {CF022C7B-CAF3-706D-67E1-FB93518229B7}.Debug|Any CPU.Build.0 = Debug|Any CPU + {CF022C7B-CAF3-706D-67E1-FB93518229B7}.Release|Any CPU.ActiveCfg = Release|Any CPU + {CF022C7B-CAF3-706D-67E1-FB93518229B7}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {76FBB0C6-8B4A-407C-A928-AAC1485B9A09} + EndGlobalSection +EndGlobal diff --git a/dev.txt b/dev.txt deleted file mode 100644 index aab983c..0000000 --- a/dev.txt +++ /dev/null @@ -1,2 +0,0 @@ -first commit -second commit \ No newline at end of file