Update MP4

master
Chloe Fontenot 🏳️‍⚧️ 2022-11-17 17:00:33 +07:00
parent 1fdcdabcbe
commit 2be3b984a3
49 changed files with 329 additions and 128 deletions

@ -48,13 +48,13 @@
this.transmissionFlushCheckBox = new System.Windows.Forms.CheckBox(); this.transmissionFlushCheckBox = new System.Windows.Forms.CheckBox();
this.radiatorFlushCheckBox = new System.Windows.Forms.CheckBox(); this.radiatorFlushCheckBox = new System.Windows.Forms.CheckBox();
this.groupBox5 = new System.Windows.Forms.GroupBox(); 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.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.label1 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button(); this.clearButton = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button(); this.exitButton = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout(); this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout(); this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout(); this.groupBox3.SuspendLayout();
@ -191,38 +191,38 @@
// label6 // label6
// //
this.label6.AutoSize = true; 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.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.TabIndex = 3;
this.label6.Text = "Total Fees"; this.label6.Text = "Total Fees:";
// //
// label5 // label5
// //
this.label5.AutoSize = true; 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.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.TabIndex = 2;
this.label5.Text = "Tax (on parts)"; this.label5.Text = "Tax (on parts):";
// //
// label4 // label4
// //
this.label4.AutoSize = true; 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.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.TabIndex = 1;
this.label4.Text = "Parts"; this.label4.Text = "Parts:";
// //
// label3 // label3
// //
this.label3.AutoSize = true; 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.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.TabIndex = 0;
this.label3.Text = "Services && Labor"; this.label3.Text = "Services && Labor:";
// //
// groupBox4 // groupBox4
// //
@ -257,9 +257,9 @@
// //
// groupBox5 // groupBox5
// //
this.groupBox5.Controls.Add(this.textBox2); this.groupBox5.Controls.Add(this.laborInputTextBox);
this.groupBox5.Controls.Add(this.label2); 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.Controls.Add(this.label1);
this.groupBox5.Location = new System.Drawing.Point(218, 94); this.groupBox5.Location = new System.Drawing.Point(218, 94);
this.groupBox5.Name = "groupBox5"; this.groupBox5.Name = "groupBox5";
@ -268,12 +268,12 @@
this.groupBox5.TabStop = false; this.groupBox5.TabStop = false;
this.groupBox5.Text = "Parts and Labor"; this.groupBox5.Text = "Parts and Labor";
// //
// textBox2 // laborInputTextBox
// //
this.textBox2.Location = new System.Drawing.Point(65, 45); this.laborInputTextBox.Location = new System.Drawing.Point(65, 45);
this.textBox2.Name = "textBox2"; this.laborInputTextBox.Name = "laborInputTextBox";
this.textBox2.Size = new System.Drawing.Size(100, 23); this.laborInputTextBox.Size = new System.Drawing.Size(100, 23);
this.textBox2.TabIndex = 3; this.laborInputTextBox.TabIndex = 3;
// //
// label2 // label2
// //
@ -284,12 +284,12 @@
this.label2.TabIndex = 2; this.label2.TabIndex = 2;
this.label2.Text = "Labor ($)"; this.label2.Text = "Labor ($)";
// //
// textBox1 // partsInputTextBox
// //
this.textBox1.Location = new System.Drawing.Point(65, 18); this.partsInputTextBox.Location = new System.Drawing.Point(65, 18);
this.textBox1.Name = "textBox1"; this.partsInputTextBox.Name = "partsInputTextBox";
this.textBox1.Size = new System.Drawing.Size(100, 23); this.partsInputTextBox.Size = new System.Drawing.Size(100, 23);
this.textBox1.TabIndex = 1; this.partsInputTextBox.TabIndex = 1;
// //
// label1 // label1
// //
@ -306,35 +306,35 @@
this.button1.Name = "button1"; this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(109, 33); this.button1.Size = new System.Drawing.Size(109, 33);
this.button1.TabIndex = 5; this.button1.TabIndex = 5;
this.button1.Text = "calculateButton"; this.button1.Text = "Calculate!";
this.button1.UseVisualStyleBackColor = true; this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.calculateButton_Click); this.button1.Click += new System.EventHandler(this.calculateButton_Click);
// //
// button2 // clearButton
// //
this.button2.Location = new System.Drawing.Point(163, 362); this.clearButton.Location = new System.Drawing.Point(159, 362);
this.button2.Name = "button2"; this.clearButton.Name = "clearButton";
this.button2.Size = new System.Drawing.Size(109, 33); this.clearButton.Size = new System.Drawing.Size(109, 33);
this.button2.TabIndex = 6; this.clearButton.TabIndex = 6;
this.button2.Text = "button2"; this.clearButton.Text = "Clear";
this.button2.UseVisualStyleBackColor = true; this.clearButton.UseVisualStyleBackColor = true;
// //
// button3 // exitButton
// //
this.button3.Location = new System.Drawing.Point(309, 362); this.exitButton.Location = new System.Drawing.Point(303, 362);
this.button3.Name = "button3"; this.exitButton.Name = "exitButton";
this.button3.Size = new System.Drawing.Size(109, 33); this.exitButton.Size = new System.Drawing.Size(109, 33);
this.button3.TabIndex = 7; this.exitButton.TabIndex = 7;
this.button3.Text = "button3"; this.exitButton.Text = "Exit";
this.button3.UseVisualStyleBackColor = true; this.exitButton.UseVisualStyleBackColor = true;
// //
// Form1 // Form1
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(428, 424); this.ClientSize = new System.Drawing.Size(428, 424);
this.Controls.Add(this.button3); this.Controls.Add(this.exitButton);
this.Controls.Add(this.button2); this.Controls.Add(this.clearButton);
this.Controls.Add(this.button1); this.Controls.Add(this.button1);
this.Controls.Add(this.groupBox5); this.Controls.Add(this.groupBox5);
this.Controls.Add(this.groupBox4); this.Controls.Add(this.groupBox4);
@ -379,12 +379,12 @@
private CheckBox transmissionFlushCheckBox; private CheckBox transmissionFlushCheckBox;
private CheckBox radiatorFlushCheckBox; private CheckBox radiatorFlushCheckBox;
private GroupBox groupBox5; private GroupBox groupBox5;
private TextBox textBox2; private TextBox laborInputTextBox;
private Label label2; private Label label2;
private TextBox textBox1; private TextBox partsInputTextBox;
private Label label1; private Label label1;
private Button button1; private Button button1;
private Button button2; private Button clearButton;
private Button button3; private Button exitButton;
} }
} }

