commit 70118fe8e52af34d756dd202b2f08ea17c85eb75 Author: celisej567 <75926135+celisej567@users.noreply.github.com> Date: Tue Jul 6 16:22:15 2021 +0300 Add files via upload diff --git a/1.csproj b/1.csproj new file mode 100644 index 0000000..e27ad90 --- /dev/null +++ b/1.csproj @@ -0,0 +1,9 @@ + + + + Exe + net5.0 + _1 + + + diff --git a/1.csproj.user b/1.csproj.user new file mode 100644 index 0000000..0f14913 --- /dev/null +++ b/1.csproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/Program.cs b/Program.cs new file mode 100644 index 0000000..ebeb1f7 --- /dev/null +++ b/Program.cs @@ -0,0 +1,27 @@ +using System; + +namespace _1 +{ + + public class name + { + public string inc(int hin) + { + return $"{hin}"; + } + } + + class Program + { + static void Main(string[] args) + { + foreach (var inf in args) + { + Console.WriteLine(inf); + } + + //Console.WriteLine("c=="+name_.inc(3)); + Console.ReadLine(); + } + } +} diff --git a/bin/Debug/net5.0/1.deps.json b/bin/Debug/net5.0/1.deps.json new file mode 100644 index 0000000..a970df1 --- /dev/null +++ b/bin/Debug/net5.0/1.deps.json @@ -0,0 +1,23 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v5.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v5.0": { + "1/1.0.0": { + "runtime": { + "1.dll": {} + } + } + } + }, + "libraries": { + "1/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/bin/Debug/net5.0/1.dll b/bin/Debug/net5.0/1.dll new file mode 100644 index 0000000..b0a9f05 Binary files /dev/null and b/bin/Debug/net5.0/1.dll differ diff --git a/bin/Debug/net5.0/1.exe b/bin/Debug/net5.0/1.exe new file mode 100644 index 0000000..b5ce0dc Binary files /dev/null and b/bin/Debug/net5.0/1.exe differ diff --git a/bin/Debug/net5.0/1.pdb b/bin/Debug/net5.0/1.pdb new file mode 100644 index 0000000..8d4586b Binary files /dev/null and b/bin/Debug/net5.0/1.pdb differ diff --git a/bin/Debug/net5.0/1.runtimeconfig.dev.json b/bin/Debug/net5.0/1.runtimeconfig.dev.json new file mode 100644 index 0000000..509aba8 --- /dev/null +++ b/bin/Debug/net5.0/1.runtimeconfig.dev.json @@ -0,0 +1,8 @@ +{ + "runtimeOptions": { + "additionalProbingPaths": [ + "C:\\Users\\celis\\.dotnet\\store\\|arch|\\|tfm|", + "C:\\Users\\celis\\.nuget\\packages" + ] + } +} \ No newline at end of file diff --git a/bin/Debug/net5.0/1.runtimeconfig.json b/bin/Debug/net5.0/1.runtimeconfig.json new file mode 100644 index 0000000..9d0500c --- /dev/null +++ b/bin/Debug/net5.0/1.runtimeconfig.json @@ -0,0 +1,9 @@ +{ + "runtimeOptions": { + "tfm": "net5.0", + "framework": { + "name": "Microsoft.NETCore.App", + "version": "5.0.0" + } + } +} \ No newline at end of file diff --git a/bin/Debug/net5.0/fff.bat b/bin/Debug/net5.0/fff.bat new file mode 100644 index 0000000..3cbf329 --- /dev/null +++ b/bin/Debug/net5.0/fff.bat @@ -0,0 +1 @@ +1.exe 2 12 123 1234 geq \ No newline at end of file diff --git a/bin/Debug/net5.0/ref/1.dll b/bin/Debug/net5.0/ref/1.dll new file mode 100644 index 0000000..0082b77 Binary files /dev/null and b/bin/Debug/net5.0/ref/1.dll differ diff --git a/obj/1.csproj.nuget.dgspec.json b/obj/1.csproj.nuget.dgspec.json new file mode 100644 index 0000000..14aa979 --- /dev/null +++ b/obj/1.csproj.nuget.dgspec.json @@ -0,0 +1,62 @@ +{ + "format": 1, + "restore": { + "F:\\C#\\1\\1\\1.csproj": {} + }, + "projects": { + "F:\\C#\\1\\1\\1.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "F:\\C#\\1\\1\\1.csproj", + "projectName": "1", + "projectPath": "F:\\C#\\1\\1\\1.csproj", + "packagesPath": "C:\\Users\\celis\\.nuget\\packages\\", + "outputPath": "F:\\C#\\1\\1\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\celis\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net5.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net5.0": { + "targetAlias": "net5.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net5.0": { + "targetAlias": "net5.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.203\\RuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/obj/1.csproj.nuget.g.props b/obj/1.csproj.nuget.g.props new file mode 100644 index 0000000..4427b16 --- /dev/null +++ b/obj/1.csproj.nuget.g.props @@ -0,0 +1,18 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\celis\.nuget\packages\ + PackageReference + 5.9.1 + + + + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + \ No newline at end of file diff --git a/obj/1.csproj.nuget.g.targets b/obj/1.csproj.nuget.g.targets new file mode 100644 index 0000000..d212750 --- /dev/null +++ b/obj/1.csproj.nuget.g.targets @@ -0,0 +1,6 @@ + + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + \ No newline at end of file diff --git a/obj/Debug/net5.0/1.AssemblyInfo.cs b/obj/Debug/net5.0/1.AssemblyInfo.cs new file mode 100644 index 0000000..c178713 --- /dev/null +++ b/obj/Debug/net5.0/1.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// Этот код создан программой. +// Исполняемая версия:4.0.30319.42000 +// +// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае +// повторной генерации кода. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("1")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("1")] +[assembly: System.Reflection.AssemblyTitleAttribute("1")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Создано классом WriteCodeFragment MSBuild. + diff --git a/obj/Debug/net5.0/1.AssemblyInfoInputs.cache b/obj/Debug/net5.0/1.AssemblyInfoInputs.cache new file mode 100644 index 0000000..9e4d130 --- /dev/null +++ b/obj/Debug/net5.0/1.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +ac4f8c4cf7e8e10230312adcd0d9df91bfc721e4 diff --git a/obj/Debug/net5.0/1.GeneratedMSBuildEditorConfig.editorconfig b/obj/Debug/net5.0/1.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..b306097 --- /dev/null +++ b/obj/Debug/net5.0/1.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,8 @@ +is_global = true +build_property.TargetFramework = net5.0 +build_property.TargetPlatformMinVersion = +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.PublishSingleFile = +build_property.IncludeAllContentForSelfExtract = +build_property._SupportedPlatformList = Android,iOS,Linux,macOS,Windows diff --git a/obj/Debug/net5.0/1.assets.cache b/obj/Debug/net5.0/1.assets.cache new file mode 100644 index 0000000..84ee6f7 Binary files /dev/null and b/obj/Debug/net5.0/1.assets.cache differ diff --git a/obj/Debug/net5.0/1.csproj.CoreCompileInputs.cache b/obj/Debug/net5.0/1.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..1c52b7b --- /dev/null +++ b/obj/Debug/net5.0/1.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +e6519d6e51dcc7f9150561463d2dd672823bbf13 diff --git a/obj/Debug/net5.0/1.csproj.FileListAbsolute.txt b/obj/Debug/net5.0/1.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..fd10a90 --- /dev/null +++ b/obj/Debug/net5.0/1.csproj.FileListAbsolute.txt @@ -0,0 +1,16 @@ +F:\C#\1\1\bin\Debug\net5.0\1.exe +F:\C#\1\1\bin\Debug\net5.0\1.deps.json +F:\C#\1\1\bin\Debug\net5.0\1.runtimeconfig.json +F:\C#\1\1\bin\Debug\net5.0\1.runtimeconfig.dev.json +F:\C#\1\1\bin\Debug\net5.0\1.dll +F:\C#\1\1\bin\Debug\net5.0\ref\1.dll +F:\C#\1\1\bin\Debug\net5.0\1.pdb +F:\C#\1\1\obj\Debug\net5.0\1.csprojAssemblyReference.cache +F:\C#\1\1\obj\Debug\net5.0\1.GeneratedMSBuildEditorConfig.editorconfig +F:\C#\1\1\obj\Debug\net5.0\1.AssemblyInfoInputs.cache +F:\C#\1\1\obj\Debug\net5.0\1.AssemblyInfo.cs +F:\C#\1\1\obj\Debug\net5.0\1.csproj.CoreCompileInputs.cache +F:\C#\1\1\obj\Debug\net5.0\1.dll +F:\C#\1\1\obj\Debug\net5.0\ref\1.dll +F:\C#\1\1\obj\Debug\net5.0\1.pdb +F:\C#\1\1\obj\Debug\net5.0\1.genruntimeconfig.cache diff --git a/obj/Debug/net5.0/1.csprojAssemblyReference.cache b/obj/Debug/net5.0/1.csprojAssemblyReference.cache new file mode 100644 index 0000000..e45afce Binary files /dev/null and b/obj/Debug/net5.0/1.csprojAssemblyReference.cache differ diff --git a/obj/Debug/net5.0/1.dll b/obj/Debug/net5.0/1.dll new file mode 100644 index 0000000..b0a9f05 Binary files /dev/null and b/obj/Debug/net5.0/1.dll differ diff --git a/obj/Debug/net5.0/1.genruntimeconfig.cache b/obj/Debug/net5.0/1.genruntimeconfig.cache new file mode 100644 index 0000000..72f7606 --- /dev/null +++ b/obj/Debug/net5.0/1.genruntimeconfig.cache @@ -0,0 +1 @@ +a34e293d84c28913f8c91ba27e50f2223ef4d230 diff --git a/obj/Debug/net5.0/1.pdb b/obj/Debug/net5.0/1.pdb new file mode 100644 index 0000000..8d4586b Binary files /dev/null and b/obj/Debug/net5.0/1.pdb differ diff --git a/obj/Debug/net5.0/apphost.exe b/obj/Debug/net5.0/apphost.exe new file mode 100644 index 0000000..b5ce0dc Binary files /dev/null and b/obj/Debug/net5.0/apphost.exe differ diff --git a/obj/Debug/net5.0/ref/1.dll b/obj/Debug/net5.0/ref/1.dll new file mode 100644 index 0000000..0082b77 Binary files /dev/null and b/obj/Debug/net5.0/ref/1.dll differ diff --git a/obj/project.assets.json b/obj/project.assets.json new file mode 100644 index 0000000..d9c2ea4 --- /dev/null +++ b/obj/project.assets.json @@ -0,0 +1,67 @@ +{ + "version": 3, + "targets": { + "net5.0": {} + }, + "libraries": {}, + "projectFileDependencyGroups": { + "net5.0": [] + }, + "packageFolders": { + "C:\\Users\\celis\\.nuget\\packages\\": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "F:\\C#\\1\\1\\1.csproj", + "projectName": "1", + "projectPath": "F:\\C#\\1\\1\\1.csproj", + "packagesPath": "C:\\Users\\celis\\.nuget\\packages\\", + "outputPath": "F:\\C#\\1\\1\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\celis\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net5.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net5.0": { + "targetAlias": "net5.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net5.0": { + "targetAlias": "net5.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.203\\RuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/obj/project.nuget.cache b/obj/project.nuget.cache new file mode 100644 index 0000000..7dcecad --- /dev/null +++ b/obj/project.nuget.cache @@ -0,0 +1,8 @@ +{ + "version": 2, + "dgSpecHash": "dm+2u9cigx2matrvZyDFhMu1Eo2Db9AV7+kXHLqI5uxUqYDxpTFBm+FQwAC5J1MHHXgEV2gMjFO93e0+kcJo1Q==", + "success": true, + "projectFilePath": "F:\\C#\\1\\1\\1.csproj", + "expectedPackageFiles": [], + "logs": [] +} \ No newline at end of file