Создал проекты под c# и py

This commit is contained in:
deadzilla 2026-04-14 22:21:27 +05:00
parent 1ef1d62c3a
commit 2a090f3890
30 changed files with 302 additions and 2 deletions

10
CSHARP/CSHARP.csproj Normal file
View File

@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>

2
CSHARP/Program.cs Normal file
View File

@ -0,0 +1,2 @@
// See https://aka.ms/new-console-template for more information
Console.WriteLine("Hello, World!");

View File

@ -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": ""
}
}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,12 @@
{
"runtimeOptions": {
"tfm": "net9.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "9.0.0"
},
"configProperties": {
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}

View File

@ -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"
}
}
}
}
}

View File

@ -0,0 +1,15 @@
<?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\user\.nuget\packages\</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.14.0</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\user\.nuget\packages\" />
</ItemGroup>
</Project>

View File

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />

View File

@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v9.0", FrameworkDisplayName = ".NET 9.0")]

View File

@ -0,0 +1,22 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
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.

View File

@ -0,0 +1 @@
6e9ea961cae0202d9c7081a3587e76307679ac9dc2e08dd54313d847a48bcf66

View File

@ -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 =

View File

@ -0,0 +1,8 @@
// <auto-generated/>
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;

Binary file not shown.

View File

@ -0,0 +1 @@
b62856bda0fc902847f0b7e241b9ac5972c123b9dd21095a8893fa6681244f69

View File

@ -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

Binary file not shown.

View File

@ -0,0 +1 @@
a3bc34b74b754593ef89b2c29aac9a3ffe2f10e122c68a131fbbbdf1953586c3

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -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"
}
}
}
}

View File

@ -0,0 +1,8 @@
{
"version": 2,
"dgSpecHash": "RDEzmUi+Jk0=",
"success": true,
"projectFilePath": "c:\\Users\\user\\Desktop\\git\\gitea\\dev\\CSHARP\\CSHARP.csproj",
"expectedPackageFiles": [],
"logs": []
}

1
PYTHON/main.py Normal file
View File

@ -0,0 +1 @@
print("hello!")

View File

24
dev.sln Normal file
View File

@ -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

View File

@ -1,2 +0,0 @@
first commit
second commit