@ -51,32 +51,40 @@ namespace JoesAutomotive_CalebFontenot
} }
return total; return total;
} }
private decimal TotalCharges() private decimal TotalCharges()
{
decimal total = 0m;
total = OilLubeChanges(total);
total = FlushCharges(total);
total = MiscCharges(total);
return total;
}
private decimal TaxCharges()
{ {
decimal total = 0m; decimal total = 0m;
total = OilLubeChanges(total); total = OilLubeChanges(total);
total = FlushCharges(total);
total = MiscCharges(total);
total += OtherCharges();
return total;
}
private decimal TaxCharges()
{
decimal total = 0m;
total = MiscCharges(total); total = MiscCharges(total);
decimal tax = total * 0.06m; decimal tax = total * 0.06m;
return tax; return tax;
} }
private decimal OtherCharges()
private void calculateButton_Click(object sender, EventArgs e) {
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 total = TotalCharges();
decimal tax = TaxCharges(); decimal tax = TaxCharges();
decimal outputOtherCharges = OtherCharges();
// Set textboxes // Set textboxes
totalFeesTextBox.Text = total.ToString("c"); servicesAndLaborTextBox.Text = total.ToString("c");
totalFeesTextBox.Text = (total + tax + outputOtherCharges).ToString("c");
taxTextBox.Text = tax.ToString("c"); taxTextBox.Text = tax.ToString("c");
} }
} }
} }

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -31,13 +31,13 @@
this.groupBox1 = new System.Windows.Forms.GroupBox(); this.groupBox1 = new System.Windows.Forms.GroupBox();
this.testScoresListBox = new System.Windows.Forms.ListBox(); this.testScoresListBox = new System.Windows.Forms.ListBox();
this.label1 = new System.Windows.Forms.Label(); 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.label2 = new System.Windows.Forms.Label();
this.textBox2 = new System.Windows.Forms.TextBox(); this.lowestScoreTextBox = new System.Windows.Forms.TextBox();
this.textBox3 = new System.Windows.Forms.TextBox(); this.averageScoreTextBox = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button(); this.getScoresButton = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button(); this.exitButton = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout(); this.groupBox1.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
// //
@ -49,7 +49,7 @@
this.groupBox1.Size = new System.Drawing.Size(199, 181); this.groupBox1.Size = new System.Drawing.Size(199, 181);
this.groupBox1.TabIndex = 0; this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false; this.groupBox1.TabStop = false;
this.groupBox1.Text = "groupBox1"; this.groupBox1.Text = "Test Scores";
// //
// testScoresListBox // testScoresListBox
// //
@ -69,12 +69,13 @@
this.label1.TabIndex = 1; this.label1.TabIndex = 1;
this.label1.Text = "Highest Score:"; this.label1.Text = "Highest Score:";
// //
// textBox1 // highestScoreTextBox
// //
this.textBox1.Location = new System.Drawing.Point(307, 37); this.highestScoreTextBox.Location = new System.Drawing.Point(307, 37);
this.textBox1.Name = "textBox1"; this.highestScoreTextBox.Name = "highestScoreTextBox";
this.textBox1.Size = new System.Drawing.Size(126, 23); this.highestScoreTextBox.ReadOnly = true;
this.textBox1.TabIndex = 2; this.highestScoreTextBox.Size = new System.Drawing.Size(126, 23);
this.highestScoreTextBox.TabIndex = 2;
// //
// label2 // label2
// //
@ -85,19 +86,21 @@
this.label2.TabIndex = 3; this.label2.TabIndex = 3;
this.label2.Text = "Lowest Score:"; this.label2.Text = "Lowest Score:";
// //
// textBox2 // lowestScoreTextBox
// //
this.textBox2.Location = new System.Drawing.Point(307, 80); this.lowestScoreTextBox.Location = new System.Drawing.Point(307, 80);
this.textBox2.Name = "textBox2"; this.lowestScoreTextBox.Name = "lowestScoreTextBox";
this.textBox2.Size = new System.Drawing.Size(126, 23); this.lowestScoreTextBox.ReadOnly = true;
this.textBox2.TabIndex = 4; 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.averageScoreTextBox.Location = new System.Drawing.Point(307, 120);
this.textBox3.Name = "textBox3"; this.averageScoreTextBox.Name = "averageScoreTextBox";
this.textBox3.Size = new System.Drawing.Size(126, 23); this.averageScoreTextBox.ReadOnly = true;
this.textBox3.TabIndex = 5; this.averageScoreTextBox.Size = new System.Drawing.Size(126, 23);
this.averageScoreTextBox.TabIndex = 5;
// //
// label3 // label3
// //
@ -108,38 +111,38 @@
this.label3.TabIndex = 6; this.label3.TabIndex = 6;
this.label3.Text = "Average Score:"; this.label3.Text = "Average Score:";
// //
// button1 // getScoresButton
// //
this.button1.Location = new System.Drawing.Point(136, 213); this.getScoresButton.Location = new System.Drawing.Point(136, 213);
this.button1.Name = "button1"; this.getScoresButton.Name = "getScoresButton";
this.button1.Size = new System.Drawing.Size(75, 23); this.getScoresButton.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 7; this.getScoresButton.TabIndex = 7;
this.button1.Text = "Get Scores"; this.getScoresButton.Text = "Get Scores";
this.button1.UseVisualStyleBackColor = true; this.getScoresButton.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click); this.getScoresButton.Click += new System.EventHandler(this.getScoresButton_Click);
// //
// button2 // exitButton
// //
this.button2.Location = new System.Drawing.Point(218, 213); this.exitButton.Location = new System.Drawing.Point(218, 213);
this.button2.Name = "button2"; this.exitButton.Name = "exitButton";
this.button2.Size = new System.Drawing.Size(75, 23); this.exitButton.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 8; this.exitButton.TabIndex = 8;
this.button2.Text = "Exit"; this.exitButton.Text = "Exit";
this.button2.UseVisualStyleBackColor = true; this.exitButton.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click); this.exitButton.Click += new System.EventHandler(this.exitButton_Click);
// //
// Form1 // Form1
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(445, 248); this.ClientSize = new System.Drawing.Size(445, 248);
this.Controls.Add(this.button2); this.Controls.Add(this.exitButton);
this.Controls.Add(this.button1); this.Controls.Add(this.getScoresButton);
this.Controls.Add(this.label3); this.Controls.Add(this.label3);
this.Controls.Add(this.textBox3); this.Controls.Add(this.averageScoreTextBox);
this.Controls.Add(this.textBox2); this.Controls.Add(this.lowestScoreTextBox);
this.Controls.Add(this.label2); this.Controls.Add(this.label2);
this.Controls.Add(this.textBox1); this.Controls.Add(this.highestScoreTextBox);
this.Controls.Add(this.label1); this.Controls.Add(this.label1);
this.Controls.Add(this.groupBox1); this.Controls.Add(this.groupBox1);
this.Name = "Form1"; this.Name = "Form1";
@ -155,12 +158,12 @@
private GroupBox groupBox1; private GroupBox groupBox1;
private ListBox testScoresListBox; private ListBox testScoresListBox;
private Label label1; private Label label1;
private TextBox textBox1; private TextBox highestScoreTextBox;
private Label label2; private Label label2;
private TextBox textBox2; private TextBox lowestScoreTextBox;
private TextBox textBox3; private TextBox averageScoreTextBox;
private Label label3; private Label label3;
private Button button1; private Button getScoresButton;
private Button button2; private Button exitButton;
} }
} }

