This commit is contained in:
2022-09-13 15:08:17 -05:00
parent 50e7440f8c
commit 0982139f64
330 changed files with 2191 additions and 96 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("Lab4_2_CalebFontenot")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("Lab4_2_CalebFontenot")]
[assembly: System.Reflection.AssemblyTitleAttribute("Lab4_2_CalebFontenot")]
[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 @@
9c2b9577f8ab632cd6ba56e5d714dccb9450612f

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 = Lab4_2_CalebFontenot
build_property.ProjectDir = Z:\media\DataEXT4\Documents\ASDV C#\Lab4\Lab4_2_CalebFontenot\

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

View File

@@ -0,0 +1,34 @@
Z:\home\caleb\Documents\ASDV-C-Sharp\Lab4\Lab4_2_CalebFontenot\bin\Debug\net6.0-windows\Lab4_2_CalebFontenot.exe
Z:\home\caleb\Documents\ASDV-C-Sharp\Lab4\Lab4_2_CalebFontenot\bin\Debug\net6.0-windows\Lab4_2_CalebFontenot.deps.json
Z:\home\caleb\Documents\ASDV-C-Sharp\Lab4\Lab4_2_CalebFontenot\bin\Debug\net6.0-windows\Lab4_2_CalebFontenot.runtimeconfig.json
Z:\home\caleb\Documents\ASDV-C-Sharp\Lab4\Lab4_2_CalebFontenot\bin\Debug\net6.0-windows\Lab4_2_CalebFontenot.dll
Z:\home\caleb\Documents\ASDV-C-Sharp\Lab4\Lab4_2_CalebFontenot\bin\Debug\net6.0-windows\Lab4_2_CalebFontenot.pdb
Z:\home\caleb\Documents\ASDV-C-Sharp\Lab4\Lab4_2_CalebFontenot\obj\Debug\net6.0-windows\Lab4_2_CalebFontenot.csproj.AssemblyReference.cache
Z:\home\caleb\Documents\ASDV-C-Sharp\Lab4\Lab4_2_CalebFontenot\obj\Debug\net6.0-windows\Lab4_2_CalebFontenot.Form1.resources
Z:\home\caleb\Documents\ASDV-C-Sharp\Lab4\Lab4_2_CalebFontenot\obj\Debug\net6.0-windows\Lab4_2_CalebFontenot.csproj.GenerateResource.cache
Z:\home\caleb\Documents\ASDV-C-Sharp\Lab4\Lab4_2_CalebFontenot\obj\Debug\net6.0-windows\Lab4_2_CalebFontenot.GeneratedMSBuildEditorConfig.editorconfig
Z:\home\caleb\Documents\ASDV-C-Sharp\Lab4\Lab4_2_CalebFontenot\obj\Debug\net6.0-windows\Lab4_2_CalebFontenot.AssemblyInfoInputs.cache
Z:\home\caleb\Documents\ASDV-C-Sharp\Lab4\Lab4_2_CalebFontenot\obj\Debug\net6.0-windows\Lab4_2_CalebFontenot.AssemblyInfo.cs
Z:\home\caleb\Documents\ASDV-C-Sharp\Lab4\Lab4_2_CalebFontenot\obj\Debug\net6.0-windows\Lab4_2_CalebFontenot.csproj.CoreCompileInputs.cache
Z:\home\caleb\Documents\ASDV-C-Sharp\Lab4\Lab4_2_CalebFontenot\obj\Debug\net6.0-windows\Lab4_2_CalebFontenot.dll
Z:\home\caleb\Documents\ASDV-C-Sharp\Lab4\Lab4_2_CalebFontenot\obj\Debug\net6.0-windows\refint\Lab4_2_CalebFontenot.dll
Z:\home\caleb\Documents\ASDV-C-Sharp\Lab4\Lab4_2_CalebFontenot\obj\Debug\net6.0-windows\Lab4_2_CalebFontenot.pdb
Z:\home\caleb\Documents\ASDV-C-Sharp\Lab4\Lab4_2_CalebFontenot\obj\Debug\net6.0-windows\Lab4_2_CalebFontenot.genruntimeconfig.cache
Z:\home\caleb\Documents\ASDV-C-Sharp\Lab4\Lab4_2_CalebFontenot\obj\Debug\net6.0-windows\ref\Lab4_2_CalebFontenot.dll
Z:\media\DataEXT4\Documents\ASDV C#\Lab4\Lab4_2_CalebFontenot\bin\Debug\net6.0-windows\Lab4_2_CalebFontenot.exe
Z:\media\DataEXT4\Documents\ASDV C#\Lab4\Lab4_2_CalebFontenot\bin\Debug\net6.0-windows\Lab4_2_CalebFontenot.deps.json
Z:\media\DataEXT4\Documents\ASDV C#\Lab4\Lab4_2_CalebFontenot\bin\Debug\net6.0-windows\Lab4_2_CalebFontenot.runtimeconfig.json
Z:\media\DataEXT4\Documents\ASDV C#\Lab4\Lab4_2_CalebFontenot\bin\Debug\net6.0-windows\Lab4_2_CalebFontenot.dll
Z:\media\DataEXT4\Documents\ASDV C#\Lab4\Lab4_2_CalebFontenot\bin\Debug\net6.0-windows\Lab4_2_CalebFontenot.pdb
Z:\media\DataEXT4\Documents\ASDV C#\Lab4\Lab4_2_CalebFontenot\obj\Debug\net6.0-windows\Lab4_2_CalebFontenot.csproj.AssemblyReference.cache
Z:\media\DataEXT4\Documents\ASDV C#\Lab4\Lab4_2_CalebFontenot\obj\Debug\net6.0-windows\Lab4_2_CalebFontenot.Form1.resources
Z:\media\DataEXT4\Documents\ASDV C#\Lab4\Lab4_2_CalebFontenot\obj\Debug\net6.0-windows\Lab4_2_CalebFontenot.csproj.GenerateResource.cache
Z:\media\DataEXT4\Documents\ASDV C#\Lab4\Lab4_2_CalebFontenot\obj\Debug\net6.0-windows\Lab4_2_CalebFontenot.GeneratedMSBuildEditorConfig.editorconfig
Z:\media\DataEXT4\Documents\ASDV C#\Lab4\Lab4_2_CalebFontenot\obj\Debug\net6.0-windows\Lab4_2_CalebFontenot.AssemblyInfoInputs.cache
Z:\media\DataEXT4\Documents\ASDV C#\Lab4\Lab4_2_CalebFontenot\obj\Debug\net6.0-windows\Lab4_2_CalebFontenot.AssemblyInfo.cs
Z:\media\DataEXT4\Documents\ASDV C#\Lab4\Lab4_2_CalebFontenot\obj\Debug\net6.0-windows\Lab4_2_CalebFontenot.csproj.CoreCompileInputs.cache
Z:\media\DataEXT4\Documents\ASDV C#\Lab4\Lab4_2_CalebFontenot\obj\Debug\net6.0-windows\Lab4_2_CalebFontenot.dll
Z:\media\DataEXT4\Documents\ASDV C#\Lab4\Lab4_2_CalebFontenot\obj\Debug\net6.0-windows\refint\Lab4_2_CalebFontenot.dll
Z:\media\DataEXT4\Documents\ASDV C#\Lab4\Lab4_2_CalebFontenot\obj\Debug\net6.0-windows\Lab4_2_CalebFontenot.pdb
Z:\media\DataEXT4\Documents\ASDV C#\Lab4\Lab4_2_CalebFontenot\obj\Debug\net6.0-windows\Lab4_2_CalebFontenot.genruntimeconfig.cache
Z:\media\DataEXT4\Documents\ASDV C#\Lab4\Lab4_2_CalebFontenot\obj\Debug\net6.0-windows\ref\Lab4_2_CalebFontenot.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,23 @@
{
"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",
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
],
"configProperties": {
"Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
}
}
}

View File

@@ -0,0 +1 @@
f383f5d018110e9e8c3160bd889103cdf38849a7