mirror of
https://github.com/celisej567/1.git
synced 2025-12-31 17:49:02 +03:00
Add files via upload
This commit is contained in:
9
1.csproj
Normal file
9
1.csproj
Normal file
@@ -0,0 +1,9 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net5.0</TargetFramework>
|
||||
<RootNamespace>_1</RootNamespace>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
4
1.csproj.user
Normal file
4
1.csproj.user
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup />
|
||||
</Project>
|
||||
27
Program.cs
Normal file
27
Program.cs
Normal file
@@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
23
bin/Debug/net5.0/1.deps.json
Normal file
23
bin/Debug/net5.0/1.deps.json
Normal file
@@ -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": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
bin/Debug/net5.0/1.dll
Normal file
BIN
bin/Debug/net5.0/1.dll
Normal file
Binary file not shown.
BIN
bin/Debug/net5.0/1.exe
Normal file
BIN
bin/Debug/net5.0/1.exe
Normal file
Binary file not shown.
BIN
bin/Debug/net5.0/1.pdb
Normal file
BIN
bin/Debug/net5.0/1.pdb
Normal file
Binary file not shown.
8
bin/Debug/net5.0/1.runtimeconfig.dev.json
Normal file
8
bin/Debug/net5.0/1.runtimeconfig.dev.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"additionalProbingPaths": [
|
||||
"C:\\Users\\celis\\.dotnet\\store\\|arch|\\|tfm|",
|
||||
"C:\\Users\\celis\\.nuget\\packages"
|
||||
]
|
||||
}
|
||||
}
|
||||
9
bin/Debug/net5.0/1.runtimeconfig.json
Normal file
9
bin/Debug/net5.0/1.runtimeconfig.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net5.0",
|
||||
"framework": {
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "5.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
1
bin/Debug/net5.0/fff.bat
Normal file
1
bin/Debug/net5.0/fff.bat
Normal file
@@ -0,0 +1 @@
|
||||
1.exe 2 12 123 1234 geq
|
||||
BIN
bin/Debug/net5.0/ref/1.dll
Normal file
BIN
bin/Debug/net5.0/ref/1.dll
Normal file
Binary file not shown.
62
obj/1.csproj.nuget.dgspec.json
Normal file
62
obj/1.csproj.nuget.dgspec.json
Normal file
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
18
obj/1.csproj.nuget.g.props
Normal file
18
obj/1.csproj.nuget.g.props
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
|
||||
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
|
||||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
|
||||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
|
||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\celis\.nuget\packages\</NuGetPackageFolders>
|
||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.9.1</NuGetToolVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<SourceRoot Include="C:\Users\celis\.nuget\packages\" />
|
||||
</ItemGroup>
|
||||
<PropertyGroup>
|
||||
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
6
obj/1.csproj.nuget.g.targets
Normal file
6
obj/1.csproj.nuget.g.targets
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
23
obj/Debug/net5.0/1.AssemblyInfo.cs
Normal file
23
obj/Debug/net5.0/1.AssemblyInfo.cs
Normal file
@@ -0,0 +1,23 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Этот код создан программой.
|
||||
// Исполняемая версия:4.0.30319.42000
|
||||
//
|
||||
// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
|
||||
// повторной генерации кода.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
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.
|
||||
|
||||
1
obj/Debug/net5.0/1.AssemblyInfoInputs.cache
Normal file
1
obj/Debug/net5.0/1.AssemblyInfoInputs.cache
Normal file
@@ -0,0 +1 @@
|
||||
ac4f8c4cf7e8e10230312adcd0d9df91bfc721e4
|
||||
@@ -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
|
||||
BIN
obj/Debug/net5.0/1.assets.cache
Normal file
BIN
obj/Debug/net5.0/1.assets.cache
Normal file
Binary file not shown.
1
obj/Debug/net5.0/1.csproj.CoreCompileInputs.cache
Normal file
1
obj/Debug/net5.0/1.csproj.CoreCompileInputs.cache
Normal file
@@ -0,0 +1 @@
|
||||
e6519d6e51dcc7f9150561463d2dd672823bbf13
|
||||
16
obj/Debug/net5.0/1.csproj.FileListAbsolute.txt
Normal file
16
obj/Debug/net5.0/1.csproj.FileListAbsolute.txt
Normal file
@@ -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
|
||||
BIN
obj/Debug/net5.0/1.csprojAssemblyReference.cache
Normal file
BIN
obj/Debug/net5.0/1.csprojAssemblyReference.cache
Normal file
Binary file not shown.
BIN
obj/Debug/net5.0/1.dll
Normal file
BIN
obj/Debug/net5.0/1.dll
Normal file
Binary file not shown.
1
obj/Debug/net5.0/1.genruntimeconfig.cache
Normal file
1
obj/Debug/net5.0/1.genruntimeconfig.cache
Normal file
@@ -0,0 +1 @@
|
||||
a34e293d84c28913f8c91ba27e50f2223ef4d230
|
||||
BIN
obj/Debug/net5.0/1.pdb
Normal file
BIN
obj/Debug/net5.0/1.pdb
Normal file
Binary file not shown.
BIN
obj/Debug/net5.0/apphost.exe
Normal file
BIN
obj/Debug/net5.0/apphost.exe
Normal file
Binary file not shown.
BIN
obj/Debug/net5.0/ref/1.dll
Normal file
BIN
obj/Debug/net5.0/ref/1.dll
Normal file
Binary file not shown.
67
obj/project.assets.json
Normal file
67
obj/project.assets.json
Normal file
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
8
obj/project.nuget.cache
Normal file
8
obj/project.nuget.cache
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"version": 2,
|
||||
"dgSpecHash": "dm+2u9cigx2matrvZyDFhMu1Eo2Db9AV7+kXHLqI5uxUqYDxpTFBm+FQwAC5J1MHHXgEV2gMjFO93e0+kcJo1Q==",
|
||||
"success": true,
|
||||
"projectFilePath": "F:\\C#\\1\\1\\1.csproj",
|
||||
"expectedPackageFiles": [],
|
||||
"logs": []
|
||||
}
|
||||
Reference in New Issue
Block a user