diff --git a/MP4/RPS_CalebFontenot/RCS_CalebFontenot/bin/Release/Rock Paper Scissors - Caleb Fontenot.zip b/MP4/RPS_CalebFontenot/RCS_CalebFontenot/bin/Release/Rock Paper Scissors - Caleb Fontenot.zip
new file mode 100644
index 0000000..c19a238
Binary files /dev/null and b/MP4/RPS_CalebFontenot/RCS_CalebFontenot/bin/Release/Rock Paper Scissors - Caleb Fontenot.zip differ
diff --git a/lab7_1/Lab7_1_CalebFontenot - Screenshot.pdf b/lab7_1/Lab7_1_CalebFontenot - Screenshot.pdf
new file mode 100644
index 0000000..593844c
Binary files /dev/null and b/lab7_1/Lab7_1_CalebFontenot - Screenshot.pdf differ
diff --git a/lab7_1/lab7_1_CalebFontenot/.vs/ProjectEvaluation/lab7_1_calebfontenot.metadata.v5 b/lab7_1/lab7_1_CalebFontenot/.vs/ProjectEvaluation/lab7_1_calebfontenot.metadata.v5
new file mode 100755
index 0000000..e5dc344
Binary files /dev/null and b/lab7_1/lab7_1_CalebFontenot/.vs/ProjectEvaluation/lab7_1_calebfontenot.metadata.v5 differ
diff --git a/lab7_1/lab7_1_CalebFontenot/.vs/ProjectEvaluation/lab7_1_calebfontenot.projects.v5 b/lab7_1/lab7_1_CalebFontenot/.vs/ProjectEvaluation/lab7_1_calebfontenot.projects.v5
new file mode 100755
index 0000000..437ddb2
Binary files /dev/null and b/lab7_1/lab7_1_CalebFontenot/.vs/ProjectEvaluation/lab7_1_calebfontenot.projects.v5 differ
diff --git a/lab7_1/lab7_1_CalebFontenot/.vs/lab7_1_CalebFontenot/DesignTimeBuild/.dtbcache.v2 b/lab7_1/lab7_1_CalebFontenot/.vs/lab7_1_CalebFontenot/DesignTimeBuild/.dtbcache.v2
new file mode 100755
index 0000000..ec4e7ce
Binary files /dev/null and b/lab7_1/lab7_1_CalebFontenot/.vs/lab7_1_CalebFontenot/DesignTimeBuild/.dtbcache.v2 differ
diff --git a/lab7_1/lab7_1_CalebFontenot/.vs/lab7_1_CalebFontenot/v17/.futdcache.v2 b/lab7_1/lab7_1_CalebFontenot/.vs/lab7_1_CalebFontenot/v17/.futdcache.v2
new file mode 100755
index 0000000..52f41fa
Binary files /dev/null and b/lab7_1/lab7_1_CalebFontenot/.vs/lab7_1_CalebFontenot/v17/.futdcache.v2 differ
diff --git a/lab7_1/lab7_1_CalebFontenot/.vs/lab7_1_CalebFontenot/v17/.suo b/lab7_1/lab7_1_CalebFontenot/.vs/lab7_1_CalebFontenot/v17/.suo
new file mode 100755
index 0000000..a036c57
Binary files /dev/null and b/lab7_1/lab7_1_CalebFontenot/.vs/lab7_1_CalebFontenot/v17/.suo differ
diff --git a/lab7_1/lab7_1_CalebFontenot/Form1.Designer.cs b/lab7_1/lab7_1_CalebFontenot/Form1.Designer.cs
new file mode 100755
index 0000000..d6cb261
--- /dev/null
+++ b/lab7_1/lab7_1_CalebFontenot/Form1.Designer.cs
@@ -0,0 +1,134 @@
+namespace lab7_1_CalebFontenot
+{
+ partial class Form1
+ {
+ ///
+ /// Required designer variable.
+ ///
+ private System.ComponentModel.IContainer components = null;
+
+ ///
+ /// Clean up any resources being used.
+ ///
+ /// true if managed resources should be disposed; otherwise, false.
+ protected override void Dispose(bool disposing)
+ {
+ if (disposing && (components != null))
+ {
+ components.Dispose();
+ }
+ base.Dispose(disposing);
+ }
+
+ #region Windows Form Designer generated code
+
+ ///
+ /// Required method for Designer support - do not modify
+ /// the contents of this method with the code editor.
+ ///
+ private void InitializeComponent()
+ {
+ this.firstLabel = new System.Windows.Forms.TextBox();
+ this.secondLabel = new System.Windows.Forms.TextBox();
+ this.thirdLabel = new System.Windows.Forms.TextBox();
+ this.fourthLabel = new System.Windows.Forms.TextBox();
+ this.fithLabel = new System.Windows.Forms.TextBox();
+ this.generateButton = new System.Windows.Forms.Button();
+ this.exitButton = new System.Windows.Forms.Button();
+ this.SuspendLayout();
+ //
+ // firstLabel
+ //
+ this.firstLabel.Location = new System.Drawing.Point(12, 12);
+ this.firstLabel.Name = "firstLabel";
+ this.firstLabel.ReadOnly = true;
+ this.firstLabel.Size = new System.Drawing.Size(61, 23);
+ this.firstLabel.TabIndex = 0;
+ this.firstLabel.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
+ //
+ // secondLabel
+ //
+ this.secondLabel.Location = new System.Drawing.Point(79, 12);
+ this.secondLabel.Name = "secondLabel";
+ this.secondLabel.ReadOnly = true;
+ this.secondLabel.Size = new System.Drawing.Size(61, 23);
+ this.secondLabel.TabIndex = 1;
+ this.secondLabel.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
+ //
+ // thirdLabel
+ //
+ this.thirdLabel.Location = new System.Drawing.Point(146, 12);
+ this.thirdLabel.Name = "thirdLabel";
+ this.thirdLabel.ReadOnly = true;
+ this.thirdLabel.Size = new System.Drawing.Size(61, 23);
+ this.thirdLabel.TabIndex = 2;
+ this.thirdLabel.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
+ //
+ // fourthLabel
+ //
+ this.fourthLabel.Location = new System.Drawing.Point(213, 12);
+ this.fourthLabel.Name = "fourthLabel";
+ this.fourthLabel.ReadOnly = true;
+ this.fourthLabel.Size = new System.Drawing.Size(61, 23);
+ this.fourthLabel.TabIndex = 3;
+ this.fourthLabel.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
+ //
+ // fithLabel
+ //
+ this.fithLabel.Location = new System.Drawing.Point(280, 12);
+ this.fithLabel.Name = "fithLabel";
+ this.fithLabel.ReadOnly = true;
+ this.fithLabel.Size = new System.Drawing.Size(61, 23);
+ this.fithLabel.TabIndex = 4;
+ this.fithLabel.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
+ //
+ // generateButton
+ //
+ this.generateButton.Location = new System.Drawing.Point(97, 41);
+ this.generateButton.Name = "generateButton";
+ this.generateButton.Size = new System.Drawing.Size(75, 49);
+ this.generateButton.TabIndex = 5;
+ this.generateButton.Text = "Generate Numbers";
+ this.generateButton.UseVisualStyleBackColor = true;
+ this.generateButton.Click += new System.EventHandler(this.generateButton_Click);
+ //
+ // exitButton
+ //
+ this.exitButton.Location = new System.Drawing.Point(178, 41);
+ this.exitButton.Name = "exitButton";
+ this.exitButton.Size = new System.Drawing.Size(75, 49);
+ this.exitButton.TabIndex = 6;
+ this.exitButton.Text = "Exit";
+ this.exitButton.UseVisualStyleBackColor = true;
+ this.exitButton.Click += new System.EventHandler(this.exitButton_Click);
+ //
+ // Form1
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.ClientSize = new System.Drawing.Size(351, 102);
+ this.Controls.Add(this.exitButton);
+ this.Controls.Add(this.generateButton);
+ this.Controls.Add(this.fithLabel);
+ this.Controls.Add(this.fourthLabel);
+ this.Controls.Add(this.thirdLabel);
+ this.Controls.Add(this.secondLabel);
+ this.Controls.Add(this.firstLabel);
+ this.Name = "Form1";
+ this.Text = "Lottery Numbers";
+ this.ResumeLayout(false);
+ this.PerformLayout();
+
+ }
+
+ #endregion
+
+ private TextBox firstLabel;
+ private TextBox secondLabel;
+ private TextBox thirdLabel;
+ private TextBox fourthLabel;
+ private TextBox fithLabel;
+ private Button generateButton;
+ private Button exitButton;
+ }
+}
\ No newline at end of file
diff --git a/lab7_1/lab7_1_CalebFontenot/Form1.cs b/lab7_1/lab7_1_CalebFontenot/Form1.cs
new file mode 100755
index 0000000..a2c765e
--- /dev/null
+++ b/lab7_1/lab7_1_CalebFontenot/Form1.cs
@@ -0,0 +1,39 @@
+namespace lab7_1_CalebFontenot
+{
+ public partial class Form1 : Form
+ {
+ public Form1()
+ {
+ InitializeComponent();
+ }
+
+ private void generateButton_Click(object sender, EventArgs e)
+ {
+ // Create an array to hold the numbers.
+ const int SIZE = 5;
+ int[] lotteryNumbers = new int[SIZE];
+
+ // Create a random object.
+ Random rand = new Random();
+
+ // Fill the array with random numbers, in the range of 0 through 99.
+ for (int index = 0; index < lotteryNumbers.Length; index++)
+ {
+ lotteryNumbers[index] = rand.Next(100);
+ }
+ // Display the array elements in the Label controls.
+ firstLabel.Text = lotteryNumbers[0].ToString();
+ secondLabel.Text = lotteryNumbers[1].ToString();
+ thirdLabel.Text = lotteryNumbers[2].ToString();
+ fourthLabel.Text = lotteryNumbers[3].ToString();
+ fithLabel.Text = lotteryNumbers[4].ToString();
+
+
+ }
+
+ private void exitButton_Click(object sender, EventArgs e)
+ {
+ this.Close();
+ }
+ }
+}
\ No newline at end of file
diff --git a/lab7_1/lab7_1_CalebFontenot/Form1.resx b/lab7_1/lab7_1_CalebFontenot/Form1.resx
new file mode 100755
index 0000000..b5ae26c
--- /dev/null
+++ b/lab7_1/lab7_1_CalebFontenot/Form1.resx
@@ -0,0 +1,60 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
\ No newline at end of file
diff --git a/lab7_1/lab7_1_CalebFontenot/Program.cs b/lab7_1/lab7_1_CalebFontenot/Program.cs
new file mode 100755
index 0000000..4d14cc5
--- /dev/null
+++ b/lab7_1/lab7_1_CalebFontenot/Program.cs
@@ -0,0 +1,17 @@
+namespace lab7_1_CalebFontenot
+{
+ internal static class Program
+ {
+ ///
+ /// The main entry point for the application.
+ ///
+ [STAThread]
+ static void Main()
+ {
+ // To customize application configuration such as set high DPI settings or default font,
+ // see https://aka.ms/applicationconfiguration.
+ ApplicationConfiguration.Initialize();
+ Application.Run(new Form1());
+ }
+ }
+}
\ No newline at end of file
diff --git a/lab7_1/lab7_1_CalebFontenot/bin/Debug/net6.0-windows/lab7_1_CalebFontenot.deps.json b/lab7_1/lab7_1_CalebFontenot/bin/Debug/net6.0-windows/lab7_1_CalebFontenot.deps.json
new file mode 100755
index 0000000..cfcfe71
--- /dev/null
+++ b/lab7_1/lab7_1_CalebFontenot/bin/Debug/net6.0-windows/lab7_1_CalebFontenot.deps.json
@@ -0,0 +1,23 @@
+{
+ "runtimeTarget": {
+ "name": ".NETCoreApp,Version=v6.0",
+ "signature": ""
+ },
+ "compilationOptions": {},
+ "targets": {
+ ".NETCoreApp,Version=v6.0": {
+ "lab7_1_CalebFontenot/1.0.0": {
+ "runtime": {
+ "lab7_1_CalebFontenot.dll": {}
+ }
+ }
+ }
+ },
+ "libraries": {
+ "lab7_1_CalebFontenot/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ }
+ }
+}
\ No newline at end of file
diff --git a/lab7_1/lab7_1_CalebFontenot/bin/Debug/net6.0-windows/lab7_1_CalebFontenot.dll b/lab7_1/lab7_1_CalebFontenot/bin/Debug/net6.0-windows/lab7_1_CalebFontenot.dll
new file mode 100755
index 0000000..6734e9c
Binary files /dev/null and b/lab7_1/lab7_1_CalebFontenot/bin/Debug/net6.0-windows/lab7_1_CalebFontenot.dll differ
diff --git a/lab7_1/lab7_1_CalebFontenot/bin/Debug/net6.0-windows/lab7_1_CalebFontenot.exe b/lab7_1/lab7_1_CalebFontenot/bin/Debug/net6.0-windows/lab7_1_CalebFontenot.exe
new file mode 100755
index 0000000..f68dea2
Binary files /dev/null and b/lab7_1/lab7_1_CalebFontenot/bin/Debug/net6.0-windows/lab7_1_CalebFontenot.exe differ
diff --git a/lab7_1/lab7_1_CalebFontenot/bin/Debug/net6.0-windows/lab7_1_CalebFontenot.pdb b/lab7_1/lab7_1_CalebFontenot/bin/Debug/net6.0-windows/lab7_1_CalebFontenot.pdb
new file mode 100755
index 0000000..44e4534
Binary files /dev/null and b/lab7_1/lab7_1_CalebFontenot/bin/Debug/net6.0-windows/lab7_1_CalebFontenot.pdb differ
diff --git a/lab7_1/lab7_1_CalebFontenot/bin/Debug/net6.0-windows/lab7_1_CalebFontenot.runtimeconfig.json b/lab7_1/lab7_1_CalebFontenot/bin/Debug/net6.0-windows/lab7_1_CalebFontenot.runtimeconfig.json
new file mode 100755
index 0000000..b6062ae
--- /dev/null
+++ b/lab7_1/lab7_1_CalebFontenot/bin/Debug/net6.0-windows/lab7_1_CalebFontenot.runtimeconfig.json
@@ -0,0 +1,15 @@
+{
+ "runtimeOptions": {
+ "tfm": "net6.0",
+ "frameworks": [
+ {
+ "name": "Microsoft.NETCore.App",
+ "version": "6.0.0"
+ },
+ {
+ "name": "Microsoft.WindowsDesktop.App",
+ "version": "6.0.0"
+ }
+ ]
+ }
+}
\ No newline at end of file
diff --git a/lab7_1/lab7_1_CalebFontenot/lab7_1_CalebFontenot.csproj b/lab7_1/lab7_1_CalebFontenot/lab7_1_CalebFontenot.csproj
new file mode 100755
index 0000000..45de288
--- /dev/null
+++ b/lab7_1/lab7_1_CalebFontenot/lab7_1_CalebFontenot.csproj
@@ -0,0 +1,11 @@
+
+
+
+ WinExe
+ net6.0-windows
+ enable
+ true
+ enable
+
+
+
\ No newline at end of file
diff --git a/lab7_1/lab7_1_CalebFontenot/lab7_1_CalebFontenot.csproj.user b/lab7_1/lab7_1_CalebFontenot/lab7_1_CalebFontenot.csproj.user
new file mode 100755
index 0000000..f61322e
--- /dev/null
+++ b/lab7_1/lab7_1_CalebFontenot/lab7_1_CalebFontenot.csproj.user
@@ -0,0 +1,8 @@
+
+
+
+
+ Form
+
+
+
diff --git a/lab7_1/lab7_1_CalebFontenot/lab7_1_CalebFontenot.sln b/lab7_1/lab7_1_CalebFontenot/lab7_1_CalebFontenot.sln
new file mode 100755
index 0000000..96cdc29
--- /dev/null
+++ b/lab7_1/lab7_1_CalebFontenot/lab7_1_CalebFontenot.sln
@@ -0,0 +1,25 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 17
+VisualStudioVersion = 17.3.32804.467
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "lab7_1_CalebFontenot", "lab7_1_CalebFontenot.csproj", "{431A7AED-CF1F-46A7-904E-20E415CAED60}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {431A7AED-CF1F-46A7-904E-20E415CAED60}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {431A7AED-CF1F-46A7-904E-20E415CAED60}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {431A7AED-CF1F-46A7-904E-20E415CAED60}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {431A7AED-CF1F-46A7-904E-20E415CAED60}.Release|Any CPU.Build.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {FDE25724-EC47-4730-A7C0-70F589476DF6}
+ EndGlobalSection
+EndGlobal
diff --git a/lab7_1/lab7_1_CalebFontenot/obj/Debug/net6.0-windows/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/lab7_1/lab7_1_CalebFontenot/obj/Debug/net6.0-windows/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
new file mode 100755
index 0000000..32c95f9
--- /dev/null
+++ b/lab7_1/lab7_1_CalebFontenot/obj/Debug/net6.0-windows/.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/lab7_1/lab7_1_CalebFontenot/obj/Debug/net6.0-windows/apphost.exe b/lab7_1/lab7_1_CalebFontenot/obj/Debug/net6.0-windows/apphost.exe
new file mode 100755
index 0000000..f68dea2
Binary files /dev/null and b/lab7_1/lab7_1_CalebFontenot/obj/Debug/net6.0-windows/apphost.exe differ
diff --git a/lab7_1/lab7_1_CalebFontenot/obj/Debug/net6.0-windows/lab7_1_CalebFontenot.AssemblyInfo.cs b/lab7_1/lab7_1_CalebFontenot/obj/Debug/net6.0-windows/lab7_1_CalebFontenot.AssemblyInfo.cs
new file mode 100755
index 0000000..00e5c97
--- /dev/null
+++ b/lab7_1/lab7_1_CalebFontenot/obj/Debug/net6.0-windows/lab7_1_CalebFontenot.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 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.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("lab7_1_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("lab7_1_CalebFontenot")]
+[assembly: System.Reflection.AssemblyTitleAttribute("lab7_1_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.
+
diff --git a/lab7_1/lab7_1_CalebFontenot/obj/Debug/net6.0-windows/lab7_1_CalebFontenot.AssemblyInfoInputs.cache b/lab7_1/lab7_1_CalebFontenot/obj/Debug/net6.0-windows/lab7_1_CalebFontenot.AssemblyInfoInputs.cache
new file mode 100755
index 0000000..84eb981
--- /dev/null
+++ b/lab7_1/lab7_1_CalebFontenot/obj/Debug/net6.0-windows/lab7_1_CalebFontenot.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+bc674f990e30c63e3c112be0d701456ea60d7121
diff --git a/lab7_1/lab7_1_CalebFontenot/obj/Debug/net6.0-windows/lab7_1_CalebFontenot.Form1.resources b/lab7_1/lab7_1_CalebFontenot/obj/Debug/net6.0-windows/lab7_1_CalebFontenot.Form1.resources
new file mode 100755
index 0000000..6c05a97
Binary files /dev/null and b/lab7_1/lab7_1_CalebFontenot/obj/Debug/net6.0-windows/lab7_1_CalebFontenot.Form1.resources differ
diff --git a/lab7_1/lab7_1_CalebFontenot/obj/Debug/net6.0-windows/lab7_1_CalebFontenot.GeneratedMSBuildEditorConfig.editorconfig b/lab7_1/lab7_1_CalebFontenot/obj/Debug/net6.0-windows/lab7_1_CalebFontenot.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100755
index 0000000..34c55ac
--- /dev/null
+++ b/lab7_1/lab7_1_CalebFontenot/obj/Debug/net6.0-windows/lab7_1_CalebFontenot.GeneratedMSBuildEditorConfig.editorconfig
@@ -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 = lab7_1_CalebFontenot
+build_property.ProjectDir = Z:\media\DataEXT4\Documents\ASDV C#\lab7_1\lab7_1_CalebFontenot\
diff --git a/lab7_1/lab7_1_CalebFontenot/obj/Debug/net6.0-windows/lab7_1_CalebFontenot.GlobalUsings.g.cs b/lab7_1/lab7_1_CalebFontenot/obj/Debug/net6.0-windows/lab7_1_CalebFontenot.GlobalUsings.g.cs
new file mode 100755
index 0000000..fea4009
--- /dev/null
+++ b/lab7_1/lab7_1_CalebFontenot/obj/Debug/net6.0-windows/lab7_1_CalebFontenot.GlobalUsings.g.cs
@@ -0,0 +1,10 @@
+//
+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;
diff --git a/lab7_1/lab7_1_CalebFontenot/obj/Debug/net6.0-windows/lab7_1_CalebFontenot.assets.cache b/lab7_1/lab7_1_CalebFontenot/obj/Debug/net6.0-windows/lab7_1_CalebFontenot.assets.cache
new file mode 100755
index 0000000..b36f9ec
Binary files /dev/null and b/lab7_1/lab7_1_CalebFontenot/obj/Debug/net6.0-windows/lab7_1_CalebFontenot.assets.cache differ
diff --git a/lab7_1/lab7_1_CalebFontenot/obj/Debug/net6.0-windows/lab7_1_CalebFontenot.csproj.AssemblyReference.cache b/lab7_1/lab7_1_CalebFontenot/obj/Debug/net6.0-windows/lab7_1_CalebFontenot.csproj.AssemblyReference.cache
new file mode 100755
index 0000000..f790783
Binary files /dev/null and b/lab7_1/lab7_1_CalebFontenot/obj/Debug/net6.0-windows/lab7_1_CalebFontenot.csproj.AssemblyReference.cache differ
diff --git a/lab7_1/lab7_1_CalebFontenot/obj/Debug/net6.0-windows/lab7_1_CalebFontenot.csproj.BuildWithSkipAnalyzers b/lab7_1/lab7_1_CalebFontenot/obj/Debug/net6.0-windows/lab7_1_CalebFontenot.csproj.BuildWithSkipAnalyzers
new file mode 100755
index 0000000..e69de29
diff --git a/lab7_1/lab7_1_CalebFontenot/obj/Debug/net6.0-windows/lab7_1_CalebFontenot.csproj.CoreCompileInputs.cache b/lab7_1/lab7_1_CalebFontenot/obj/Debug/net6.0-windows/lab7_1_CalebFontenot.csproj.CoreCompileInputs.cache
new file mode 100755
index 0000000..5dad552
--- /dev/null
+++ b/lab7_1/lab7_1_CalebFontenot/obj/Debug/net6.0-windows/lab7_1_CalebFontenot.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+622b992af64ae3ceef91d53d5ca6460c184bead8
diff --git a/lab7_1/lab7_1_CalebFontenot/obj/Debug/net6.0-windows/lab7_1_CalebFontenot.csproj.FileListAbsolute.txt b/lab7_1/lab7_1_CalebFontenot/obj/Debug/net6.0-windows/lab7_1_CalebFontenot.csproj.FileListAbsolute.txt
new file mode 100755
index 0000000..b50e814
--- /dev/null
+++ b/lab7_1/lab7_1_CalebFontenot/obj/Debug/net6.0-windows/lab7_1_CalebFontenot.csproj.FileListAbsolute.txt
@@ -0,0 +1,17 @@
+Z:\media\DataEXT4\Documents\ASDV C#\lab7_1\lab7_1_CalebFontenot\bin\Debug\net6.0-windows\lab7_1_CalebFontenot.exe
+Z:\media\DataEXT4\Documents\ASDV C#\lab7_1\lab7_1_CalebFontenot\bin\Debug\net6.0-windows\lab7_1_CalebFontenot.deps.json
+Z:\media\DataEXT4\Documents\ASDV C#\lab7_1\lab7_1_CalebFontenot\bin\Debug\net6.0-windows\lab7_1_CalebFontenot.runtimeconfig.json
+Z:\media\DataEXT4\Documents\ASDV C#\lab7_1\lab7_1_CalebFontenot\bin\Debug\net6.0-windows\lab7_1_CalebFontenot.dll
+Z:\media\DataEXT4\Documents\ASDV C#\lab7_1\lab7_1_CalebFontenot\bin\Debug\net6.0-windows\lab7_1_CalebFontenot.pdb
+Z:\media\DataEXT4\Documents\ASDV C#\lab7_1\lab7_1_CalebFontenot\obj\Debug\net6.0-windows\lab7_1_CalebFontenot.csproj.AssemblyReference.cache
+Z:\media\DataEXT4\Documents\ASDV C#\lab7_1\lab7_1_CalebFontenot\obj\Debug\net6.0-windows\lab7_1_CalebFontenot.Form1.resources
+Z:\media\DataEXT4\Documents\ASDV C#\lab7_1\lab7_1_CalebFontenot\obj\Debug\net6.0-windows\lab7_1_CalebFontenot.csproj.GenerateResource.cache
+Z:\media\DataEXT4\Documents\ASDV C#\lab7_1\lab7_1_CalebFontenot\obj\Debug\net6.0-windows\lab7_1_CalebFontenot.GeneratedMSBuildEditorConfig.editorconfig
+Z:\media\DataEXT4\Documents\ASDV C#\lab7_1\lab7_1_CalebFontenot\obj\Debug\net6.0-windows\lab7_1_CalebFontenot.AssemblyInfoInputs.cache
+Z:\media\DataEXT4\Documents\ASDV C#\lab7_1\lab7_1_CalebFontenot\obj\Debug\net6.0-windows\lab7_1_CalebFontenot.AssemblyInfo.cs
+Z:\media\DataEXT4\Documents\ASDV C#\lab7_1\lab7_1_CalebFontenot\obj\Debug\net6.0-windows\lab7_1_CalebFontenot.csproj.CoreCompileInputs.cache
+Z:\media\DataEXT4\Documents\ASDV C#\lab7_1\lab7_1_CalebFontenot\obj\Debug\net6.0-windows\lab7_1_CalebFontenot.dll
+Z:\media\DataEXT4\Documents\ASDV C#\lab7_1\lab7_1_CalebFontenot\obj\Debug\net6.0-windows\refint\lab7_1_CalebFontenot.dll
+Z:\media\DataEXT4\Documents\ASDV C#\lab7_1\lab7_1_CalebFontenot\obj\Debug\net6.0-windows\lab7_1_CalebFontenot.pdb
+Z:\media\DataEXT4\Documents\ASDV C#\lab7_1\lab7_1_CalebFontenot\obj\Debug\net6.0-windows\lab7_1_CalebFontenot.genruntimeconfig.cache
+Z:\media\DataEXT4\Documents\ASDV C#\lab7_1\lab7_1_CalebFontenot\obj\Debug\net6.0-windows\ref\lab7_1_CalebFontenot.dll
diff --git a/lab7_1/lab7_1_CalebFontenot/obj/Debug/net6.0-windows/lab7_1_CalebFontenot.csproj.GenerateResource.cache b/lab7_1/lab7_1_CalebFontenot/obj/Debug/net6.0-windows/lab7_1_CalebFontenot.csproj.GenerateResource.cache
new file mode 100755
index 0000000..5cbc2d6
Binary files /dev/null and b/lab7_1/lab7_1_CalebFontenot/obj/Debug/net6.0-windows/lab7_1_CalebFontenot.csproj.GenerateResource.cache differ
diff --git a/lab7_1/lab7_1_CalebFontenot/obj/Debug/net6.0-windows/lab7_1_CalebFontenot.designer.deps.json b/lab7_1/lab7_1_CalebFontenot/obj/Debug/net6.0-windows/lab7_1_CalebFontenot.designer.deps.json
new file mode 100755
index 0000000..fbeaac4
--- /dev/null
+++ b/lab7_1/lab7_1_CalebFontenot/obj/Debug/net6.0-windows/lab7_1_CalebFontenot.designer.deps.json
@@ -0,0 +1,11 @@
+{
+ "runtimeTarget": {
+ "name": ".NETCoreApp,Version=v6.0",
+ "signature": ""
+ },
+ "compilationOptions": {},
+ "targets": {
+ ".NETCoreApp,Version=v6.0": {}
+ },
+ "libraries": {}
+}
\ No newline at end of file
diff --git a/lab7_1/lab7_1_CalebFontenot/obj/Debug/net6.0-windows/lab7_1_CalebFontenot.designer.runtimeconfig.json b/lab7_1/lab7_1_CalebFontenot/obj/Debug/net6.0-windows/lab7_1_CalebFontenot.designer.runtimeconfig.json
new file mode 100755
index 0000000..4ec7c38
--- /dev/null
+++ b/lab7_1/lab7_1_CalebFontenot/obj/Debug/net6.0-windows/lab7_1_CalebFontenot.designer.runtimeconfig.json
@@ -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
+ }
+ }
+}
\ No newline at end of file
diff --git a/lab7_1/lab7_1_CalebFontenot/obj/Debug/net6.0-windows/lab7_1_CalebFontenot.dll b/lab7_1/lab7_1_CalebFontenot/obj/Debug/net6.0-windows/lab7_1_CalebFontenot.dll
new file mode 100755
index 0000000..6734e9c
Binary files /dev/null and b/lab7_1/lab7_1_CalebFontenot/obj/Debug/net6.0-windows/lab7_1_CalebFontenot.dll differ
diff --git a/lab7_1/lab7_1_CalebFontenot/obj/Debug/net6.0-windows/lab7_1_CalebFontenot.genruntimeconfig.cache b/lab7_1/lab7_1_CalebFontenot/obj/Debug/net6.0-windows/lab7_1_CalebFontenot.genruntimeconfig.cache
new file mode 100755
index 0000000..d521d21
--- /dev/null
+++ b/lab7_1/lab7_1_CalebFontenot/obj/Debug/net6.0-windows/lab7_1_CalebFontenot.genruntimeconfig.cache
@@ -0,0 +1 @@
+c77227ae34c8eab7d54c74e6d470f60e31060987
diff --git a/lab7_1/lab7_1_CalebFontenot/obj/Debug/net6.0-windows/lab7_1_CalebFontenot.pdb b/lab7_1/lab7_1_CalebFontenot/obj/Debug/net6.0-windows/lab7_1_CalebFontenot.pdb
new file mode 100755
index 0000000..44e4534
Binary files /dev/null and b/lab7_1/lab7_1_CalebFontenot/obj/Debug/net6.0-windows/lab7_1_CalebFontenot.pdb differ
diff --git a/lab7_1/lab7_1_CalebFontenot/obj/Debug/net6.0-windows/ref/lab7_1_CalebFontenot.dll b/lab7_1/lab7_1_CalebFontenot/obj/Debug/net6.0-windows/ref/lab7_1_CalebFontenot.dll
new file mode 100755
index 0000000..bd2e318
Binary files /dev/null and b/lab7_1/lab7_1_CalebFontenot/obj/Debug/net6.0-windows/ref/lab7_1_CalebFontenot.dll differ
diff --git a/lab7_1/lab7_1_CalebFontenot/obj/Debug/net6.0-windows/refint/lab7_1_CalebFontenot.dll b/lab7_1/lab7_1_CalebFontenot/obj/Debug/net6.0-windows/refint/lab7_1_CalebFontenot.dll
new file mode 100755
index 0000000..bd2e318
Binary files /dev/null and b/lab7_1/lab7_1_CalebFontenot/obj/Debug/net6.0-windows/refint/lab7_1_CalebFontenot.dll differ
diff --git a/lab7_1/lab7_1_CalebFontenot/obj/lab7_1_CalebFontenot.csproj.nuget.dgspec.json b/lab7_1/lab7_1_CalebFontenot/obj/lab7_1_CalebFontenot.csproj.nuget.dgspec.json
new file mode 100755
index 0000000..82e6cf6
--- /dev/null
+++ b/lab7_1/lab7_1_CalebFontenot/obj/lab7_1_CalebFontenot.csproj.nuget.dgspec.json
@@ -0,0 +1,66 @@
+{
+ "format": 1,
+ "restore": {
+ "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\lab7_1\\lab7_1_CalebFontenot\\lab7_1_CalebFontenot.csproj": {}
+ },
+ "projects": {
+ "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\lab7_1\\lab7_1_CalebFontenot\\lab7_1_CalebFontenot.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\lab7_1\\lab7_1_CalebFontenot\\lab7_1_CalebFontenot.csproj",
+ "projectName": "lab7_1_CalebFontenot",
+ "projectPath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\lab7_1\\lab7_1_CalebFontenot\\lab7_1_CalebFontenot.csproj",
+ "packagesPath": "C:\\Users\\caleb\\.nuget\\packages\\",
+ "outputPath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\lab7_1\\lab7_1_CalebFontenot\\obj\\",
+ "projectStyle": "PackageReference",
+ "configFilePaths": [
+ "C:\\Users\\caleb\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net6.0-windows"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net6.0-windows7.0": {
+ "targetAlias": "net6.0-windows",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ }
+ },
+ "frameworks": {
+ "net6.0-windows7.0": {
+ "targetAlias": "net6.0-windows",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ },
+ "Microsoft.WindowsDesktop.App.WindowsForms": {
+ "privateAssets": "none"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.400\\RuntimeIdentifierGraph.json"
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/lab7_1/lab7_1_CalebFontenot/obj/lab7_1_CalebFontenot.csproj.nuget.g.props b/lab7_1/lab7_1_CalebFontenot/obj/lab7_1_CalebFontenot.csproj.nuget.g.props
new file mode 100755
index 0000000..2a0471e
--- /dev/null
+++ b/lab7_1/lab7_1_CalebFontenot/obj/lab7_1_CalebFontenot.csproj.nuget.g.props
@@ -0,0 +1,15 @@
+
+
+
+ True
+ NuGet
+ $(MSBuildThisFileDirectory)project.assets.json
+ $(UserProfile)\.nuget\packages\
+ C:\Users\caleb\.nuget\packages\
+ PackageReference
+ 6.3.0
+
+
+
+
+
\ No newline at end of file
diff --git a/lab7_1/lab7_1_CalebFontenot/obj/lab7_1_CalebFontenot.csproj.nuget.g.targets b/lab7_1/lab7_1_CalebFontenot/obj/lab7_1_CalebFontenot.csproj.nuget.g.targets
new file mode 100755
index 0000000..35a7576
--- /dev/null
+++ b/lab7_1/lab7_1_CalebFontenot/obj/lab7_1_CalebFontenot.csproj.nuget.g.targets
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/lab7_1/lab7_1_CalebFontenot/obj/project.assets.json b/lab7_1/lab7_1_CalebFontenot/obj/project.assets.json
new file mode 100755
index 0000000..0c7a7af
--- /dev/null
+++ b/lab7_1/lab7_1_CalebFontenot/obj/project.assets.json
@@ -0,0 +1,71 @@
+{
+ "version": 3,
+ "targets": {
+ "net6.0-windows7.0": {}
+ },
+ "libraries": {},
+ "projectFileDependencyGroups": {
+ "net6.0-windows7.0": []
+ },
+ "packageFolders": {
+ "C:\\Users\\caleb\\.nuget\\packages\\": {}
+ },
+ "project": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\lab7_1\\lab7_1_CalebFontenot\\lab7_1_CalebFontenot.csproj",
+ "projectName": "lab7_1_CalebFontenot",
+ "projectPath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\lab7_1\\lab7_1_CalebFontenot\\lab7_1_CalebFontenot.csproj",
+ "packagesPath": "C:\\Users\\caleb\\.nuget\\packages\\",
+ "outputPath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\lab7_1\\lab7_1_CalebFontenot\\obj\\",
+ "projectStyle": "PackageReference",
+ "configFilePaths": [
+ "C:\\Users\\caleb\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net6.0-windows"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net6.0-windows7.0": {
+ "targetAlias": "net6.0-windows",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ }
+ },
+ "frameworks": {
+ "net6.0-windows7.0": {
+ "targetAlias": "net6.0-windows",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ },
+ "Microsoft.WindowsDesktop.App.WindowsForms": {
+ "privateAssets": "none"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.400\\RuntimeIdentifierGraph.json"
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/lab7_1/lab7_1_CalebFontenot/obj/project.nuget.cache b/lab7_1/lab7_1_CalebFontenot/obj/project.nuget.cache
new file mode 100755
index 0000000..bab323f
--- /dev/null
+++ b/lab7_1/lab7_1_CalebFontenot/obj/project.nuget.cache
@@ -0,0 +1,8 @@
+{
+ "version": 2,
+ "dgSpecHash": "XmQoe1Tm0JZiGUomNaMGr0HtfGA0RVemJ15vvj2NrkyBUDhNdDqrDjV0fHAGDhEKduflkooc1YxmWFAkX28tMQ==",
+ "success": true,
+ "projectFilePath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\lab7_1\\lab7_1_CalebFontenot\\lab7_1_CalebFontenot.csproj",
+ "expectedPackageFiles": [],
+ "logs": []
+}
\ No newline at end of file
diff --git a/lab7_1/lab7_2_CalebFontenot/.vs/ProjectEvaluation/lab7_2_calebfontenot.metadata.v5 b/lab7_1/lab7_2_CalebFontenot/.vs/ProjectEvaluation/lab7_2_calebfontenot.metadata.v5
new file mode 100755
index 0000000..5176e37
Binary files /dev/null and b/lab7_1/lab7_2_CalebFontenot/.vs/ProjectEvaluation/lab7_2_calebfontenot.metadata.v5 differ
diff --git a/lab7_1/lab7_2_CalebFontenot/.vs/ProjectEvaluation/lab7_2_calebfontenot.projects.v5 b/lab7_1/lab7_2_CalebFontenot/.vs/ProjectEvaluation/lab7_2_calebfontenot.projects.v5
new file mode 100755
index 0000000..e1cca22
Binary files /dev/null and b/lab7_1/lab7_2_CalebFontenot/.vs/ProjectEvaluation/lab7_2_calebfontenot.projects.v5 differ
diff --git a/lab7_1/lab7_2_CalebFontenot/.vs/lab7_2_CalebFontenot/DesignTimeBuild/.dtbcache.v2 b/lab7_1/lab7_2_CalebFontenot/.vs/lab7_2_CalebFontenot/DesignTimeBuild/.dtbcache.v2
new file mode 100755
index 0000000..0cdfa1b
Binary files /dev/null and b/lab7_1/lab7_2_CalebFontenot/.vs/lab7_2_CalebFontenot/DesignTimeBuild/.dtbcache.v2 differ
diff --git a/lab7_1/lab7_2_CalebFontenot/.vs/lab7_2_CalebFontenot/v17/.futdcache.v2 b/lab7_1/lab7_2_CalebFontenot/.vs/lab7_2_CalebFontenot/v17/.futdcache.v2
new file mode 100755
index 0000000..40a973f
Binary files /dev/null and b/lab7_1/lab7_2_CalebFontenot/.vs/lab7_2_CalebFontenot/v17/.futdcache.v2 differ
diff --git a/lab7_1/lab7_2_CalebFontenot/.vs/lab7_2_CalebFontenot/v17/.suo b/lab7_1/lab7_2_CalebFontenot/.vs/lab7_2_CalebFontenot/v17/.suo
new file mode 100755
index 0000000..d5bdd0e
Binary files /dev/null and b/lab7_1/lab7_2_CalebFontenot/.vs/lab7_2_CalebFontenot/v17/.suo differ
diff --git a/lab7_1/lab7_2_CalebFontenot/Form1.Designer.cs b/lab7_1/lab7_2_CalebFontenot/Form1.Designer.cs
new file mode 100755
index 0000000..fac9e84
--- /dev/null
+++ b/lab7_1/lab7_2_CalebFontenot/Form1.Designer.cs
@@ -0,0 +1,166 @@
+namespace lab7_2_CalebFontenot
+{
+ partial class Form1
+ {
+ ///
+ /// Required designer variable.
+ ///
+ private System.ComponentModel.IContainer components = null;
+
+ ///
+ /// Clean up any resources being used.
+ ///
+ /// true if managed resources should be disposed; otherwise, false.
+ protected override void Dispose(bool disposing)
+ {
+ if (disposing && (components != null))
+ {
+ components.Dispose();
+ }
+ base.Dispose(disposing);
+ }
+
+ #region Windows Form Designer generated code
+
+ ///
+ /// Required method for Designer support - do not modify
+ /// the contents of this method with the code editor.
+ ///
+ private void InitializeComponent()
+ {
+ this.groupBox1 = new System.Windows.Forms.GroupBox();
+ this.testScoresListBox = new System.Windows.Forms.ListBox();
+ this.label1 = new System.Windows.Forms.Label();
+ this.textBox1 = new System.Windows.Forms.TextBox();
+ this.label2 = new System.Windows.Forms.Label();
+ this.textBox2 = new System.Windows.Forms.TextBox();
+ this.textBox3 = new System.Windows.Forms.TextBox();
+ this.label3 = new System.Windows.Forms.Label();
+ this.button1 = new System.Windows.Forms.Button();
+ this.button2 = new System.Windows.Forms.Button();
+ this.groupBox1.SuspendLayout();
+ this.SuspendLayout();
+ //
+ // groupBox1
+ //
+ this.groupBox1.Controls.Add(this.testScoresListBox);
+ this.groupBox1.Location = new System.Drawing.Point(12, 12);
+ this.groupBox1.Name = "groupBox1";
+ this.groupBox1.Size = new System.Drawing.Size(199, 181);
+ this.groupBox1.TabIndex = 0;
+ this.groupBox1.TabStop = false;
+ this.groupBox1.Text = "groupBox1";
+ //
+ // testScoresListBox
+ //
+ this.testScoresListBox.FormattingEnabled = true;
+ this.testScoresListBox.ItemHeight = 15;
+ this.testScoresListBox.Location = new System.Drawing.Point(6, 22);
+ this.testScoresListBox.Name = "testScoresListBox";
+ this.testScoresListBox.Size = new System.Drawing.Size(187, 154);
+ this.testScoresListBox.TabIndex = 0;
+ //
+ // label1
+ //
+ this.label1.AutoSize = true;
+ this.label1.Location = new System.Drawing.Point(218, 40);
+ this.label1.Name = "label1";
+ this.label1.Size = new System.Drawing.Size(83, 15);
+ this.label1.TabIndex = 1;
+ this.label1.Text = "Highest Score:";
+ //
+ // textBox1
+ //
+ this.textBox1.Location = new System.Drawing.Point(307, 37);
+ this.textBox1.Name = "textBox1";
+ this.textBox1.Size = new System.Drawing.Size(126, 23);
+ this.textBox1.TabIndex = 2;
+ //
+ // label2
+ //
+ this.label2.AutoSize = true;
+ this.label2.Location = new System.Drawing.Point(222, 83);
+ this.label2.Name = "label2";
+ this.label2.Size = new System.Drawing.Size(79, 15);
+ this.label2.TabIndex = 3;
+ this.label2.Text = "Lowest Score:";
+ //
+ // textBox2
+ //
+ this.textBox2.Location = new System.Drawing.Point(307, 80);
+ this.textBox2.Name = "textBox2";
+ this.textBox2.Size = new System.Drawing.Size(126, 23);
+ this.textBox2.TabIndex = 4;
+ //
+ // textBox3
+ //
+ this.textBox3.Location = new System.Drawing.Point(307, 120);
+ this.textBox3.Name = "textBox3";
+ this.textBox3.Size = new System.Drawing.Size(126, 23);
+ this.textBox3.TabIndex = 5;
+ //
+ // label3
+ //
+ this.label3.AutoSize = true;
+ this.label3.Location = new System.Drawing.Point(218, 123);
+ this.label3.Name = "label3";
+ this.label3.Size = new System.Drawing.Size(85, 15);
+ this.label3.TabIndex = 6;
+ this.label3.Text = "Average Score:";
+ //
+ // button1
+ //
+ this.button1.Location = new System.Drawing.Point(136, 213);
+ this.button1.Name = "button1";
+ this.button1.Size = new System.Drawing.Size(75, 23);
+ this.button1.TabIndex = 7;
+ this.button1.Text = "Get Scores";
+ this.button1.UseVisualStyleBackColor = true;
+ this.button1.Click += new System.EventHandler(this.button1_Click);
+ //
+ // button2
+ //
+ this.button2.Location = new System.Drawing.Point(218, 213);
+ this.button2.Name = "button2";
+ this.button2.Size = new System.Drawing.Size(75, 23);
+ this.button2.TabIndex = 8;
+ this.button2.Text = "Exit";
+ this.button2.UseVisualStyleBackColor = true;
+ this.button2.Click += new System.EventHandler(this.button2_Click);
+ //
+ // Form1
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.ClientSize = new System.Drawing.Size(445, 248);
+ this.Controls.Add(this.button2);
+ this.Controls.Add(this.button1);
+ this.Controls.Add(this.label3);
+ this.Controls.Add(this.textBox3);
+ this.Controls.Add(this.textBox2);
+ this.Controls.Add(this.label2);
+ this.Controls.Add(this.textBox1);
+ this.Controls.Add(this.label1);
+ this.Controls.Add(this.groupBox1);
+ this.Name = "Form1";
+ this.Text = "Form1";
+ this.groupBox1.ResumeLayout(false);
+ this.ResumeLayout(false);
+ this.PerformLayout();
+
+ }
+
+ #endregion
+
+ private GroupBox groupBox1;
+ private ListBox testScoresListBox;
+ private Label label1;
+ private TextBox textBox1;
+ private Label label2;
+ private TextBox textBox2;
+ private TextBox textBox3;
+ private Label label3;
+ private Button button1;
+ private Button button2;
+ }
+}
\ No newline at end of file
diff --git a/lab7_1/lab7_2_CalebFontenot/Form1.cs b/lab7_1/lab7_2_CalebFontenot/Form1.cs
new file mode 100755
index 0000000..6896430
--- /dev/null
+++ b/lab7_1/lab7_2_CalebFontenot/Form1.cs
@@ -0,0 +1,20 @@
+namespace lab7_2_CalebFontenot
+{
+ public partial class Form1 : Form
+ {
+ public Form1()
+ {
+ InitializeComponent();
+ }
+
+ private void button1_Click(object sender, EventArgs e)
+ {
+
+ }
+
+ private void button2_Click(object sender, EventArgs e)
+ {
+ this.Close();
+ }
+ }
+}
\ No newline at end of file
diff --git a/lab7_1/lab7_2_CalebFontenot/Form1.resx b/lab7_1/lab7_2_CalebFontenot/Form1.resx
new file mode 100755
index 0000000..b5ae26c
--- /dev/null
+++ b/lab7_1/lab7_2_CalebFontenot/Form1.resx
@@ -0,0 +1,60 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
\ No newline at end of file
diff --git a/lab7_1/lab7_2_CalebFontenot/Program.cs b/lab7_1/lab7_2_CalebFontenot/Program.cs
new file mode 100755
index 0000000..dbf73f5
--- /dev/null
+++ b/lab7_1/lab7_2_CalebFontenot/Program.cs
@@ -0,0 +1,17 @@
+namespace lab7_2_CalebFontenot
+{
+ internal static class Program
+ {
+ ///
+ /// The main entry point for the application.
+ ///
+ [STAThread]
+ static void Main()
+ {
+ // To customize application configuration such as set high DPI settings or default font,
+ // see https://aka.ms/applicationconfiguration.
+ ApplicationConfiguration.Initialize();
+ Application.Run(new Form1());
+ }
+ }
+}
\ No newline at end of file
diff --git a/lab7_1/lab7_2_CalebFontenot/lab7_2_CalebFontenot.csproj b/lab7_1/lab7_2_CalebFontenot/lab7_2_CalebFontenot.csproj
new file mode 100755
index 0000000..45de288
--- /dev/null
+++ b/lab7_1/lab7_2_CalebFontenot/lab7_2_CalebFontenot.csproj
@@ -0,0 +1,11 @@
+
+
+
+ WinExe
+ net6.0-windows
+ enable
+ true
+ enable
+
+
+
\ No newline at end of file
diff --git a/lab7_1/lab7_2_CalebFontenot/lab7_2_CalebFontenot.csproj.user b/lab7_1/lab7_2_CalebFontenot/lab7_2_CalebFontenot.csproj.user
new file mode 100755
index 0000000..f61322e
--- /dev/null
+++ b/lab7_1/lab7_2_CalebFontenot/lab7_2_CalebFontenot.csproj.user
@@ -0,0 +1,8 @@
+
+
+
+
+ Form
+
+
+
diff --git a/lab7_1/lab7_2_CalebFontenot/lab7_2_CalebFontenot.sln b/lab7_1/lab7_2_CalebFontenot/lab7_2_CalebFontenot.sln
new file mode 100755
index 0000000..e1a699e
--- /dev/null
+++ b/lab7_1/lab7_2_CalebFontenot/lab7_2_CalebFontenot.sln
@@ -0,0 +1,25 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 17
+VisualStudioVersion = 17.3.32804.467
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "lab7_2_CalebFontenot", "lab7_2_CalebFontenot.csproj", "{3246DEC5-A467-411B-A230-93315A58C15F}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {3246DEC5-A467-411B-A230-93315A58C15F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {3246DEC5-A467-411B-A230-93315A58C15F}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {3246DEC5-A467-411B-A230-93315A58C15F}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {3246DEC5-A467-411B-A230-93315A58C15F}.Release|Any CPU.Build.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {700CAAF3-A4A5-4025-8157-55F8B4C66BCD}
+ EndGlobalSection
+EndGlobal
diff --git a/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
new file mode 100755
index 0000000..32c95f9
--- /dev/null
+++ b/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/.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/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.AssemblyInfo.cs b/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.AssemblyInfo.cs
new file mode 100755
index 0000000..9e01af7
--- /dev/null
+++ b/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// 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.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("lab7_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("lab7_2_CalebFontenot")]
+[assembly: System.Reflection.AssemblyTitleAttribute("lab7_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.
+
diff --git a/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.AssemblyInfoInputs.cache b/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.AssemblyInfoInputs.cache
new file mode 100755
index 0000000..a4ab639
--- /dev/null
+++ b/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+292ea2787398da5a5c4921eacd1775d1d4605ad2
diff --git a/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.GeneratedMSBuildEditorConfig.editorconfig b/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100755
index 0000000..084b844
--- /dev/null
+++ b/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.GeneratedMSBuildEditorConfig.editorconfig
@@ -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 = lab7_2_CalebFontenot
+build_property.ProjectDir = Z:\media\DataEXT4\Documents\ASDV C#\lab7_1\lab7_2_CalebFontenot\
diff --git a/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.GlobalUsings.g.cs b/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.GlobalUsings.g.cs
new file mode 100755
index 0000000..fea4009
--- /dev/null
+++ b/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.GlobalUsings.g.cs
@@ -0,0 +1,10 @@
+//
+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;
diff --git a/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.assets.cache b/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.assets.cache
new file mode 100755
index 0000000..85e2087
Binary files /dev/null and b/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.assets.cache differ
diff --git a/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.csproj.AssemblyReference.cache b/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.csproj.AssemblyReference.cache
new file mode 100755
index 0000000..f790783
Binary files /dev/null and b/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.csproj.AssemblyReference.cache differ
diff --git a/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.designer.deps.json b/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.designer.deps.json
new file mode 100755
index 0000000..fbeaac4
--- /dev/null
+++ b/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.designer.deps.json
@@ -0,0 +1,11 @@
+{
+ "runtimeTarget": {
+ "name": ".NETCoreApp,Version=v6.0",
+ "signature": ""
+ },
+ "compilationOptions": {},
+ "targets": {
+ ".NETCoreApp,Version=v6.0": {}
+ },
+ "libraries": {}
+}
\ No newline at end of file
diff --git a/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.designer.runtimeconfig.json b/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.designer.runtimeconfig.json
new file mode 100755
index 0000000..4ec7c38
--- /dev/null
+++ b/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.designer.runtimeconfig.json
@@ -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
+ }
+ }
+}
\ No newline at end of file
diff --git a/lab7_1/lab7_2_CalebFontenot/obj/lab7_2_CalebFontenot.csproj.nuget.dgspec.json b/lab7_1/lab7_2_CalebFontenot/obj/lab7_2_CalebFontenot.csproj.nuget.dgspec.json
new file mode 100755
index 0000000..79bbabb
--- /dev/null
+++ b/lab7_1/lab7_2_CalebFontenot/obj/lab7_2_CalebFontenot.csproj.nuget.dgspec.json
@@ -0,0 +1,66 @@
+{
+ "format": 1,
+ "restore": {
+ "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\lab7_1\\lab7_2_CalebFontenot\\lab7_2_CalebFontenot.csproj": {}
+ },
+ "projects": {
+ "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\lab7_1\\lab7_2_CalebFontenot\\lab7_2_CalebFontenot.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\lab7_1\\lab7_2_CalebFontenot\\lab7_2_CalebFontenot.csproj",
+ "projectName": "lab7_2_CalebFontenot",
+ "projectPath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\lab7_1\\lab7_2_CalebFontenot\\lab7_2_CalebFontenot.csproj",
+ "packagesPath": "C:\\Users\\caleb\\.nuget\\packages\\",
+ "outputPath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\lab7_1\\lab7_2_CalebFontenot\\obj\\",
+ "projectStyle": "PackageReference",
+ "configFilePaths": [
+ "C:\\Users\\caleb\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net6.0-windows"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net6.0-windows7.0": {
+ "targetAlias": "net6.0-windows",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ }
+ },
+ "frameworks": {
+ "net6.0-windows7.0": {
+ "targetAlias": "net6.0-windows",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ },
+ "Microsoft.WindowsDesktop.App.WindowsForms": {
+ "privateAssets": "none"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.400\\RuntimeIdentifierGraph.json"
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/lab7_1/lab7_2_CalebFontenot/obj/lab7_2_CalebFontenot.csproj.nuget.g.props b/lab7_1/lab7_2_CalebFontenot/obj/lab7_2_CalebFontenot.csproj.nuget.g.props
new file mode 100755
index 0000000..2a0471e
--- /dev/null
+++ b/lab7_1/lab7_2_CalebFontenot/obj/lab7_2_CalebFontenot.csproj.nuget.g.props
@@ -0,0 +1,15 @@
+
+
+
+ True
+ NuGet
+ $(MSBuildThisFileDirectory)project.assets.json
+ $(UserProfile)\.nuget\packages\
+ C:\Users\caleb\.nuget\packages\
+ PackageReference
+ 6.3.0
+
+
+
+
+
\ No newline at end of file
diff --git a/lab7_1/lab7_2_CalebFontenot/obj/lab7_2_CalebFontenot.csproj.nuget.g.targets b/lab7_1/lab7_2_CalebFontenot/obj/lab7_2_CalebFontenot.csproj.nuget.g.targets
new file mode 100755
index 0000000..35a7576
--- /dev/null
+++ b/lab7_1/lab7_2_CalebFontenot/obj/lab7_2_CalebFontenot.csproj.nuget.g.targets
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/lab7_1/lab7_2_CalebFontenot/obj/project.assets.json b/lab7_1/lab7_2_CalebFontenot/obj/project.assets.json
new file mode 100755
index 0000000..f2649d3
--- /dev/null
+++ b/lab7_1/lab7_2_CalebFontenot/obj/project.assets.json
@@ -0,0 +1,71 @@
+{
+ "version": 3,
+ "targets": {
+ "net6.0-windows7.0": {}
+ },
+ "libraries": {},
+ "projectFileDependencyGroups": {
+ "net6.0-windows7.0": []
+ },
+ "packageFolders": {
+ "C:\\Users\\caleb\\.nuget\\packages\\": {}
+ },
+ "project": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\lab7_1\\lab7_2_CalebFontenot\\lab7_2_CalebFontenot.csproj",
+ "projectName": "lab7_2_CalebFontenot",
+ "projectPath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\lab7_1\\lab7_2_CalebFontenot\\lab7_2_CalebFontenot.csproj",
+ "packagesPath": "C:\\Users\\caleb\\.nuget\\packages\\",
+ "outputPath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\lab7_1\\lab7_2_CalebFontenot\\obj\\",
+ "projectStyle": "PackageReference",
+ "configFilePaths": [
+ "C:\\Users\\caleb\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net6.0-windows"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net6.0-windows7.0": {
+ "targetAlias": "net6.0-windows",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ }
+ },
+ "frameworks": {
+ "net6.0-windows7.0": {
+ "targetAlias": "net6.0-windows",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ },
+ "Microsoft.WindowsDesktop.App.WindowsForms": {
+ "privateAssets": "none"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.400\\RuntimeIdentifierGraph.json"
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/lab7_1/lab7_2_CalebFontenot/obj/project.nuget.cache b/lab7_1/lab7_2_CalebFontenot/obj/project.nuget.cache
new file mode 100755
index 0000000..7ea3e30
--- /dev/null
+++ b/lab7_1/lab7_2_CalebFontenot/obj/project.nuget.cache
@@ -0,0 +1,8 @@
+{
+ "version": 2,
+ "dgSpecHash": "5J4rYSZtoSxlG1DaMPwwZ+Ympx1HPEVYllSaEmeKWH1iVQKxAuDBb/QBN2/BK4xaH4OGEpHO8z/NkmOk41WgXw==",
+ "success": true,
+ "projectFilePath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\lab7_1\\lab7_2_CalebFontenot\\lab7_2_CalebFontenot.csproj",
+ "expectedPackageFiles": [],
+ "logs": []
+}
\ No newline at end of file