diff --git a/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/.vs/Lab3_1_CalebFontenot/DesignTimeBuild/.dtbcache.v2 b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/.vs/Lab3_1_CalebFontenot/DesignTimeBuild/.dtbcache.v2 new file mode 100755 index 0000000..dae4d55 Binary files /dev/null and b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/.vs/Lab3_1_CalebFontenot/DesignTimeBuild/.dtbcache.v2 differ diff --git a/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/.vs/Lab3_1_CalebFontenot/FileContentIndex/1cd77571-6571-4df9-bb1b-e5c207853cdd.vsidx b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/.vs/Lab3_1_CalebFontenot/FileContentIndex/1cd77571-6571-4df9-bb1b-e5c207853cdd.vsidx new file mode 100755 index 0000000..fc6855d Binary files /dev/null and b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/.vs/Lab3_1_CalebFontenot/FileContentIndex/1cd77571-6571-4df9-bb1b-e5c207853cdd.vsidx differ diff --git a/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/.vs/Lab3_1_CalebFontenot/FileContentIndex/read.lock b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/.vs/Lab3_1_CalebFontenot/FileContentIndex/read.lock new file mode 100755 index 0000000..e69de29 diff --git a/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/.vs/Lab3_1_CalebFontenot/v17/.futdcache.v2 b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/.vs/Lab3_1_CalebFontenot/v17/.futdcache.v2 new file mode 100755 index 0000000..0aa1891 Binary files /dev/null and b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/.vs/Lab3_1_CalebFontenot/v17/.futdcache.v2 differ diff --git a/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/.vs/Lab3_1_CalebFontenot/v17/.suo b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/.vs/Lab3_1_CalebFontenot/v17/.suo new file mode 100755 index 0000000..d587410 Binary files /dev/null and b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/.vs/Lab3_1_CalebFontenot/v17/.suo differ diff --git a/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/.vs/ProjectEvaluation/lab3_1_calebfontenot.metadata.v5 b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/.vs/ProjectEvaluation/lab3_1_calebfontenot.metadata.v5 new file mode 100755 index 0000000..02f6dea Binary files /dev/null and b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/.vs/ProjectEvaluation/lab3_1_calebfontenot.metadata.v5 differ diff --git a/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/.vs/ProjectEvaluation/lab3_1_calebfontenot.projects.v5 b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/.vs/ProjectEvaluation/lab3_1_calebfontenot.projects.v5 new file mode 100755 index 0000000..4361903 Binary files /dev/null and b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/.vs/ProjectEvaluation/lab3_1_calebfontenot.projects.v5 differ diff --git a/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/Form1.Designer.cs b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/Form1.Designer.cs new file mode 100755 index 0000000..9f8affa --- /dev/null +++ b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/Form1.Designer.cs @@ -0,0 +1,185 @@ +namespace Lab3_1_CalebFontenot +{ + partial class Form1 + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.dayOfWeekTextBox = new System.Windows.Forms.TextBox(); + this.monthTextBox = new System.Windows.Forms.TextBox(); + this.dayOfMonthTextBox = new System.Windows.Forms.TextBox(); + this.yearTextBox = new System.Windows.Forms.TextBox(); + this.dayOfWeekPromptLabel = new System.Windows.Forms.Label(); + this.monthPromptLabel = new System.Windows.Forms.Label(); + this.label2 = new System.Windows.Forms.Label(); + this.yearPromptLabel = new System.Windows.Forms.Label(); + this.dateOutputLabel = new System.Windows.Forms.TextBox(); + this.showDateButton = new System.Windows.Forms.Button(); + this.clearButton = new System.Windows.Forms.Button(); + this.exitButton = new System.Windows.Forms.Button(); + this.SuspendLayout(); + // + // dayOfWeekTextBox + // + this.dayOfWeekTextBox.Location = new System.Drawing.Point(219, 12); + this.dayOfWeekTextBox.Name = "dayOfWeekTextBox"; + this.dayOfWeekTextBox.Size = new System.Drawing.Size(153, 23); + this.dayOfWeekTextBox.TabIndex = 0; + // + // monthTextBox + // + this.monthTextBox.Location = new System.Drawing.Point(219, 52); + this.monthTextBox.Name = "monthTextBox"; + this.monthTextBox.Size = new System.Drawing.Size(153, 23); + this.monthTextBox.TabIndex = 1; + // + // dayOfMonthTextBox + // + this.dayOfMonthTextBox.Location = new System.Drawing.Point(219, 96); + this.dayOfMonthTextBox.Name = "dayOfMonthTextBox"; + this.dayOfMonthTextBox.Size = new System.Drawing.Size(153, 23); + this.dayOfMonthTextBox.TabIndex = 2; + // + // yearTextBox + // + this.yearTextBox.Location = new System.Drawing.Point(219, 142); + this.yearTextBox.Name = "yearTextBox"; + this.yearTextBox.Size = new System.Drawing.Size(153, 23); + this.yearTextBox.TabIndex = 3; + // + // dayOfWeekPromptLabel + // + this.dayOfWeekPromptLabel.AutoSize = true; + this.dayOfWeekPromptLabel.Location = new System.Drawing.Point(70, 15); + this.dayOfWeekPromptLabel.Name = "dayOfWeekPromptLabel"; + this.dayOfWeekPromptLabel.Size = new System.Drawing.Size(143, 15); + this.dayOfWeekPromptLabel.TabIndex = 4; + this.dayOfWeekPromptLabel.Text = "Enter the day of the week:"; + // + // monthPromptLabel + // + this.monthPromptLabel.AutoSize = true; + this.monthPromptLabel.Location = new System.Drawing.Point(50, 55); + this.monthPromptLabel.Name = "monthPromptLabel"; + this.monthPromptLabel.Size = new System.Drawing.Size(163, 15); + this.monthPromptLabel.TabIndex = 5; + this.monthPromptLabel.Text = "Enter the name of the month:"; + // + // label2 + // + this.label2.AutoSize = true; + this.label2.Location = new System.Drawing.Point(14, 99); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(199, 15); + this.label2.TabIndex = 6; + this.label2.Text = "Enter the numeric day of the month:"; + // + // yearPromptLabel + // + this.yearPromptLabel.AutoSize = true; + this.yearPromptLabel.Location = new System.Drawing.Point(131, 145); + this.yearPromptLabel.Name = "yearPromptLabel"; + this.yearPromptLabel.Size = new System.Drawing.Size(82, 15); + this.yearPromptLabel.TabIndex = 7; + this.yearPromptLabel.Text = "Enter the year:"; + // + // dateOutputLabel + // + this.dateOutputLabel.Location = new System.Drawing.Point(12, 194); + this.dateOutputLabel.Name = "dateOutputLabel"; + this.dateOutputLabel.Size = new System.Drawing.Size(360, 23); + this.dateOutputLabel.TabIndex = 8; + // + // showDateButton + // + this.showDateButton.Location = new System.Drawing.Point(31, 223); + this.showDateButton.Name = "showDateButton"; + this.showDateButton.Size = new System.Drawing.Size(75, 23); + this.showDateButton.TabIndex = 9; + this.showDateButton.Text = "Show Date"; + this.showDateButton.UseVisualStyleBackColor = true; + this.showDateButton.Click += new System.EventHandler(this.showDateButton_Click); + // + // clearButton + // + this.clearButton.Location = new System.Drawing.Point(149, 223); + this.clearButton.Name = "clearButton"; + this.clearButton.Size = new System.Drawing.Size(75, 23); + this.clearButton.TabIndex = 10; + this.clearButton.Text = "Clear"; + this.clearButton.UseVisualStyleBackColor = true; + this.clearButton.Click += new System.EventHandler(this.ClearButton_Click); + // + // exitButton + // + this.exitButton.Location = new System.Drawing.Point(265, 223); + this.exitButton.Name = "exitButton"; + this.exitButton.Size = new System.Drawing.Size(75, 23); + this.exitButton.TabIndex = 11; + this.exitButton.Text = "Exit"; + this.exitButton.UseVisualStyleBackColor = true; + this.exitButton.Click += new System.EventHandler(this.exitButton_Click); + // + // Form1 + // + this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(389, 259); + this.Controls.Add(this.exitButton); + this.Controls.Add(this.clearButton); + this.Controls.Add(this.showDateButton); + this.Controls.Add(this.dateOutputLabel); + this.Controls.Add(this.yearPromptLabel); + this.Controls.Add(this.label2); + this.Controls.Add(this.monthPromptLabel); + this.Controls.Add(this.dayOfWeekPromptLabel); + this.Controls.Add(this.yearTextBox); + this.Controls.Add(this.dayOfMonthTextBox); + this.Controls.Add(this.monthTextBox); + this.Controls.Add(this.dayOfWeekTextBox); + this.Name = "Form1"; + this.Text = "Form1"; + this.ResumeLayout(false); + this.PerformLayout(); + + } + + #endregion + + private TextBox dayOfWeekTextBox; + private TextBox monthTextBox; + private TextBox dayOfMonthTextBox; + private TextBox yearTextBox; + private Label dayOfWeekPromptLabel; + private Label monthPromptLabel; + private Label label2; + private Label yearPromptLabel; + private TextBox dateOutputLabel; + private Button showDateButton; + private Button clearButton; + private Button exitButton; + } +} \ No newline at end of file diff --git a/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/Form1.cs b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/Form1.cs new file mode 100755 index 0000000..d251ff7 --- /dev/null +++ b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/Form1.cs @@ -0,0 +1,43 @@ +namespace Lab3_1_CalebFontenot +{ + public partial class Form1 : Form + { + public Form1() + { + InitializeComponent(); + } + + private void showDateButton_Click(object sender, EventArgs e) + { + // Declare a string variable: + string output; + + // Concatenate the input and build the output string. + output = dayOfWeekTextBox.Text +", " + + monthTextBox.Text + " " + + dayOfMonthTextBox.Text + ", " + + yearTextBox.Text; + + // Display the output string in the Label control. + dateOutputLabel.Text = output; + } + private void ClearButton_Click(object sender, EventArgs e) + { + // Clear the Textboxes. + dayOfWeekTextBox.Text = ""; + monthTextBox.Text = ""; + dayOfMonthTextBox.Text = ""; + yearTextBox.Text = ""; + + // Clear the dateOutputLabel control. + dateOutputLabel.Text = ""; + + } + + private void exitButton_Click(object sender, EventArgs e) + { + // Close the form. + this.Close(); + } + } +} \ No newline at end of file diff --git a/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/Form1.resx b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/Form1.resx new file mode 100755 index 0000000..b5ae26c --- /dev/null +++ b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/Form1.resx @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot.csproj b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot.csproj new file mode 100755 index 0000000..45de288 --- /dev/null +++ b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot.csproj @@ -0,0 +1,11 @@ + + + + WinExe + net6.0-windows + enable + true + enable + + + \ No newline at end of file diff --git a/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot.csproj.user b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot.csproj.user new file mode 100755 index 0000000..f61322e --- /dev/null +++ b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot.csproj.user @@ -0,0 +1,8 @@ + + + + + Form + + + diff --git a/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot.sln b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot.sln new file mode 100755 index 0000000..f22186e --- /dev/null +++ b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.3.32804.467 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lab3_1_CalebFontenot", "Lab3_1_CalebFontenot.csproj", "{C173F38E-F2CE-4BBE-9C1E-20E51FD69788}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {C173F38E-F2CE-4BBE-9C1E-20E51FD69788}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C173F38E-F2CE-4BBE-9C1E-20E51FD69788}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C173F38E-F2CE-4BBE-9C1E-20E51FD69788}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C173F38E-F2CE-4BBE-9C1E-20E51FD69788}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {716A61AB-8794-4E81-9345-08C456C8A36D} + EndGlobalSection +EndGlobal diff --git a/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/Program.cs b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/Program.cs new file mode 100755 index 0000000..5cb7635 --- /dev/null +++ b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/Program.cs @@ -0,0 +1,17 @@ +namespace Lab3_1_CalebFontenot +{ + internal static class Program + { + /// + /// The main entry point for the application. + /// + [STAThread] + static void Main() + { + // To customize application configuration such as set high DPI settings or default font, + // see https://aka.ms/applicationconfiguration. + ApplicationConfiguration.Initialize(); + Application.Run(new Form1()); + } + } +} \ No newline at end of file diff --git a/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/bin/Debug/net6.0-windows/Lab3_1_CalebFontenot.deps.json b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/bin/Debug/net6.0-windows/Lab3_1_CalebFontenot.deps.json new file mode 100755 index 0000000..1b30e1b --- /dev/null +++ b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/bin/Debug/net6.0-windows/Lab3_1_CalebFontenot.deps.json @@ -0,0 +1,23 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v6.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v6.0": { + "Lab3_1_CalebFontenot/1.0.0": { + "runtime": { + "Lab3_1_CalebFontenot.dll": {} + } + } + } + }, + "libraries": { + "Lab3_1_CalebFontenot/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/bin/Debug/net6.0-windows/Lab3_1_CalebFontenot.dll b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/bin/Debug/net6.0-windows/Lab3_1_CalebFontenot.dll new file mode 100755 index 0000000..7563ef0 Binary files /dev/null and b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/bin/Debug/net6.0-windows/Lab3_1_CalebFontenot.dll differ diff --git a/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/bin/Debug/net6.0-windows/Lab3_1_CalebFontenot.exe b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/bin/Debug/net6.0-windows/Lab3_1_CalebFontenot.exe new file mode 100755 index 0000000..4f68ea6 Binary files /dev/null and b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/bin/Debug/net6.0-windows/Lab3_1_CalebFontenot.exe differ diff --git a/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/bin/Debug/net6.0-windows/Lab3_1_CalebFontenot.pdb b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/bin/Debug/net6.0-windows/Lab3_1_CalebFontenot.pdb new file mode 100755 index 0000000..f48e5e4 Binary files /dev/null and b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/bin/Debug/net6.0-windows/Lab3_1_CalebFontenot.pdb differ diff --git a/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/bin/Debug/net6.0-windows/Lab3_1_CalebFontenot.runtimeconfig.json b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/bin/Debug/net6.0-windows/Lab3_1_CalebFontenot.runtimeconfig.json new file mode 100755 index 0000000..b6062ae --- /dev/null +++ b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/bin/Debug/net6.0-windows/Lab3_1_CalebFontenot.runtimeconfig.json @@ -0,0 +1,15 @@ +{ + "runtimeOptions": { + "tfm": "net6.0", + "frameworks": [ + { + "name": "Microsoft.NETCore.App", + "version": "6.0.0" + }, + { + "name": "Microsoft.WindowsDesktop.App", + "version": "6.0.0" + } + ] + } +} \ No newline at end of file diff --git a/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Debug/net6.0-windows/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Debug/net6.0-windows/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs new file mode 100755 index 0000000..32c95f9 --- /dev/null +++ b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Debug/net6.0-windows/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] diff --git a/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Debug/net6.0-windows/Lab3_1_CalebFontenot.AssemblyInfo.cs b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Debug/net6.0-windows/Lab3_1_CalebFontenot.AssemblyInfo.cs new file mode 100755 index 0000000..5c6221b --- /dev/null +++ b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Debug/net6.0-windows/Lab3_1_CalebFontenot.AssemblyInfo.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("Lab3_1_CalebFontenot")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("Lab3_1_CalebFontenot")] +[assembly: System.Reflection.AssemblyTitleAttribute("Lab3_1_CalebFontenot")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] +[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")] +[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Debug/net6.0-windows/Lab3_1_CalebFontenot.AssemblyInfoInputs.cache b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Debug/net6.0-windows/Lab3_1_CalebFontenot.AssemblyInfoInputs.cache new file mode 100755 index 0000000..6e0e920 --- /dev/null +++ b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Debug/net6.0-windows/Lab3_1_CalebFontenot.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +0156c5d882fa26a041deb3b0f95f9245c9270a32 diff --git a/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Debug/net6.0-windows/Lab3_1_CalebFontenot.Form1.resources b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Debug/net6.0-windows/Lab3_1_CalebFontenot.Form1.resources new file mode 100755 index 0000000..6c05a97 Binary files /dev/null and b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Debug/net6.0-windows/Lab3_1_CalebFontenot.Form1.resources differ diff --git a/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Debug/net6.0-windows/Lab3_1_CalebFontenot.GeneratedMSBuildEditorConfig.editorconfig b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Debug/net6.0-windows/Lab3_1_CalebFontenot.GeneratedMSBuildEditorConfig.editorconfig new file mode 100755 index 0000000..9f3e08c --- /dev/null +++ b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Debug/net6.0-windows/Lab3_1_CalebFontenot.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,16 @@ +is_global = true +build_property.ApplicationManifest = +build_property.StartupObject = +build_property.ApplicationDefaultFont = +build_property.ApplicationHighDpiMode = +build_property.ApplicationUseCompatibleTextRendering = +build_property.ApplicationVisualStyles = +build_property.TargetFramework = net6.0-windows +build_property.TargetPlatformMinVersion = 7.0 +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = Lab3_1_CalebFontenot +build_property.ProjectDir = Z:\media\DataEXT4\Documents\ASDV C#\Lab3_1_CalebFontenot\Lab3_1_CalebFontenot\ diff --git a/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Debug/net6.0-windows/Lab3_1_CalebFontenot.GlobalUsings.g.cs b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Debug/net6.0-windows/Lab3_1_CalebFontenot.GlobalUsings.g.cs new file mode 100755 index 0000000..fea4009 --- /dev/null +++ b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Debug/net6.0-windows/Lab3_1_CalebFontenot.GlobalUsings.g.cs @@ -0,0 +1,10 @@ +// +global using global::System; +global using global::System.Collections.Generic; +global using global::System.Drawing; +global using global::System.IO; +global using global::System.Linq; +global using global::System.Net.Http; +global using global::System.Threading; +global using global::System.Threading.Tasks; +global using global::System.Windows.Forms; diff --git a/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Debug/net6.0-windows/Lab3_1_CalebFontenot.assets.cache b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Debug/net6.0-windows/Lab3_1_CalebFontenot.assets.cache new file mode 100755 index 0000000..95ac69a Binary files /dev/null and b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Debug/net6.0-windows/Lab3_1_CalebFontenot.assets.cache differ diff --git a/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Debug/net6.0-windows/Lab3_1_CalebFontenot.csproj.AssemblyReference.cache b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Debug/net6.0-windows/Lab3_1_CalebFontenot.csproj.AssemblyReference.cache new file mode 100755 index 0000000..f790783 Binary files /dev/null and b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Debug/net6.0-windows/Lab3_1_CalebFontenot.csproj.AssemblyReference.cache differ diff --git a/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Debug/net6.0-windows/Lab3_1_CalebFontenot.csproj.BuildWithSkipAnalyzers b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Debug/net6.0-windows/Lab3_1_CalebFontenot.csproj.BuildWithSkipAnalyzers new file mode 100755 index 0000000..e69de29 diff --git a/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Debug/net6.0-windows/Lab3_1_CalebFontenot.csproj.CoreCompileInputs.cache b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Debug/net6.0-windows/Lab3_1_CalebFontenot.csproj.CoreCompileInputs.cache new file mode 100755 index 0000000..f06dff0 --- /dev/null +++ b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Debug/net6.0-windows/Lab3_1_CalebFontenot.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +f82333b53b09670e44e41c0f1aa620f931399bc8 diff --git a/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Debug/net6.0-windows/Lab3_1_CalebFontenot.csproj.FileListAbsolute.txt b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Debug/net6.0-windows/Lab3_1_CalebFontenot.csproj.FileListAbsolute.txt new file mode 100755 index 0000000..0b8d2ab --- /dev/null +++ b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Debug/net6.0-windows/Lab3_1_CalebFontenot.csproj.FileListAbsolute.txt @@ -0,0 +1,17 @@ +Z:\media\DataEXT4\Documents\ASDV C#\Lab3_1_CalebFontenot\Lab3_1_CalebFontenot\bin\Debug\net6.0-windows\Lab3_1_CalebFontenot.exe +Z:\media\DataEXT4\Documents\ASDV C#\Lab3_1_CalebFontenot\Lab3_1_CalebFontenot\bin\Debug\net6.0-windows\Lab3_1_CalebFontenot.deps.json +Z:\media\DataEXT4\Documents\ASDV C#\Lab3_1_CalebFontenot\Lab3_1_CalebFontenot\bin\Debug\net6.0-windows\Lab3_1_CalebFontenot.runtimeconfig.json +Z:\media\DataEXT4\Documents\ASDV C#\Lab3_1_CalebFontenot\Lab3_1_CalebFontenot\bin\Debug\net6.0-windows\Lab3_1_CalebFontenot.dll +Z:\media\DataEXT4\Documents\ASDV C#\Lab3_1_CalebFontenot\Lab3_1_CalebFontenot\bin\Debug\net6.0-windows\Lab3_1_CalebFontenot.pdb +Z:\media\DataEXT4\Documents\ASDV C#\Lab3_1_CalebFontenot\Lab3_1_CalebFontenot\obj\Debug\net6.0-windows\Lab3_1_CalebFontenot.csproj.AssemblyReference.cache +Z:\media\DataEXT4\Documents\ASDV C#\Lab3_1_CalebFontenot\Lab3_1_CalebFontenot\obj\Debug\net6.0-windows\Lab3_1_CalebFontenot.Form1.resources +Z:\media\DataEXT4\Documents\ASDV C#\Lab3_1_CalebFontenot\Lab3_1_CalebFontenot\obj\Debug\net6.0-windows\Lab3_1_CalebFontenot.csproj.GenerateResource.cache +Z:\media\DataEXT4\Documents\ASDV C#\Lab3_1_CalebFontenot\Lab3_1_CalebFontenot\obj\Debug\net6.0-windows\Lab3_1_CalebFontenot.GeneratedMSBuildEditorConfig.editorconfig +Z:\media\DataEXT4\Documents\ASDV C#\Lab3_1_CalebFontenot\Lab3_1_CalebFontenot\obj\Debug\net6.0-windows\Lab3_1_CalebFontenot.AssemblyInfoInputs.cache +Z:\media\DataEXT4\Documents\ASDV C#\Lab3_1_CalebFontenot\Lab3_1_CalebFontenot\obj\Debug\net6.0-windows\Lab3_1_CalebFontenot.AssemblyInfo.cs +Z:\media\DataEXT4\Documents\ASDV C#\Lab3_1_CalebFontenot\Lab3_1_CalebFontenot\obj\Debug\net6.0-windows\Lab3_1_CalebFontenot.csproj.CoreCompileInputs.cache +Z:\media\DataEXT4\Documents\ASDV C#\Lab3_1_CalebFontenot\Lab3_1_CalebFontenot\obj\Debug\net6.0-windows\Lab3_1_CalebFontenot.dll +Z:\media\DataEXT4\Documents\ASDV C#\Lab3_1_CalebFontenot\Lab3_1_CalebFontenot\obj\Debug\net6.0-windows\refint\Lab3_1_CalebFontenot.dll +Z:\media\DataEXT4\Documents\ASDV C#\Lab3_1_CalebFontenot\Lab3_1_CalebFontenot\obj\Debug\net6.0-windows\Lab3_1_CalebFontenot.pdb +Z:\media\DataEXT4\Documents\ASDV C#\Lab3_1_CalebFontenot\Lab3_1_CalebFontenot\obj\Debug\net6.0-windows\Lab3_1_CalebFontenot.genruntimeconfig.cache +Z:\media\DataEXT4\Documents\ASDV C#\Lab3_1_CalebFontenot\Lab3_1_CalebFontenot\obj\Debug\net6.0-windows\ref\Lab3_1_CalebFontenot.dll diff --git a/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Debug/net6.0-windows/Lab3_1_CalebFontenot.csproj.GenerateResource.cache b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Debug/net6.0-windows/Lab3_1_CalebFontenot.csproj.GenerateResource.cache new file mode 100755 index 0000000..4783892 Binary files /dev/null and b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Debug/net6.0-windows/Lab3_1_CalebFontenot.csproj.GenerateResource.cache differ diff --git a/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Debug/net6.0-windows/Lab3_1_CalebFontenot.designer.deps.json b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Debug/net6.0-windows/Lab3_1_CalebFontenot.designer.deps.json new file mode 100755 index 0000000..fbeaac4 --- /dev/null +++ b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Debug/net6.0-windows/Lab3_1_CalebFontenot.designer.deps.json @@ -0,0 +1,11 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v6.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v6.0": {} + }, + "libraries": {} +} \ No newline at end of file diff --git a/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Debug/net6.0-windows/Lab3_1_CalebFontenot.designer.runtimeconfig.json b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Debug/net6.0-windows/Lab3_1_CalebFontenot.designer.runtimeconfig.json new file mode 100755 index 0000000..4ec7c38 --- /dev/null +++ b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Debug/net6.0-windows/Lab3_1_CalebFontenot.designer.runtimeconfig.json @@ -0,0 +1,22 @@ +{ + "runtimeOptions": { + "tfm": "net6.0", + "frameworks": [ + { + "name": "Microsoft.NETCore.App", + "version": "6.0.0" + }, + { + "name": "Microsoft.WindowsDesktop.App", + "version": "6.0.0" + } + ], + "additionalProbingPaths": [ + "C:\\Users\\caleb\\.dotnet\\store\\|arch|\\|tfm|", + "C:\\Users\\caleb\\.nuget\\packages" + ], + "configProperties": { + "Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true + } + } +} \ No newline at end of file diff --git a/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Debug/net6.0-windows/Lab3_1_CalebFontenot.dll b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Debug/net6.0-windows/Lab3_1_CalebFontenot.dll new file mode 100755 index 0000000..7563ef0 Binary files /dev/null and b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Debug/net6.0-windows/Lab3_1_CalebFontenot.dll differ diff --git a/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Debug/net6.0-windows/Lab3_1_CalebFontenot.genruntimeconfig.cache b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Debug/net6.0-windows/Lab3_1_CalebFontenot.genruntimeconfig.cache new file mode 100755 index 0000000..6bbe514 --- /dev/null +++ b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Debug/net6.0-windows/Lab3_1_CalebFontenot.genruntimeconfig.cache @@ -0,0 +1 @@ +a161549c3a8ce50ac6b55d09b0639b93d7c483a9 diff --git a/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Debug/net6.0-windows/Lab3_1_CalebFontenot.pdb b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Debug/net6.0-windows/Lab3_1_CalebFontenot.pdb new file mode 100755 index 0000000..f48e5e4 Binary files /dev/null and b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Debug/net6.0-windows/Lab3_1_CalebFontenot.pdb differ diff --git a/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Debug/net6.0-windows/apphost.exe b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Debug/net6.0-windows/apphost.exe new file mode 100755 index 0000000..4f68ea6 Binary files /dev/null and b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Debug/net6.0-windows/apphost.exe differ diff --git a/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Debug/net6.0-windows/ref/Lab3_1_CalebFontenot.dll b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Debug/net6.0-windows/ref/Lab3_1_CalebFontenot.dll new file mode 100755 index 0000000..027f94a Binary files /dev/null and b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Debug/net6.0-windows/ref/Lab3_1_CalebFontenot.dll differ diff --git a/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Debug/net6.0-windows/refint/Lab3_1_CalebFontenot.dll b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Debug/net6.0-windows/refint/Lab3_1_CalebFontenot.dll new file mode 100755 index 0000000..027f94a Binary files /dev/null and b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Debug/net6.0-windows/refint/Lab3_1_CalebFontenot.dll differ diff --git a/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Lab3_1_CalebFontenot.csproj.nuget.dgspec.json b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Lab3_1_CalebFontenot.csproj.nuget.dgspec.json new file mode 100755 index 0000000..f325673 --- /dev/null +++ b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Lab3_1_CalebFontenot.csproj.nuget.dgspec.json @@ -0,0 +1,66 @@ +{ + "format": 1, + "restore": { + "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\Lab3_1_CalebFontenot\\Lab3_1_CalebFontenot\\Lab3_1_CalebFontenot.csproj": {} + }, + "projects": { + "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\Lab3_1_CalebFontenot\\Lab3_1_CalebFontenot\\Lab3_1_CalebFontenot.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\Lab3_1_CalebFontenot\\Lab3_1_CalebFontenot\\Lab3_1_CalebFontenot.csproj", + "projectName": "Lab3_1_CalebFontenot", + "projectPath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\Lab3_1_CalebFontenot\\Lab3_1_CalebFontenot\\Lab3_1_CalebFontenot.csproj", + "packagesPath": "C:\\Users\\caleb\\.nuget\\packages\\", + "outputPath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\Lab3_1_CalebFontenot\\Lab3_1_CalebFontenot\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\caleb\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net6.0-windows" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net6.0-windows7.0": { + "targetAlias": "net6.0-windows", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net6.0-windows7.0": { + "targetAlias": "net6.0-windows", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + }, + "Microsoft.WindowsDesktop.App.WindowsForms": { + "privateAssets": "none" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.400\\RuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Lab3_1_CalebFontenot.csproj.nuget.g.props b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Lab3_1_CalebFontenot.csproj.nuget.g.props new file mode 100755 index 0000000..2a0471e --- /dev/null +++ b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Lab3_1_CalebFontenot.csproj.nuget.g.props @@ -0,0 +1,15 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\caleb\.nuget\packages\ + PackageReference + 6.3.0 + + + + + \ No newline at end of file diff --git a/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Lab3_1_CalebFontenot.csproj.nuget.g.targets b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Lab3_1_CalebFontenot.csproj.nuget.g.targets new file mode 100755 index 0000000..35a7576 --- /dev/null +++ b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/Lab3_1_CalebFontenot.csproj.nuget.g.targets @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/project.assets.json b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/project.assets.json new file mode 100755 index 0000000..def2695 --- /dev/null +++ b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/project.assets.json @@ -0,0 +1,71 @@ +{ + "version": 3, + "targets": { + "net6.0-windows7.0": {} + }, + "libraries": {}, + "projectFileDependencyGroups": { + "net6.0-windows7.0": [] + }, + "packageFolders": { + "C:\\Users\\caleb\\.nuget\\packages\\": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\Lab3_1_CalebFontenot\\Lab3_1_CalebFontenot\\Lab3_1_CalebFontenot.csproj", + "projectName": "Lab3_1_CalebFontenot", + "projectPath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\Lab3_1_CalebFontenot\\Lab3_1_CalebFontenot\\Lab3_1_CalebFontenot.csproj", + "packagesPath": "C:\\Users\\caleb\\.nuget\\packages\\", + "outputPath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\Lab3_1_CalebFontenot\\Lab3_1_CalebFontenot\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\caleb\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net6.0-windows" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net6.0-windows7.0": { + "targetAlias": "net6.0-windows", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net6.0-windows7.0": { + "targetAlias": "net6.0-windows", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + }, + "Microsoft.WindowsDesktop.App.WindowsForms": { + "privateAssets": "none" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.400\\RuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/project.nuget.cache b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/project.nuget.cache new file mode 100755 index 0000000..58dd8d2 --- /dev/null +++ b/Lab3_1_CalebFontenot/Lab3_1_CalebFontenot/obj/project.nuget.cache @@ -0,0 +1,8 @@ +{ + "version": 2, + "dgSpecHash": "4meZA6mIqj8eqkrG5K5w3Q/mcEgBUyaUqp2GwnhkMOrmPklPBY3tt7GfQjv/JsP90GzxMZsV46GxOHK5ljqvhQ==", + "success": true, + "projectFilePath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\Lab3_1_CalebFontenot\\Lab3_1_CalebFontenot\\Lab3_1_CalebFontenot.csproj", + "expectedPackageFiles": [], + "logs": [] +} \ No newline at end of file diff --git a/Lab3_2_CalebFontenot/Lab3_2_CalebFontenot/.vs/Lab3_2_CalebFontenot/v17/.suo b/Lab3_2_CalebFontenot/Lab3_2_CalebFontenot/.vs/Lab3_2_CalebFontenot/v17/.suo new file mode 100755 index 0000000..c4f0ff5 Binary files /dev/null and b/Lab3_2_CalebFontenot/Lab3_2_CalebFontenot/.vs/Lab3_2_CalebFontenot/v17/.suo differ diff --git a/Lab3_2_CalebFontenot/Lab3_2_CalebFontenot/Form1.Designer.cs b/Lab3_2_CalebFontenot/Lab3_2_CalebFontenot/Form1.Designer.cs new file mode 100755 index 0000000..e9a660c --- /dev/null +++ b/Lab3_2_CalebFontenot/Lab3_2_CalebFontenot/Form1.Designer.cs @@ -0,0 +1,39 @@ +namespace Lab3_2_CalebFontenot +{ + partial class Form1 + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.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_2_CalebFontenot/Lab3_2_CalebFontenot/Form1.cs b/Lab3_2_CalebFontenot/Lab3_2_CalebFontenot/Form1.cs new file mode 100755 index 0000000..e7a609a --- /dev/null +++ b/Lab3_2_CalebFontenot/Lab3_2_CalebFontenot/Form1.cs @@ -0,0 +1,10 @@ +namespace Lab3_2_CalebFontenot +{ + public partial class Form1 : Form + { + public Form1() + { + InitializeComponent(); + } + } +} \ No newline at end of file diff --git a/Lab3_2_CalebFontenot/Lab3_2_CalebFontenot/Lab3_2_CalebFontenot.csproj b/Lab3_2_CalebFontenot/Lab3_2_CalebFontenot/Lab3_2_CalebFontenot.csproj new file mode 100755 index 0000000..45de288 --- /dev/null +++ b/Lab3_2_CalebFontenot/Lab3_2_CalebFontenot/Lab3_2_CalebFontenot.csproj @@ -0,0 +1,11 @@ + + + + WinExe + net6.0-windows + enable + true + enable + + + \ No newline at end of file diff --git a/Lab3_2_CalebFontenot/Lab3_2_CalebFontenot/Lab3_2_CalebFontenot.csproj.user b/Lab3_2_CalebFontenot/Lab3_2_CalebFontenot/Lab3_2_CalebFontenot.csproj.user new file mode 100755 index 0000000..f61322e --- /dev/null +++ b/Lab3_2_CalebFontenot/Lab3_2_CalebFontenot/Lab3_2_CalebFontenot.csproj.user @@ -0,0 +1,8 @@ + + + + + Form + + + diff --git a/Lab3_2_CalebFontenot/Lab3_2_CalebFontenot/Lab3_2_CalebFontenot.sln b/Lab3_2_CalebFontenot/Lab3_2_CalebFontenot/Lab3_2_CalebFontenot.sln new file mode 100755 index 0000000..65f0357 --- /dev/null +++ b/Lab3_2_CalebFontenot/Lab3_2_CalebFontenot/Lab3_2_CalebFontenot.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.3.32804.467 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lab3_2_CalebFontenot", "Lab3_2_CalebFontenot.csproj", "{C123B909-C2AB-4E4C-8309-54EAEF1D2B92}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {C123B909-C2AB-4E4C-8309-54EAEF1D2B92}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C123B909-C2AB-4E4C-8309-54EAEF1D2B92}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C123B909-C2AB-4E4C-8309-54EAEF1D2B92}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C123B909-C2AB-4E4C-8309-54EAEF1D2B92}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {CAD245AC-3831-4304-B9B6-D0B437529720} + EndGlobalSection +EndGlobal diff --git a/Lab3_2_CalebFontenot/Lab3_2_CalebFontenot/Program.cs b/Lab3_2_CalebFontenot/Lab3_2_CalebFontenot/Program.cs new file mode 100755 index 0000000..197dd2a --- /dev/null +++ b/Lab3_2_CalebFontenot/Lab3_2_CalebFontenot/Program.cs @@ -0,0 +1,17 @@ +namespace Lab3_2_CalebFontenot +{ + internal static class Program + { + /// + /// The main entry point for the application. + /// + [STAThread] + static void Main() + { + // To customize application configuration such as set high DPI settings or default font, + // see https://aka.ms/applicationconfiguration. + ApplicationConfiguration.Initialize(); + Application.Run(new Form1()); + } + } +} \ No newline at end of file