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 = "")]

View File

@@ -0,0 +1,25 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// 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("TestProject")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("TestProject")]
[assembly: System.Reflection.AssemblyTitleAttribute("TestProject")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@@ -0,0 +1 @@
ac7f81f0c6c7af328edde203ec79f5b52b786017

View File

@@ -0,0 +1,16 @@
is_global = true
build_property.ApplicationManifest =
build_property.StartupObject =
build_property.ApplicationDefaultFont =
build_property.ApplicationHighDpiMode =
build_property.ApplicationUseCompatibleTextRendering =
build_property.ApplicationVisualStyles =
build_property.TargetFramework = net6.0-windows
build_property.TargetPlatformMinVersion = 7.0
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = TestProject
build_property.ProjectDir = Z:\media\DataEXT4\Documents\ASDV C#\Testing\TestProject\

View File

@@ -0,0 +1,10 @@
// <auto-generated/>
global using global::System;
global using global::System.Collections.Generic;
global using global::System.Drawing;
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;
global using global::System.Windows.Forms;

View File

@@ -0,0 +1 @@
a798631cce5aa6da8569af8d5fad3ae650187f44

View File

@@ -0,0 +1,17 @@
Z:\media\DataEXT4\Documents\ASDV C#\Testing\TestProject\bin\Debug\net6.0-windows\TestProject.exe
Z:\media\DataEXT4\Documents\ASDV C#\Testing\TestProject\bin\Debug\net6.0-windows\TestProject.deps.json
Z:\media\DataEXT4\Documents\ASDV C#\Testing\TestProject\bin\Debug\net6.0-windows\TestProject.runtimeconfig.json
Z:\media\DataEXT4\Documents\ASDV C#\Testing\TestProject\bin\Debug\net6.0-windows\TestProject.dll
Z:\media\DataEXT4\Documents\ASDV C#\Testing\TestProject\bin\Debug\net6.0-windows\TestProject.pdb
Z:\media\DataEXT4\Documents\ASDV C#\Testing\TestProject\obj\Debug\net6.0-windows\TestProject.csproj.AssemblyReference.cache
Z:\media\DataEXT4\Documents\ASDV C#\Testing\TestProject\obj\Debug\net6.0-windows\TestProject.Form1.resources
Z:\media\DataEXT4\Documents\ASDV C#\Testing\TestProject\obj\Debug\net6.0-windows\TestProject.csproj.GenerateResource.cache
Z:\media\DataEXT4\Documents\ASDV C#\Testing\TestProject\obj\Debug\net6.0-windows\TestProject.GeneratedMSBuildEditorConfig.editorconfig
Z:\media\DataEXT4\Documents\ASDV C#\Testing\TestProject\obj\Debug\net6.0-windows\TestProject.AssemblyInfoInputs.cache
Z:\media\DataEXT4\Documents\ASDV C#\Testing\TestProject\obj\Debug\net6.0-windows\TestProject.AssemblyInfo.cs
Z:\media\DataEXT4\Documents\ASDV C#\Testing\TestProject\obj\Debug\net6.0-windows\TestProject.csproj.CoreCompileInputs.cache
Z:\media\DataEXT4\Documents\ASDV C#\Testing\TestProject\obj\Debug\net6.0-windows\TestProject.dll
Z:\media\DataEXT4\Documents\ASDV C#\Testing\TestProject\obj\Debug\net6.0-windows\refint\TestProject.dll
Z:\media\DataEXT4\Documents\ASDV C#\Testing\TestProject\obj\Debug\net6.0-windows\TestProject.pdb
Z:\media\DataEXT4\Documents\ASDV C#\Testing\TestProject\obj\Debug\net6.0-windows\TestProject.genruntimeconfig.cache
Z:\media\DataEXT4\Documents\ASDV C#\Testing\TestProject\obj\Debug\net6.0-windows\ref\TestProject.dll

View File

@@ -0,0 +1,11 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v6.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v6.0": {}
},
"libraries": {}
}

View File

@@ -0,0 +1,22 @@
{
"runtimeOptions": {
"tfm": "net6.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "6.0.0"
},
{
"name": "Microsoft.WindowsDesktop.App",
"version": "6.0.0"
}
],
"additionalProbingPaths": [
"C:\\Users\\caleb\\.dotnet\\store\\|arch|\\|tfm|",
"C:\\Users\\caleb\\.nuget\\packages"
],
"configProperties": {
"Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
}
}
}

Binary file not shown.

View File

@@ -0,0 +1 @@
acea872532e59d066c9a4458f98b9a29a3d9a3e4

Binary file not shown.

Binary file not shown.