added comment

This commit is contained in:
idkWhatUserNameToUse
2023-03-31 21:14:55 +03:00
parent 61760443a5
commit 96dd638e66
61 changed files with 566 additions and 0 deletions

View File

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

View File

@@ -0,0 +1,23 @@
//------------------------------------------------------------------------------
// <auto-generated>
// Этот код создан программой.
// Исполняемая версия:4.0.30319.42000
//
// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
// повторной генерации кода.
// </auto-generated>
//------------------------------------------------------------------------------
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.

View File

@@ -0,0 +1 @@
f103c45865919b2ce71484d25773a1e4feb28593

View File

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

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

View File

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

Binary file not shown.

View File

@@ -0,0 +1 @@
c82b06597ea12e7674ab45d0c227ef86ae0a5f1e

Binary file not shown.

View File

@@ -0,0 +1 @@
obj\Debug\net6.0\\_IsIncrementalBuild

Binary file not shown.

Binary file not shown.

Binary file not shown.