diff --git a/MP4/JoesAutomotive_CalebFontenot/.vs/JoesAutomotive_CalebFontenot/FileContentIndex/6590e638-095b-4c9f-bee8-02c11d7f28fc.vsidx b/MP4/JoesAutomotive_CalebFontenot/.vs/JoesAutomotive_CalebFontenot/FileContentIndex/6590e638-095b-4c9f-bee8-02c11d7f28fc.vsidx new file mode 100755 index 0000000..74fd791 Binary files /dev/null and b/MP4/JoesAutomotive_CalebFontenot/.vs/JoesAutomotive_CalebFontenot/FileContentIndex/6590e638-095b-4c9f-bee8-02c11d7f28fc.vsidx differ diff --git a/MP4/JoesAutomotive_CalebFontenot/.vs/JoesAutomotive_CalebFontenot/FileContentIndex/854a5024-3fa2-4cb2-9afd-f44ee53b8312.vsidx b/MP4/JoesAutomotive_CalebFontenot/.vs/JoesAutomotive_CalebFontenot/FileContentIndex/854a5024-3fa2-4cb2-9afd-f44ee53b8312.vsidx deleted file mode 100755 index bf1f049..0000000 Binary files a/MP4/JoesAutomotive_CalebFontenot/.vs/JoesAutomotive_CalebFontenot/FileContentIndex/854a5024-3fa2-4cb2-9afd-f44ee53b8312.vsidx and /dev/null differ diff --git a/MP4/JoesAutomotive_CalebFontenot/.vs/JoesAutomotive_CalebFontenot/v17/.suo b/MP4/JoesAutomotive_CalebFontenot/.vs/JoesAutomotive_CalebFontenot/v17/.suo index 77965b3..49de056 100755 Binary files a/MP4/JoesAutomotive_CalebFontenot/.vs/JoesAutomotive_CalebFontenot/v17/.suo and b/MP4/JoesAutomotive_CalebFontenot/.vs/JoesAutomotive_CalebFontenot/v17/.suo differ diff --git a/MP4/JoesAutomotive_CalebFontenot/Form1.Designer.cs b/MP4/JoesAutomotive_CalebFontenot/Form1.Designer.cs index b10f472..13cd88d 100755 --- a/MP4/JoesAutomotive_CalebFontenot/Form1.Designer.cs +++ b/MP4/JoesAutomotive_CalebFontenot/Form1.Designer.cs @@ -48,13 +48,13 @@ this.transmissionFlushCheckBox = new System.Windows.Forms.CheckBox(); this.radiatorFlushCheckBox = new System.Windows.Forms.CheckBox(); this.groupBox5 = new System.Windows.Forms.GroupBox(); - this.textBox2 = new System.Windows.Forms.TextBox(); + this.laborInputTextBox = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); - this.textBox1 = new System.Windows.Forms.TextBox(); + this.partsInputTextBox = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); - this.button2 = new System.Windows.Forms.Button(); - this.button3 = new System.Windows.Forms.Button(); + this.clearButton = new System.Windows.Forms.Button(); + this.exitButton = new System.Windows.Forms.Button(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox3.SuspendLayout(); @@ -191,38 +191,38 @@ // label6 // this.label6.AutoSize = true; - this.label6.Location = new System.Drawing.Point(51, 101); + this.label6.Location = new System.Drawing.Point(48, 101); this.label6.Name = "label6"; - this.label6.Size = new System.Drawing.Size(58, 15); + this.label6.Size = new System.Drawing.Size(61, 15); this.label6.TabIndex = 3; - this.label6.Text = "Total Fees"; + this.label6.Text = "Total Fees:"; // // label5 // this.label5.AutoSize = true; - this.label5.Location = new System.Drawing.Point(31, 72); + this.label5.Location = new System.Drawing.Point(28, 72); this.label5.Name = "label5"; - this.label5.Size = new System.Drawing.Size(78, 15); + this.label5.Size = new System.Drawing.Size(81, 15); this.label5.TabIndex = 2; - this.label5.Text = "Tax (on parts)"; + this.label5.Text = "Tax (on parts):"; // // label4 // this.label4.AutoSize = true; - this.label4.Location = new System.Drawing.Point(76, 43); + this.label4.Location = new System.Drawing.Point(73, 43); this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(33, 15); + this.label4.Size = new System.Drawing.Size(36, 15); this.label4.TabIndex = 1; - this.label4.Text = "Parts"; + this.label4.Text = "Parts:"; // // label3 // this.label3.AutoSize = true; - this.label3.Location = new System.Drawing.Point(14, 19); + this.label3.Location = new System.Drawing.Point(11, 19); this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(95, 15); + this.label3.Size = new System.Drawing.Size(98, 15); this.label3.TabIndex = 0; - this.label3.Text = "Services && Labor"; + this.label3.Text = "Services && Labor:"; // // groupBox4 // @@ -257,9 +257,9 @@ // // groupBox5 // - this.groupBox5.Controls.Add(this.textBox2); + this.groupBox5.Controls.Add(this.laborInputTextBox); this.groupBox5.Controls.Add(this.label2); - this.groupBox5.Controls.Add(this.textBox1); + this.groupBox5.Controls.Add(this.partsInputTextBox); this.groupBox5.Controls.Add(this.label1); this.groupBox5.Location = new System.Drawing.Point(218, 94); this.groupBox5.Name = "groupBox5"; @@ -268,12 +268,12 @@ this.groupBox5.TabStop = false; this.groupBox5.Text = "Parts and Labor"; // - // textBox2 + // laborInputTextBox // - this.textBox2.Location = new System.Drawing.Point(65, 45); - this.textBox2.Name = "textBox2"; - this.textBox2.Size = new System.Drawing.Size(100, 23); - this.textBox2.TabIndex = 3; + this.laborInputTextBox.Location = new System.Drawing.Point(65, 45); + this.laborInputTextBox.Name = "laborInputTextBox"; + this.laborInputTextBox.Size = new System.Drawing.Size(100, 23); + this.laborInputTextBox.TabIndex = 3; // // label2 // @@ -284,12 +284,12 @@ this.label2.TabIndex = 2; this.label2.Text = "Labor ($)"; // - // textBox1 + // partsInputTextBox // - this.textBox1.Location = new System.Drawing.Point(65, 18); - this.textBox1.Name = "textBox1"; - this.textBox1.Size = new System.Drawing.Size(100, 23); - this.textBox1.TabIndex = 1; + this.partsInputTextBox.Location = new System.Drawing.Point(65, 18); + this.partsInputTextBox.Name = "partsInputTextBox"; + this.partsInputTextBox.Size = new System.Drawing.Size(100, 23); + this.partsInputTextBox.TabIndex = 1; // // label1 // @@ -306,35 +306,35 @@ this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(109, 33); this.button1.TabIndex = 5; - this.button1.Text = "calculateButton"; + this.button1.Text = "Calculate!"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.calculateButton_Click); // - // button2 + // clearButton // - this.button2.Location = new System.Drawing.Point(163, 362); - this.button2.Name = "button2"; - this.button2.Size = new System.Drawing.Size(109, 33); - this.button2.TabIndex = 6; - this.button2.Text = "button2"; - this.button2.UseVisualStyleBackColor = true; + this.clearButton.Location = new System.Drawing.Point(159, 362); + this.clearButton.Name = "clearButton"; + this.clearButton.Size = new System.Drawing.Size(109, 33); + this.clearButton.TabIndex = 6; + this.clearButton.Text = "Clear"; + this.clearButton.UseVisualStyleBackColor = true; // - // button3 + // exitButton // - this.button3.Location = new System.Drawing.Point(309, 362); - this.button3.Name = "button3"; - this.button3.Size = new System.Drawing.Size(109, 33); - this.button3.TabIndex = 7; - this.button3.Text = "button3"; - this.button3.UseVisualStyleBackColor = true; + this.exitButton.Location = new System.Drawing.Point(303, 362); + this.exitButton.Name = "exitButton"; + this.exitButton.Size = new System.Drawing.Size(109, 33); + this.exitButton.TabIndex = 7; + this.exitButton.Text = "Exit"; + this.exitButton.UseVisualStyleBackColor = true; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(428, 424); - this.Controls.Add(this.button3); - this.Controls.Add(this.button2); + this.Controls.Add(this.exitButton); + this.Controls.Add(this.clearButton); this.Controls.Add(this.button1); this.Controls.Add(this.groupBox5); this.Controls.Add(this.groupBox4); @@ -379,12 +379,12 @@ private CheckBox transmissionFlushCheckBox; private CheckBox radiatorFlushCheckBox; private GroupBox groupBox5; - private TextBox textBox2; + private TextBox laborInputTextBox; private Label label2; - private TextBox textBox1; + private TextBox partsInputTextBox; private Label label1; private Button button1; - private Button button2; - private Button button3; + private Button clearButton; + private Button exitButton; } } \ No newline at end of file diff --git a/MP4/JoesAutomotive_CalebFontenot/Form1.cs b/MP4/JoesAutomotive_CalebFontenot/Form1.cs index 7e15383..c30ae39 100755 --- a/MP4/JoesAutomotive_CalebFontenot/Form1.cs +++ b/MP4/JoesAutomotive_CalebFontenot/Form1.cs @@ -51,32 +51,40 @@ namespace JoesAutomotive_CalebFontenot } return total; } - private decimal TotalCharges() - { - decimal total = 0m; - total = OilLubeChanges(total); - total = FlushCharges(total); - total = MiscCharges(total); - return total; - } - private decimal TaxCharges() + private decimal TotalCharges() { decimal total = 0m; total = OilLubeChanges(total); + total = FlushCharges(total); + total = MiscCharges(total); + total += OtherCharges(); + return total; + } + private decimal TaxCharges() + { + decimal total = 0m; total = MiscCharges(total); decimal tax = total * 0.06m; return tax; } - - private void calculateButton_Click(object sender, EventArgs e) + private decimal OtherCharges() + { + decimal partsCost, laborCost; + decimal.TryParse(partsInputTextBox.Text, out partsCost); + decimal.TryParse(laborInputTextBox.Text, out laborCost); + return partsCost + laborCost; + } + private void calculateButton_Click(object sender, EventArgs e) { decimal total = TotalCharges(); decimal tax = TaxCharges(); + decimal outputOtherCharges = OtherCharges(); // Set textboxes - totalFeesTextBox.Text = total.ToString("c"); + servicesAndLaborTextBox.Text = total.ToString("c"); + totalFeesTextBox.Text = (total + tax + outputOtherCharges).ToString("c"); taxTextBox.Text = tax.ToString("c"); } } - } +} diff --git a/MP4/JoesAutomotive_CalebFontenot/bin/Debug/net6.0-windows/JoesAutomotive_CalebFontenot.dll b/MP4/JoesAutomotive_CalebFontenot/bin/Debug/net6.0-windows/JoesAutomotive_CalebFontenot.dll index f904e3f..a889a30 100755 Binary files a/MP4/JoesAutomotive_CalebFontenot/bin/Debug/net6.0-windows/JoesAutomotive_CalebFontenot.dll and b/MP4/JoesAutomotive_CalebFontenot/bin/Debug/net6.0-windows/JoesAutomotive_CalebFontenot.dll differ diff --git a/MP4/JoesAutomotive_CalebFontenot/bin/Debug/net6.0-windows/JoesAutomotive_CalebFontenot.pdb b/MP4/JoesAutomotive_CalebFontenot/bin/Debug/net6.0-windows/JoesAutomotive_CalebFontenot.pdb index 35968a1..51e75fa 100755 Binary files a/MP4/JoesAutomotive_CalebFontenot/bin/Debug/net6.0-windows/JoesAutomotive_CalebFontenot.pdb and b/MP4/JoesAutomotive_CalebFontenot/bin/Debug/net6.0-windows/JoesAutomotive_CalebFontenot.pdb differ diff --git a/MP4/JoesAutomotive_CalebFontenot/obj/Debug/net6.0-windows/JoesAutomotive_CalebFontenot.csproj.GenerateResource.cache b/MP4/JoesAutomotive_CalebFontenot/obj/Debug/net6.0-windows/JoesAutomotive_CalebFontenot.csproj.GenerateResource.cache index 19e5e6f..867a230 100755 Binary files a/MP4/JoesAutomotive_CalebFontenot/obj/Debug/net6.0-windows/JoesAutomotive_CalebFontenot.csproj.GenerateResource.cache and b/MP4/JoesAutomotive_CalebFontenot/obj/Debug/net6.0-windows/JoesAutomotive_CalebFontenot.csproj.GenerateResource.cache differ diff --git a/MP4/JoesAutomotive_CalebFontenot/obj/Debug/net6.0-windows/JoesAutomotive_CalebFontenot.dll b/MP4/JoesAutomotive_CalebFontenot/obj/Debug/net6.0-windows/JoesAutomotive_CalebFontenot.dll index f904e3f..a889a30 100755 Binary files a/MP4/JoesAutomotive_CalebFontenot/obj/Debug/net6.0-windows/JoesAutomotive_CalebFontenot.dll and b/MP4/JoesAutomotive_CalebFontenot/obj/Debug/net6.0-windows/JoesAutomotive_CalebFontenot.dll differ diff --git a/MP4/JoesAutomotive_CalebFontenot/obj/Debug/net6.0-windows/JoesAutomotive_CalebFontenot.pdb b/MP4/JoesAutomotive_CalebFontenot/obj/Debug/net6.0-windows/JoesAutomotive_CalebFontenot.pdb index 35968a1..51e75fa 100755 Binary files a/MP4/JoesAutomotive_CalebFontenot/obj/Debug/net6.0-windows/JoesAutomotive_CalebFontenot.pdb and b/MP4/JoesAutomotive_CalebFontenot/obj/Debug/net6.0-windows/JoesAutomotive_CalebFontenot.pdb differ diff --git a/lab7_1/Lab7_1_CalebFontenot - Screenshot.pdf b/lab7_1/Lab7_1_CalebFontenot - Screenshot.pdf deleted file mode 100644 index 593844c..0000000 Binary files a/lab7_1/Lab7_1_CalebFontenot - Screenshot.pdf and /dev/null differ diff --git a/lab7_1/lab7_1_CalebFontenot.pdf b/lab7_1/lab7_1_CalebFontenot.pdf new file mode 100644 index 0000000..c121b3b Binary files /dev/null and b/lab7_1/lab7_1_CalebFontenot.pdf differ diff --git a/lab7_1/lab7_1_CalebFontenot.zip b/lab7_1/lab7_1_CalebFontenot.zip new file mode 100644 index 0000000..018172c Binary files /dev/null and b/lab7_1/lab7_1_CalebFontenot.zip differ diff --git a/lab7_1/lab7_2_CalebFontenot.pdf b/lab7_1/lab7_2_CalebFontenot.pdf new file mode 100644 index 0000000..6ad3612 Binary files /dev/null and b/lab7_1/lab7_2_CalebFontenot.pdf differ diff --git a/lab7_1/lab7_2_CalebFontenot.zip b/lab7_1/lab7_2_CalebFontenot.zip new file mode 100644 index 0000000..74e4ab3 Binary files /dev/null and b/lab7_1/lab7_2_CalebFontenot.zip differ diff --git a/lab7_1/lab7_2_CalebFontenot/.vs/ProjectEvaluation/lab7_2_calebfontenot.metadata.v5.1 b/lab7_1/lab7_2_CalebFontenot/.vs/ProjectEvaluation/lab7_2_calebfontenot.metadata.v5.1 new file mode 100755 index 0000000..9ca3eae Binary files /dev/null and b/lab7_1/lab7_2_CalebFontenot/.vs/ProjectEvaluation/lab7_2_calebfontenot.metadata.v5.1 differ diff --git a/lab7_1/lab7_2_CalebFontenot/.vs/ProjectEvaluation/lab7_2_calebfontenot.projects.v5.1 b/lab7_1/lab7_2_CalebFontenot/.vs/ProjectEvaluation/lab7_2_calebfontenot.projects.v5.1 new file mode 100755 index 0000000..f966dfa Binary files /dev/null and b/lab7_1/lab7_2_CalebFontenot/.vs/ProjectEvaluation/lab7_2_calebfontenot.projects.v5.1 differ diff --git a/lab7_1/lab7_2_CalebFontenot/.vs/lab7_2_CalebFontenot/DesignTimeBuild/.dtbcache.v2 b/lab7_1/lab7_2_CalebFontenot/.vs/lab7_2_CalebFontenot/DesignTimeBuild/.dtbcache.v2 index 0cdfa1b..a2f1afa 100755 Binary files a/lab7_1/lab7_2_CalebFontenot/.vs/lab7_2_CalebFontenot/DesignTimeBuild/.dtbcache.v2 and b/lab7_1/lab7_2_CalebFontenot/.vs/lab7_2_CalebFontenot/DesignTimeBuild/.dtbcache.v2 differ diff --git a/lab7_1/lab7_2_CalebFontenot/.vs/lab7_2_CalebFontenot/FileContentIndex/ce4a7dee-3749-4066-862d-ce7bc3ef075c.vsidx b/lab7_1/lab7_2_CalebFontenot/.vs/lab7_2_CalebFontenot/FileContentIndex/ce4a7dee-3749-4066-862d-ce7bc3ef075c.vsidx new file mode 100755 index 0000000..1015fcc Binary files /dev/null and b/lab7_1/lab7_2_CalebFontenot/.vs/lab7_2_CalebFontenot/FileContentIndex/ce4a7dee-3749-4066-862d-ce7bc3ef075c.vsidx differ diff --git a/lab7_1/lab7_2_CalebFontenot/.vs/lab7_2_CalebFontenot/FileContentIndex/read.lock b/lab7_1/lab7_2_CalebFontenot/.vs/lab7_2_CalebFontenot/FileContentIndex/read.lock new file mode 100755 index 0000000..e69de29 diff --git a/lab7_1/lab7_2_CalebFontenot/.vs/lab7_2_CalebFontenot/v17/.futdcache.v2 b/lab7_1/lab7_2_CalebFontenot/.vs/lab7_2_CalebFontenot/v17/.futdcache.v2 index 40a973f..373bf8b 100755 Binary files a/lab7_1/lab7_2_CalebFontenot/.vs/lab7_2_CalebFontenot/v17/.futdcache.v2 and b/lab7_1/lab7_2_CalebFontenot/.vs/lab7_2_CalebFontenot/v17/.futdcache.v2 differ diff --git a/lab7_1/lab7_2_CalebFontenot/.vs/lab7_2_CalebFontenot/v17/.suo b/lab7_1/lab7_2_CalebFontenot/.vs/lab7_2_CalebFontenot/v17/.suo index d5bdd0e..b5487de 100755 Binary files a/lab7_1/lab7_2_CalebFontenot/.vs/lab7_2_CalebFontenot/v17/.suo and b/lab7_1/lab7_2_CalebFontenot/.vs/lab7_2_CalebFontenot/v17/.suo differ diff --git a/lab7_1/lab7_2_CalebFontenot/Form1.Designer.cs b/lab7_1/lab7_2_CalebFontenot/Form1.Designer.cs index fac9e84..252bdf0 100755 --- a/lab7_1/lab7_2_CalebFontenot/Form1.Designer.cs +++ b/lab7_1/lab7_2_CalebFontenot/Form1.Designer.cs @@ -31,13 +31,13 @@ this.groupBox1 = new System.Windows.Forms.GroupBox(); this.testScoresListBox = new System.Windows.Forms.ListBox(); this.label1 = new System.Windows.Forms.Label(); - this.textBox1 = new System.Windows.Forms.TextBox(); + this.highestScoreTextBox = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); - this.textBox2 = new System.Windows.Forms.TextBox(); - this.textBox3 = new System.Windows.Forms.TextBox(); + this.lowestScoreTextBox = new System.Windows.Forms.TextBox(); + this.averageScoreTextBox = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); - this.button1 = new System.Windows.Forms.Button(); - this.button2 = new System.Windows.Forms.Button(); + this.getScoresButton = new System.Windows.Forms.Button(); + this.exitButton = new System.Windows.Forms.Button(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // @@ -49,7 +49,7 @@ this.groupBox1.Size = new System.Drawing.Size(199, 181); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; - this.groupBox1.Text = "groupBox1"; + this.groupBox1.Text = "Test Scores"; // // testScoresListBox // @@ -69,12 +69,13 @@ this.label1.TabIndex = 1; this.label1.Text = "Highest Score:"; // - // textBox1 + // highestScoreTextBox // - this.textBox1.Location = new System.Drawing.Point(307, 37); - this.textBox1.Name = "textBox1"; - this.textBox1.Size = new System.Drawing.Size(126, 23); - this.textBox1.TabIndex = 2; + this.highestScoreTextBox.Location = new System.Drawing.Point(307, 37); + this.highestScoreTextBox.Name = "highestScoreTextBox"; + this.highestScoreTextBox.ReadOnly = true; + this.highestScoreTextBox.Size = new System.Drawing.Size(126, 23); + this.highestScoreTextBox.TabIndex = 2; // // label2 // @@ -85,19 +86,21 @@ this.label2.TabIndex = 3; this.label2.Text = "Lowest Score:"; // - // textBox2 + // lowestScoreTextBox // - this.textBox2.Location = new System.Drawing.Point(307, 80); - this.textBox2.Name = "textBox2"; - this.textBox2.Size = new System.Drawing.Size(126, 23); - this.textBox2.TabIndex = 4; + this.lowestScoreTextBox.Location = new System.Drawing.Point(307, 80); + this.lowestScoreTextBox.Name = "lowestScoreTextBox"; + this.lowestScoreTextBox.ReadOnly = true; + this.lowestScoreTextBox.Size = new System.Drawing.Size(126, 23); + this.lowestScoreTextBox.TabIndex = 4; // - // textBox3 + // averageScoreTextBox // - this.textBox3.Location = new System.Drawing.Point(307, 120); - this.textBox3.Name = "textBox3"; - this.textBox3.Size = new System.Drawing.Size(126, 23); - this.textBox3.TabIndex = 5; + this.averageScoreTextBox.Location = new System.Drawing.Point(307, 120); + this.averageScoreTextBox.Name = "averageScoreTextBox"; + this.averageScoreTextBox.ReadOnly = true; + this.averageScoreTextBox.Size = new System.Drawing.Size(126, 23); + this.averageScoreTextBox.TabIndex = 5; // // label3 // @@ -108,38 +111,38 @@ this.label3.TabIndex = 6; this.label3.Text = "Average Score:"; // - // button1 + // getScoresButton // - this.button1.Location = new System.Drawing.Point(136, 213); - this.button1.Name = "button1"; - this.button1.Size = new System.Drawing.Size(75, 23); - this.button1.TabIndex = 7; - this.button1.Text = "Get Scores"; - this.button1.UseVisualStyleBackColor = true; - this.button1.Click += new System.EventHandler(this.button1_Click); + this.getScoresButton.Location = new System.Drawing.Point(136, 213); + this.getScoresButton.Name = "getScoresButton"; + this.getScoresButton.Size = new System.Drawing.Size(75, 23); + this.getScoresButton.TabIndex = 7; + this.getScoresButton.Text = "Get Scores"; + this.getScoresButton.UseVisualStyleBackColor = true; + this.getScoresButton.Click += new System.EventHandler(this.getScoresButton_Click); // - // button2 + // exitButton // - this.button2.Location = new System.Drawing.Point(218, 213); - this.button2.Name = "button2"; - this.button2.Size = new System.Drawing.Size(75, 23); - this.button2.TabIndex = 8; - this.button2.Text = "Exit"; - this.button2.UseVisualStyleBackColor = true; - this.button2.Click += new System.EventHandler(this.button2_Click); + this.exitButton.Location = new System.Drawing.Point(218, 213); + this.exitButton.Name = "exitButton"; + this.exitButton.Size = new System.Drawing.Size(75, 23); + this.exitButton.TabIndex = 8; + 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(445, 248); - this.Controls.Add(this.button2); - this.Controls.Add(this.button1); + this.Controls.Add(this.exitButton); + this.Controls.Add(this.getScoresButton); this.Controls.Add(this.label3); - this.Controls.Add(this.textBox3); - this.Controls.Add(this.textBox2); + this.Controls.Add(this.averageScoreTextBox); + this.Controls.Add(this.lowestScoreTextBox); this.Controls.Add(this.label2); - this.Controls.Add(this.textBox1); + this.Controls.Add(this.highestScoreTextBox); this.Controls.Add(this.label1); this.Controls.Add(this.groupBox1); this.Name = "Form1"; @@ -155,12 +158,12 @@ private GroupBox groupBox1; private ListBox testScoresListBox; private Label label1; - private TextBox textBox1; + private TextBox highestScoreTextBox; private Label label2; - private TextBox textBox2; - private TextBox textBox3; + private TextBox lowestScoreTextBox; + private TextBox averageScoreTextBox; private Label label3; - private Button button1; - private Button button2; + private Button getScoresButton; + private Button exitButton; } } \ No newline at end of file diff --git a/lab7_1/lab7_2_CalebFontenot/Form1.cs b/lab7_1/lab7_2_CalebFontenot/Form1.cs index 6896430..9572633 100755 --- a/lab7_1/lab7_2_CalebFontenot/Form1.cs +++ b/lab7_1/lab7_2_CalebFontenot/Form1.cs @@ -6,13 +6,130 @@ namespace lab7_2_CalebFontenot { InitializeComponent(); } - - private void button1_Click(object sender, EventArgs e) + /* + * The Average method accepts an int array argument + * and returns the Average of the values in the array. + */ + static private double Average(int[] iArray) { + int total = 0; // Accumulator, initialized to 0 + double average; // To hold the average + // Step through the array, adding each element to the accumulator. + for (int index = 0; index < iArray.Length; index++) + { + total += iArray[index]; + } + + // Calculate the average. + average = (double) total / iArray.Length; + + // Return the average. + return average; } - private void button2_Click(object sender, EventArgs e) + /* + * The Highest method accepts an int array argument + * and returns the highest value in that array. + */ + static private int Highest(int[] iArray) + { + // Declare a variable to hold the highest value, and initialize it with the first value in the array. + int highest = iArray[0]; + + /* + * Step through the rest of the array, beginning at + * element 1. When a value greater than the highest + * is found, assign that value to the highest. + */ + for (int index = 1; index < iArray.Length; index++) + { + if (iArray[index] > highest) + { + highest = iArray[index]; + } + } + + // Return the highest value. + return highest; + } + + /* + * The Lowest method accepts an int array argument + * and returns the lowest value in that array. + */ + static private int Lowest(int[] iArray) + { + // Declare a variable to hold the lowest value, and initialize it witth the first value in the array. + int lowest = iArray[0]; + + /* + * Step through the rest of the array, beginning at + * element 1. When a value greater than the lowest + * is found, assign that value to the lowest. + */ + for (int index = 1; index < iArray.Length; index++) + { + if (iArray[index] < lowest) + { + lowest = iArray[index]; + } + } + // Return the lowest value. + return lowest; + + } + private void getScoresButton_Click(object sender, EventArgs e) + { + try + { + // Local variables + const int SIZE = 5; // Number of tests + int[] scores = new int[SIZE]; // Array of test scores + int index = 0; // Loop counter + int highestScore; // To hold the highest score + int lowestScore; // To hold the lowest score + double averageScore; // To hold the average score + StreamReader inputFile; // For file input + + // Open the file and get a StreamReader object. + inputFile = File.OpenText("TestScores.txt"); + + // Read the test scores into the array. + while (!inputFile.EndOfStream && index < scores.Length) + { + scores[index] = int.Parse(inputFile.ReadLine()); + index++; + } + + // Close the file. + inputFile.Close(); + + //Display the test scores. + foreach (int value in scores) + { + testScoresListBox.Items.Add(value); + } + + // Get the highest, lowest, and average scores. + highestScore = Highest(scores); + lowestScore = Lowest(scores); + averageScore = Average(scores); + + // Display the values. + highestScoreTextBox.Text = highestScore.ToString(); + lowestScoreTextBox.Text = lowestScore.ToString(); + averageScoreTextBox.Text = averageScore.ToString(); + + } + catch (Exception ex) + { + // Display an error message. + MessageBox.Show(ex.Message); + } + } + + private void exitButton_Click(object sender, EventArgs e) { this.Close(); } diff --git a/lab7_1/lab7_2_CalebFontenot/bin/Debug/net6.0-windows/TestScores.txt b/lab7_1/lab7_2_CalebFontenot/bin/Debug/net6.0-windows/TestScores.txt new file mode 100644 index 0000000..9263131 --- /dev/null +++ b/lab7_1/lab7_2_CalebFontenot/bin/Debug/net6.0-windows/TestScores.txt @@ -0,0 +1,5 @@ +100 +70 +85 +32 +47 diff --git a/lab7_1/lab7_2_CalebFontenot/bin/Debug/net6.0-windows/lab7_2_CalebFontenot.deps.json b/lab7_1/lab7_2_CalebFontenot/bin/Debug/net6.0-windows/lab7_2_CalebFontenot.deps.json new file mode 100755 index 0000000..e45e656 --- /dev/null +++ b/lab7_1/lab7_2_CalebFontenot/bin/Debug/net6.0-windows/lab7_2_CalebFontenot.deps.json @@ -0,0 +1,23 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v6.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v6.0": { + "lab7_2_CalebFontenot/1.0.0": { + "runtime": { + "lab7_2_CalebFontenot.dll": {} + } + } + } + }, + "libraries": { + "lab7_2_CalebFontenot/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/lab7_1/lab7_2_CalebFontenot/bin/Debug/net6.0-windows/lab7_2_CalebFontenot.dll b/lab7_1/lab7_2_CalebFontenot/bin/Debug/net6.0-windows/lab7_2_CalebFontenot.dll new file mode 100755 index 0000000..59e7aaf Binary files /dev/null and b/lab7_1/lab7_2_CalebFontenot/bin/Debug/net6.0-windows/lab7_2_CalebFontenot.dll differ diff --git a/lab7_1/lab7_2_CalebFontenot/bin/Debug/net6.0-windows/lab7_2_CalebFontenot.exe b/lab7_1/lab7_2_CalebFontenot/bin/Debug/net6.0-windows/lab7_2_CalebFontenot.exe new file mode 100755 index 0000000..1928812 Binary files /dev/null and b/lab7_1/lab7_2_CalebFontenot/bin/Debug/net6.0-windows/lab7_2_CalebFontenot.exe differ diff --git a/lab7_1/lab7_2_CalebFontenot/bin/Debug/net6.0-windows/lab7_2_CalebFontenot.pdb b/lab7_1/lab7_2_CalebFontenot/bin/Debug/net6.0-windows/lab7_2_CalebFontenot.pdb new file mode 100755 index 0000000..afad710 Binary files /dev/null and b/lab7_1/lab7_2_CalebFontenot/bin/Debug/net6.0-windows/lab7_2_CalebFontenot.pdb differ diff --git a/lab7_1/lab7_2_CalebFontenot/bin/Debug/net6.0-windows/lab7_2_CalebFontenot.runtimeconfig.json b/lab7_1/lab7_2_CalebFontenot/bin/Debug/net6.0-windows/lab7_2_CalebFontenot.runtimeconfig.json new file mode 100755 index 0000000..b6062ae --- /dev/null +++ b/lab7_1/lab7_2_CalebFontenot/bin/Debug/net6.0-windows/lab7_2_CalebFontenot.runtimeconfig.json @@ -0,0 +1,15 @@ +{ + "runtimeOptions": { + "tfm": "net6.0", + "frameworks": [ + { + "name": "Microsoft.NETCore.App", + "version": "6.0.0" + }, + { + "name": "Microsoft.WindowsDesktop.App", + "version": "6.0.0" + } + ] + } +} \ No newline at end of file diff --git a/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/apphost.exe b/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/apphost.exe new file mode 100755 index 0000000..1928812 Binary files /dev/null and b/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/apphost.exe differ diff --git a/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.Form1.resources b/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.Form1.resources new file mode 100755 index 0000000..6c05a97 Binary files /dev/null and b/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.Form1.resources differ diff --git a/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.GeneratedMSBuildEditorConfig.editorconfig b/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.GeneratedMSBuildEditorConfig.editorconfig index 084b844..9c97cee 100755 --- a/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.GeneratedMSBuildEditorConfig.editorconfig +++ b/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.GeneratedMSBuildEditorConfig.editorconfig @@ -13,4 +13,4 @@ build_property.InvariantGlobalization = build_property.PlatformNeutralAssembly = build_property._SupportedPlatformList = Linux,macOS,Windows build_property.RootNamespace = lab7_2_CalebFontenot -build_property.ProjectDir = Z:\media\DataEXT4\Documents\ASDV C#\lab7_1\lab7_2_CalebFontenot\ +build_property.ProjectDir = Z:\home\caleb\Documents\ASDV-C-Sharp\lab7_1\lab7_2_CalebFontenot\ diff --git a/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.assets.cache b/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.assets.cache index 85e2087..2c40841 100755 Binary files a/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.assets.cache and b/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.assets.cache differ diff --git a/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.csproj.AssemblyReference.cache b/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.csproj.AssemblyReference.cache index f790783..67eea4a 100755 Binary files a/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.csproj.AssemblyReference.cache and b/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.csproj.AssemblyReference.cache differ diff --git a/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.csproj.BuildWithSkipAnalyzers b/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.csproj.BuildWithSkipAnalyzers new file mode 100755 index 0000000..e69de29 diff --git a/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.csproj.CoreCompileInputs.cache b/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.csproj.CoreCompileInputs.cache new file mode 100755 index 0000000..143e49b --- /dev/null +++ b/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +1dd964c79f11f9a4b70aacace6f46207eb1b2f42 diff --git a/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.csproj.FileListAbsolute.txt b/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.csproj.FileListAbsolute.txt new file mode 100755 index 0000000..3ba7be4 --- /dev/null +++ b/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.csproj.FileListAbsolute.txt @@ -0,0 +1,17 @@ +Z:\home\caleb\Documents\ASDV-C-Sharp\lab7_1\lab7_2_CalebFontenot\bin\Debug\net6.0-windows\lab7_2_CalebFontenot.exe +Z:\home\caleb\Documents\ASDV-C-Sharp\lab7_1\lab7_2_CalebFontenot\bin\Debug\net6.0-windows\lab7_2_CalebFontenot.deps.json +Z:\home\caleb\Documents\ASDV-C-Sharp\lab7_1\lab7_2_CalebFontenot\bin\Debug\net6.0-windows\lab7_2_CalebFontenot.runtimeconfig.json +Z:\home\caleb\Documents\ASDV-C-Sharp\lab7_1\lab7_2_CalebFontenot\bin\Debug\net6.0-windows\lab7_2_CalebFontenot.dll +Z:\home\caleb\Documents\ASDV-C-Sharp\lab7_1\lab7_2_CalebFontenot\bin\Debug\net6.0-windows\lab7_2_CalebFontenot.pdb +Z:\home\caleb\Documents\ASDV-C-Sharp\lab7_1\lab7_2_CalebFontenot\obj\Debug\net6.0-windows\lab7_2_CalebFontenot.csproj.AssemblyReference.cache +Z:\home\caleb\Documents\ASDV-C-Sharp\lab7_1\lab7_2_CalebFontenot\obj\Debug\net6.0-windows\lab7_2_CalebFontenot.Form1.resources +Z:\home\caleb\Documents\ASDV-C-Sharp\lab7_1\lab7_2_CalebFontenot\obj\Debug\net6.0-windows\lab7_2_CalebFontenot.csproj.GenerateResource.cache +Z:\home\caleb\Documents\ASDV-C-Sharp\lab7_1\lab7_2_CalebFontenot\obj\Debug\net6.0-windows\lab7_2_CalebFontenot.GeneratedMSBuildEditorConfig.editorconfig +Z:\home\caleb\Documents\ASDV-C-Sharp\lab7_1\lab7_2_CalebFontenot\obj\Debug\net6.0-windows\lab7_2_CalebFontenot.AssemblyInfoInputs.cache +Z:\home\caleb\Documents\ASDV-C-Sharp\lab7_1\lab7_2_CalebFontenot\obj\Debug\net6.0-windows\lab7_2_CalebFontenot.AssemblyInfo.cs +Z:\home\caleb\Documents\ASDV-C-Sharp\lab7_1\lab7_2_CalebFontenot\obj\Debug\net6.0-windows\lab7_2_CalebFontenot.csproj.CoreCompileInputs.cache +Z:\home\caleb\Documents\ASDV-C-Sharp\lab7_1\lab7_2_CalebFontenot\obj\Debug\net6.0-windows\lab7_2_CalebFontenot.dll +Z:\home\caleb\Documents\ASDV-C-Sharp\lab7_1\lab7_2_CalebFontenot\obj\Debug\net6.0-windows\refint\lab7_2_CalebFontenot.dll +Z:\home\caleb\Documents\ASDV-C-Sharp\lab7_1\lab7_2_CalebFontenot\obj\Debug\net6.0-windows\lab7_2_CalebFontenot.pdb +Z:\home\caleb\Documents\ASDV-C-Sharp\lab7_1\lab7_2_CalebFontenot\obj\Debug\net6.0-windows\lab7_2_CalebFontenot.genruntimeconfig.cache +Z:\home\caleb\Documents\ASDV-C-Sharp\lab7_1\lab7_2_CalebFontenot\obj\Debug\net6.0-windows\ref\lab7_2_CalebFontenot.dll diff --git a/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.csproj.GenerateResource.cache b/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.csproj.GenerateResource.cache new file mode 100755 index 0000000..cc385e3 Binary files /dev/null and b/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.csproj.GenerateResource.cache differ diff --git a/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.designer.runtimeconfig.json b/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.designer.runtimeconfig.json index 4ec7c38..9fee938 100755 --- a/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.designer.runtimeconfig.json +++ b/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.designer.runtimeconfig.json @@ -13,7 +13,8 @@ ], "additionalProbingPaths": [ "C:\\Users\\caleb\\.dotnet\\store\\|arch|\\|tfm|", - "C:\\Users\\caleb\\.nuget\\packages" + "C:\\Users\\caleb\\.nuget\\packages", + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" ], "configProperties": { "Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true diff --git a/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.dll b/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.dll new file mode 100755 index 0000000..59e7aaf Binary files /dev/null and b/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.dll differ diff --git a/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.genruntimeconfig.cache b/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.genruntimeconfig.cache new file mode 100755 index 0000000..5ff0e9a --- /dev/null +++ b/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.genruntimeconfig.cache @@ -0,0 +1 @@ +de85a5f1a8d395d1643857f4689f29dee34aa2cb diff --git a/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.pdb b/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.pdb new file mode 100755 index 0000000..afad710 Binary files /dev/null and b/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/lab7_2_CalebFontenot.pdb differ diff --git a/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/ref/lab7_2_CalebFontenot.dll b/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/ref/lab7_2_CalebFontenot.dll new file mode 100755 index 0000000..66fbc98 Binary files /dev/null and b/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/ref/lab7_2_CalebFontenot.dll differ diff --git a/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/refint/lab7_2_CalebFontenot.dll b/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/refint/lab7_2_CalebFontenot.dll new file mode 100755 index 0000000..66fbc98 Binary files /dev/null and b/lab7_1/lab7_2_CalebFontenot/obj/Debug/net6.0-windows/refint/lab7_2_CalebFontenot.dll differ diff --git a/lab7_1/lab7_2_CalebFontenot/obj/lab7_2_CalebFontenot.csproj.nuget.dgspec.json b/lab7_1/lab7_2_CalebFontenot/obj/lab7_2_CalebFontenot.csproj.nuget.dgspec.json index 79bbabb..b9c56c6 100755 --- a/lab7_1/lab7_2_CalebFontenot/obj/lab7_2_CalebFontenot.csproj.nuget.dgspec.json +++ b/lab7_1/lab7_2_CalebFontenot/obj/lab7_2_CalebFontenot.csproj.nuget.dgspec.json @@ -1,20 +1,24 @@ { "format": 1, "restore": { - "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\lab7_1\\lab7_2_CalebFontenot\\lab7_2_CalebFontenot.csproj": {} + "Z:\\home\\caleb\\Documents\\ASDV-C-Sharp\\lab7_1\\lab7_2_CalebFontenot\\lab7_2_CalebFontenot.csproj": {} }, "projects": { - "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\lab7_1\\lab7_2_CalebFontenot\\lab7_2_CalebFontenot.csproj": { + "Z:\\home\\caleb\\Documents\\ASDV-C-Sharp\\lab7_1\\lab7_2_CalebFontenot\\lab7_2_CalebFontenot.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\lab7_1\\lab7_2_CalebFontenot\\lab7_2_CalebFontenot.csproj", + "projectUniqueName": "Z:\\home\\caleb\\Documents\\ASDV-C-Sharp\\lab7_1\\lab7_2_CalebFontenot\\lab7_2_CalebFontenot.csproj", "projectName": "lab7_2_CalebFontenot", - "projectPath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\lab7_1\\lab7_2_CalebFontenot\\lab7_2_CalebFontenot.csproj", + "projectPath": "Z:\\home\\caleb\\Documents\\ASDV-C-Sharp\\lab7_1\\lab7_2_CalebFontenot\\lab7_2_CalebFontenot.csproj", "packagesPath": "C:\\Users\\caleb\\.nuget\\packages\\", - "outputPath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\lab7_1\\lab7_2_CalebFontenot\\obj\\", + "outputPath": "Z:\\home\\caleb\\Documents\\ASDV-C-Sharp\\lab7_1\\lab7_2_CalebFontenot\\obj\\", "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], "configFilePaths": [ "C:\\Users\\caleb\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" ], "originalTargetFrameworks": [ @@ -58,7 +62,7 @@ "privateAssets": "none" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.400\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.402\\RuntimeIdentifierGraph.json" } } } diff --git a/lab7_1/lab7_2_CalebFontenot/obj/lab7_2_CalebFontenot.csproj.nuget.g.props b/lab7_1/lab7_2_CalebFontenot/obj/lab7_2_CalebFontenot.csproj.nuget.g.props index 2a0471e..8a4b508 100755 --- a/lab7_1/lab7_2_CalebFontenot/obj/lab7_2_CalebFontenot.csproj.nuget.g.props +++ b/lab7_1/lab7_2_CalebFontenot/obj/lab7_2_CalebFontenot.csproj.nuget.g.props @@ -5,11 +5,12 @@ NuGet $(MSBuildThisFileDirectory)project.assets.json $(UserProfile)\.nuget\packages\ - C:\Users\caleb\.nuget\packages\ + C:\Users\caleb\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages PackageReference 6.3.0 + \ No newline at end of file diff --git a/lab7_1/lab7_2_CalebFontenot/obj/project.assets.json b/lab7_1/lab7_2_CalebFontenot/obj/project.assets.json index f2649d3..63d6f7a 100755 --- a/lab7_1/lab7_2_CalebFontenot/obj/project.assets.json +++ b/lab7_1/lab7_2_CalebFontenot/obj/project.assets.json @@ -8,19 +8,24 @@ "net6.0-windows7.0": [] }, "packageFolders": { - "C:\\Users\\caleb\\.nuget\\packages\\": {} + "C:\\Users\\caleb\\.nuget\\packages\\": {}, + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {} }, "project": { "version": "1.0.0", "restore": { - "projectUniqueName": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\lab7_1\\lab7_2_CalebFontenot\\lab7_2_CalebFontenot.csproj", + "projectUniqueName": "Z:\\home\\caleb\\Documents\\ASDV-C-Sharp\\lab7_1\\lab7_2_CalebFontenot\\lab7_2_CalebFontenot.csproj", "projectName": "lab7_2_CalebFontenot", - "projectPath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\lab7_1\\lab7_2_CalebFontenot\\lab7_2_CalebFontenot.csproj", + "projectPath": "Z:\\home\\caleb\\Documents\\ASDV-C-Sharp\\lab7_1\\lab7_2_CalebFontenot\\lab7_2_CalebFontenot.csproj", "packagesPath": "C:\\Users\\caleb\\.nuget\\packages\\", - "outputPath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\lab7_1\\lab7_2_CalebFontenot\\obj\\", + "outputPath": "Z:\\home\\caleb\\Documents\\ASDV-C-Sharp\\lab7_1\\lab7_2_CalebFontenot\\obj\\", "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], "configFilePaths": [ "C:\\Users\\caleb\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" ], "originalTargetFrameworks": [ @@ -64,7 +69,7 @@ "privateAssets": "none" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.400\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.402\\RuntimeIdentifierGraph.json" } } } diff --git a/lab7_1/lab7_2_CalebFontenot/obj/project.nuget.cache b/lab7_1/lab7_2_CalebFontenot/obj/project.nuget.cache index 7ea3e30..aff3979 100755 --- a/lab7_1/lab7_2_CalebFontenot/obj/project.nuget.cache +++ b/lab7_1/lab7_2_CalebFontenot/obj/project.nuget.cache @@ -1,8 +1,8 @@ { "version": 2, - "dgSpecHash": "5J4rYSZtoSxlG1DaMPwwZ+Ympx1HPEVYllSaEmeKWH1iVQKxAuDBb/QBN2/BK4xaH4OGEpHO8z/NkmOk41WgXw==", + "dgSpecHash": "+J4E6RdADOWUGIDccQTG+d0JkS7wD5bfT4uPXHD0nDdjVZ3KVfZrYkWEMRgmyx11OOdeGQEFJmQrxftoi1t5SA==", "success": true, - "projectFilePath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\lab7_1\\lab7_2_CalebFontenot\\lab7_2_CalebFontenot.csproj", + "projectFilePath": "Z:\\home\\caleb\\Documents\\ASDV-C-Sharp\\lab7_1\\lab7_2_CalebFontenot\\lab7_2_CalebFontenot.csproj", "expectedPackageFiles": [], "logs": [] } \ No newline at end of file