Добавил файл для конспектирования кода с METANIT

This commit is contained in:
deadzilla 2026-04-27 23:26:23 +05:00
parent 85c2d250c0
commit aa050c247f
8 changed files with 34 additions and 10 deletions

0
CSHARP/Lessons.md Normal file
View File

View File

@ -1,17 +1,17 @@
{
"format": 1,
"restore": {
"c:\\Users\\user\\Desktop\\git\\gitea\\dev\\CSHARP\\CSHARP.csproj": {}
"C:\\Users\\user\\Desktop\\git\\gitea\\dev\\CSHARP\\CSHARP.csproj": {}
},
"projects": {
"c:\\Users\\user\\Desktop\\git\\gitea\\dev\\CSHARP\\CSHARP.csproj": {
"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",
"projectUniqueName": "C:\\Users\\user\\Desktop\\git\\gitea\\dev\\CSHARP\\CSHARP.csproj",
"projectName": "CSHARP",
"projectPath": "c:\\Users\\user\\Desktop\\git\\gitea\\dev\\CSHARP\\CSHARP.csproj",
"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\\",
"outputPath": "C:\\Users\\user\\Desktop\\git\\gitea\\dev\\CSHARP\\obj\\",
"projectStyle": "PackageReference",
"configFilePaths": [
"C:\\Users\\user\\AppData\\Roaming\\NuGet\\NuGet.Config"

View File

@ -13,7 +13,7 @@ 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.AssemblyInformationalVersionAttribute("1.0.0+85c2d250c01f4ee1c62a217cda019d8b45da2f44")]
[assembly: System.Reflection.AssemblyProductAttribute("CSHARP")]
[assembly: System.Reflection.AssemblyTitleAttribute("CSHARP")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

View File

@ -1 +1 @@
6e9ea961cae0202d9c7081a3587e76307679ac9dc2e08dd54313d847a48bcf66
3de7edf971a36d8f480ea014734f387790fab06fc009fabab9562c2e90fac240

View File

@ -8,7 +8,7 @@ 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.ProjectDir = C:\Users\user\Desktop\git\gitea\dev\CSHARP\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.EffectiveAnalysisLevelStyle = 9.0

View File

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

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 = {C4417B32-E9AE-4286-8B5D-0C522F93F6C9}
EndGlobalSection
EndGlobal