diff --git a/MP3/CtoF_CalebFontenot/.vs/CtoF_CalebFontenot/DesignTimeBuild/.dtbcache.v2 b/MP3/CtoF_CalebFontenot/.vs/CtoF_CalebFontenot/DesignTimeBuild/.dtbcache.v2
index 8e87f5b..efd4ef4 100755
Binary files a/MP3/CtoF_CalebFontenot/.vs/CtoF_CalebFontenot/DesignTimeBuild/.dtbcache.v2 and b/MP3/CtoF_CalebFontenot/.vs/CtoF_CalebFontenot/DesignTimeBuild/.dtbcache.v2 differ
diff --git a/MP3/CtoF_CalebFontenot/.vs/CtoF_CalebFontenot/FileContentIndex/389107d5-a8e6-4929-8bb3-93464be4904e.vsidx b/MP3/CtoF_CalebFontenot/.vs/CtoF_CalebFontenot/FileContentIndex/389107d5-a8e6-4929-8bb3-93464be4904e.vsidx
new file mode 100755
index 0000000..e104c41
Binary files /dev/null and b/MP3/CtoF_CalebFontenot/.vs/CtoF_CalebFontenot/FileContentIndex/389107d5-a8e6-4929-8bb3-93464be4904e.vsidx differ
diff --git a/MP3/CtoF_CalebFontenot/.vs/CtoF_CalebFontenot/FileContentIndex/read.lock b/MP3/CtoF_CalebFontenot/.vs/CtoF_CalebFontenot/FileContentIndex/read.lock
new file mode 100755
index 0000000..e69de29
diff --git a/MP3/CtoF_CalebFontenot/.vs/CtoF_CalebFontenot/v17/.suo b/MP3/CtoF_CalebFontenot/.vs/CtoF_CalebFontenot/v17/.suo
index 9e65c4a..d213c04 100755
Binary files a/MP3/CtoF_CalebFontenot/.vs/CtoF_CalebFontenot/v17/.suo and b/MP3/CtoF_CalebFontenot/.vs/CtoF_CalebFontenot/v17/.suo differ
diff --git a/MP3/Factorial_CalebFontenot/.vs/Factorial_CalebFontenot/DesignTimeBuild/.dtbcache.v2 b/MP3/Factorial_CalebFontenot/.vs/Factorial_CalebFontenot/DesignTimeBuild/.dtbcache.v2
index 361f079..5c67951 100755
Binary files a/MP3/Factorial_CalebFontenot/.vs/Factorial_CalebFontenot/DesignTimeBuild/.dtbcache.v2 and b/MP3/Factorial_CalebFontenot/.vs/Factorial_CalebFontenot/DesignTimeBuild/.dtbcache.v2 differ
diff --git a/MP3/Factorial_CalebFontenot/.vs/Factorial_CalebFontenot/FileContentIndex/7ef189f5-e9ea-41a0-92d7-d5e10de027cb.vsidx b/MP3/Factorial_CalebFontenot/.vs/Factorial_CalebFontenot/FileContentIndex/7ef189f5-e9ea-41a0-92d7-d5e10de027cb.vsidx
new file mode 100755
index 0000000..a2b90fc
Binary files /dev/null and b/MP3/Factorial_CalebFontenot/.vs/Factorial_CalebFontenot/FileContentIndex/7ef189f5-e9ea-41a0-92d7-d5e10de027cb.vsidx differ
diff --git a/MP3/Factorial_CalebFontenot/.vs/Factorial_CalebFontenot/FileContentIndex/read.lock b/MP3/Factorial_CalebFontenot/.vs/Factorial_CalebFontenot/FileContentIndex/read.lock
new file mode 100755
index 0000000..e69de29
diff --git a/MP3/Factorial_CalebFontenot/.vs/Factorial_CalebFontenot/v17/.futdcache.v2 b/MP3/Factorial_CalebFontenot/.vs/Factorial_CalebFontenot/v17/.futdcache.v2
index 68f4d80..0073891 100755
Binary files a/MP3/Factorial_CalebFontenot/.vs/Factorial_CalebFontenot/v17/.futdcache.v2 and b/MP3/Factorial_CalebFontenot/.vs/Factorial_CalebFontenot/v17/.futdcache.v2 differ
diff --git a/MP3/Factorial_CalebFontenot/.vs/Factorial_CalebFontenot/v17/.suo b/MP3/Factorial_CalebFontenot/.vs/Factorial_CalebFontenot/v17/.suo
index 63efa0e..aaf3817 100755
Binary files a/MP3/Factorial_CalebFontenot/.vs/Factorial_CalebFontenot/v17/.suo and b/MP3/Factorial_CalebFontenot/.vs/Factorial_CalebFontenot/v17/.suo differ
diff --git a/MP3/Factorial_CalebFontenot/.vs/ProjectEvaluation/factorial_calebfontenot.metadata.v5 b/MP3/Factorial_CalebFontenot/.vs/ProjectEvaluation/factorial_calebfontenot.metadata.v5
new file mode 100755
index 0000000..e668867
Binary files /dev/null and b/MP3/Factorial_CalebFontenot/.vs/ProjectEvaluation/factorial_calebfontenot.metadata.v5 differ
diff --git a/MP3/Factorial_CalebFontenot/.vs/ProjectEvaluation/factorial_calebfontenot.projects.v5 b/MP3/Factorial_CalebFontenot/.vs/ProjectEvaluation/factorial_calebfontenot.projects.v5
new file mode 100755
index 0000000..8c1fe0f
Binary files /dev/null and b/MP3/Factorial_CalebFontenot/.vs/ProjectEvaluation/factorial_calebfontenot.projects.v5 differ
diff --git a/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/Form1.Designer.cs b/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/Form1.Designer.cs
index e2e380c..4586d0a 100755
--- a/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/Form1.Designer.cs
+++ b/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/Form1.Designer.cs
@@ -29,25 +29,88 @@
private void InitializeComponent()
{
this.groupBox1 = new System.Windows.Forms.GroupBox();
+ this.inputTextBox = new System.Windows.Forms.TextBox();
+ this.groupBox2 = new System.Windows.Forms.GroupBox();
+ this.outputTextBox = new System.Windows.Forms.TextBox();
+ this.calculateButton = new System.Windows.Forms.Button();
+ this.exitButton = new System.Windows.Forms.Button();
+ this.groupBox1.SuspendLayout();
+ this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
+ this.groupBox1.Controls.Add(this.inputTextBox);
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(200, 100);
+ this.groupBox1.Size = new System.Drawing.Size(200, 55);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
- this.groupBox1.Text = "groupBox1";
+ this.groupBox1.Text = "Enter n to calculate a factorial";
+ //
+ // inputTextBox
+ //
+ this.inputTextBox.Location = new System.Drawing.Point(6, 22);
+ this.inputTextBox.Name = "inputTextBox";
+ this.inputTextBox.Size = new System.Drawing.Size(188, 23);
+ this.inputTextBox.TabIndex = 0;
+ this.inputTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
+ //
+ // groupBox2
+ //
+ this.groupBox2.Controls.Add(this.outputTextBox);
+ this.groupBox2.Location = new System.Drawing.Point(12, 73);
+ this.groupBox2.Name = "groupBox2";
+ this.groupBox2.Size = new System.Drawing.Size(200, 54);
+ this.groupBox2.TabIndex = 1;
+ this.groupBox2.TabStop = false;
+ this.groupBox2.Text = "Output";
+ //
+ // outputTextBox
+ //
+ this.outputTextBox.Location = new System.Drawing.Point(6, 22);
+ this.outputTextBox.Name = "outputTextBox";
+ this.outputTextBox.ReadOnly = true;
+ this.outputTextBox.Size = new System.Drawing.Size(188, 23);
+ this.outputTextBox.TabIndex = 0;
+ this.outputTextBox.Text = "0";
+ this.outputTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
+ //
+ // calculateButton
+ //
+ this.calculateButton.Location = new System.Drawing.Point(12, 133);
+ this.calculateButton.Name = "calculateButton";
+ this.calculateButton.Size = new System.Drawing.Size(100, 23);
+ this.calculateButton.TabIndex = 2;
+ this.calculateButton.Text = "Calculate!";
+ this.calculateButton.UseVisualStyleBackColor = true;
+ this.calculateButton.Click += new System.EventHandler(this.calculateButton_Click);
+ //
+ // exitButton
+ //
+ this.exitButton.Location = new System.Drawing.Point(112, 133);
+ this.exitButton.Name = "exitButton";
+ this.exitButton.Size = new System.Drawing.Size(100, 23);
+ this.exitButton.TabIndex = 3;
+ 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(800, 450);
+ this.ClientSize = new System.Drawing.Size(223, 170);
+ this.Controls.Add(this.exitButton);
+ this.Controls.Add(this.calculateButton);
+ this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Name = "Form1";
this.Text = "Form1";
+ this.groupBox1.ResumeLayout(false);
+ this.groupBox1.PerformLayout();
+ this.groupBox2.ResumeLayout(false);
+ this.groupBox2.PerformLayout();
this.ResumeLayout(false);
}
@@ -55,5 +118,10 @@
#endregion
private GroupBox groupBox1;
+ private TextBox inputTextBox;
+ private GroupBox groupBox2;
+ private TextBox outputTextBox;
+ private Button calculateButton;
+ private Button exitButton;
}
}
\ No newline at end of file
diff --git a/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/Form1.cs b/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/Form1.cs
index d7ac0b8..a0e6999 100755
--- a/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/Form1.cs
+++ b/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/Form1.cs
@@ -6,5 +6,39 @@ namespace Factorial_CalebFontenot
{
InitializeComponent();
}
+
+ private void exitButton_Click(object sender, EventArgs e)
+ {
+ this.Close();
+ }
+
+ private void calculateButton_Click(object sender, EventArgs e)
+ {
+ // Reset focus to inputTextBox.
+ inputTextBox.Focus();
+
+ // Define variables
+ long n, factorial = 0;
+
+ if (!long.TryParse(inputTextBox.Text, out n)) {
+ MessageBox.Show("non numeric input.");
+ }
+
+ // Check to see if the number given is not negative
+ if (!(n <= 0))
+ {
+ // Calculate factorial.
+ factorial = n;
+ for (int i = (int)n; i > 2; i--)
+ {
+ factorial *= (i - 1);
+ }
+ outputTextBox.Text = factorial.ToString("N");
+ }
+ else {
+ MessageBox.Show("Invalid input, non-negative number entered.");
+ }
+
+ }
}
}
\ No newline at end of file
diff --git a/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/bin/Debug/net6.0-windows/Factorial_CalebFontenot.deps.json b/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/bin/Debug/net6.0-windows/Factorial_CalebFontenot.deps.json
new file mode 100755
index 0000000..bfe006d
--- /dev/null
+++ b/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/bin/Debug/net6.0-windows/Factorial_CalebFontenot.deps.json
@@ -0,0 +1,23 @@
+{
+ "runtimeTarget": {
+ "name": ".NETCoreApp,Version=v6.0",
+ "signature": ""
+ },
+ "compilationOptions": {},
+ "targets": {
+ ".NETCoreApp,Version=v6.0": {
+ "Factorial_CalebFontenot/1.0.0": {
+ "runtime": {
+ "Factorial_CalebFontenot.dll": {}
+ }
+ }
+ }
+ },
+ "libraries": {
+ "Factorial_CalebFontenot/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ }
+ }
+}
\ No newline at end of file
diff --git a/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/bin/Debug/net6.0-windows/Factorial_CalebFontenot.dll b/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/bin/Debug/net6.0-windows/Factorial_CalebFontenot.dll
new file mode 100755
index 0000000..8349725
Binary files /dev/null and b/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/bin/Debug/net6.0-windows/Factorial_CalebFontenot.dll differ
diff --git a/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/bin/Debug/net6.0-windows/Factorial_CalebFontenot.exe b/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/bin/Debug/net6.0-windows/Factorial_CalebFontenot.exe
new file mode 100755
index 0000000..0f0e4e6
Binary files /dev/null and b/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/bin/Debug/net6.0-windows/Factorial_CalebFontenot.exe differ
diff --git a/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/bin/Debug/net6.0-windows/Factorial_CalebFontenot.pdb b/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/bin/Debug/net6.0-windows/Factorial_CalebFontenot.pdb
new file mode 100755
index 0000000..24a09f2
Binary files /dev/null and b/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/bin/Debug/net6.0-windows/Factorial_CalebFontenot.pdb differ
diff --git a/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/bin/Debug/net6.0-windows/Factorial_CalebFontenot.runtimeconfig.json b/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/bin/Debug/net6.0-windows/Factorial_CalebFontenot.runtimeconfig.json
new file mode 100755
index 0000000..b6062ae
--- /dev/null
+++ b/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/bin/Debug/net6.0-windows/Factorial_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/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/Debug/net6.0-windows/Factorial_CalebFontenot.Form1.resources b/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/Debug/net6.0-windows/Factorial_CalebFontenot.Form1.resources
new file mode 100755
index 0000000..6c05a97
Binary files /dev/null and b/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/Debug/net6.0-windows/Factorial_CalebFontenot.Form1.resources differ
diff --git a/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/Debug/net6.0-windows/Factorial_CalebFontenot.GeneratedMSBuildEditorConfig.editorconfig b/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/Debug/net6.0-windows/Factorial_CalebFontenot.GeneratedMSBuildEditorConfig.editorconfig
index 5a24452..ef6d44c 100755
--- a/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/Debug/net6.0-windows/Factorial_CalebFontenot.GeneratedMSBuildEditorConfig.editorconfig
+++ b/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/Debug/net6.0-windows/Factorial_CalebFontenot.GeneratedMSBuildEditorConfig.editorconfig
@@ -13,4 +13,4 @@ build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Factorial_CalebFontenot
-build_property.ProjectDir = Z:\home\caleb\Documents\ASDV-C-Sharp\MP3\Factorial_CalebFontenot\Factorial_CalebFontenot\
+build_property.ProjectDir = Z:\media\DataEXT4\Documents\ASDV C#\MP3\Factorial_CalebFontenot\Factorial_CalebFontenot\
diff --git a/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/Debug/net6.0-windows/Factorial_CalebFontenot.assets.cache b/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/Debug/net6.0-windows/Factorial_CalebFontenot.assets.cache
index f66c78e..27271cd 100755
Binary files a/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/Debug/net6.0-windows/Factorial_CalebFontenot.assets.cache and b/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/Debug/net6.0-windows/Factorial_CalebFontenot.assets.cache differ
diff --git a/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/Debug/net6.0-windows/Factorial_CalebFontenot.csproj.AssemblyReference.cache b/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/Debug/net6.0-windows/Factorial_CalebFontenot.csproj.AssemblyReference.cache
index c9fd861..8cecf50 100755
Binary files a/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/Debug/net6.0-windows/Factorial_CalebFontenot.csproj.AssemblyReference.cache and b/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/Debug/net6.0-windows/Factorial_CalebFontenot.csproj.AssemblyReference.cache differ
diff --git a/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/Debug/net6.0-windows/Factorial_CalebFontenot.csproj.BuildWithSkipAnalyzers b/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/Debug/net6.0-windows/Factorial_CalebFontenot.csproj.BuildWithSkipAnalyzers
new file mode 100755
index 0000000..e69de29
diff --git a/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/Debug/net6.0-windows/Factorial_CalebFontenot.csproj.CoreCompileInputs.cache b/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/Debug/net6.0-windows/Factorial_CalebFontenot.csproj.CoreCompileInputs.cache
new file mode 100755
index 0000000..3f13c44
--- /dev/null
+++ b/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/Debug/net6.0-windows/Factorial_CalebFontenot.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+816aee403310f3dd001234c6aa7c0fae12f16fc3
diff --git a/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/Debug/net6.0-windows/Factorial_CalebFontenot.csproj.FileListAbsolute.txt b/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/Debug/net6.0-windows/Factorial_CalebFontenot.csproj.FileListAbsolute.txt
new file mode 100755
index 0000000..2c8fa86
--- /dev/null
+++ b/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/Debug/net6.0-windows/Factorial_CalebFontenot.csproj.FileListAbsolute.txt
@@ -0,0 +1,17 @@
+Z:\media\DataEXT4\Documents\ASDV C#\MP3\Factorial_CalebFontenot\Factorial_CalebFontenot\bin\Debug\net6.0-windows\Factorial_CalebFontenot.exe
+Z:\media\DataEXT4\Documents\ASDV C#\MP3\Factorial_CalebFontenot\Factorial_CalebFontenot\bin\Debug\net6.0-windows\Factorial_CalebFontenot.deps.json
+Z:\media\DataEXT4\Documents\ASDV C#\MP3\Factorial_CalebFontenot\Factorial_CalebFontenot\bin\Debug\net6.0-windows\Factorial_CalebFontenot.runtimeconfig.json
+Z:\media\DataEXT4\Documents\ASDV C#\MP3\Factorial_CalebFontenot\Factorial_CalebFontenot\bin\Debug\net6.0-windows\Factorial_CalebFontenot.dll
+Z:\media\DataEXT4\Documents\ASDV C#\MP3\Factorial_CalebFontenot\Factorial_CalebFontenot\bin\Debug\net6.0-windows\Factorial_CalebFontenot.pdb
+Z:\media\DataEXT4\Documents\ASDV C#\MP3\Factorial_CalebFontenot\Factorial_CalebFontenot\obj\Debug\net6.0-windows\Factorial_CalebFontenot.csproj.AssemblyReference.cache
+Z:\media\DataEXT4\Documents\ASDV C#\MP3\Factorial_CalebFontenot\Factorial_CalebFontenot\obj\Debug\net6.0-windows\Factorial_CalebFontenot.Form1.resources
+Z:\media\DataEXT4\Documents\ASDV C#\MP3\Factorial_CalebFontenot\Factorial_CalebFontenot\obj\Debug\net6.0-windows\Factorial_CalebFontenot.csproj.GenerateResource.cache
+Z:\media\DataEXT4\Documents\ASDV C#\MP3\Factorial_CalebFontenot\Factorial_CalebFontenot\obj\Debug\net6.0-windows\Factorial_CalebFontenot.GeneratedMSBuildEditorConfig.editorconfig
+Z:\media\DataEXT4\Documents\ASDV C#\MP3\Factorial_CalebFontenot\Factorial_CalebFontenot\obj\Debug\net6.0-windows\Factorial_CalebFontenot.AssemblyInfoInputs.cache
+Z:\media\DataEXT4\Documents\ASDV C#\MP3\Factorial_CalebFontenot\Factorial_CalebFontenot\obj\Debug\net6.0-windows\Factorial_CalebFontenot.AssemblyInfo.cs
+Z:\media\DataEXT4\Documents\ASDV C#\MP3\Factorial_CalebFontenot\Factorial_CalebFontenot\obj\Debug\net6.0-windows\Factorial_CalebFontenot.csproj.CoreCompileInputs.cache
+Z:\media\DataEXT4\Documents\ASDV C#\MP3\Factorial_CalebFontenot\Factorial_CalebFontenot\obj\Debug\net6.0-windows\Factorial_CalebFontenot.dll
+Z:\media\DataEXT4\Documents\ASDV C#\MP3\Factorial_CalebFontenot\Factorial_CalebFontenot\obj\Debug\net6.0-windows\refint\Factorial_CalebFontenot.dll
+Z:\media\DataEXT4\Documents\ASDV C#\MP3\Factorial_CalebFontenot\Factorial_CalebFontenot\obj\Debug\net6.0-windows\Factorial_CalebFontenot.pdb
+Z:\media\DataEXT4\Documents\ASDV C#\MP3\Factorial_CalebFontenot\Factorial_CalebFontenot\obj\Debug\net6.0-windows\Factorial_CalebFontenot.genruntimeconfig.cache
+Z:\media\DataEXT4\Documents\ASDV C#\MP3\Factorial_CalebFontenot\Factorial_CalebFontenot\obj\Debug\net6.0-windows\ref\Factorial_CalebFontenot.dll
diff --git a/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/Debug/net6.0-windows/Factorial_CalebFontenot.csproj.GenerateResource.cache b/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/Debug/net6.0-windows/Factorial_CalebFontenot.csproj.GenerateResource.cache
new file mode 100755
index 0000000..e0f0cb5
Binary files /dev/null and b/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/Debug/net6.0-windows/Factorial_CalebFontenot.csproj.GenerateResource.cache differ
diff --git a/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/Debug/net6.0-windows/Factorial_CalebFontenot.designer.runtimeconfig.json b/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/Debug/net6.0-windows/Factorial_CalebFontenot.designer.runtimeconfig.json
index 9fee938..4ec7c38 100755
--- a/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/Debug/net6.0-windows/Factorial_CalebFontenot.designer.runtimeconfig.json
+++ b/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/Debug/net6.0-windows/Factorial_CalebFontenot.designer.runtimeconfig.json
@@ -13,8 +13,7 @@
],
"additionalProbingPaths": [
"C:\\Users\\caleb\\.dotnet\\store\\|arch|\\|tfm|",
- "C:\\Users\\caleb\\.nuget\\packages",
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ "C:\\Users\\caleb\\.nuget\\packages"
],
"configProperties": {
"Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
diff --git a/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/Debug/net6.0-windows/Factorial_CalebFontenot.dll b/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/Debug/net6.0-windows/Factorial_CalebFontenot.dll
new file mode 100755
index 0000000..8349725
Binary files /dev/null and b/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/Debug/net6.0-windows/Factorial_CalebFontenot.dll differ
diff --git a/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/Debug/net6.0-windows/Factorial_CalebFontenot.genruntimeconfig.cache b/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/Debug/net6.0-windows/Factorial_CalebFontenot.genruntimeconfig.cache
new file mode 100755
index 0000000..44b127b
--- /dev/null
+++ b/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/Debug/net6.0-windows/Factorial_CalebFontenot.genruntimeconfig.cache
@@ -0,0 +1 @@
+1d534fffc3af4ce56aa02c38a988828bb96719d6
diff --git a/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/Debug/net6.0-windows/Factorial_CalebFontenot.pdb b/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/Debug/net6.0-windows/Factorial_CalebFontenot.pdb
new file mode 100755
index 0000000..24a09f2
Binary files /dev/null and b/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/Debug/net6.0-windows/Factorial_CalebFontenot.pdb differ
diff --git a/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/Debug/net6.0-windows/apphost.exe b/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/Debug/net6.0-windows/apphost.exe
new file mode 100755
index 0000000..0f0e4e6
Binary files /dev/null and b/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/Debug/net6.0-windows/apphost.exe differ
diff --git a/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/Debug/net6.0-windows/ref/Factorial_CalebFontenot.dll b/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/Debug/net6.0-windows/ref/Factorial_CalebFontenot.dll
new file mode 100755
index 0000000..a99a0b7
Binary files /dev/null and b/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/Debug/net6.0-windows/ref/Factorial_CalebFontenot.dll differ
diff --git a/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/Debug/net6.0-windows/refint/Factorial_CalebFontenot.dll b/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/Debug/net6.0-windows/refint/Factorial_CalebFontenot.dll
new file mode 100755
index 0000000..a99a0b7
Binary files /dev/null and b/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/Debug/net6.0-windows/refint/Factorial_CalebFontenot.dll differ
diff --git a/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/Factorial_CalebFontenot.csproj.nuget.dgspec.json b/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/Factorial_CalebFontenot.csproj.nuget.dgspec.json
index 3edeef7..0973ea7 100755
--- a/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/Factorial_CalebFontenot.csproj.nuget.dgspec.json
+++ b/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/Factorial_CalebFontenot.csproj.nuget.dgspec.json
@@ -1,24 +1,20 @@
{
"format": 1,
"restore": {
- "Z:\\home\\caleb\\Documents\\ASDV-C-Sharp\\MP3\\Factorial_CalebFontenot\\Factorial_CalebFontenot\\Factorial_CalebFontenot.csproj": {}
+ "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\MP3\\Factorial_CalebFontenot\\Factorial_CalebFontenot\\Factorial_CalebFontenot.csproj": {}
},
"projects": {
- "Z:\\home\\caleb\\Documents\\ASDV-C-Sharp\\MP3\\Factorial_CalebFontenot\\Factorial_CalebFontenot\\Factorial_CalebFontenot.csproj": {
+ "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\MP3\\Factorial_CalebFontenot\\Factorial_CalebFontenot\\Factorial_CalebFontenot.csproj": {
"version": "1.0.0",
"restore": {
- "projectUniqueName": "Z:\\home\\caleb\\Documents\\ASDV-C-Sharp\\MP3\\Factorial_CalebFontenot\\Factorial_CalebFontenot\\Factorial_CalebFontenot.csproj",
+ "projectUniqueName": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\MP3\\Factorial_CalebFontenot\\Factorial_CalebFontenot\\Factorial_CalebFontenot.csproj",
"projectName": "Factorial_CalebFontenot",
- "projectPath": "Z:\\home\\caleb\\Documents\\ASDV-C-Sharp\\MP3\\Factorial_CalebFontenot\\Factorial_CalebFontenot\\Factorial_CalebFontenot.csproj",
+ "projectPath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\MP3\\Factorial_CalebFontenot\\Factorial_CalebFontenot\\Factorial_CalebFontenot.csproj",
"packagesPath": "C:\\Users\\caleb\\.nuget\\packages\\",
- "outputPath": "Z:\\home\\caleb\\Documents\\ASDV-C-Sharp\\MP3\\Factorial_CalebFontenot\\Factorial_CalebFontenot\\obj\\",
+ "outputPath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\MP3\\Factorial_CalebFontenot\\Factorial_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": [
@@ -62,7 +58,7 @@
"privateAssets": "none"
}
},
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.402\\RuntimeIdentifierGraph.json"
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.400\\RuntimeIdentifierGraph.json"
}
}
}
diff --git a/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/Factorial_CalebFontenot.csproj.nuget.g.props b/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/Factorial_CalebFontenot.csproj.nuget.g.props
index 8a4b508..2a0471e 100755
--- a/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/Factorial_CalebFontenot.csproj.nuget.g.props
+++ b/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/Factorial_CalebFontenot.csproj.nuget.g.props
@@ -5,12 +5,11 @@
NuGet
$(MSBuildThisFileDirectory)project.assets.json
$(UserProfile)\.nuget\packages\
- C:\Users\caleb\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages
+ C:\Users\caleb\.nuget\packages\
PackageReference
6.3.0
-
\ No newline at end of file
diff --git a/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/project.assets.json b/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/project.assets.json
index 91aa44f..1afa746 100755
--- a/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/project.assets.json
+++ b/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/project.assets.json
@@ -8,24 +8,19 @@
"net6.0-windows7.0": []
},
"packageFolders": {
- "C:\\Users\\caleb\\.nuget\\packages\\": {},
- "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
+ "C:\\Users\\caleb\\.nuget\\packages\\": {}
},
"project": {
"version": "1.0.0",
"restore": {
- "projectUniqueName": "Z:\\home\\caleb\\Documents\\ASDV-C-Sharp\\MP3\\Factorial_CalebFontenot\\Factorial_CalebFontenot\\Factorial_CalebFontenot.csproj",
+ "projectUniqueName": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\MP3\\Factorial_CalebFontenot\\Factorial_CalebFontenot\\Factorial_CalebFontenot.csproj",
"projectName": "Factorial_CalebFontenot",
- "projectPath": "Z:\\home\\caleb\\Documents\\ASDV-C-Sharp\\MP3\\Factorial_CalebFontenot\\Factorial_CalebFontenot\\Factorial_CalebFontenot.csproj",
+ "projectPath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\MP3\\Factorial_CalebFontenot\\Factorial_CalebFontenot\\Factorial_CalebFontenot.csproj",
"packagesPath": "C:\\Users\\caleb\\.nuget\\packages\\",
- "outputPath": "Z:\\home\\caleb\\Documents\\ASDV-C-Sharp\\MP3\\Factorial_CalebFontenot\\Factorial_CalebFontenot\\obj\\",
+ "outputPath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\MP3\\Factorial_CalebFontenot\\Factorial_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": [
@@ -69,7 +64,7 @@
"privateAssets": "none"
}
},
- "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.402\\RuntimeIdentifierGraph.json"
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.400\\RuntimeIdentifierGraph.json"
}
}
}
diff --git a/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/project.nuget.cache b/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/project.nuget.cache
index fb99563..5c3da29 100755
--- a/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/project.nuget.cache
+++ b/MP3/Factorial_CalebFontenot/Factorial_CalebFontenot/obj/project.nuget.cache
@@ -1,8 +1,8 @@
{
"version": 2,
- "dgSpecHash": "7WvA2SPszjxrqlfLKbSju43AiLsNDiFRvVgYDaUAnI0+wBF9JRdMnK8fQ3LG89WhiZZaAk32zIx4DkZK21uiDA==",
+ "dgSpecHash": "9yf7dfZJ+w915a+g6c86SYr3gIycagQV7Tx9UMkWCM/sM0aPJIZQ+RuUsGp+SOt4mCIf52HWnb39vtRTSEhR/w==",
"success": true,
- "projectFilePath": "Z:\\home\\caleb\\Documents\\ASDV-C-Sharp\\MP3\\Factorial_CalebFontenot\\Factorial_CalebFontenot\\Factorial_CalebFontenot.csproj",
+ "projectFilePath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\MP3\\Factorial_CalebFontenot\\Factorial_CalebFontenot\\Factorial_CalebFontenot.csproj",
"expectedPackageFiles": [],
"logs": []
}
\ No newline at end of file
diff --git a/MP3/RandonNumberFileWriterOne_CalebFontenot/.vs/ProjectEvaluation/randonnumberfilewriterone_calebfontenot.metadata.v5 b/MP3/RandonNumberFileWriterOne_CalebFontenot/.vs/ProjectEvaluation/randonnumberfilewriterone_calebfontenot.metadata.v5
new file mode 100755
index 0000000..92d0a0c
Binary files /dev/null and b/MP3/RandonNumberFileWriterOne_CalebFontenot/.vs/ProjectEvaluation/randonnumberfilewriterone_calebfontenot.metadata.v5 differ
diff --git a/MP3/RandonNumberFileWriterOne_CalebFontenot/.vs/ProjectEvaluation/randonnumberfilewriterone_calebfontenot.projects.v5 b/MP3/RandonNumberFileWriterOne_CalebFontenot/.vs/ProjectEvaluation/randonnumberfilewriterone_calebfontenot.projects.v5
new file mode 100755
index 0000000..9274837
Binary files /dev/null and b/MP3/RandonNumberFileWriterOne_CalebFontenot/.vs/ProjectEvaluation/randonnumberfilewriterone_calebfontenot.projects.v5 differ
diff --git a/MP3/RandonNumberFileWriterOne_CalebFontenot/.vs/RandonNumberFileWriterOne_CalebFontenot/DesignTimeBuild/.dtbcache.v2 b/MP3/RandonNumberFileWriterOne_CalebFontenot/.vs/RandonNumberFileWriterOne_CalebFontenot/DesignTimeBuild/.dtbcache.v2
new file mode 100755
index 0000000..79f5aea
Binary files /dev/null and b/MP3/RandonNumberFileWriterOne_CalebFontenot/.vs/RandonNumberFileWriterOne_CalebFontenot/DesignTimeBuild/.dtbcache.v2 differ
diff --git a/MP3/RandonNumberFileWriterOne_CalebFontenot/.vs/RandonNumberFileWriterOne_CalebFontenot/FileContentIndex/bad2afba-3235-4d13-89be-5103f76d9cdc.vsidx b/MP3/RandonNumberFileWriterOne_CalebFontenot/.vs/RandonNumberFileWriterOne_CalebFontenot/FileContentIndex/bad2afba-3235-4d13-89be-5103f76d9cdc.vsidx
new file mode 100755
index 0000000..37a943c
Binary files /dev/null and b/MP3/RandonNumberFileWriterOne_CalebFontenot/.vs/RandonNumberFileWriterOne_CalebFontenot/FileContentIndex/bad2afba-3235-4d13-89be-5103f76d9cdc.vsidx differ
diff --git a/MP3/RandonNumberFileWriterOne_CalebFontenot/.vs/RandonNumberFileWriterOne_CalebFontenot/FileContentIndex/read.lock b/MP3/RandonNumberFileWriterOne_CalebFontenot/.vs/RandonNumberFileWriterOne_CalebFontenot/FileContentIndex/read.lock
new file mode 100755
index 0000000..e69de29
diff --git a/MP3/RandonNumberFileWriterOne_CalebFontenot/.vs/RandonNumberFileWriterOne_CalebFontenot/v17/.futdcache.v2 b/MP3/RandonNumberFileWriterOne_CalebFontenot/.vs/RandonNumberFileWriterOne_CalebFontenot/v17/.futdcache.v2
new file mode 100755
index 0000000..e98e565
Binary files /dev/null and b/MP3/RandonNumberFileWriterOne_CalebFontenot/.vs/RandonNumberFileWriterOne_CalebFontenot/v17/.futdcache.v2 differ
diff --git a/MP3/RandonNumberFileWriterOne_CalebFontenot/.vs/RandonNumberFileWriterOne_CalebFontenot/v17/.suo b/MP3/RandonNumberFileWriterOne_CalebFontenot/.vs/RandonNumberFileWriterOne_CalebFontenot/v17/.suo
new file mode 100755
index 0000000..94a99af
Binary files /dev/null and b/MP3/RandonNumberFileWriterOne_CalebFontenot/.vs/RandonNumberFileWriterOne_CalebFontenot/v17/.suo differ
diff --git a/MP3/RandonNumberFileWriterOne_CalebFontenot/Form1.Designer.cs b/MP3/RandonNumberFileWriterOne_CalebFontenot/Form1.Designer.cs
new file mode 100755
index 0000000..18a6084
--- /dev/null
+++ b/MP3/RandonNumberFileWriterOne_CalebFontenot/Form1.Designer.cs
@@ -0,0 +1,100 @@
+namespace RandonNumberFileWriterOne_CalebFontenot
+{
+ partial class Form1
+ {
+ ///
+ /// Required designer variable.
+ ///
+ private System.ComponentModel.IContainer components = null;
+
+ ///
+ /// Clean up any resources being used.
+ ///
+ /// true if managed resources should be disposed; otherwise, false.
+ protected override void Dispose(bool disposing)
+ {
+ if (disposing && (components != null))
+ {
+ components.Dispose();
+ }
+ base.Dispose(disposing);
+ }
+
+ #region Windows Form Designer generated code
+
+ ///
+ /// Required method for Designer support - do not modify
+ /// the contents of this method with the code editor.
+ ///
+ private void InitializeComponent()
+ {
+ this.groupBox1 = new System.Windows.Forms.GroupBox();
+ this.iterateTextBox = new System.Windows.Forms.TextBox();
+ this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
+ this.executeButton = new System.Windows.Forms.Button();
+ this.exitButton = new System.Windows.Forms.Button();
+ this.groupBox1.SuspendLayout();
+ this.SuspendLayout();
+ //
+ // groupBox1
+ //
+ this.groupBox1.Controls.Add(this.iterateTextBox);
+ this.groupBox1.Location = new System.Drawing.Point(12, 12);
+ this.groupBox1.Name = "groupBox1";
+ this.groupBox1.Size = new System.Drawing.Size(212, 62);
+ this.groupBox1.TabIndex = 0;
+ this.groupBox1.TabStop = false;
+ this.groupBox1.Text = "Enter the number of times to iterate";
+ //
+ // iterateTextBox
+ //
+ this.iterateTextBox.Location = new System.Drawing.Point(6, 22);
+ this.iterateTextBox.Name = "iterateTextBox";
+ this.iterateTextBox.Size = new System.Drawing.Size(200, 23);
+ this.iterateTextBox.TabIndex = 0;
+ //
+ // executeButton
+ //
+ this.executeButton.Location = new System.Drawing.Point(12, 80);
+ this.executeButton.Name = "executeButton";
+ this.executeButton.Size = new System.Drawing.Size(100, 23);
+ this.executeButton.TabIndex = 1;
+ this.executeButton.Text = "Write to File";
+ this.executeButton.UseVisualStyleBackColor = true;
+ this.executeButton.Click += new System.EventHandler(this.executeButton_Click);
+ //
+ // exitButton
+ //
+ this.exitButton.Location = new System.Drawing.Point(124, 80);
+ this.exitButton.Name = "exitButton";
+ this.exitButton.Size = new System.Drawing.Size(100, 23);
+ this.exitButton.TabIndex = 2;
+ 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(236, 283);
+ this.Controls.Add(this.exitButton);
+ this.Controls.Add(this.executeButton);
+ this.Controls.Add(this.groupBox1);
+ this.Name = "Form1";
+ this.Text = "Random Number Generator - Caleb Fontenot";
+ this.groupBox1.ResumeLayout(false);
+ this.groupBox1.PerformLayout();
+ this.ResumeLayout(false);
+
+ }
+
+ #endregion
+
+ private GroupBox groupBox1;
+ private TextBox iterateTextBox;
+ private SaveFileDialog saveFileDialog1;
+ private Button executeButton;
+ private Button exitButton;
+ }
+}
\ No newline at end of file
diff --git a/MP3/RandonNumberFileWriterOne_CalebFontenot/Form1.cs b/MP3/RandonNumberFileWriterOne_CalebFontenot/Form1.cs
new file mode 100755
index 0000000..22373c4
--- /dev/null
+++ b/MP3/RandonNumberFileWriterOne_CalebFontenot/Form1.cs
@@ -0,0 +1,21 @@
+namespace RandonNumberFileWriterOne_CalebFontenot
+{
+ public partial class Form1 : Form
+ {
+ public Form1()
+ {
+ InitializeComponent();
+ }
+
+ private void exitButton_Click(object sender, EventArgs e)
+ {
+ this.Close();
+ }
+
+ private void executeButton_Click(object sender, EventArgs e)
+ {
+ // Summon the Save As Dialog.
+
+ }
+ }
+}
\ No newline at end of file
diff --git a/MP3/RandonNumberFileWriterOne_CalebFontenot/Form1.resx b/MP3/RandonNumberFileWriterOne_CalebFontenot/Form1.resx
new file mode 100755
index 0000000..8de3349
--- /dev/null
+++ b/MP3/RandonNumberFileWriterOne_CalebFontenot/Form1.resx
@@ -0,0 +1,63 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 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
+
+
+ 17, 17
+
+
\ No newline at end of file
diff --git a/MP3/RandonNumberFileWriterOne_CalebFontenot/Program.cs b/MP3/RandonNumberFileWriterOne_CalebFontenot/Program.cs
new file mode 100755
index 0000000..2803aff
--- /dev/null
+++ b/MP3/RandonNumberFileWriterOne_CalebFontenot/Program.cs
@@ -0,0 +1,17 @@
+namespace RandonNumberFileWriterOne_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/MP3/RandonNumberFileWriterOne_CalebFontenot/RandonNumberFileWriterOne_CalebFontenot.csproj b/MP3/RandonNumberFileWriterOne_CalebFontenot/RandonNumberFileWriterOne_CalebFontenot.csproj
new file mode 100755
index 0000000..45de288
--- /dev/null
+++ b/MP3/RandonNumberFileWriterOne_CalebFontenot/RandonNumberFileWriterOne_CalebFontenot.csproj
@@ -0,0 +1,11 @@
+
+
+
+ WinExe
+ net6.0-windows
+ enable
+ true
+ enable
+
+
+
\ No newline at end of file
diff --git a/MP3/RandonNumberFileWriterOne_CalebFontenot/RandonNumberFileWriterOne_CalebFontenot.csproj.user b/MP3/RandonNumberFileWriterOne_CalebFontenot/RandonNumberFileWriterOne_CalebFontenot.csproj.user
new file mode 100755
index 0000000..f61322e
--- /dev/null
+++ b/MP3/RandonNumberFileWriterOne_CalebFontenot/RandonNumberFileWriterOne_CalebFontenot.csproj.user
@@ -0,0 +1,8 @@
+
+
+
+
+ Form
+
+
+
diff --git a/MP3/RandonNumberFileWriterOne_CalebFontenot/RandonNumberFileWriterOne_CalebFontenot.sln b/MP3/RandonNumberFileWriterOne_CalebFontenot/RandonNumberFileWriterOne_CalebFontenot.sln
new file mode 100755
index 0000000..dd20835
--- /dev/null
+++ b/MP3/RandonNumberFileWriterOne_CalebFontenot/RandonNumberFileWriterOne_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}") = "RandonNumberFileWriterOne_CalebFontenot", "RandonNumberFileWriterOne_CalebFontenot.csproj", "{120C113D-8570-45DD-80B3-9720C055152F}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {120C113D-8570-45DD-80B3-9720C055152F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {120C113D-8570-45DD-80B3-9720C055152F}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {120C113D-8570-45DD-80B3-9720C055152F}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {120C113D-8570-45DD-80B3-9720C055152F}.Release|Any CPU.Build.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {5856C65E-920D-47F5-A5E4-8E2076F66F43}
+ EndGlobalSection
+EndGlobal
diff --git a/MP3/RandonNumberFileWriterOne_CalebFontenot/obj/Debug/net6.0-windows/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/MP3/RandonNumberFileWriterOne_CalebFontenot/obj/Debug/net6.0-windows/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
new file mode 100755
index 0000000..32c95f9
--- /dev/null
+++ b/MP3/RandonNumberFileWriterOne_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/MP3/RandonNumberFileWriterOne_CalebFontenot/obj/Debug/net6.0-windows/RandonNumberFileWriterOne_CalebFontenot.AssemblyInfo.cs b/MP3/RandonNumberFileWriterOne_CalebFontenot/obj/Debug/net6.0-windows/RandonNumberFileWriterOne_CalebFontenot.AssemblyInfo.cs
new file mode 100755
index 0000000..473e574
--- /dev/null
+++ b/MP3/RandonNumberFileWriterOne_CalebFontenot/obj/Debug/net6.0-windows/RandonNumberFileWriterOne_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("RandonNumberFileWriterOne_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("RandonNumberFileWriterOne_CalebFontenot")]
+[assembly: System.Reflection.AssemblyTitleAttribute("RandonNumberFileWriterOne_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/MP3/RandonNumberFileWriterOne_CalebFontenot/obj/Debug/net6.0-windows/RandonNumberFileWriterOne_CalebFontenot.AssemblyInfoInputs.cache b/MP3/RandonNumberFileWriterOne_CalebFontenot/obj/Debug/net6.0-windows/RandonNumberFileWriterOne_CalebFontenot.AssemblyInfoInputs.cache
new file mode 100755
index 0000000..542cf03
--- /dev/null
+++ b/MP3/RandonNumberFileWriterOne_CalebFontenot/obj/Debug/net6.0-windows/RandonNumberFileWriterOne_CalebFontenot.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+658c23dedc6cbae8cddd3e98189485b48f508230
diff --git a/MP3/RandonNumberFileWriterOne_CalebFontenot/obj/Debug/net6.0-windows/RandonNumberFileWriterOne_CalebFontenot.GeneratedMSBuildEditorConfig.editorconfig b/MP3/RandonNumberFileWriterOne_CalebFontenot/obj/Debug/net6.0-windows/RandonNumberFileWriterOne_CalebFontenot.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100755
index 0000000..264ee37
--- /dev/null
+++ b/MP3/RandonNumberFileWriterOne_CalebFontenot/obj/Debug/net6.0-windows/RandonNumberFileWriterOne_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 = RandonNumberFileWriterOne_CalebFontenot
+build_property.ProjectDir = Z:\media\DataEXT4\Documents\ASDV C#\MP3\RandonNumberFileWriterOne_CalebFontenot\
diff --git a/MP3/RandonNumberFileWriterOne_CalebFontenot/obj/Debug/net6.0-windows/RandonNumberFileWriterOne_CalebFontenot.GlobalUsings.g.cs b/MP3/RandonNumberFileWriterOne_CalebFontenot/obj/Debug/net6.0-windows/RandonNumberFileWriterOne_CalebFontenot.GlobalUsings.g.cs
new file mode 100755
index 0000000..fea4009
--- /dev/null
+++ b/MP3/RandonNumberFileWriterOne_CalebFontenot/obj/Debug/net6.0-windows/RandonNumberFileWriterOne_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/MP3/RandonNumberFileWriterOne_CalebFontenot/obj/Debug/net6.0-windows/RandonNumberFileWriterOne_CalebFontenot.assets.cache b/MP3/RandonNumberFileWriterOne_CalebFontenot/obj/Debug/net6.0-windows/RandonNumberFileWriterOne_CalebFontenot.assets.cache
new file mode 100755
index 0000000..d6b0133
Binary files /dev/null and b/MP3/RandonNumberFileWriterOne_CalebFontenot/obj/Debug/net6.0-windows/RandonNumberFileWriterOne_CalebFontenot.assets.cache differ
diff --git a/MP3/RandonNumberFileWriterOne_CalebFontenot/obj/Debug/net6.0-windows/RandonNumberFileWriterOne_CalebFontenot.csproj.AssemblyReference.cache b/MP3/RandonNumberFileWriterOne_CalebFontenot/obj/Debug/net6.0-windows/RandonNumberFileWriterOne_CalebFontenot.csproj.AssemblyReference.cache
new file mode 100755
index 0000000..f790783
Binary files /dev/null and b/MP3/RandonNumberFileWriterOne_CalebFontenot/obj/Debug/net6.0-windows/RandonNumberFileWriterOne_CalebFontenot.csproj.AssemblyReference.cache differ
diff --git a/MP3/RandonNumberFileWriterOne_CalebFontenot/obj/Debug/net6.0-windows/RandonNumberFileWriterOne_CalebFontenot.designer.deps.json b/MP3/RandonNumberFileWriterOne_CalebFontenot/obj/Debug/net6.0-windows/RandonNumberFileWriterOne_CalebFontenot.designer.deps.json
new file mode 100755
index 0000000..fbeaac4
--- /dev/null
+++ b/MP3/RandonNumberFileWriterOne_CalebFontenot/obj/Debug/net6.0-windows/RandonNumberFileWriterOne_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/MP3/RandonNumberFileWriterOne_CalebFontenot/obj/Debug/net6.0-windows/RandonNumberFileWriterOne_CalebFontenot.designer.runtimeconfig.json b/MP3/RandonNumberFileWriterOne_CalebFontenot/obj/Debug/net6.0-windows/RandonNumberFileWriterOne_CalebFontenot.designer.runtimeconfig.json
new file mode 100755
index 0000000..4ec7c38
--- /dev/null
+++ b/MP3/RandonNumberFileWriterOne_CalebFontenot/obj/Debug/net6.0-windows/RandonNumberFileWriterOne_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/MP3/RandonNumberFileWriterOne_CalebFontenot/obj/RandonNumberFileWriterOne_CalebFontenot.csproj.nuget.dgspec.json b/MP3/RandonNumberFileWriterOne_CalebFontenot/obj/RandonNumberFileWriterOne_CalebFontenot.csproj.nuget.dgspec.json
new file mode 100755
index 0000000..7bfea17
--- /dev/null
+++ b/MP3/RandonNumberFileWriterOne_CalebFontenot/obj/RandonNumberFileWriterOne_CalebFontenot.csproj.nuget.dgspec.json
@@ -0,0 +1,66 @@
+{
+ "format": 1,
+ "restore": {
+ "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\MP3\\RandonNumberFileWriterOne_CalebFontenot\\RandonNumberFileWriterOne_CalebFontenot.csproj": {}
+ },
+ "projects": {
+ "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\MP3\\RandonNumberFileWriterOne_CalebFontenot\\RandonNumberFileWriterOne_CalebFontenot.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\MP3\\RandonNumberFileWriterOne_CalebFontenot\\RandonNumberFileWriterOne_CalebFontenot.csproj",
+ "projectName": "RandonNumberFileWriterOne_CalebFontenot",
+ "projectPath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\MP3\\RandonNumberFileWriterOne_CalebFontenot\\RandonNumberFileWriterOne_CalebFontenot.csproj",
+ "packagesPath": "C:\\Users\\caleb\\.nuget\\packages\\",
+ "outputPath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\MP3\\RandonNumberFileWriterOne_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/MP3/RandonNumberFileWriterOne_CalebFontenot/obj/RandonNumberFileWriterOne_CalebFontenot.csproj.nuget.g.props b/MP3/RandonNumberFileWriterOne_CalebFontenot/obj/RandonNumberFileWriterOne_CalebFontenot.csproj.nuget.g.props
new file mode 100755
index 0000000..2a0471e
--- /dev/null
+++ b/MP3/RandonNumberFileWriterOne_CalebFontenot/obj/RandonNumberFileWriterOne_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/MP3/RandonNumberFileWriterOne_CalebFontenot/obj/RandonNumberFileWriterOne_CalebFontenot.csproj.nuget.g.targets b/MP3/RandonNumberFileWriterOne_CalebFontenot/obj/RandonNumberFileWriterOne_CalebFontenot.csproj.nuget.g.targets
new file mode 100755
index 0000000..35a7576
--- /dev/null
+++ b/MP3/RandonNumberFileWriterOne_CalebFontenot/obj/RandonNumberFileWriterOne_CalebFontenot.csproj.nuget.g.targets
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/MP3/RandonNumberFileWriterOne_CalebFontenot/obj/project.assets.json b/MP3/RandonNumberFileWriterOne_CalebFontenot/obj/project.assets.json
new file mode 100755
index 0000000..89d5b28
--- /dev/null
+++ b/MP3/RandonNumberFileWriterOne_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#\\MP3\\RandonNumberFileWriterOne_CalebFontenot\\RandonNumberFileWriterOne_CalebFontenot.csproj",
+ "projectName": "RandonNumberFileWriterOne_CalebFontenot",
+ "projectPath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\MP3\\RandonNumberFileWriterOne_CalebFontenot\\RandonNumberFileWriterOne_CalebFontenot.csproj",
+ "packagesPath": "C:\\Users\\caleb\\.nuget\\packages\\",
+ "outputPath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\MP3\\RandonNumberFileWriterOne_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/MP3/RandonNumberFileWriterOne_CalebFontenot/obj/project.nuget.cache b/MP3/RandonNumberFileWriterOne_CalebFontenot/obj/project.nuget.cache
new file mode 100755
index 0000000..061c5fa
--- /dev/null
+++ b/MP3/RandonNumberFileWriterOne_CalebFontenot/obj/project.nuget.cache
@@ -0,0 +1,8 @@
+{
+ "version": 2,
+ "dgSpecHash": "IM75nK+/Y2swxNfCY0+FqK1vEm0yeb7sSpep6wlIhgK6bS7V41vv7LOI39Ifq7LppJ+U/rv0cj5kcozMjuOsfw==",
+ "success": true,
+ "projectFilePath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\MP3\\RandonNumberFileWriterOne_CalebFontenot\\RandonNumberFileWriterOne_CalebFontenot.csproj",
+ "expectedPackageFiles": [],
+ "logs": []
+}
\ No newline at end of file