diff --git a/.vs/OOP_IO-2x_2023/FileContentIndex/48e9b5d8-137f-482f-b7b7-1f5d93b20812.vsidx b/.vs/OOP_IO-2x_2023/FileContentIndex/48e9b5d8-137f-482f-b7b7-1f5d93b20812.vsidx new file mode 100644 index 0000000..2ec2743 Binary files /dev/null and b/.vs/OOP_IO-2x_2023/FileContentIndex/48e9b5d8-137f-482f-b7b7-1f5d93b20812.vsidx differ diff --git a/.vs/OOP_IO-2x_2023/FileContentIndex/9f58b7b0-c261-4207-968d-66c8f421bac5.vsidx b/.vs/OOP_IO-2x_2023/FileContentIndex/9f58b7b0-c261-4207-968d-66c8f421bac5.vsidx new file mode 100644 index 0000000..081445a Binary files /dev/null and b/.vs/OOP_IO-2x_2023/FileContentIndex/9f58b7b0-c261-4207-968d-66c8f421bac5.vsidx differ diff --git a/.vs/OOP_IO-2x_2023/FileContentIndex/read.lock b/.vs/OOP_IO-2x_2023/FileContentIndex/read.lock new file mode 100644 index 0000000..e69de29 diff --git a/.vs/OOP_IO-2x_2023/v17/.suo b/.vs/OOP_IO-2x_2023/v17/.suo new file mode 100644 index 0000000..fa25005 Binary files /dev/null and b/.vs/OOP_IO-2x_2023/v17/.suo differ diff --git a/.vs/ProjectSettings.json b/.vs/ProjectSettings.json new file mode 100644 index 0000000..f8b4888 --- /dev/null +++ b/.vs/ProjectSettings.json @@ -0,0 +1,3 @@ +{ + "CurrentProjectSetting": null +} \ No newline at end of file diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json new file mode 100644 index 0000000..6b61141 --- /dev/null +++ b/.vs/VSWorkspaceState.json @@ -0,0 +1,6 @@ +{ + "ExpandedNodes": [ + "" + ], + "PreviewInSolutionExplorer": false +} \ No newline at end of file diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite new file mode 100644 index 0000000..c46520d Binary files /dev/null and b/.vs/slnx.sqlite differ diff --git a/Lab2/.vs/Lab2/FileContentIndex/6bd87a32-211e-4980-be97-b5d46dc7a34f.vsidx b/Lab2/.vs/Lab2/FileContentIndex/6bd87a32-211e-4980-be97-b5d46dc7a34f.vsidx new file mode 100644 index 0000000..e0affec Binary files /dev/null and b/Lab2/.vs/Lab2/FileContentIndex/6bd87a32-211e-4980-be97-b5d46dc7a34f.vsidx differ diff --git a/Lab2/.vs/Lab2/FileContentIndex/read.lock b/Lab2/.vs/Lab2/FileContentIndex/read.lock new file mode 100644 index 0000000..e69de29 diff --git a/Lab2/.vs/Lab2/v17/.suo b/Lab2/.vs/Lab2/v17/.suo new file mode 100644 index 0000000..b00cec2 Binary files /dev/null and b/Lab2/.vs/Lab2/v17/.suo differ diff --git a/Lab2/Lab2.csproj b/Lab2/Lab2.csproj new file mode 100644 index 0000000..74abf5c --- /dev/null +++ b/Lab2/Lab2.csproj @@ -0,0 +1,10 @@ + + + + Exe + net6.0 + enable + enable + + + diff --git a/Lab2/Lab2.csproj.user b/Lab2/Lab2.csproj.user new file mode 100644 index 0000000..7fa2ebb --- /dev/null +++ b/Lab2/Lab2.csproj.user @@ -0,0 +1,9 @@ + + + + ProjectDebugger + + + Lab2 + + \ No newline at end of file diff --git a/Lab2/Lab2.sln b/Lab2/Lab2.sln new file mode 100644 index 0000000..2995295 --- /dev/null +++ b/Lab2/Lab2.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.3.32901.215 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lab2", "Lab2.csproj", "{671CBA15-F424-4925-8094-181FC6DF7C46}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {671CBA15-F424-4925-8094-181FC6DF7C46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {671CBA15-F424-4925-8094-181FC6DF7C46}.Debug|Any CPU.Build.0 = Debug|Any CPU + {671CBA15-F424-4925-8094-181FC6DF7C46}.Release|Any CPU.ActiveCfg = Release|Any CPU + {671CBA15-F424-4925-8094-181FC6DF7C46}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {ECB9CAE7-34F2-4F3D-B932-69B6D032219E} + EndGlobalSection +EndGlobal diff --git a/Lab2/bin/Debug/net6.0/Lab2.deps.json b/Lab2/bin/Debug/net6.0/Lab2.deps.json new file mode 100644 index 0000000..e7a3fc3 --- /dev/null +++ b/Lab2/bin/Debug/net6.0/Lab2.deps.json @@ -0,0 +1,23 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v6.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v6.0": { + "Lab2/1.0.0": { + "runtime": { + "Lab2.dll": {} + } + } + } + }, + "libraries": { + "Lab2/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/Lab2/bin/Debug/net6.0/Lab2.dll b/Lab2/bin/Debug/net6.0/Lab2.dll new file mode 100644 index 0000000..1ffd7ae Binary files /dev/null and b/Lab2/bin/Debug/net6.0/Lab2.dll differ diff --git a/Lab2/bin/Debug/net6.0/Lab2.exe b/Lab2/bin/Debug/net6.0/Lab2.exe new file mode 100644 index 0000000..f5fe76f Binary files /dev/null and b/Lab2/bin/Debug/net6.0/Lab2.exe differ diff --git a/Lab2/bin/Debug/net6.0/Lab2.pdb b/Lab2/bin/Debug/net6.0/Lab2.pdb new file mode 100644 index 0000000..88dd903 Binary files /dev/null and b/Lab2/bin/Debug/net6.0/Lab2.pdb differ diff --git a/Lab2/bin/Debug/net6.0/Lab2.runtimeconfig.json b/Lab2/bin/Debug/net6.0/Lab2.runtimeconfig.json new file mode 100644 index 0000000..4986d16 --- /dev/null +++ b/Lab2/bin/Debug/net6.0/Lab2.runtimeconfig.json @@ -0,0 +1,9 @@ +{ + "runtimeOptions": { + "tfm": "net6.0", + "framework": { + "name": "Microsoft.NETCore.App", + "version": "6.0.0" + } + } +} \ No newline at end of file diff --git a/Lab2/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/Lab2/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs new file mode 100644 index 0000000..36203c7 --- /dev/null +++ b/Lab2/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] diff --git a/Lab2/obj/Debug/net6.0/Lab2.AssemblyInfo.cs b/Lab2/obj/Debug/net6.0/Lab2.AssemblyInfo.cs new file mode 100644 index 0000000..7a01ebf --- /dev/null +++ b/Lab2/obj/Debug/net6.0/Lab2.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// Этот код создан программой. +// Исполняемая версия:4.0.30319.42000 +// +// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае +// повторной генерации кода. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("Lab2")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("Lab2")] +[assembly: System.Reflection.AssemblyTitleAttribute("Lab2")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Создано классом WriteCodeFragment MSBuild. + diff --git a/Lab2/obj/Debug/net6.0/Lab2.AssemblyInfoInputs.cache b/Lab2/obj/Debug/net6.0/Lab2.AssemblyInfoInputs.cache new file mode 100644 index 0000000..ee4593d --- /dev/null +++ b/Lab2/obj/Debug/net6.0/Lab2.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +f103c45865919b2ce71484d25773a1e4feb28593 diff --git a/Lab2/obj/Debug/net6.0/Lab2.GeneratedMSBuildEditorConfig.editorconfig b/Lab2/obj/Debug/net6.0/Lab2.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..e43f19b --- /dev/null +++ b/Lab2/obj/Debug/net6.0/Lab2.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,10 @@ +is_global = true +build_property.TargetFramework = net6.0 +build_property.TargetPlatformMinVersion = +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = Lab2 +build_property.ProjectDir = C:\Users\user\source\repos\OOP_IO-2x_2023\Lab2\ diff --git a/Lab2/obj/Debug/net6.0/Lab2.GlobalUsings.g.cs b/Lab2/obj/Debug/net6.0/Lab2.GlobalUsings.g.cs new file mode 100644 index 0000000..8578f3d --- /dev/null +++ b/Lab2/obj/Debug/net6.0/Lab2.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/Lab2/obj/Debug/net6.0/Lab2.assets.cache b/Lab2/obj/Debug/net6.0/Lab2.assets.cache new file mode 100644 index 0000000..24badbd Binary files /dev/null and b/Lab2/obj/Debug/net6.0/Lab2.assets.cache differ diff --git a/Lab2/obj/Debug/net6.0/Lab2.csproj.AssemblyReference.cache b/Lab2/obj/Debug/net6.0/Lab2.csproj.AssemblyReference.cache new file mode 100644 index 0000000..ec826b7 Binary files /dev/null and b/Lab2/obj/Debug/net6.0/Lab2.csproj.AssemblyReference.cache differ diff --git a/Lab2/obj/Debug/net6.0/Lab2.csproj.BuildWithSkipAnalyzers b/Lab2/obj/Debug/net6.0/Lab2.csproj.BuildWithSkipAnalyzers new file mode 100644 index 0000000..e69de29 diff --git a/Lab2/obj/Debug/net6.0/Lab2.csproj.CoreCompileInputs.cache b/Lab2/obj/Debug/net6.0/Lab2.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..65097e3 --- /dev/null +++ b/Lab2/obj/Debug/net6.0/Lab2.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +b135670a2e8c2c1bd8c8758bb6a078f74d38096b diff --git a/Lab2/obj/Debug/net6.0/Lab2.csproj.FileListAbsolute.txt b/Lab2/obj/Debug/net6.0/Lab2.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..da0a8df --- /dev/null +++ b/Lab2/obj/Debug/net6.0/Lab2.csproj.FileListAbsolute.txt @@ -0,0 +1,15 @@ +C:\Users\user\source\repos\OOP_IO-2x_2023\Lab2\bin\Debug\net6.0\Lab2.exe +C:\Users\user\source\repos\OOP_IO-2x_2023\Lab2\bin\Debug\net6.0\Lab2.deps.json +C:\Users\user\source\repos\OOP_IO-2x_2023\Lab2\bin\Debug\net6.0\Lab2.runtimeconfig.json +C:\Users\user\source\repos\OOP_IO-2x_2023\Lab2\bin\Debug\net6.0\Lab2.dll +C:\Users\user\source\repos\OOP_IO-2x_2023\Lab2\bin\Debug\net6.0\Lab2.pdb +C:\Users\user\source\repos\OOP_IO-2x_2023\Lab2\obj\Debug\net6.0\Lab2.csproj.AssemblyReference.cache +C:\Users\user\source\repos\OOP_IO-2x_2023\Lab2\obj\Debug\net6.0\Lab2.GeneratedMSBuildEditorConfig.editorconfig +C:\Users\user\source\repos\OOP_IO-2x_2023\Lab2\obj\Debug\net6.0\Lab2.AssemblyInfoInputs.cache +C:\Users\user\source\repos\OOP_IO-2x_2023\Lab2\obj\Debug\net6.0\Lab2.AssemblyInfo.cs +C:\Users\user\source\repos\OOP_IO-2x_2023\Lab2\obj\Debug\net6.0\Lab2.csproj.CoreCompileInputs.cache +C:\Users\user\source\repos\OOP_IO-2x_2023\Lab2\obj\Debug\net6.0\Lab2.dll +C:\Users\user\source\repos\OOP_IO-2x_2023\Lab2\obj\Debug\net6.0\refint\Lab2.dll +C:\Users\user\source\repos\OOP_IO-2x_2023\Lab2\obj\Debug\net6.0\Lab2.pdb +C:\Users\user\source\repos\OOP_IO-2x_2023\Lab2\obj\Debug\net6.0\Lab2.genruntimeconfig.cache +C:\Users\user\source\repos\OOP_IO-2x_2023\Lab2\obj\Debug\net6.0\ref\Lab2.dll diff --git a/Lab2/obj/Debug/net6.0/Lab2.dll b/Lab2/obj/Debug/net6.0/Lab2.dll new file mode 100644 index 0000000..1ffd7ae Binary files /dev/null and b/Lab2/obj/Debug/net6.0/Lab2.dll differ diff --git a/Lab2/obj/Debug/net6.0/Lab2.genruntimeconfig.cache b/Lab2/obj/Debug/net6.0/Lab2.genruntimeconfig.cache new file mode 100644 index 0000000..9fa9324 --- /dev/null +++ b/Lab2/obj/Debug/net6.0/Lab2.genruntimeconfig.cache @@ -0,0 +1 @@ +c82b06597ea12e7674ab45d0c227ef86ae0a5f1e diff --git a/Lab2/obj/Debug/net6.0/Lab2.pdb b/Lab2/obj/Debug/net6.0/Lab2.pdb new file mode 100644 index 0000000..88dd903 Binary files /dev/null and b/Lab2/obj/Debug/net6.0/Lab2.pdb differ diff --git a/Lab2/obj/Debug/net6.0/_IsIncrementalBuild b/Lab2/obj/Debug/net6.0/_IsIncrementalBuild new file mode 100644 index 0000000..9735daa --- /dev/null +++ b/Lab2/obj/Debug/net6.0/_IsIncrementalBuild @@ -0,0 +1 @@ +obj\Debug\net6.0\\_IsIncrementalBuild diff --git a/Lab2/obj/Debug/net6.0/apphost.exe b/Lab2/obj/Debug/net6.0/apphost.exe new file mode 100644 index 0000000..f5fe76f Binary files /dev/null and b/Lab2/obj/Debug/net6.0/apphost.exe differ diff --git a/Lab2/obj/Debug/net6.0/ref/Lab2.dll b/Lab2/obj/Debug/net6.0/ref/Lab2.dll new file mode 100644 index 0000000..5729715 Binary files /dev/null and b/Lab2/obj/Debug/net6.0/ref/Lab2.dll differ diff --git a/Lab2/obj/Debug/net6.0/refint/Lab2.dll b/Lab2/obj/Debug/net6.0/refint/Lab2.dll new file mode 100644 index 0000000..5729715 Binary files /dev/null and b/Lab2/obj/Debug/net6.0/refint/Lab2.dll differ diff --git a/Lab2/obj/Lab2.csproj.nuget.dgspec.json b/Lab2/obj/Lab2.csproj.nuget.dgspec.json new file mode 100644 index 0000000..67d27f7 --- /dev/null +++ b/Lab2/obj/Lab2.csproj.nuget.dgspec.json @@ -0,0 +1,68 @@ +{ + "format": 1, + "restore": { + "C:\\Users\\user\\source\\repos\\OOP_IO-2x_2023\\Lab2\\Lab2.csproj": {} + }, + "projects": { + "C:\\Users\\user\\source\\repos\\OOP_IO-2x_2023\\Lab2\\Lab2.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\user\\source\\repos\\OOP_IO-2x_2023\\Lab2\\Lab2.csproj", + "projectName": "Lab2", + "projectPath": "C:\\Users\\user\\source\\repos\\OOP_IO-2x_2023\\Lab2\\Lab2.csproj", + "packagesPath": "C:\\Users\\user\\.nuget\\packages\\", + "outputPath": "C:\\Users\\user\\source\\repos\\OOP_IO-2x_2023\\Lab2\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\user\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net6.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.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\\6.0.401\\RuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/Lab2/obj/Lab2.csproj.nuget.g.props b/Lab2/obj/Lab2.csproj.nuget.g.props new file mode 100644 index 0000000..87ebdf5 --- /dev/null +++ b/Lab2/obj/Lab2.csproj.nuget.g.props @@ -0,0 +1,16 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\user\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages + PackageReference + 6.3.0 + + + + + + \ No newline at end of file diff --git a/Lab2/obj/Lab2.csproj.nuget.g.targets b/Lab2/obj/Lab2.csproj.nuget.g.targets new file mode 100644 index 0000000..3dc06ef --- /dev/null +++ b/Lab2/obj/Lab2.csproj.nuget.g.targets @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/Lab2/obj/project.assets.json b/Lab2/obj/project.assets.json new file mode 100644 index 0000000..98d1275 --- /dev/null +++ b/Lab2/obj/project.assets.json @@ -0,0 +1,74 @@ +{ + "version": 3, + "targets": { + "net6.0": {} + }, + "libraries": {}, + "projectFileDependencyGroups": { + "net6.0": [] + }, + "packageFolders": { + "C:\\Users\\user\\.nuget\\packages\\": {}, + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\user\\source\\repos\\OOP_IO-2x_2023\\Lab2\\Lab2.csproj", + "projectName": "Lab2", + "projectPath": "C:\\Users\\user\\source\\repos\\OOP_IO-2x_2023\\Lab2\\Lab2.csproj", + "packagesPath": "C:\\Users\\user\\.nuget\\packages\\", + "outputPath": "C:\\Users\\user\\source\\repos\\OOP_IO-2x_2023\\Lab2\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\user\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net6.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.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\\6.0.401\\RuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/Lab2/obj/project.nuget.cache b/Lab2/obj/project.nuget.cache new file mode 100644 index 0000000..d688854 --- /dev/null +++ b/Lab2/obj/project.nuget.cache @@ -0,0 +1,8 @@ +{ + "version": 2, + "dgSpecHash": "zT2pVk9bJ0T7enAVjL7PR872R8qIr2yaAAnG70hpGeCl9+77XdypaFtB79ENsTWwMDnWw9tuaYvZuw899x11Cw==", + "success": true, + "projectFilePath": "C:\\Users\\user\\source\\repos\\OOP_IO-2x_2023\\Lab2\\Lab2.csproj", + "expectedPackageFiles": [], + "logs": [] +} \ No newline at end of file diff --git a/lab1_with_extracted_method/.vs/ProjectEvaluation/lab1_with_extracted_method.metadata.v5.1 b/lab1_with_extracted_method/.vs/ProjectEvaluation/lab1_with_extracted_method.metadata.v5.1 new file mode 100644 index 0000000..86f3f22 Binary files /dev/null and b/lab1_with_extracted_method/.vs/ProjectEvaluation/lab1_with_extracted_method.metadata.v5.1 differ diff --git a/lab1_with_extracted_method/.vs/ProjectEvaluation/lab1_with_extracted_method.projects.v5.1 b/lab1_with_extracted_method/.vs/ProjectEvaluation/lab1_with_extracted_method.projects.v5.1 new file mode 100644 index 0000000..acfd1a9 Binary files /dev/null and b/lab1_with_extracted_method/.vs/ProjectEvaluation/lab1_with_extracted_method.projects.v5.1 differ diff --git a/lab1_with_extracted_method/.vs/lab1_with_extracted_method/DesignTimeBuild/.dtbcache.v2 b/lab1_with_extracted_method/.vs/lab1_with_extracted_method/DesignTimeBuild/.dtbcache.v2 new file mode 100644 index 0000000..0069389 Binary files /dev/null and b/lab1_with_extracted_method/.vs/lab1_with_extracted_method/DesignTimeBuild/.dtbcache.v2 differ diff --git a/lab1_with_extracted_method/.vs/lab1_with_extracted_method/FileContentIndex/39248887-6af1-468c-abcf-31c66b6dacd9.vsidx b/lab1_with_extracted_method/.vs/lab1_with_extracted_method/FileContentIndex/39248887-6af1-468c-abcf-31c66b6dacd9.vsidx new file mode 100644 index 0000000..0824311 Binary files /dev/null and b/lab1_with_extracted_method/.vs/lab1_with_extracted_method/FileContentIndex/39248887-6af1-468c-abcf-31c66b6dacd9.vsidx differ diff --git a/lab1_with_extracted_method/.vs/lab1_with_extracted_method/FileContentIndex/read.lock b/lab1_with_extracted_method/.vs/lab1_with_extracted_method/FileContentIndex/read.lock new file mode 100644 index 0000000..e69de29 diff --git a/lab1_with_extracted_method/.vs/lab1_with_extracted_method/v17/.futdcache.v2 b/lab1_with_extracted_method/.vs/lab1_with_extracted_method/v17/.futdcache.v2 new file mode 100644 index 0000000..f936746 Binary files /dev/null and b/lab1_with_extracted_method/.vs/lab1_with_extracted_method/v17/.futdcache.v2 differ diff --git a/lab1_with_extracted_method/.vs/lab1_with_extracted_method/v17/.suo b/lab1_with_extracted_method/.vs/lab1_with_extracted_method/v17/.suo new file mode 100644 index 0000000..f44f15a Binary files /dev/null and b/lab1_with_extracted_method/.vs/lab1_with_extracted_method/v17/.suo differ diff --git a/lab1_with_extracted_method/lab1_with_extracted_method.csproj b/lab1_with_extracted_method/lab1_with_extracted_method.csproj new file mode 100644 index 0000000..74abf5c --- /dev/null +++ b/lab1_with_extracted_method/lab1_with_extracted_method.csproj @@ -0,0 +1,10 @@ + + + + Exe + net6.0 + enable + enable + + + diff --git a/lab1_with_extracted_method/lab1_with_extracted_method.sln b/lab1_with_extracted_method/lab1_with_extracted_method.sln new file mode 100644 index 0000000..20a2fdf --- /dev/null +++ b/lab1_with_extracted_method/lab1_with_extracted_method.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.3.32901.215 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "lab1_with_extracted_method", "lab1_with_extracted_method.csproj", "{24A496CD-EC4E-4EBB-AD75-5C0C0EFDC4D8}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {24A496CD-EC4E-4EBB-AD75-5C0C0EFDC4D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {24A496CD-EC4E-4EBB-AD75-5C0C0EFDC4D8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {24A496CD-EC4E-4EBB-AD75-5C0C0EFDC4D8}.Release|Any CPU.ActiveCfg = Release|Any CPU + {24A496CD-EC4E-4EBB-AD75-5C0C0EFDC4D8}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {BB8782D1-9F42-4685-8447-6B8E6181678C} + EndGlobalSection +EndGlobal diff --git a/lab1_with_extracted_method/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/lab1_with_extracted_method/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs new file mode 100644 index 0000000..36203c7 --- /dev/null +++ b/lab1_with_extracted_method/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] diff --git a/lab1_with_extracted_method/obj/Debug/net6.0/lab1_with_extracted_method.AssemblyInfo.cs b/lab1_with_extracted_method/obj/Debug/net6.0/lab1_with_extracted_method.AssemblyInfo.cs new file mode 100644 index 0000000..a26ed4a --- /dev/null +++ b/lab1_with_extracted_method/obj/Debug/net6.0/lab1_with_extracted_method.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// Этот код создан программой. +// Исполняемая версия:4.0.30319.42000 +// +// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае +// повторной генерации кода. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("lab1_with_extracted_method")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("lab1_with_extracted_method")] +[assembly: System.Reflection.AssemblyTitleAttribute("lab1_with_extracted_method")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Создано классом WriteCodeFragment MSBuild. + diff --git a/lab1_with_extracted_method/obj/Debug/net6.0/lab1_with_extracted_method.AssemblyInfoInputs.cache b/lab1_with_extracted_method/obj/Debug/net6.0/lab1_with_extracted_method.AssemblyInfoInputs.cache new file mode 100644 index 0000000..1efc8e6 --- /dev/null +++ b/lab1_with_extracted_method/obj/Debug/net6.0/lab1_with_extracted_method.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +b0d331248e7cf508f22410bff3fa4c5190b3e6ab diff --git a/lab1_with_extracted_method/obj/Debug/net6.0/lab1_with_extracted_method.GeneratedMSBuildEditorConfig.editorconfig b/lab1_with_extracted_method/obj/Debug/net6.0/lab1_with_extracted_method.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..0d333e3 --- /dev/null +++ b/lab1_with_extracted_method/obj/Debug/net6.0/lab1_with_extracted_method.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,10 @@ +is_global = true +build_property.TargetFramework = net6.0 +build_property.TargetPlatformMinVersion = +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = lab1_with_extracted_method +build_property.ProjectDir = C:\Users\user\source\repos\OOP_IO-2x_2023\lab1_with_extracted_method\ diff --git a/lab1_with_extracted_method/obj/Debug/net6.0/lab1_with_extracted_method.GlobalUsings.g.cs b/lab1_with_extracted_method/obj/Debug/net6.0/lab1_with_extracted_method.GlobalUsings.g.cs new file mode 100644 index 0000000..8578f3d --- /dev/null +++ b/lab1_with_extracted_method/obj/Debug/net6.0/lab1_with_extracted_method.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/lab1_with_extracted_method/obj/Debug/net6.0/lab1_with_extracted_method.assets.cache b/lab1_with_extracted_method/obj/Debug/net6.0/lab1_with_extracted_method.assets.cache new file mode 100644 index 0000000..3668555 Binary files /dev/null and b/lab1_with_extracted_method/obj/Debug/net6.0/lab1_with_extracted_method.assets.cache differ diff --git a/lab1_with_extracted_method/obj/Debug/net6.0/lab1_with_extracted_method.csproj.AssemblyReference.cache b/lab1_with_extracted_method/obj/Debug/net6.0/lab1_with_extracted_method.csproj.AssemblyReference.cache new file mode 100644 index 0000000..ec826b7 Binary files /dev/null and b/lab1_with_extracted_method/obj/Debug/net6.0/lab1_with_extracted_method.csproj.AssemblyReference.cache differ diff --git a/lab1_with_extracted_method/obj/lab1_with_extracted_method.csproj.nuget.dgspec.json b/lab1_with_extracted_method/obj/lab1_with_extracted_method.csproj.nuget.dgspec.json new file mode 100644 index 0000000..438923c --- /dev/null +++ b/lab1_with_extracted_method/obj/lab1_with_extracted_method.csproj.nuget.dgspec.json @@ -0,0 +1,68 @@ +{ + "format": 1, + "restore": { + "C:\\Users\\user\\source\\repos\\OOP_IO-2x_2023\\lab1_with_extracted_method\\lab1_with_extracted_method.csproj": {} + }, + "projects": { + "C:\\Users\\user\\source\\repos\\OOP_IO-2x_2023\\lab1_with_extracted_method\\lab1_with_extracted_method.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\user\\source\\repos\\OOP_IO-2x_2023\\lab1_with_extracted_method\\lab1_with_extracted_method.csproj", + "projectName": "lab1_with_extracted_method", + "projectPath": "C:\\Users\\user\\source\\repos\\OOP_IO-2x_2023\\lab1_with_extracted_method\\lab1_with_extracted_method.csproj", + "packagesPath": "C:\\Users\\user\\.nuget\\packages\\", + "outputPath": "C:\\Users\\user\\source\\repos\\OOP_IO-2x_2023\\lab1_with_extracted_method\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\user\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net6.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.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\\6.0.401\\RuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/lab1_with_extracted_method/obj/lab1_with_extracted_method.csproj.nuget.g.props b/lab1_with_extracted_method/obj/lab1_with_extracted_method.csproj.nuget.g.props new file mode 100644 index 0000000..87ebdf5 --- /dev/null +++ b/lab1_with_extracted_method/obj/lab1_with_extracted_method.csproj.nuget.g.props @@ -0,0 +1,16 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\user\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages + PackageReference + 6.3.0 + + + + + + \ No newline at end of file diff --git a/lab1_with_extracted_method/obj/lab1_with_extracted_method.csproj.nuget.g.targets b/lab1_with_extracted_method/obj/lab1_with_extracted_method.csproj.nuget.g.targets new file mode 100644 index 0000000..3dc06ef --- /dev/null +++ b/lab1_with_extracted_method/obj/lab1_with_extracted_method.csproj.nuget.g.targets @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/lab1_with_extracted_method/obj/project.assets.json b/lab1_with_extracted_method/obj/project.assets.json new file mode 100644 index 0000000..32dfc6f --- /dev/null +++ b/lab1_with_extracted_method/obj/project.assets.json @@ -0,0 +1,74 @@ +{ + "version": 3, + "targets": { + "net6.0": {} + }, + "libraries": {}, + "projectFileDependencyGroups": { + "net6.0": [] + }, + "packageFolders": { + "C:\\Users\\user\\.nuget\\packages\\": {}, + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\user\\source\\repos\\OOP_IO-2x_2023\\lab1_with_extracted_method\\lab1_with_extracted_method.csproj", + "projectName": "lab1_with_extracted_method", + "projectPath": "C:\\Users\\user\\source\\repos\\OOP_IO-2x_2023\\lab1_with_extracted_method\\lab1_with_extracted_method.csproj", + "packagesPath": "C:\\Users\\user\\.nuget\\packages\\", + "outputPath": "C:\\Users\\user\\source\\repos\\OOP_IO-2x_2023\\lab1_with_extracted_method\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\user\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net6.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.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\\6.0.401\\RuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/lab1_with_extracted_method/obj/project.nuget.cache b/lab1_with_extracted_method/obj/project.nuget.cache new file mode 100644 index 0000000..e14e382 --- /dev/null +++ b/lab1_with_extracted_method/obj/project.nuget.cache @@ -0,0 +1,8 @@ +{ + "version": 2, + "dgSpecHash": "VANdgElQYYOqAx91vfx9p1GWZX21FI7KRMpKYjMOBS/jaQDmnFh4D1hrZpo4+AA4DT9ZmEVXEUNcGLuCaXreTA==", + "success": true, + "projectFilePath": "C:\\Users\\user\\source\\repos\\OOP_IO-2x_2023\\lab1_with_extracted_method\\lab1_with_extracted_method.csproj", + "expectedPackageFiles": [], + "logs": [] +} \ No newline at end of file