@ -6,13 +6,130 @@ namespace lab7_2_CalebFontenot
{ {
InitializeComponent(); 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(); this.Close();
} }

@ -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": ""
}
}
}

@ -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"
}
]
}
}

@ -13,4 +13,4 @@ build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly = build_property.PlatformNeutralAssembly =
build_property._SupportedPlatformList = Linux,macOS,Windows build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = lab7_2_CalebFontenot 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\

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

@ -13,7 +13,8 @@
], ],
"additionalProbingPaths": [ "additionalProbingPaths": [
"C:\\Users\\caleb\\.dotnet\\store\\|arch|\\|tfm|", "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": { "configProperties": {
"Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true "Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true

@ -1,20 +1,24 @@
{ {
"format": 1, "format": 1,
"restore": { "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": { "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", "version": "1.0.0",
"restore": { "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", "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\\", "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", "projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
],
"configFilePaths": [ "configFilePaths": [
"C:\\Users\\caleb\\AppData\\Roaming\\NuGet\\NuGet.Config", "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" "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
], ],
"originalTargetFrameworks": [ "originalTargetFrameworks": [
@ -58,7 +62,7 @@
"privateAssets": "none" "privateAssets": "none"
} }
}, },
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.400\\RuntimeIdentifierGraph.json" "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.402\\RuntimeIdentifierGraph.json"
} }
} }
} }

