commit 1b1bb9c82c3313ea34fb7c2b514cf6b698dab2f5 Author: Caleb Fontenot Date: Tue Aug 30 12:37:50 2022 -0500 Init diff --git a/Lab1CalebFontenot/.vs/Lab1CalebFontenot/DesignTimeBuild/.dtbcache.v2 b/Lab1CalebFontenot/.vs/Lab1CalebFontenot/DesignTimeBuild/.dtbcache.v2 new file mode 100755 index 0000000..78ebd2a Binary files /dev/null and b/Lab1CalebFontenot/.vs/Lab1CalebFontenot/DesignTimeBuild/.dtbcache.v2 differ diff --git a/Lab1CalebFontenot/.vs/Lab1CalebFontenot/v17/.futdcache.v2 b/Lab1CalebFontenot/.vs/Lab1CalebFontenot/v17/.futdcache.v2 new file mode 100755 index 0000000..b0e1ec1 Binary files /dev/null and b/Lab1CalebFontenot/.vs/Lab1CalebFontenot/v17/.futdcache.v2 differ diff --git a/Lab1CalebFontenot/.vs/Lab1CalebFontenot/v17/.suo b/Lab1CalebFontenot/.vs/Lab1CalebFontenot/v17/.suo new file mode 100755 index 0000000..8932bb4 Binary files /dev/null and b/Lab1CalebFontenot/.vs/Lab1CalebFontenot/v17/.suo differ diff --git a/Lab1CalebFontenot/.vs/ProjectEvaluation/lab1calebfontenot.metadata.v5 b/Lab1CalebFontenot/.vs/ProjectEvaluation/lab1calebfontenot.metadata.v5 new file mode 100755 index 0000000..740f0eb Binary files /dev/null and b/Lab1CalebFontenot/.vs/ProjectEvaluation/lab1calebfontenot.metadata.v5 differ diff --git a/Lab1CalebFontenot/.vs/ProjectEvaluation/lab1calebfontenot.projects.v5 b/Lab1CalebFontenot/.vs/ProjectEvaluation/lab1calebfontenot.projects.v5 new file mode 100755 index 0000000..a09860e Binary files /dev/null and b/Lab1CalebFontenot/.vs/ProjectEvaluation/lab1calebfontenot.projects.v5 differ diff --git a/Lab1CalebFontenot/Form1.Designer.cs b/Lab1CalebFontenot/Form1.Designer.cs new file mode 100755 index 0000000..347581a --- /dev/null +++ b/Lab1CalebFontenot/Form1.Designer.cs @@ -0,0 +1,88 @@ +namespace Lab1CalebFontenot +{ + 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.buttonTest = new System.Windows.Forms.Button(); + this.label1 = new System.Windows.Forms.Label(); + this.buttonSpanish = new System.Windows.Forms.Button(); + this.SuspendLayout(); + // + // buttonTest + // + this.buttonTest.Font = new System.Drawing.Font("Segoe UI", 32F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + this.buttonTest.Location = new System.Drawing.Point(242, 131); + this.buttonTest.Name = "buttonTest"; + this.buttonTest.Size = new System.Drawing.Size(264, 71); + this.buttonTest.TabIndex = 0; + this.buttonTest.Text = "Test Button"; + this.buttonTest.UseVisualStyleBackColor = true; + this.buttonTest.Click += new System.EventHandler(this.button1_Click); + // + // label1 + // + this.label1.AutoSize = true; + this.label1.Location = new System.Drawing.Point(147, 91); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(112, 15); + this.label1.TabIndex = 1; + this.label1.Text = "Pretty poggers label"; + this.label1.Click += new System.EventHandler(this.label1_Click); + // + // buttonSpanish + // + this.buttonSpanish.Location = new System.Drawing.Point(542, 131); + this.buttonSpanish.Name = "buttonSpanish"; + this.buttonSpanish.Size = new System.Drawing.Size(75, 23); + this.buttonSpanish.TabIndex = 2; + this.buttonSpanish.Text = "button1"; + this.buttonSpanish.UseVisualStyleBackColor = true; + this.buttonSpanish.Click += new System.EventHandler(this.button1_Click_1); + // + // Form1 + // + this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(800, 450); + this.Controls.Add(this.buttonSpanish); + this.Controls.Add(this.label1); + this.Controls.Add(this.buttonTest); + this.Name = "Form1"; + this.Text = "Form1"; + this.ResumeLayout(false); + this.PerformLayout(); + + } + + #endregion + + private Button buttonTest; + private Label label1; + private Button buttonSpanish; + } +} \ No newline at end of file diff --git a/Lab1CalebFontenot/Form1.cs b/Lab1CalebFontenot/Form1.cs new file mode 100755 index 0000000..bf5fd8f --- /dev/null +++ b/Lab1CalebFontenot/Form1.cs @@ -0,0 +1,25 @@ +namespace Lab1CalebFontenot +{ + public partial class Form1 : Form + { + public Form1() + { + InitializeComponent(); + } + + private void button1_Click(object sender, EventArgs e) + { + MessageBox.Show("Thanks for clicking the button"); + } + + private void label1_Click(object sender, EventArgs e) + { + + } + + private void button1_Click_1(object sender, EventArgs e) + { + MessageBox.Show("Thanks for clicking buttonSpanish"); + } + } +} \ No newline at end of file diff --git a/Lab1CalebFontenot/Form1.resx b/Lab1CalebFontenot/Form1.resx new file mode 100755 index 0000000..b5ae26c --- /dev/null +++ b/Lab1CalebFontenot/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/Lab1CalebFontenot/Lab1CalebFontenot.csproj b/Lab1CalebFontenot/Lab1CalebFontenot.csproj new file mode 100755 index 0000000..45de288 --- /dev/null +++ b/Lab1CalebFontenot/Lab1CalebFontenot.csproj @@ -0,0 +1,11 @@ + + + + WinExe + net6.0-windows + enable + true + enable + + + \ No newline at end of file diff --git a/Lab1CalebFontenot/Lab1CalebFontenot.csproj.user b/Lab1CalebFontenot/Lab1CalebFontenot.csproj.user new file mode 100755 index 0000000..f61322e --- /dev/null +++ b/Lab1CalebFontenot/Lab1CalebFontenot.csproj.user @@ -0,0 +1,8 @@ + + + + + Form + + + diff --git a/Lab1CalebFontenot/Lab1CalebFontenot.sln b/Lab1CalebFontenot/Lab1CalebFontenot.sln new file mode 100755 index 0000000..5920c78 --- /dev/null +++ b/Lab1CalebFontenot/Lab1CalebFontenot.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}") = "Lab1CalebFontenot", "Lab1CalebFontenot.csproj", "{850A1313-411E-49BC-92DF-A9AFA7669699}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {850A1313-411E-49BC-92DF-A9AFA7669699}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {850A1313-411E-49BC-92DF-A9AFA7669699}.Debug|Any CPU.Build.0 = Debug|Any CPU + {850A1313-411E-49BC-92DF-A9AFA7669699}.Release|Any CPU.ActiveCfg = Release|Any CPU + {850A1313-411E-49BC-92DF-A9AFA7669699}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {5197E020-77D3-4400-B430-844FB9735D7A} + EndGlobalSection +EndGlobal diff --git a/Lab1CalebFontenot/Program.cs b/Lab1CalebFontenot/Program.cs new file mode 100755 index 0000000..03616e8 --- /dev/null +++ b/Lab1CalebFontenot/Program.cs @@ -0,0 +1,17 @@ +namespace Lab1CalebFontenot +{ + 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/Lab1CalebFontenot/bin/Debug/net6.0-windows/Lab1CalebFontenot.deps.json b/Lab1CalebFontenot/bin/Debug/net6.0-windows/Lab1CalebFontenot.deps.json new file mode 100755 index 0000000..dcb6077 --- /dev/null +++ b/Lab1CalebFontenot/bin/Debug/net6.0-windows/Lab1CalebFontenot.deps.json @@ -0,0 +1,23 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v6.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v6.0": { + "Lab1CalebFontenot/1.0.0": { + "runtime": { + "Lab1CalebFontenot.dll": {} + } + } + } + }, + "libraries": { + "Lab1CalebFontenot/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/Lab1CalebFontenot/bin/Debug/net6.0-windows/Lab1CalebFontenot.dll b/Lab1CalebFontenot/bin/Debug/net6.0-windows/Lab1CalebFontenot.dll new file mode 100755 index 0000000..354f95c Binary files /dev/null and b/Lab1CalebFontenot/bin/Debug/net6.0-windows/Lab1CalebFontenot.dll differ diff --git a/Lab1CalebFontenot/bin/Debug/net6.0-windows/Lab1CalebFontenot.exe b/Lab1CalebFontenot/bin/Debug/net6.0-windows/Lab1CalebFontenot.exe new file mode 100755 index 0000000..f861545 Binary files /dev/null and b/Lab1CalebFontenot/bin/Debug/net6.0-windows/Lab1CalebFontenot.exe differ diff --git a/Lab1CalebFontenot/bin/Debug/net6.0-windows/Lab1CalebFontenot.pdb b/Lab1CalebFontenot/bin/Debug/net6.0-windows/Lab1CalebFontenot.pdb new file mode 100755 index 0000000..8c59f7d Binary files /dev/null and b/Lab1CalebFontenot/bin/Debug/net6.0-windows/Lab1CalebFontenot.pdb differ diff --git a/Lab1CalebFontenot/bin/Debug/net6.0-windows/Lab1CalebFontenot.runtimeconfig.json b/Lab1CalebFontenot/bin/Debug/net6.0-windows/Lab1CalebFontenot.runtimeconfig.json new file mode 100755 index 0000000..b6062ae --- /dev/null +++ b/Lab1CalebFontenot/bin/Debug/net6.0-windows/Lab1CalebFontenot.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/Lab1CalebFontenot/obj/Debug/net6.0-windows/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/Lab1CalebFontenot/obj/Debug/net6.0-windows/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs new file mode 100755 index 0000000..32c95f9 --- /dev/null +++ b/Lab1CalebFontenot/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/Lab1CalebFontenot/obj/Debug/net6.0-windows/Lab1CalebFontenot.AssemblyInfo.cs b/Lab1CalebFontenot/obj/Debug/net6.0-windows/Lab1CalebFontenot.AssemblyInfo.cs new file mode 100755 index 0000000..ec392d1 --- /dev/null +++ b/Lab1CalebFontenot/obj/Debug/net6.0-windows/Lab1CalebFontenot.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("Lab1CalebFontenot")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("Lab1CalebFontenot")] +[assembly: System.Reflection.AssemblyTitleAttribute("Lab1CalebFontenot")] +[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/Lab1CalebFontenot/obj/Debug/net6.0-windows/Lab1CalebFontenot.AssemblyInfoInputs.cache b/Lab1CalebFontenot/obj/Debug/net6.0-windows/Lab1CalebFontenot.AssemblyInfoInputs.cache new file mode 100755 index 0000000..9a19d14 --- /dev/null +++ b/Lab1CalebFontenot/obj/Debug/net6.0-windows/Lab1CalebFontenot.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +0ff19c5d4b65728be53aa9ec9cbe5218ec2b27cf diff --git a/Lab1CalebFontenot/obj/Debug/net6.0-windows/Lab1CalebFontenot.Form1.resources b/Lab1CalebFontenot/obj/Debug/net6.0-windows/Lab1CalebFontenot.Form1.resources new file mode 100755 index 0000000..6c05a97 Binary files /dev/null and b/Lab1CalebFontenot/obj/Debug/net6.0-windows/Lab1CalebFontenot.Form1.resources differ diff --git a/Lab1CalebFontenot/obj/Debug/net6.0-windows/Lab1CalebFontenot.GeneratedMSBuildEditorConfig.editorconfig b/Lab1CalebFontenot/obj/Debug/net6.0-windows/Lab1CalebFontenot.GeneratedMSBuildEditorConfig.editorconfig new file mode 100755 index 0000000..1824cce --- /dev/null +++ b/Lab1CalebFontenot/obj/Debug/net6.0-windows/Lab1CalebFontenot.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 = Lab1CalebFontenot +build_property.ProjectDir = C:\Users\caleb\Desktop\ASDV C#\Lab1CalebFontenot\ diff --git a/Lab1CalebFontenot/obj/Debug/net6.0-windows/Lab1CalebFontenot.GlobalUsings.g.cs b/Lab1CalebFontenot/obj/Debug/net6.0-windows/Lab1CalebFontenot.GlobalUsings.g.cs new file mode 100755 index 0000000..fea4009 --- /dev/null +++ b/Lab1CalebFontenot/obj/Debug/net6.0-windows/Lab1CalebFontenot.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/Lab1CalebFontenot/obj/Debug/net6.0-windows/Lab1CalebFontenot.assets.cache b/Lab1CalebFontenot/obj/Debug/net6.0-windows/Lab1CalebFontenot.assets.cache new file mode 100755 index 0000000..ad81b9b Binary files /dev/null and b/Lab1CalebFontenot/obj/Debug/net6.0-windows/Lab1CalebFontenot.assets.cache differ diff --git a/Lab1CalebFontenot/obj/Debug/net6.0-windows/Lab1CalebFontenot.csproj.AssemblyReference.cache b/Lab1CalebFontenot/obj/Debug/net6.0-windows/Lab1CalebFontenot.csproj.AssemblyReference.cache new file mode 100755 index 0000000..f790783 Binary files /dev/null and b/Lab1CalebFontenot/obj/Debug/net6.0-windows/Lab1CalebFontenot.csproj.AssemblyReference.cache differ diff --git a/Lab1CalebFontenot/obj/Debug/net6.0-windows/Lab1CalebFontenot.csproj.BuildWithSkipAnalyzers b/Lab1CalebFontenot/obj/Debug/net6.0-windows/Lab1CalebFontenot.csproj.BuildWithSkipAnalyzers new file mode 100755 index 0000000..e69de29 diff --git a/Lab1CalebFontenot/obj/Debug/net6.0-windows/Lab1CalebFontenot.csproj.CoreCompileInputs.cache b/Lab1CalebFontenot/obj/Debug/net6.0-windows/Lab1CalebFontenot.csproj.CoreCompileInputs.cache new file mode 100755 index 0000000..2e40c50 --- /dev/null +++ b/Lab1CalebFontenot/obj/Debug/net6.0-windows/Lab1CalebFontenot.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +70241233fb6dd67fad59e410c4d7bef8ab169f90 diff --git a/Lab1CalebFontenot/obj/Debug/net6.0-windows/Lab1CalebFontenot.csproj.FileListAbsolute.txt b/Lab1CalebFontenot/obj/Debug/net6.0-windows/Lab1CalebFontenot.csproj.FileListAbsolute.txt new file mode 100755 index 0000000..a966208 --- /dev/null +++ b/Lab1CalebFontenot/obj/Debug/net6.0-windows/Lab1CalebFontenot.csproj.FileListAbsolute.txt @@ -0,0 +1,17 @@ +C:\Users\caleb\Desktop\ASDV C#\Lab1CalebFontenot\obj\Debug\net6.0-windows\Lab1CalebFontenot.csproj.AssemblyReference.cache +C:\Users\caleb\Desktop\ASDV C#\Lab1CalebFontenot\obj\Debug\net6.0-windows\Lab1CalebFontenot.Form1.resources +C:\Users\caleb\Desktop\ASDV C#\Lab1CalebFontenot\obj\Debug\net6.0-windows\Lab1CalebFontenot.csproj.GenerateResource.cache +C:\Users\caleb\Desktop\ASDV C#\Lab1CalebFontenot\obj\Debug\net6.0-windows\Lab1CalebFontenot.GeneratedMSBuildEditorConfig.editorconfig +C:\Users\caleb\Desktop\ASDV C#\Lab1CalebFontenot\obj\Debug\net6.0-windows\Lab1CalebFontenot.AssemblyInfoInputs.cache +C:\Users\caleb\Desktop\ASDV C#\Lab1CalebFontenot\obj\Debug\net6.0-windows\Lab1CalebFontenot.AssemblyInfo.cs +C:\Users\caleb\Desktop\ASDV C#\Lab1CalebFontenot\obj\Debug\net6.0-windows\Lab1CalebFontenot.csproj.CoreCompileInputs.cache +C:\Users\caleb\Desktop\ASDV C#\Lab1CalebFontenot\bin\Debug\net6.0-windows\Lab1CalebFontenot.exe +C:\Users\caleb\Desktop\ASDV C#\Lab1CalebFontenot\bin\Debug\net6.0-windows\Lab1CalebFontenot.deps.json +C:\Users\caleb\Desktop\ASDV C#\Lab1CalebFontenot\bin\Debug\net6.0-windows\Lab1CalebFontenot.runtimeconfig.json +C:\Users\caleb\Desktop\ASDV C#\Lab1CalebFontenot\bin\Debug\net6.0-windows\Lab1CalebFontenot.dll +C:\Users\caleb\Desktop\ASDV C#\Lab1CalebFontenot\bin\Debug\net6.0-windows\Lab1CalebFontenot.pdb +C:\Users\caleb\Desktop\ASDV C#\Lab1CalebFontenot\obj\Debug\net6.0-windows\Lab1CalebFontenot.dll +C:\Users\caleb\Desktop\ASDV C#\Lab1CalebFontenot\obj\Debug\net6.0-windows\refint\Lab1CalebFontenot.dll +C:\Users\caleb\Desktop\ASDV C#\Lab1CalebFontenot\obj\Debug\net6.0-windows\Lab1CalebFontenot.pdb +C:\Users\caleb\Desktop\ASDV C#\Lab1CalebFontenot\obj\Debug\net6.0-windows\Lab1CalebFontenot.genruntimeconfig.cache +C:\Users\caleb\Desktop\ASDV C#\Lab1CalebFontenot\obj\Debug\net6.0-windows\ref\Lab1CalebFontenot.dll diff --git a/Lab1CalebFontenot/obj/Debug/net6.0-windows/Lab1CalebFontenot.csproj.GenerateResource.cache b/Lab1CalebFontenot/obj/Debug/net6.0-windows/Lab1CalebFontenot.csproj.GenerateResource.cache new file mode 100755 index 0000000..865de53 Binary files /dev/null and b/Lab1CalebFontenot/obj/Debug/net6.0-windows/Lab1CalebFontenot.csproj.GenerateResource.cache differ diff --git a/Lab1CalebFontenot/obj/Debug/net6.0-windows/Lab1CalebFontenot.designer.deps.json b/Lab1CalebFontenot/obj/Debug/net6.0-windows/Lab1CalebFontenot.designer.deps.json new file mode 100755 index 0000000..fbeaac4 --- /dev/null +++ b/Lab1CalebFontenot/obj/Debug/net6.0-windows/Lab1CalebFontenot.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/Lab1CalebFontenot/obj/Debug/net6.0-windows/Lab1CalebFontenot.designer.runtimeconfig.json b/Lab1CalebFontenot/obj/Debug/net6.0-windows/Lab1CalebFontenot.designer.runtimeconfig.json new file mode 100755 index 0000000..4ec7c38 --- /dev/null +++ b/Lab1CalebFontenot/obj/Debug/net6.0-windows/Lab1CalebFontenot.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/Lab1CalebFontenot/obj/Debug/net6.0-windows/Lab1CalebFontenot.dll b/Lab1CalebFontenot/obj/Debug/net6.0-windows/Lab1CalebFontenot.dll new file mode 100755 index 0000000..354f95c Binary files /dev/null and b/Lab1CalebFontenot/obj/Debug/net6.0-windows/Lab1CalebFontenot.dll differ diff --git a/Lab1CalebFontenot/obj/Debug/net6.0-windows/Lab1CalebFontenot.genruntimeconfig.cache b/Lab1CalebFontenot/obj/Debug/net6.0-windows/Lab1CalebFontenot.genruntimeconfig.cache new file mode 100755 index 0000000..ada4424 --- /dev/null +++ b/Lab1CalebFontenot/obj/Debug/net6.0-windows/Lab1CalebFontenot.genruntimeconfig.cache @@ -0,0 +1 @@ +6a0edbee3a1b97d11414b43166f087be8f3da687 diff --git a/Lab1CalebFontenot/obj/Debug/net6.0-windows/Lab1CalebFontenot.pdb b/Lab1CalebFontenot/obj/Debug/net6.0-windows/Lab1CalebFontenot.pdb new file mode 100755 index 0000000..8c59f7d Binary files /dev/null and b/Lab1CalebFontenot/obj/Debug/net6.0-windows/Lab1CalebFontenot.pdb differ diff --git a/Lab1CalebFontenot/obj/Debug/net6.0-windows/apphost.exe b/Lab1CalebFontenot/obj/Debug/net6.0-windows/apphost.exe new file mode 100755 index 0000000..f861545 Binary files /dev/null and b/Lab1CalebFontenot/obj/Debug/net6.0-windows/apphost.exe differ diff --git a/Lab1CalebFontenot/obj/Debug/net6.0-windows/ref/Lab1CalebFontenot.dll b/Lab1CalebFontenot/obj/Debug/net6.0-windows/ref/Lab1CalebFontenot.dll new file mode 100755 index 0000000..c38ed25 Binary files /dev/null and b/Lab1CalebFontenot/obj/Debug/net6.0-windows/ref/Lab1CalebFontenot.dll differ diff --git a/Lab1CalebFontenot/obj/Debug/net6.0-windows/refint/Lab1CalebFontenot.dll b/Lab1CalebFontenot/obj/Debug/net6.0-windows/refint/Lab1CalebFontenot.dll new file mode 100755 index 0000000..c38ed25 Binary files /dev/null and b/Lab1CalebFontenot/obj/Debug/net6.0-windows/refint/Lab1CalebFontenot.dll differ diff --git a/Lab1CalebFontenot/obj/Lab1CalebFontenot.csproj.nuget.dgspec.json b/Lab1CalebFontenot/obj/Lab1CalebFontenot.csproj.nuget.dgspec.json new file mode 100755 index 0000000..9427f88 --- /dev/null +++ b/Lab1CalebFontenot/obj/Lab1CalebFontenot.csproj.nuget.dgspec.json @@ -0,0 +1,66 @@ +{ + "format": 1, + "restore": { + "C:\\Users\\caleb\\Desktop\\ASDV C#\\Lab1CalebFontenot\\Lab1CalebFontenot.csproj": {} + }, + "projects": { + "C:\\Users\\caleb\\Desktop\\ASDV C#\\Lab1CalebFontenot\\Lab1CalebFontenot.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\caleb\\Desktop\\ASDV C#\\Lab1CalebFontenot\\Lab1CalebFontenot.csproj", + "projectName": "Lab1CalebFontenot", + "projectPath": "C:\\Users\\caleb\\Desktop\\ASDV C#\\Lab1CalebFontenot\\Lab1CalebFontenot.csproj", + "packagesPath": "C:\\Users\\caleb\\.nuget\\packages\\", + "outputPath": "C:\\Users\\caleb\\Desktop\\ASDV C#\\Lab1CalebFontenot\\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/Lab1CalebFontenot/obj/Lab1CalebFontenot.csproj.nuget.g.props b/Lab1CalebFontenot/obj/Lab1CalebFontenot.csproj.nuget.g.props new file mode 100755 index 0000000..2a0471e --- /dev/null +++ b/Lab1CalebFontenot/obj/Lab1CalebFontenot.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/Lab1CalebFontenot/obj/Lab1CalebFontenot.csproj.nuget.g.targets b/Lab1CalebFontenot/obj/Lab1CalebFontenot.csproj.nuget.g.targets new file mode 100755 index 0000000..35a7576 --- /dev/null +++ b/Lab1CalebFontenot/obj/Lab1CalebFontenot.csproj.nuget.g.targets @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/Lab1CalebFontenot/obj/project.assets.json b/Lab1CalebFontenot/obj/project.assets.json new file mode 100755 index 0000000..23581c1 --- /dev/null +++ b/Lab1CalebFontenot/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": "C:\\Users\\caleb\\Desktop\\ASDV C#\\Lab1CalebFontenot\\Lab1CalebFontenot.csproj", + "projectName": "Lab1CalebFontenot", + "projectPath": "C:\\Users\\caleb\\Desktop\\ASDV C#\\Lab1CalebFontenot\\Lab1CalebFontenot.csproj", + "packagesPath": "C:\\Users\\caleb\\.nuget\\packages\\", + "outputPath": "C:\\Users\\caleb\\Desktop\\ASDV C#\\Lab1CalebFontenot\\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/Lab1CalebFontenot/obj/project.nuget.cache b/Lab1CalebFontenot/obj/project.nuget.cache new file mode 100755 index 0000000..37d5c19 --- /dev/null +++ b/Lab1CalebFontenot/obj/project.nuget.cache @@ -0,0 +1,8 @@ +{ + "version": 2, + "dgSpecHash": "OjS4RMa/c44jJMeD463Yg7xSvpTLuVi0zHaWbfqSr5jPUNsz9sqnv211Nbpjyh4GPrk3SYqdwT1pCMpaQriI0A==", + "success": true, + "projectFilePath": "C:\\Users\\caleb\\Desktop\\ASDV C#\\Lab1CalebFontenot\\Lab1CalebFontenot.csproj", + "expectedPackageFiles": [], + "logs": [] +} \ No newline at end of file diff --git a/Lab3_CalebFontenot/Lab3_CalebFontenot/.vs/Lab3_CalebFontenot/DesignTimeBuild/.dtbcache.v2 b/Lab3_CalebFontenot/Lab3_CalebFontenot/.vs/Lab3_CalebFontenot/DesignTimeBuild/.dtbcache.v2 new file mode 100755 index 0000000..6784411 Binary files /dev/null and b/Lab3_CalebFontenot/Lab3_CalebFontenot/.vs/Lab3_CalebFontenot/DesignTimeBuild/.dtbcache.v2 differ diff --git a/Lab3_CalebFontenot/Lab3_CalebFontenot/.vs/Lab3_CalebFontenot/FileContentIndex/2d57951a-9a8f-4f3c-b11e-1a92b5de9b11.vsidx b/Lab3_CalebFontenot/Lab3_CalebFontenot/.vs/Lab3_CalebFontenot/FileContentIndex/2d57951a-9a8f-4f3c-b11e-1a92b5de9b11.vsidx new file mode 100755 index 0000000..9e17440 Binary files /dev/null and b/Lab3_CalebFontenot/Lab3_CalebFontenot/.vs/Lab3_CalebFontenot/FileContentIndex/2d57951a-9a8f-4f3c-b11e-1a92b5de9b11.vsidx differ diff --git a/Lab3_CalebFontenot/Lab3_CalebFontenot/.vs/Lab3_CalebFontenot/FileContentIndex/698c7687-8fac-46d1-adff-fae1c658431a.vsidx b/Lab3_CalebFontenot/Lab3_CalebFontenot/.vs/Lab3_CalebFontenot/FileContentIndex/698c7687-8fac-46d1-adff-fae1c658431a.vsidx new file mode 100755 index 0000000..2d73ec2 Binary files /dev/null and b/Lab3_CalebFontenot/Lab3_CalebFontenot/.vs/Lab3_CalebFontenot/FileContentIndex/698c7687-8fac-46d1-adff-fae1c658431a.vsidx differ diff --git a/Lab3_CalebFontenot/Lab3_CalebFontenot/.vs/Lab3_CalebFontenot/FileContentIndex/read.lock b/Lab3_CalebFontenot/Lab3_CalebFontenot/.vs/Lab3_CalebFontenot/FileContentIndex/read.lock new file mode 100755 index 0000000..e69de29 diff --git a/Lab3_CalebFontenot/Lab3_CalebFontenot/.vs/Lab3_CalebFontenot/v17/.suo b/Lab3_CalebFontenot/Lab3_CalebFontenot/.vs/Lab3_CalebFontenot/v17/.suo new file mode 100755 index 0000000..e5a3b0a Binary files /dev/null and b/Lab3_CalebFontenot/Lab3_CalebFontenot/.vs/Lab3_CalebFontenot/v17/.suo differ diff --git a/Lab3_CalebFontenot/Lab3_CalebFontenot/Form1.Designer.cs b/Lab3_CalebFontenot/Lab3_CalebFontenot/Form1.Designer.cs new file mode 100755 index 0000000..01fb2d3 --- /dev/null +++ b/Lab3_CalebFontenot/Lab3_CalebFontenot/Form1.Designer.cs @@ -0,0 +1,39 @@ +namespace Lab3_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.components = new System.ComponentModel.Container(); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(800, 450); + this.Text = "Form1"; + } + + #endregion + } +} \ No newline at end of file diff --git a/Lab3_CalebFontenot/Lab3_CalebFontenot/Form1.cs b/Lab3_CalebFontenot/Lab3_CalebFontenot/Form1.cs new file mode 100755 index 0000000..14ae62a --- /dev/null +++ b/Lab3_CalebFontenot/Lab3_CalebFontenot/Form1.cs @@ -0,0 +1,10 @@ +namespace Lab3_CalebFontenot +{ + public partial class Form1 : Form + { + public Form1() + { + InitializeComponent(); + } + } +} \ No newline at end of file diff --git a/Lab3_CalebFontenot/Lab3_CalebFontenot/Form1.resx b/Lab3_CalebFontenot/Lab3_CalebFontenot/Form1.resx new file mode 100755 index 0000000..29dcb1b --- /dev/null +++ b/Lab3_CalebFontenot/Lab3_CalebFontenot/Form1.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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/Lab3_CalebFontenot/Lab3_CalebFontenot/Lab3_CalebFontenot.csproj b/Lab3_CalebFontenot/Lab3_CalebFontenot/Lab3_CalebFontenot.csproj new file mode 100755 index 0000000..45de288 --- /dev/null +++ b/Lab3_CalebFontenot/Lab3_CalebFontenot/Lab3_CalebFontenot.csproj @@ -0,0 +1,11 @@ + + + + WinExe + net6.0-windows + enable + true + enable + + + \ No newline at end of file diff --git a/Lab3_CalebFontenot/Lab3_CalebFontenot/Lab3_CalebFontenot.csproj.user b/Lab3_CalebFontenot/Lab3_CalebFontenot/Lab3_CalebFontenot.csproj.user new file mode 100755 index 0000000..f61322e --- /dev/null +++ b/Lab3_CalebFontenot/Lab3_CalebFontenot/Lab3_CalebFontenot.csproj.user @@ -0,0 +1,8 @@ + + + + + Form + + + diff --git a/Lab3_CalebFontenot/Lab3_CalebFontenot/Lab3_CalebFontenot.sln b/Lab3_CalebFontenot/Lab3_CalebFontenot/Lab3_CalebFontenot.sln new file mode 100755 index 0000000..a8dccbd --- /dev/null +++ b/Lab3_CalebFontenot/Lab3_CalebFontenot/Lab3_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}") = "Lab3_CalebFontenot", "Lab3_CalebFontenot.csproj", "{06BFD30F-F48C-4BBC-A361-7C84E3F76682}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {06BFD30F-F48C-4BBC-A361-7C84E3F76682}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {06BFD30F-F48C-4BBC-A361-7C84E3F76682}.Debug|Any CPU.Build.0 = Debug|Any CPU + {06BFD30F-F48C-4BBC-A361-7C84E3F76682}.Release|Any CPU.ActiveCfg = Release|Any CPU + {06BFD30F-F48C-4BBC-A361-7C84E3F76682}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {E63300B1-F89B-4AC5-94AD-03B940153585} + EndGlobalSection +EndGlobal diff --git a/Lab3_CalebFontenot/Lab3_CalebFontenot/Program.cs b/Lab3_CalebFontenot/Lab3_CalebFontenot/Program.cs new file mode 100755 index 0000000..e9e2059 --- /dev/null +++ b/Lab3_CalebFontenot/Lab3_CalebFontenot/Program.cs @@ -0,0 +1,17 @@ +namespace Lab3_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/Lab3_CalebFontenot/Lab3_CalebFontenot/obj/Debug/net6.0-windows/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/Lab3_CalebFontenot/Lab3_CalebFontenot/obj/Debug/net6.0-windows/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs new file mode 100755 index 0000000..32c95f9 --- /dev/null +++ b/Lab3_CalebFontenot/Lab3_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/Lab3_CalebFontenot/Lab3_CalebFontenot/obj/Debug/net6.0-windows/Lab3_CalebFontenot.AssemblyInfo.cs b/Lab3_CalebFontenot/Lab3_CalebFontenot/obj/Debug/net6.0-windows/Lab3_CalebFontenot.AssemblyInfo.cs new file mode 100755 index 0000000..027a4c1 --- /dev/null +++ b/Lab3_CalebFontenot/Lab3_CalebFontenot/obj/Debug/net6.0-windows/Lab3_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("Lab3_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("Lab3_CalebFontenot")] +[assembly: System.Reflection.AssemblyTitleAttribute("Lab3_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/Lab3_CalebFontenot/Lab3_CalebFontenot/obj/Debug/net6.0-windows/Lab3_CalebFontenot.AssemblyInfoInputs.cache b/Lab3_CalebFontenot/Lab3_CalebFontenot/obj/Debug/net6.0-windows/Lab3_CalebFontenot.AssemblyInfoInputs.cache new file mode 100755 index 0000000..27dd22b --- /dev/null +++ b/Lab3_CalebFontenot/Lab3_CalebFontenot/obj/Debug/net6.0-windows/Lab3_CalebFontenot.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +1709a2c729373e9bb48df1bbd2df1b69f1dc1af2 diff --git a/Lab3_CalebFontenot/Lab3_CalebFontenot/obj/Debug/net6.0-windows/Lab3_CalebFontenot.GeneratedMSBuildEditorConfig.editorconfig b/Lab3_CalebFontenot/Lab3_CalebFontenot/obj/Debug/net6.0-windows/Lab3_CalebFontenot.GeneratedMSBuildEditorConfig.editorconfig new file mode 100755 index 0000000..95aa69e --- /dev/null +++ b/Lab3_CalebFontenot/Lab3_CalebFontenot/obj/Debug/net6.0-windows/Lab3_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 = Lab3_CalebFontenot +build_property.ProjectDir = Z:\media\DataEXT4\Documents\ASDV C#\Lab3_CalebFontenot\Lab3_CalebFontenot\ diff --git a/Lab3_CalebFontenot/Lab3_CalebFontenot/obj/Debug/net6.0-windows/Lab3_CalebFontenot.GlobalUsings.g.cs b/Lab3_CalebFontenot/Lab3_CalebFontenot/obj/Debug/net6.0-windows/Lab3_CalebFontenot.GlobalUsings.g.cs new file mode 100755 index 0000000..fea4009 --- /dev/null +++ b/Lab3_CalebFontenot/Lab3_CalebFontenot/obj/Debug/net6.0-windows/Lab3_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/Lab3_CalebFontenot/Lab3_CalebFontenot/obj/Debug/net6.0-windows/Lab3_CalebFontenot.assets.cache b/Lab3_CalebFontenot/Lab3_CalebFontenot/obj/Debug/net6.0-windows/Lab3_CalebFontenot.assets.cache new file mode 100755 index 0000000..d926c4f Binary files /dev/null and b/Lab3_CalebFontenot/Lab3_CalebFontenot/obj/Debug/net6.0-windows/Lab3_CalebFontenot.assets.cache differ diff --git a/Lab3_CalebFontenot/Lab3_CalebFontenot/obj/Debug/net6.0-windows/Lab3_CalebFontenot.csproj.AssemblyReference.cache b/Lab3_CalebFontenot/Lab3_CalebFontenot/obj/Debug/net6.0-windows/Lab3_CalebFontenot.csproj.AssemblyReference.cache new file mode 100755 index 0000000..f790783 Binary files /dev/null and b/Lab3_CalebFontenot/Lab3_CalebFontenot/obj/Debug/net6.0-windows/Lab3_CalebFontenot.csproj.AssemblyReference.cache differ diff --git a/Lab3_CalebFontenot/Lab3_CalebFontenot/obj/Debug/net6.0-windows/Lab3_CalebFontenot.designer.deps.json b/Lab3_CalebFontenot/Lab3_CalebFontenot/obj/Debug/net6.0-windows/Lab3_CalebFontenot.designer.deps.json new file mode 100755 index 0000000..fbeaac4 --- /dev/null +++ b/Lab3_CalebFontenot/Lab3_CalebFontenot/obj/Debug/net6.0-windows/Lab3_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/Lab3_CalebFontenot/Lab3_CalebFontenot/obj/Debug/net6.0-windows/Lab3_CalebFontenot.designer.runtimeconfig.json b/Lab3_CalebFontenot/Lab3_CalebFontenot/obj/Debug/net6.0-windows/Lab3_CalebFontenot.designer.runtimeconfig.json new file mode 100755 index 0000000..4ec7c38 --- /dev/null +++ b/Lab3_CalebFontenot/Lab3_CalebFontenot/obj/Debug/net6.0-windows/Lab3_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/Lab3_CalebFontenot/Lab3_CalebFontenot/obj/Lab3_CalebFontenot.csproj.nuget.dgspec.json b/Lab3_CalebFontenot/Lab3_CalebFontenot/obj/Lab3_CalebFontenot.csproj.nuget.dgspec.json new file mode 100755 index 0000000..acad537 --- /dev/null +++ b/Lab3_CalebFontenot/Lab3_CalebFontenot/obj/Lab3_CalebFontenot.csproj.nuget.dgspec.json @@ -0,0 +1,66 @@ +{ + "format": 1, + "restore": { + "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\Lab3_CalebFontenot\\Lab3_CalebFontenot\\Lab3_CalebFontenot.csproj": {} + }, + "projects": { + "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\Lab3_CalebFontenot\\Lab3_CalebFontenot\\Lab3_CalebFontenot.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\Lab3_CalebFontenot\\Lab3_CalebFontenot\\Lab3_CalebFontenot.csproj", + "projectName": "Lab3_CalebFontenot", + "projectPath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\Lab3_CalebFontenot\\Lab3_CalebFontenot\\Lab3_CalebFontenot.csproj", + "packagesPath": "C:\\Users\\caleb\\.nuget\\packages\\", + "outputPath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\Lab3_CalebFontenot\\Lab3_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/Lab3_CalebFontenot/Lab3_CalebFontenot/obj/Lab3_CalebFontenot.csproj.nuget.g.props b/Lab3_CalebFontenot/Lab3_CalebFontenot/obj/Lab3_CalebFontenot.csproj.nuget.g.props new file mode 100755 index 0000000..2a0471e --- /dev/null +++ b/Lab3_CalebFontenot/Lab3_CalebFontenot/obj/Lab3_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/Lab3_CalebFontenot/Lab3_CalebFontenot/obj/Lab3_CalebFontenot.csproj.nuget.g.targets b/Lab3_CalebFontenot/Lab3_CalebFontenot/obj/Lab3_CalebFontenot.csproj.nuget.g.targets new file mode 100755 index 0000000..35a7576 --- /dev/null +++ b/Lab3_CalebFontenot/Lab3_CalebFontenot/obj/Lab3_CalebFontenot.csproj.nuget.g.targets @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/Lab3_CalebFontenot/Lab3_CalebFontenot/obj/project.assets.json b/Lab3_CalebFontenot/Lab3_CalebFontenot/obj/project.assets.json new file mode 100755 index 0000000..cbbbca5 --- /dev/null +++ b/Lab3_CalebFontenot/Lab3_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#\\Lab3_CalebFontenot\\Lab3_CalebFontenot\\Lab3_CalebFontenot.csproj", + "projectName": "Lab3_CalebFontenot", + "projectPath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\Lab3_CalebFontenot\\Lab3_CalebFontenot\\Lab3_CalebFontenot.csproj", + "packagesPath": "C:\\Users\\caleb\\.nuget\\packages\\", + "outputPath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\Lab3_CalebFontenot\\Lab3_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/Lab3_CalebFontenot/Lab3_CalebFontenot/obj/project.nuget.cache b/Lab3_CalebFontenot/Lab3_CalebFontenot/obj/project.nuget.cache new file mode 100755 index 0000000..251660c --- /dev/null +++ b/Lab3_CalebFontenot/Lab3_CalebFontenot/obj/project.nuget.cache @@ -0,0 +1,8 @@ +{ + "version": 2, + "dgSpecHash": "cs+j84+hlDIDTaxddUNBvT2OWzZsy49avLEi6xEQf/m7nD6DPXZCC2xfXoKWqdBh4SpOOElAy+yXCihPa+pSEg==", + "success": true, + "projectFilePath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\Lab3_CalebFontenot\\Lab3_CalebFontenot\\Lab3_CalebFontenot.csproj", + "expectedPackageFiles": [], + "logs": [] +} \ No newline at end of file diff --git a/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/.vs/ProjectEvaluation/lab_tutorial_2_1_caleb fontenot.metadata.v5 b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/.vs/ProjectEvaluation/lab_tutorial_2_1_caleb fontenot.metadata.v5 new file mode 100755 index 0000000..01ba5ab Binary files /dev/null and b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/.vs/ProjectEvaluation/lab_tutorial_2_1_caleb fontenot.metadata.v5 differ diff --git a/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/.vs/ProjectEvaluation/lab_tutorial_2_1_caleb fontenot.projects.v5 b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/.vs/ProjectEvaluation/lab_tutorial_2_1_caleb fontenot.projects.v5 new file mode 100755 index 0000000..4e037c7 Binary files /dev/null and b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/.vs/ProjectEvaluation/lab_tutorial_2_1_caleb fontenot.projects.v5 differ diff --git a/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/.vs/lab_tutorial_2_1_Caleb Fontenot/DesignTimeBuild/.dtbcache.v2 b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/.vs/lab_tutorial_2_1_Caleb Fontenot/DesignTimeBuild/.dtbcache.v2 new file mode 100755 index 0000000..2453e79 Binary files /dev/null and b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/.vs/lab_tutorial_2_1_Caleb Fontenot/DesignTimeBuild/.dtbcache.v2 differ diff --git a/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/.vs/lab_tutorial_2_1_Caleb Fontenot/FileContentIndex/1de851e3-ba15-4118-bcba-dbf125e11d45.vsidx b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/.vs/lab_tutorial_2_1_Caleb Fontenot/FileContentIndex/1de851e3-ba15-4118-bcba-dbf125e11d45.vsidx new file mode 100755 index 0000000..1922816 Binary files /dev/null and b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/.vs/lab_tutorial_2_1_Caleb Fontenot/FileContentIndex/1de851e3-ba15-4118-bcba-dbf125e11d45.vsidx differ diff --git a/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/.vs/lab_tutorial_2_1_Caleb Fontenot/FileContentIndex/b3310f80-85b4-4f07-894e-20e4ab72e7a7.vsidx b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/.vs/lab_tutorial_2_1_Caleb Fontenot/FileContentIndex/b3310f80-85b4-4f07-894e-20e4ab72e7a7.vsidx new file mode 100755 index 0000000..e881abc Binary files /dev/null and b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/.vs/lab_tutorial_2_1_Caleb Fontenot/FileContentIndex/b3310f80-85b4-4f07-894e-20e4ab72e7a7.vsidx differ diff --git a/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/.vs/lab_tutorial_2_1_Caleb Fontenot/FileContentIndex/e4c2ec42-f210-47ed-bf09-d8d9937196a6.vsidx b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/.vs/lab_tutorial_2_1_Caleb Fontenot/FileContentIndex/e4c2ec42-f210-47ed-bf09-d8d9937196a6.vsidx new file mode 100755 index 0000000..f5b330d Binary files /dev/null and b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/.vs/lab_tutorial_2_1_Caleb Fontenot/FileContentIndex/e4c2ec42-f210-47ed-bf09-d8d9937196a6.vsidx differ diff --git a/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/.vs/lab_tutorial_2_1_Caleb Fontenot/FileContentIndex/e90705dd-9f71-4773-bfe1-364968edac0f.vsidx b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/.vs/lab_tutorial_2_1_Caleb Fontenot/FileContentIndex/e90705dd-9f71-4773-bfe1-364968edac0f.vsidx new file mode 100755 index 0000000..d8b7eb8 Binary files /dev/null and b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/.vs/lab_tutorial_2_1_Caleb Fontenot/FileContentIndex/e90705dd-9f71-4773-bfe1-364968edac0f.vsidx differ diff --git a/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/.vs/lab_tutorial_2_1_Caleb Fontenot/FileContentIndex/read.lock b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/.vs/lab_tutorial_2_1_Caleb Fontenot/FileContentIndex/read.lock new file mode 100755 index 0000000..e69de29 diff --git a/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/.vs/lab_tutorial_2_1_Caleb Fontenot/v17/.futdcache.v2 b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/.vs/lab_tutorial_2_1_Caleb Fontenot/v17/.futdcache.v2 new file mode 100755 index 0000000..5afd3c0 Binary files /dev/null and b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/.vs/lab_tutorial_2_1_Caleb Fontenot/v17/.futdcache.v2 differ diff --git a/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/.vs/lab_tutorial_2_1_Caleb Fontenot/v17/.suo b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/.vs/lab_tutorial_2_1_Caleb Fontenot/v17/.suo new file mode 100755 index 0000000..f3946cc Binary files /dev/null and b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/.vs/lab_tutorial_2_1_Caleb Fontenot/v17/.suo differ diff --git a/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/Form1.Designer.cs b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/Form1.Designer.cs new file mode 100755 index 0000000..37646f3 --- /dev/null +++ b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/Form1.Designer.cs @@ -0,0 +1,113 @@ +namespace lab_tutorial_2_1_Caleb_Fontenot +{ + 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.label1 = new System.Windows.Forms.Label(); + this.translationLabel = new System.Windows.Forms.TextBox(); + this.italianButton = new System.Windows.Forms.Button(); + this.spanishButton = new System.Windows.Forms.Button(); + this.germanButton = new System.Windows.Forms.Button(); + this.SuspendLayout(); + // + // label1 + // + this.label1.AutoSize = true; + this.label1.Location = new System.Drawing.Point(29, 19); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(253, 15); + this.label1.TabIndex = 0; + this.label1.Text = "Select a language and I will say Good Morning."; + this.label1.Click += new System.EventHandler(this.label1_Click); + // + // translationLabel + // + this.translationLabel.Location = new System.Drawing.Point(17, 47); + this.translationLabel.Name = "translationLabel"; + this.translationLabel.Size = new System.Drawing.Size(278, 23); + this.translationLabel.TabIndex = 1; + this.translationLabel.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + this.translationLabel.TextChanged += new System.EventHandler(this.textBox1_TextChanged); + // + // italianButton + // + this.italianButton.Location = new System.Drawing.Point(32, 76); + this.italianButton.Name = "italianButton"; + this.italianButton.Size = new System.Drawing.Size(75, 23); + this.italianButton.TabIndex = 2; + this.italianButton.Text = "Italian"; + this.italianButton.UseVisualStyleBackColor = true; + this.italianButton.Click += new System.EventHandler(this.italianButton_Click); + // + // spanishButton + // + this.spanishButton.Location = new System.Drawing.Point(113, 76); + this.spanishButton.Name = "spanishButton"; + this.spanishButton.Size = new System.Drawing.Size(75, 23); + this.spanishButton.TabIndex = 3; + this.spanishButton.Text = "Spanish"; + this.spanishButton.UseVisualStyleBackColor = true; + this.spanishButton.Click += new System.EventHandler(this.spanishButton_Click); + // + // germanButton + // + this.germanButton.Location = new System.Drawing.Point(194, 76); + this.germanButton.Name = "germanButton"; + this.germanButton.Size = new System.Drawing.Size(75, 23); + this.germanButton.TabIndex = 4; + this.germanButton.Text = "German"; + this.germanButton.UseVisualStyleBackColor = true; + this.germanButton.Click += new System.EventHandler(this.germanButton_Click); + // + // Form1 + // + this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(306, 111); + this.Controls.Add(this.germanButton); + this.Controls.Add(this.spanishButton); + this.Controls.Add(this.italianButton); + this.Controls.Add(this.translationLabel); + this.Controls.Add(this.label1); + this.Name = "Form1"; + this.Text = "Language Translator"; + this.Load += new System.EventHandler(this.Form1_Load); + this.ResumeLayout(false); + this.PerformLayout(); + + } + + #endregion + + private Label label1; + private TextBox translationLabel; + private Button italianButton; + private Button spanishButton; + private Button germanButton; + } +} \ No newline at end of file diff --git a/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/Form1.cs b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/Form1.cs new file mode 100755 index 0000000..1353ee2 --- /dev/null +++ b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/Form1.cs @@ -0,0 +1,40 @@ +namespace lab_tutorial_2_1_Caleb_Fontenot +{ + public partial class Form1 : Form + { + public Form1() + { + InitializeComponent(); + } + + private void Form1_Load(object sender, EventArgs e) + { + + } + + private void label1_Click(object sender, EventArgs e) + { + + } + + private void italianButton_Click(object sender, EventArgs e) + { + translationLabel.Text = "Buongiorno"; + } + + private void spanishButton_Click(object sender, EventArgs e) + { + translationLabel.Text = "Buenos Dias"; + } + private void germanButton_Click(object sender, EventArgs e) + { + translationLabel.Text = "Guten Morgen"; + } + private void textBox1_TextChanged(object sender, EventArgs e) + { + + } + + + } +} \ No newline at end of file diff --git a/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/Form1.resx b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/Form1.resx new file mode 100755 index 0000000..b5ae26c --- /dev/null +++ b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/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/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/Program.cs b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/Program.cs new file mode 100755 index 0000000..13519cf --- /dev/null +++ b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/Program.cs @@ -0,0 +1,17 @@ +namespace lab_tutorial_2_1_Caleb_Fontenot +{ + 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/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/Properties/PublishProfiles/FolderProfile.pubxml b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/Properties/PublishProfiles/FolderProfile.pubxml new file mode 100755 index 0000000..e689e58 --- /dev/null +++ b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/Properties/PublishProfiles/FolderProfile.pubxml @@ -0,0 +1,13 @@ + + + + + Release + Any CPU + bin\Release\net6.0-windows\publish\ + FileSystem + <_TargetId>Folder + + \ No newline at end of file diff --git a/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/Properties/PublishProfiles/FolderProfile.pubxml.user b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/Properties/PublishProfiles/FolderProfile.pubxml.user new file mode 100755 index 0000000..2dd8787 --- /dev/null +++ b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/Properties/PublishProfiles/FolderProfile.pubxml.user @@ -0,0 +1,6 @@ + + + + diff --git a/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/bin/Debug/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.deps.json b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/bin/Debug/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.deps.json new file mode 100755 index 0000000..97c138c --- /dev/null +++ b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/bin/Debug/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.deps.json @@ -0,0 +1,23 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v6.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v6.0": { + "lab_tutorial_2_1_Caleb Fontenot/1.0.0": { + "runtime": { + "lab_tutorial_2_1_Caleb Fontenot.dll": {} + } + } + } + }, + "libraries": { + "lab_tutorial_2_1_Caleb Fontenot/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/bin/Debug/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.dll b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/bin/Debug/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.dll new file mode 100755 index 0000000..5f05988 Binary files /dev/null and b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/bin/Debug/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.dll differ diff --git a/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/bin/Debug/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.exe b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/bin/Debug/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.exe new file mode 100755 index 0000000..52eec54 Binary files /dev/null and b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/bin/Debug/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.exe differ diff --git a/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/bin/Debug/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.pdb b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/bin/Debug/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.pdb new file mode 100755 index 0000000..8766c8d Binary files /dev/null and b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/bin/Debug/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.pdb differ diff --git a/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/bin/Debug/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.runtimeconfig.json b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/bin/Debug/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.runtimeconfig.json new file mode 100755 index 0000000..b6062ae --- /dev/null +++ b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/bin/Debug/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.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/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/bin/Release/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.deps.json b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/bin/Release/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.deps.json new file mode 100755 index 0000000..97c138c --- /dev/null +++ b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/bin/Release/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.deps.json @@ -0,0 +1,23 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v6.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v6.0": { + "lab_tutorial_2_1_Caleb Fontenot/1.0.0": { + "runtime": { + "lab_tutorial_2_1_Caleb Fontenot.dll": {} + } + } + } + }, + "libraries": { + "lab_tutorial_2_1_Caleb Fontenot/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/bin/Release/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.dll b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/bin/Release/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.dll new file mode 100755 index 0000000..a1bec04 Binary files /dev/null and b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/bin/Release/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.dll differ diff --git a/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/bin/Release/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.exe b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/bin/Release/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.exe new file mode 100755 index 0000000..52eec54 Binary files /dev/null and b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/bin/Release/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.exe differ diff --git a/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/bin/Release/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.pdb b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/bin/Release/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.pdb new file mode 100755 index 0000000..d795882 Binary files /dev/null and b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/bin/Release/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.pdb differ diff --git a/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/bin/Release/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.runtimeconfig.json b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/bin/Release/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.runtimeconfig.json new file mode 100755 index 0000000..383c312 --- /dev/null +++ b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/bin/Release/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.runtimeconfig.json @@ -0,0 +1,18 @@ +{ + "runtimeOptions": { + "tfm": "net6.0", + "frameworks": [ + { + "name": "Microsoft.NETCore.App", + "version": "6.0.0" + }, + { + "name": "Microsoft.WindowsDesktop.App", + "version": "6.0.0" + } + ], + "configProperties": { + "System.Reflection.Metadata.MetadataUpdater.IsSupported": false + } + } +} \ No newline at end of file diff --git a/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot.csproj b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot.csproj new file mode 100755 index 0000000..c48490d --- /dev/null +++ b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot.csproj @@ -0,0 +1,12 @@ + + + + WinExe + net6.0-windows + lab_tutorial_2_1_Caleb_Fontenot + enable + true + enable + + + \ No newline at end of file diff --git a/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot.csproj.user b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot.csproj.user new file mode 100755 index 0000000..1c56bb1 --- /dev/null +++ b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot.csproj.user @@ -0,0 +1,11 @@ + + + + <_LastSelectedProfileId>Z:\media\DataEXT4\Documents\ASDV C#\lab_tutorial_2_1_Caleb Fontenot\lab_tutorial_2_1_Caleb Fontenot\Properties\PublishProfiles\FolderProfile.pubxml + + + + Form + + + \ No newline at end of file diff --git a/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot.sln b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot.sln new file mode 100755 index 0000000..6bdc11d --- /dev/null +++ b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot.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}") = "lab_tutorial_2_1_Caleb Fontenot", "lab_tutorial_2_1_Caleb Fontenot.csproj", "{1E675636-3644-40C2-92A0-6FE97C82FFCB}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {1E675636-3644-40C2-92A0-6FE97C82FFCB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1E675636-3644-40C2-92A0-6FE97C82FFCB}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1E675636-3644-40C2-92A0-6FE97C82FFCB}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1E675636-3644-40C2-92A0-6FE97C82FFCB}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {EFCAA318-59F0-4E6A-A9FF-FD2B885F7643} + EndGlobalSection +EndGlobal diff --git a/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Debug/net6.0-windows/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Debug/net6.0-windows/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs new file mode 100755 index 0000000..32c95f9 --- /dev/null +++ b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/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/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Debug/net6.0-windows/apphost.exe b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Debug/net6.0-windows/apphost.exe new file mode 100755 index 0000000..52eec54 Binary files /dev/null and b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Debug/net6.0-windows/apphost.exe differ diff --git a/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Debug/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.AssemblyInfo.cs b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Debug/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.AssemblyInfo.cs new file mode 100755 index 0000000..7bf04a5 --- /dev/null +++ b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Debug/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.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("lab_tutorial_2_1_Caleb Fontenot")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("lab_tutorial_2_1_Caleb Fontenot")] +[assembly: System.Reflection.AssemblyTitleAttribute("lab_tutorial_2_1_Caleb Fontenot")] +[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/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Debug/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.AssemblyInfoInputs.cache b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Debug/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.AssemblyInfoInputs.cache new file mode 100755 index 0000000..1373f56 --- /dev/null +++ b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Debug/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +cf543067d53ed607bae7b74083c24dd89a7d8e24 diff --git a/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Debug/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.GeneratedMSBuildEditorConfig.editorconfig b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Debug/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.GeneratedMSBuildEditorConfig.editorconfig new file mode 100755 index 0000000..417c10b --- /dev/null +++ b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Debug/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.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 = lab_tutorial_2_1_Caleb_Fontenot +build_property.ProjectDir = Z:\media\DataEXT4\Documents\ASDV C#\lab_tutorial_2_1_Caleb Fontenot\lab_tutorial_2_1_Caleb Fontenot\ diff --git a/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Debug/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.GlobalUsings.g.cs b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Debug/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.GlobalUsings.g.cs new file mode 100755 index 0000000..fea4009 --- /dev/null +++ b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Debug/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.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/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Debug/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.assets.cache b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Debug/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.assets.cache new file mode 100755 index 0000000..3e32017 Binary files /dev/null and b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Debug/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.assets.cache differ diff --git a/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Debug/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.csproj.AssemblyReference.cache b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Debug/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.csproj.AssemblyReference.cache new file mode 100755 index 0000000..f790783 Binary files /dev/null and b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Debug/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.csproj.AssemblyReference.cache differ diff --git a/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Debug/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.csproj.BuildWithSkipAnalyzers b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Debug/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.csproj.BuildWithSkipAnalyzers new file mode 100755 index 0000000..e69de29 diff --git a/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Debug/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.csproj.CoreCompileInputs.cache b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Debug/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.csproj.CoreCompileInputs.cache new file mode 100755 index 0000000..3cdb1dc --- /dev/null +++ b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Debug/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +045af51410ce6c6784ce7b56e772c0ca3ae0b754 diff --git a/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Debug/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.csproj.FileListAbsolute.txt b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Debug/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.csproj.FileListAbsolute.txt new file mode 100755 index 0000000..38549fa --- /dev/null +++ b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Debug/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.csproj.FileListAbsolute.txt @@ -0,0 +1,34 @@ +C:\Users\caleb\Desktop\ASDV C#\lab_tutorial_2_1_Caleb Fontenot\lab_tutorial_2_1_Caleb Fontenot\bin\Debug\net6.0-windows\lab_tutorial_2_1_Caleb Fontenot.exe +C:\Users\caleb\Desktop\ASDV C#\lab_tutorial_2_1_Caleb Fontenot\lab_tutorial_2_1_Caleb Fontenot\bin\Debug\net6.0-windows\lab_tutorial_2_1_Caleb Fontenot.deps.json +C:\Users\caleb\Desktop\ASDV C#\lab_tutorial_2_1_Caleb Fontenot\lab_tutorial_2_1_Caleb Fontenot\bin\Debug\net6.0-windows\lab_tutorial_2_1_Caleb Fontenot.runtimeconfig.json +C:\Users\caleb\Desktop\ASDV C#\lab_tutorial_2_1_Caleb Fontenot\lab_tutorial_2_1_Caleb Fontenot\bin\Debug\net6.0-windows\lab_tutorial_2_1_Caleb Fontenot.dll +C:\Users\caleb\Desktop\ASDV C#\lab_tutorial_2_1_Caleb Fontenot\lab_tutorial_2_1_Caleb Fontenot\bin\Debug\net6.0-windows\lab_tutorial_2_1_Caleb Fontenot.pdb +C:\Users\caleb\Desktop\ASDV C#\lab_tutorial_2_1_Caleb Fontenot\lab_tutorial_2_1_Caleb Fontenot\obj\Debug\net6.0-windows\lab_tutorial_2_1_Caleb Fontenot.csproj.AssemblyReference.cache +C:\Users\caleb\Desktop\ASDV C#\lab_tutorial_2_1_Caleb Fontenot\lab_tutorial_2_1_Caleb Fontenot\obj\Debug\net6.0-windows\lab_tutorial_2_1_Caleb_Fontenot.Form1.resources +C:\Users\caleb\Desktop\ASDV C#\lab_tutorial_2_1_Caleb Fontenot\lab_tutorial_2_1_Caleb Fontenot\obj\Debug\net6.0-windows\lab_tutorial_2_1_Caleb Fontenot.csproj.GenerateResource.cache +C:\Users\caleb\Desktop\ASDV C#\lab_tutorial_2_1_Caleb Fontenot\lab_tutorial_2_1_Caleb Fontenot\obj\Debug\net6.0-windows\lab_tutorial_2_1_Caleb Fontenot.GeneratedMSBuildEditorConfig.editorconfig +C:\Users\caleb\Desktop\ASDV C#\lab_tutorial_2_1_Caleb Fontenot\lab_tutorial_2_1_Caleb Fontenot\obj\Debug\net6.0-windows\lab_tutorial_2_1_Caleb Fontenot.AssemblyInfoInputs.cache +C:\Users\caleb\Desktop\ASDV C#\lab_tutorial_2_1_Caleb Fontenot\lab_tutorial_2_1_Caleb Fontenot\obj\Debug\net6.0-windows\lab_tutorial_2_1_Caleb Fontenot.AssemblyInfo.cs +C:\Users\caleb\Desktop\ASDV C#\lab_tutorial_2_1_Caleb Fontenot\lab_tutorial_2_1_Caleb Fontenot\obj\Debug\net6.0-windows\lab_tutorial_2_1_Caleb Fontenot.csproj.CoreCompileInputs.cache +C:\Users\caleb\Desktop\ASDV C#\lab_tutorial_2_1_Caleb Fontenot\lab_tutorial_2_1_Caleb Fontenot\obj\Debug\net6.0-windows\lab_tutorial_2_1_Caleb Fontenot.dll +C:\Users\caleb\Desktop\ASDV C#\lab_tutorial_2_1_Caleb Fontenot\lab_tutorial_2_1_Caleb Fontenot\obj\Debug\net6.0-windows\refint\lab_tutorial_2_1_Caleb Fontenot.dll +C:\Users\caleb\Desktop\ASDV C#\lab_tutorial_2_1_Caleb Fontenot\lab_tutorial_2_1_Caleb Fontenot\obj\Debug\net6.0-windows\lab_tutorial_2_1_Caleb Fontenot.pdb +C:\Users\caleb\Desktop\ASDV C#\lab_tutorial_2_1_Caleb Fontenot\lab_tutorial_2_1_Caleb Fontenot\obj\Debug\net6.0-windows\lab_tutorial_2_1_Caleb Fontenot.genruntimeconfig.cache +C:\Users\caleb\Desktop\ASDV C#\lab_tutorial_2_1_Caleb Fontenot\lab_tutorial_2_1_Caleb Fontenot\obj\Debug\net6.0-windows\ref\lab_tutorial_2_1_Caleb Fontenot.dll +Z:\media\DataEXT4\Documents\ASDV C#\lab_tutorial_2_1_Caleb Fontenot\lab_tutorial_2_1_Caleb Fontenot\bin\Debug\net6.0-windows\lab_tutorial_2_1_Caleb Fontenot.exe +Z:\media\DataEXT4\Documents\ASDV C#\lab_tutorial_2_1_Caleb Fontenot\lab_tutorial_2_1_Caleb Fontenot\bin\Debug\net6.0-windows\lab_tutorial_2_1_Caleb Fontenot.deps.json +Z:\media\DataEXT4\Documents\ASDV C#\lab_tutorial_2_1_Caleb Fontenot\lab_tutorial_2_1_Caleb Fontenot\bin\Debug\net6.0-windows\lab_tutorial_2_1_Caleb Fontenot.runtimeconfig.json +Z:\media\DataEXT4\Documents\ASDV C#\lab_tutorial_2_1_Caleb Fontenot\lab_tutorial_2_1_Caleb Fontenot\bin\Debug\net6.0-windows\lab_tutorial_2_1_Caleb Fontenot.dll +Z:\media\DataEXT4\Documents\ASDV C#\lab_tutorial_2_1_Caleb Fontenot\lab_tutorial_2_1_Caleb Fontenot\bin\Debug\net6.0-windows\lab_tutorial_2_1_Caleb Fontenot.pdb +Z:\media\DataEXT4\Documents\ASDV C#\lab_tutorial_2_1_Caleb Fontenot\lab_tutorial_2_1_Caleb Fontenot\obj\Debug\net6.0-windows\lab_tutorial_2_1_Caleb Fontenot.csproj.AssemblyReference.cache +Z:\media\DataEXT4\Documents\ASDV C#\lab_tutorial_2_1_Caleb Fontenot\lab_tutorial_2_1_Caleb Fontenot\obj\Debug\net6.0-windows\lab_tutorial_2_1_Caleb_Fontenot.Form1.resources +Z:\media\DataEXT4\Documents\ASDV C#\lab_tutorial_2_1_Caleb Fontenot\lab_tutorial_2_1_Caleb Fontenot\obj\Debug\net6.0-windows\lab_tutorial_2_1_Caleb Fontenot.csproj.GenerateResource.cache +Z:\media\DataEXT4\Documents\ASDV C#\lab_tutorial_2_1_Caleb Fontenot\lab_tutorial_2_1_Caleb Fontenot\obj\Debug\net6.0-windows\lab_tutorial_2_1_Caleb Fontenot.GeneratedMSBuildEditorConfig.editorconfig +Z:\media\DataEXT4\Documents\ASDV C#\lab_tutorial_2_1_Caleb Fontenot\lab_tutorial_2_1_Caleb Fontenot\obj\Debug\net6.0-windows\lab_tutorial_2_1_Caleb Fontenot.AssemblyInfoInputs.cache +Z:\media\DataEXT4\Documents\ASDV C#\lab_tutorial_2_1_Caleb Fontenot\lab_tutorial_2_1_Caleb Fontenot\obj\Debug\net6.0-windows\lab_tutorial_2_1_Caleb Fontenot.AssemblyInfo.cs +Z:\media\DataEXT4\Documents\ASDV C#\lab_tutorial_2_1_Caleb Fontenot\lab_tutorial_2_1_Caleb Fontenot\obj\Debug\net6.0-windows\lab_tutorial_2_1_Caleb Fontenot.csproj.CoreCompileInputs.cache +Z:\media\DataEXT4\Documents\ASDV C#\lab_tutorial_2_1_Caleb Fontenot\lab_tutorial_2_1_Caleb Fontenot\obj\Debug\net6.0-windows\lab_tutorial_2_1_Caleb Fontenot.dll +Z:\media\DataEXT4\Documents\ASDV C#\lab_tutorial_2_1_Caleb Fontenot\lab_tutorial_2_1_Caleb Fontenot\obj\Debug\net6.0-windows\refint\lab_tutorial_2_1_Caleb Fontenot.dll +Z:\media\DataEXT4\Documents\ASDV C#\lab_tutorial_2_1_Caleb Fontenot\lab_tutorial_2_1_Caleb Fontenot\obj\Debug\net6.0-windows\lab_tutorial_2_1_Caleb Fontenot.pdb +Z:\media\DataEXT4\Documents\ASDV C#\lab_tutorial_2_1_Caleb Fontenot\lab_tutorial_2_1_Caleb Fontenot\obj\Debug\net6.0-windows\lab_tutorial_2_1_Caleb Fontenot.genruntimeconfig.cache +Z:\media\DataEXT4\Documents\ASDV C#\lab_tutorial_2_1_Caleb Fontenot\lab_tutorial_2_1_Caleb Fontenot\obj\Debug\net6.0-windows\ref\lab_tutorial_2_1_Caleb Fontenot.dll diff --git a/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Debug/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.csproj.GenerateResource.cache b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Debug/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.csproj.GenerateResource.cache new file mode 100755 index 0000000..ae458a4 Binary files /dev/null and b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Debug/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.csproj.GenerateResource.cache differ diff --git a/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Debug/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.designer.deps.json b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Debug/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.designer.deps.json new file mode 100755 index 0000000..fbeaac4 --- /dev/null +++ b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Debug/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.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/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Debug/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.designer.runtimeconfig.json b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Debug/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.designer.runtimeconfig.json new file mode 100755 index 0000000..4ec7c38 --- /dev/null +++ b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Debug/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.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/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Debug/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.dll b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Debug/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.dll new file mode 100755 index 0000000..5f05988 Binary files /dev/null and b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Debug/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.dll differ diff --git a/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Debug/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.genruntimeconfig.cache b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Debug/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.genruntimeconfig.cache new file mode 100755 index 0000000..c483c7c --- /dev/null +++ b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Debug/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.genruntimeconfig.cache @@ -0,0 +1 @@ +0e7dd186fddf13ca267e318add956ee00b7c4444 diff --git a/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Debug/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.pdb b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Debug/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.pdb new file mode 100755 index 0000000..8766c8d Binary files /dev/null and b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Debug/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.pdb differ diff --git a/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Debug/net6.0-windows/lab_tutorial_2_1_Caleb_Fontenot.Form1.resources b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Debug/net6.0-windows/lab_tutorial_2_1_Caleb_Fontenot.Form1.resources new file mode 100755 index 0000000..6c05a97 Binary files /dev/null and b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Debug/net6.0-windows/lab_tutorial_2_1_Caleb_Fontenot.Form1.resources differ diff --git a/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Debug/net6.0-windows/ref/lab_tutorial_2_1_Caleb Fontenot.dll b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Debug/net6.0-windows/ref/lab_tutorial_2_1_Caleb Fontenot.dll new file mode 100755 index 0000000..7d92943 Binary files /dev/null and b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Debug/net6.0-windows/ref/lab_tutorial_2_1_Caleb Fontenot.dll differ diff --git a/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Debug/net6.0-windows/refint/lab_tutorial_2_1_Caleb Fontenot.dll b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Debug/net6.0-windows/refint/lab_tutorial_2_1_Caleb Fontenot.dll new file mode 100755 index 0000000..7d92943 Binary files /dev/null and b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Debug/net6.0-windows/refint/lab_tutorial_2_1_Caleb Fontenot.dll differ diff --git a/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Release/net6.0-windows/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Release/net6.0-windows/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs new file mode 100755 index 0000000..32c95f9 --- /dev/null +++ b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Release/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/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Release/net6.0-windows/apphost.exe b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Release/net6.0-windows/apphost.exe new file mode 100755 index 0000000..52eec54 Binary files /dev/null and b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Release/net6.0-windows/apphost.exe differ diff --git a/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Release/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.AssemblyInfo.cs b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Release/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.AssemblyInfo.cs new file mode 100755 index 0000000..981f7c4 --- /dev/null +++ b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Release/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.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("lab_tutorial_2_1_Caleb Fontenot")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("lab_tutorial_2_1_Caleb Fontenot")] +[assembly: System.Reflection.AssemblyTitleAttribute("lab_tutorial_2_1_Caleb Fontenot")] +[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/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Release/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.AssemblyInfoInputs.cache b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Release/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.AssemblyInfoInputs.cache new file mode 100755 index 0000000..10bcf1d --- /dev/null +++ b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Release/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +cc498024aa839c5d755847053a7b00c971a3c791 diff --git a/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Release/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.GeneratedMSBuildEditorConfig.editorconfig b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Release/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.GeneratedMSBuildEditorConfig.editorconfig new file mode 100755 index 0000000..417c10b --- /dev/null +++ b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Release/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.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 = lab_tutorial_2_1_Caleb_Fontenot +build_property.ProjectDir = Z:\media\DataEXT4\Documents\ASDV C#\lab_tutorial_2_1_Caleb Fontenot\lab_tutorial_2_1_Caleb Fontenot\ diff --git a/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Release/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.GlobalUsings.g.cs b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Release/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.GlobalUsings.g.cs new file mode 100755 index 0000000..fea4009 --- /dev/null +++ b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Release/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.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/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Release/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.assets.cache b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Release/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.assets.cache new file mode 100755 index 0000000..159b5b3 Binary files /dev/null and b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Release/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.assets.cache differ diff --git a/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Release/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.csproj.AssemblyReference.cache b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Release/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.csproj.AssemblyReference.cache new file mode 100755 index 0000000..f790783 Binary files /dev/null and b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Release/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.csproj.AssemblyReference.cache differ diff --git a/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Release/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.csproj.BuildWithSkipAnalyzers b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Release/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.csproj.BuildWithSkipAnalyzers new file mode 100755 index 0000000..e69de29 diff --git a/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Release/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.csproj.CoreCompileInputs.cache b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Release/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.csproj.CoreCompileInputs.cache new file mode 100755 index 0000000..318cd75 --- /dev/null +++ b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Release/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +a417e84d3d59349502b1e26c386f1b9b42f49c7e diff --git a/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Release/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.csproj.FileListAbsolute.txt b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Release/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.csproj.FileListAbsolute.txt new file mode 100755 index 0000000..1fcfd08 --- /dev/null +++ b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Release/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.csproj.FileListAbsolute.txt @@ -0,0 +1,17 @@ +Z:\media\DataEXT4\Documents\ASDV C#\lab_tutorial_2_1_Caleb Fontenot\lab_tutorial_2_1_Caleb Fontenot\bin\Release\net6.0-windows\lab_tutorial_2_1_Caleb Fontenot.exe +Z:\media\DataEXT4\Documents\ASDV C#\lab_tutorial_2_1_Caleb Fontenot\lab_tutorial_2_1_Caleb Fontenot\bin\Release\net6.0-windows\lab_tutorial_2_1_Caleb Fontenot.deps.json +Z:\media\DataEXT4\Documents\ASDV C#\lab_tutorial_2_1_Caleb Fontenot\lab_tutorial_2_1_Caleb Fontenot\bin\Release\net6.0-windows\lab_tutorial_2_1_Caleb Fontenot.runtimeconfig.json +Z:\media\DataEXT4\Documents\ASDV C#\lab_tutorial_2_1_Caleb Fontenot\lab_tutorial_2_1_Caleb Fontenot\bin\Release\net6.0-windows\lab_tutorial_2_1_Caleb Fontenot.dll +Z:\media\DataEXT4\Documents\ASDV C#\lab_tutorial_2_1_Caleb Fontenot\lab_tutorial_2_1_Caleb Fontenot\bin\Release\net6.0-windows\lab_tutorial_2_1_Caleb Fontenot.pdb +Z:\media\DataEXT4\Documents\ASDV C#\lab_tutorial_2_1_Caleb Fontenot\lab_tutorial_2_1_Caleb Fontenot\obj\Release\net6.0-windows\lab_tutorial_2_1_Caleb Fontenot.csproj.AssemblyReference.cache +Z:\media\DataEXT4\Documents\ASDV C#\lab_tutorial_2_1_Caleb Fontenot\lab_tutorial_2_1_Caleb Fontenot\obj\Release\net6.0-windows\lab_tutorial_2_1_Caleb_Fontenot.Form1.resources +Z:\media\DataEXT4\Documents\ASDV C#\lab_tutorial_2_1_Caleb Fontenot\lab_tutorial_2_1_Caleb Fontenot\obj\Release\net6.0-windows\lab_tutorial_2_1_Caleb Fontenot.csproj.GenerateResource.cache +Z:\media\DataEXT4\Documents\ASDV C#\lab_tutorial_2_1_Caleb Fontenot\lab_tutorial_2_1_Caleb Fontenot\obj\Release\net6.0-windows\lab_tutorial_2_1_Caleb Fontenot.GeneratedMSBuildEditorConfig.editorconfig +Z:\media\DataEXT4\Documents\ASDV C#\lab_tutorial_2_1_Caleb Fontenot\lab_tutorial_2_1_Caleb Fontenot\obj\Release\net6.0-windows\lab_tutorial_2_1_Caleb Fontenot.AssemblyInfoInputs.cache +Z:\media\DataEXT4\Documents\ASDV C#\lab_tutorial_2_1_Caleb Fontenot\lab_tutorial_2_1_Caleb Fontenot\obj\Release\net6.0-windows\lab_tutorial_2_1_Caleb Fontenot.AssemblyInfo.cs +Z:\media\DataEXT4\Documents\ASDV C#\lab_tutorial_2_1_Caleb Fontenot\lab_tutorial_2_1_Caleb Fontenot\obj\Release\net6.0-windows\lab_tutorial_2_1_Caleb Fontenot.csproj.CoreCompileInputs.cache +Z:\media\DataEXT4\Documents\ASDV C#\lab_tutorial_2_1_Caleb Fontenot\lab_tutorial_2_1_Caleb Fontenot\obj\Release\net6.0-windows\lab_tutorial_2_1_Caleb Fontenot.dll +Z:\media\DataEXT4\Documents\ASDV C#\lab_tutorial_2_1_Caleb Fontenot\lab_tutorial_2_1_Caleb Fontenot\obj\Release\net6.0-windows\refint\lab_tutorial_2_1_Caleb Fontenot.dll +Z:\media\DataEXT4\Documents\ASDV C#\lab_tutorial_2_1_Caleb Fontenot\lab_tutorial_2_1_Caleb Fontenot\obj\Release\net6.0-windows\lab_tutorial_2_1_Caleb Fontenot.pdb +Z:\media\DataEXT4\Documents\ASDV C#\lab_tutorial_2_1_Caleb Fontenot\lab_tutorial_2_1_Caleb Fontenot\obj\Release\net6.0-windows\lab_tutorial_2_1_Caleb Fontenot.genruntimeconfig.cache +Z:\media\DataEXT4\Documents\ASDV C#\lab_tutorial_2_1_Caleb Fontenot\lab_tutorial_2_1_Caleb Fontenot\obj\Release\net6.0-windows\ref\lab_tutorial_2_1_Caleb Fontenot.dll diff --git a/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Release/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.csproj.GenerateResource.cache b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Release/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.csproj.GenerateResource.cache new file mode 100755 index 0000000..ae458a4 Binary files /dev/null and b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Release/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.csproj.GenerateResource.cache differ diff --git a/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Release/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.dll b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Release/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.dll new file mode 100755 index 0000000..a1bec04 Binary files /dev/null and b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Release/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.dll differ diff --git a/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Release/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.genruntimeconfig.cache b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Release/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.genruntimeconfig.cache new file mode 100755 index 0000000..6faf08c --- /dev/null +++ b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Release/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.genruntimeconfig.cache @@ -0,0 +1 @@ +d3d7c4589dce241b252b3c3f084166b519f0d48d diff --git a/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Release/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.pdb b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Release/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.pdb new file mode 100755 index 0000000..d795882 Binary files /dev/null and b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Release/net6.0-windows/lab_tutorial_2_1_Caleb Fontenot.pdb differ diff --git a/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Release/net6.0-windows/lab_tutorial_2_1_Caleb_Fontenot.Form1.resources b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Release/net6.0-windows/lab_tutorial_2_1_Caleb_Fontenot.Form1.resources new file mode 100755 index 0000000..6c05a97 Binary files /dev/null and b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Release/net6.0-windows/lab_tutorial_2_1_Caleb_Fontenot.Form1.resources differ diff --git a/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Release/net6.0-windows/ref/lab_tutorial_2_1_Caleb Fontenot.dll b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Release/net6.0-windows/ref/lab_tutorial_2_1_Caleb Fontenot.dll new file mode 100755 index 0000000..8acce33 Binary files /dev/null and b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Release/net6.0-windows/ref/lab_tutorial_2_1_Caleb Fontenot.dll differ diff --git a/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Release/net6.0-windows/refint/lab_tutorial_2_1_Caleb Fontenot.dll b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Release/net6.0-windows/refint/lab_tutorial_2_1_Caleb Fontenot.dll new file mode 100755 index 0000000..8acce33 Binary files /dev/null and b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/Release/net6.0-windows/refint/lab_tutorial_2_1_Caleb Fontenot.dll differ diff --git a/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/lab_tutorial_2_1_Caleb Fontenot.csproj.nuget.dgspec.json b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/lab_tutorial_2_1_Caleb Fontenot.csproj.nuget.dgspec.json new file mode 100755 index 0000000..e876e92 --- /dev/null +++ b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/lab_tutorial_2_1_Caleb Fontenot.csproj.nuget.dgspec.json @@ -0,0 +1,66 @@ +{ + "format": 1, + "restore": { + "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\lab_tutorial_2_1_Caleb Fontenot\\lab_tutorial_2_1_Caleb Fontenot\\lab_tutorial_2_1_Caleb Fontenot.csproj": {} + }, + "projects": { + "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\lab_tutorial_2_1_Caleb Fontenot\\lab_tutorial_2_1_Caleb Fontenot\\lab_tutorial_2_1_Caleb Fontenot.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\lab_tutorial_2_1_Caleb Fontenot\\lab_tutorial_2_1_Caleb Fontenot\\lab_tutorial_2_1_Caleb Fontenot.csproj", + "projectName": "lab_tutorial_2_1_Caleb Fontenot", + "projectPath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\lab_tutorial_2_1_Caleb Fontenot\\lab_tutorial_2_1_Caleb Fontenot\\lab_tutorial_2_1_Caleb Fontenot.csproj", + "packagesPath": "C:\\Users\\caleb\\.nuget\\packages\\", + "outputPath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\lab_tutorial_2_1_Caleb Fontenot\\lab_tutorial_2_1_Caleb Fontenot\\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/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/lab_tutorial_2_1_Caleb Fontenot.csproj.nuget.g.props b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/lab_tutorial_2_1_Caleb Fontenot.csproj.nuget.g.props new file mode 100755 index 0000000..2a0471e --- /dev/null +++ b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/lab_tutorial_2_1_Caleb Fontenot.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/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/lab_tutorial_2_1_Caleb Fontenot.csproj.nuget.g.targets b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/lab_tutorial_2_1_Caleb Fontenot.csproj.nuget.g.targets new file mode 100755 index 0000000..35a7576 --- /dev/null +++ b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/lab_tutorial_2_1_Caleb Fontenot.csproj.nuget.g.targets @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/project.assets.json b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/project.assets.json new file mode 100755 index 0000000..e605e67 --- /dev/null +++ b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/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#\\lab_tutorial_2_1_Caleb Fontenot\\lab_tutorial_2_1_Caleb Fontenot\\lab_tutorial_2_1_Caleb Fontenot.csproj", + "projectName": "lab_tutorial_2_1_Caleb Fontenot", + "projectPath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\lab_tutorial_2_1_Caleb Fontenot\\lab_tutorial_2_1_Caleb Fontenot\\lab_tutorial_2_1_Caleb Fontenot.csproj", + "packagesPath": "C:\\Users\\caleb\\.nuget\\packages\\", + "outputPath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\lab_tutorial_2_1_Caleb Fontenot\\lab_tutorial_2_1_Caleb Fontenot\\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/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/project.nuget.cache b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/project.nuget.cache new file mode 100755 index 0000000..76cf572 --- /dev/null +++ b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_Caleb Fontenot/obj/project.nuget.cache @@ -0,0 +1,8 @@ +{ + "version": 2, + "dgSpecHash": "AmGpc4CKTWvrdIpssqhc0twD1PVJxfj42kc0W5JCDetYdNzSwE3ZiTk/tcQurADy7JCim1BSkhfbbQABCKRnfQ==", + "success": true, + "projectFilePath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\lab_tutorial_2_1_Caleb Fontenot\\lab_tutorial_2_1_Caleb Fontenot\\lab_tutorial_2_1_Caleb Fontenot.csproj", + "expectedPackageFiles": [], + "logs": [] +} \ No newline at end of file diff --git a/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_CalebFontenot.docx b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_CalebFontenot.docx new file mode 100644 index 0000000..e4a5f89 Binary files /dev/null and b/lab_tutorial_2_1_Caleb Fontenot/lab_tutorial_2_1_CalebFontenot.docx differ