lab5, pt2

This commit is contained in:
2022-10-13 13:03:15 -05:00
parent 886cae5684
commit 97a084391c
163 changed files with 1446 additions and 52 deletions

View File

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

BIN
console/obj/Debug/net6.0/apphost Executable file

Binary file not shown.

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("console")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("console")]
[assembly: System.Reflection.AssemblyTitleAttribute("console")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@@ -0,0 +1 @@
da23444c5a7fa993a9b0a271f7b6651786e7b89c

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 = console
build_property.ProjectDir = /media/DataEXT4/Documents/ASDV C#/console/

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

View File

@@ -0,0 +1,15 @@
/media/DataEXT4/Documents/ASDV C#/console/bin/Debug/net6.0/console
/media/DataEXT4/Documents/ASDV C#/console/bin/Debug/net6.0/console.deps.json
/media/DataEXT4/Documents/ASDV C#/console/bin/Debug/net6.0/console.runtimeconfig.json
/media/DataEXT4/Documents/ASDV C#/console/bin/Debug/net6.0/console.dll
/media/DataEXT4/Documents/ASDV C#/console/bin/Debug/net6.0/ref/console.dll
/media/DataEXT4/Documents/ASDV C#/console/bin/Debug/net6.0/console.pdb
/media/DataEXT4/Documents/ASDV C#/console/obj/Debug/net6.0/console.csproj.AssemblyReference.cache
/media/DataEXT4/Documents/ASDV C#/console/obj/Debug/net6.0/console.GeneratedMSBuildEditorConfig.editorconfig
/media/DataEXT4/Documents/ASDV C#/console/obj/Debug/net6.0/console.AssemblyInfoInputs.cache
/media/DataEXT4/Documents/ASDV C#/console/obj/Debug/net6.0/console.AssemblyInfo.cs
/media/DataEXT4/Documents/ASDV C#/console/obj/Debug/net6.0/console.csproj.CoreCompileInputs.cache
/media/DataEXT4/Documents/ASDV C#/console/obj/Debug/net6.0/console.dll
/media/DataEXT4/Documents/ASDV C#/console/obj/Debug/net6.0/ref/console.dll
/media/DataEXT4/Documents/ASDV C#/console/obj/Debug/net6.0/console.pdb
/media/DataEXT4/Documents/ASDV C#/console/obj/Debug/net6.0/console.genruntimeconfig.cache

Binary file not shown.

View File

@@ -0,0 +1 @@
c59121b387e0f7d4ede6c76d96e5bc080be91ee8

Binary file not shown.

Binary file not shown.