@ -5,11 +5,12 @@
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool> <RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile> <ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot> <NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\caleb\.nuget\packages\</NuGetPackageFolders> <NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\caleb\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.3.0</NuGetToolVersion> <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.3.0</NuGetToolVersion>
</PropertyGroup> </PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> <ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\caleb\.nuget\packages\" /> <SourceRoot Include="C:\Users\caleb\.nuget\packages\" />
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
</ItemGroup> </ItemGroup>
</Project> </Project>

@ -8,19 +8,24 @@
"net6.0-windows7.0": [] "net6.0-windows7.0": []
}, },
"packageFolders": { "packageFolders": {
"C:\\Users\\caleb\\.nuget\\packages\\": {} "C:\\Users\\caleb\\.nuget\\packages\\": {},
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
}, },
"project": { "project": {
"version": "1.0.0", "version": "1.0.0",
"restore": { "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", "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\\", "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", "projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
],
"configFilePaths": [ "configFilePaths": [
"C:\\Users\\caleb\\AppData\\Roaming\\NuGet\\NuGet.Config", "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" "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
], ],
"originalTargetFrameworks": [ "originalTargetFrameworks": [
@ -64,7 +69,7 @@
"privateAssets": "none" "privateAssets": "none"
} }
}, },
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.400\\RuntimeIdentifierGraph.json" "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.402\\RuntimeIdentifierGraph.json"
} }
} }
} }

@ -1,8 +1,8 @@
{ {
"version": 2, "version": 2,
"dgSpecHash": "5J4rYSZtoSxlG1DaMPwwZ+Ympx1HPEVYllSaEmeKWH1iVQKxAuDBb/QBN2/BK4xaH4OGEpHO8z/NkmOk41WgXw==", "dgSpecHash": "+J4E6RdADOWUGIDccQTG+d0JkS7wD5bfT4uPXHD0nDdjVZ3KVfZrYkWEMRgmyx11OOdeGQEFJmQrxftoi1t5SA==",
"success": true, "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": [], "expectedPackageFiles": [],
"logs": [] "logs": []
} }