diff --git a/MP1/CalorieCounter_CalebFontenot/.vs/CalorieCounter_CalebFontenot/DesignTimeBuild/.dtbcache.v2 b/MP1/CalorieCounter_CalebFontenot/.vs/CalorieCounter_CalebFontenot/DesignTimeBuild/.dtbcache.v2 new file mode 100755 index 0000000..a4bd0bb Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/.vs/CalorieCounter_CalebFontenot/DesignTimeBuild/.dtbcache.v2 differ diff --git a/MP1/CalorieCounter_CalebFontenot/.vs/CalorieCounter_CalebFontenot/v17/.futdcache.v2 b/MP1/CalorieCounter_CalebFontenot/.vs/CalorieCounter_CalebFontenot/v17/.futdcache.v2 new file mode 100755 index 0000000..cb890a4 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/.vs/CalorieCounter_CalebFontenot/v17/.futdcache.v2 differ diff --git a/MP1/CalorieCounter_CalebFontenot/.vs/CalorieCounter_CalebFontenot/v17/.suo b/MP1/CalorieCounter_CalebFontenot/.vs/CalorieCounter_CalebFontenot/v17/.suo new file mode 100755 index 0000000..d114164 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/.vs/CalorieCounter_CalebFontenot/v17/.suo differ diff --git a/MP1/CalorieCounter_CalebFontenot/.vs/ProjectEvaluation/caloriecounter_calebfontenot.metadata.v5.1 b/MP1/CalorieCounter_CalebFontenot/.vs/ProjectEvaluation/caloriecounter_calebfontenot.metadata.v5.1 new file mode 100755 index 0000000..faad7b5 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/.vs/ProjectEvaluation/caloriecounter_calebfontenot.metadata.v5.1 differ diff --git a/MP1/CalorieCounter_CalebFontenot/.vs/ProjectEvaluation/caloriecounter_calebfontenot.projects.v5.1 b/MP1/CalorieCounter_CalebFontenot/.vs/ProjectEvaluation/caloriecounter_calebfontenot.projects.v5.1 new file mode 100755 index 0000000..a68e081 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/.vs/ProjectEvaluation/caloriecounter_calebfontenot.projects.v5.1 differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot.sln b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot.sln new file mode 100755 index 0000000..6efa026 --- /dev/null +++ b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.3.32825.248 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CalorieCounter_CalebFontenot", "CalorieCounter_CalebFontenot\CalorieCounter_CalebFontenot.csproj", "{E03D59EB-78C7-41ED-A238-A4F31B36741D}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {E03D59EB-78C7-41ED-A238-A4F31B36741D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E03D59EB-78C7-41ED-A238-A4F31B36741D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E03D59EB-78C7-41ED-A238-A4F31B36741D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E03D59EB-78C7-41ED-A238-A4F31B36741D}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {EB9ECA8D-FAC8-4FCE-B6E7-166D6F2FE975} + EndGlobalSection +EndGlobal diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot.csproj b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot.csproj new file mode 100755 index 0000000..714c472 --- /dev/null +++ b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot.csproj @@ -0,0 +1,26 @@ + + + + WinExe + net6.0-windows + enable + true + enable + + + + + True + True + Resources.resx + + + + + + ResXFileCodeGenerator + Resources.Designer.cs + + + + \ No newline at end of file diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot.csproj.user b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot.csproj.user new file mode 100755 index 0000000..60cf4a6 --- /dev/null +++ b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot.csproj.user @@ -0,0 +1,11 @@ + + + + <_LastSelectedProfileId>Z:\home\caleb\Documents\ASDV-C-Sharp\MP1\CalorieCounter_CalebFontenot\CalorieCounter_CalebFontenot\Properties\PublishProfiles\FolderProfile.pubxml + + + + Form + + + \ No newline at end of file diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/Form1.Designer.cs b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/Form1.Designer.cs new file mode 100755 index 0000000..159e3e5 --- /dev/null +++ b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/Form1.Designer.cs @@ -0,0 +1,171 @@ +namespace CalorieCounter_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.bananaButton = new System.Windows.Forms.PictureBox(); + this.groupBox1 = new System.Windows.Forms.GroupBox(); + this.pearButton = new System.Windows.Forms.PictureBox(); + this.orangeButton = new System.Windows.Forms.PictureBox(); + this.appleButton = new System.Windows.Forms.PictureBox(); + this.label1 = new System.Windows.Forms.Label(); + this.totalCalories = new System.Windows.Forms.TextBox(); + this.resetButton = new System.Windows.Forms.Button(); + this.exitButton = new System.Windows.Forms.Button(); + ((System.ComponentModel.ISupportInitialize)(this.bananaButton)).BeginInit(); + this.groupBox1.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pearButton)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.orangeButton)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.appleButton)).BeginInit(); + this.SuspendLayout(); + // + // bananaButton + // + this.bananaButton.Image = global::CalorieCounter_CalebFontenot.Properties.Resources.BananaCalories; + this.bananaButton.Location = new System.Drawing.Point(6, 13); + this.bananaButton.Name = "bananaButton"; + this.bananaButton.Size = new System.Drawing.Size(128, 156); + this.bananaButton.TabIndex = 0; + this.bananaButton.TabStop = false; + this.bananaButton.Click += new System.EventHandler(this.bananaButton_Click); + // + // groupBox1 + // + this.groupBox1.Controls.Add(this.pearButton); + this.groupBox1.Controls.Add(this.orangeButton); + this.groupBox1.Controls.Add(this.appleButton); + this.groupBox1.Controls.Add(this.bananaButton); + this.groupBox1.Location = new System.Drawing.Point(12, 12); + this.groupBox1.Name = "groupBox1"; + this.groupBox1.Size = new System.Drawing.Size(287, 354); + this.groupBox1.TabIndex = 1; + this.groupBox1.TabStop = false; + // + // pearButton + // + this.pearButton.Image = global::CalorieCounter_CalebFontenot.Properties.Resources.PearCalories; + this.pearButton.Location = new System.Drawing.Point(139, 175); + this.pearButton.Name = "pearButton"; + this.pearButton.Size = new System.Drawing.Size(131, 160); + this.pearButton.TabIndex = 3; + this.pearButton.TabStop = false; + this.pearButton.Click += new System.EventHandler(this.pearButton_Click); + // + // orangeButton + // + this.orangeButton.Image = global::CalorieCounter_CalebFontenot.Properties.Resources.OrangeCalories; + this.orangeButton.Location = new System.Drawing.Point(6, 175); + this.orangeButton.Name = "orangeButton"; + this.orangeButton.Size = new System.Drawing.Size(128, 160); + this.orangeButton.TabIndex = 2; + this.orangeButton.TabStop = false; + this.orangeButton.Click += new System.EventHandler(this.orangeButton_Click); + // + // appleButton + // + this.appleButton.Image = global::CalorieCounter_CalebFontenot.Properties.Resources.AppleCalories; + this.appleButton.Location = new System.Drawing.Point(140, 13); + this.appleButton.Name = "appleButton"; + this.appleButton.Size = new System.Drawing.Size(130, 156); + this.appleButton.TabIndex = 1; + this.appleButton.TabStop = false; + this.appleButton.Click += new System.EventHandler(this.appleButton_Click); + // + // label1 + // + this.label1.Location = new System.Drawing.Point(316, 23); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(142, 23); + this.label1.TabIndex = 2; + this.label1.Text = "Total Calories"; + this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + // + // totalCalories + // + this.totalCalories.Location = new System.Drawing.Point(316, 46); + this.totalCalories.Name = "totalCalories"; + this.totalCalories.ReadOnly = true; + this.totalCalories.Size = new System.Drawing.Size(142, 23); + this.totalCalories.TabIndex = 3; + this.totalCalories.Text = "0"; + this.totalCalories.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; + // + // resetButton + // + this.resetButton.Location = new System.Drawing.Point(348, 292); + this.resetButton.Name = "resetButton"; + this.resetButton.Size = new System.Drawing.Size(75, 23); + this.resetButton.TabIndex = 4; + this.resetButton.Text = "Reset"; + this.resetButton.UseVisualStyleBackColor = true; + this.resetButton.Click += new System.EventHandler(this.resetButton_Click); + // + // exitButton + // + this.exitButton.Location = new System.Drawing.Point(348, 321); + this.exitButton.Name = "exitButton"; + this.exitButton.Size = new System.Drawing.Size(75, 23); + this.exitButton.TabIndex = 5; + 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(470, 364); + this.Controls.Add(this.exitButton); + this.Controls.Add(this.resetButton); + this.Controls.Add(this.totalCalories); + this.Controls.Add(this.label1); + this.Controls.Add(this.groupBox1); + this.Name = "Form1"; + this.Text = "Total Calories"; + ((System.ComponentModel.ISupportInitialize)(this.bananaButton)).EndInit(); + this.groupBox1.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.pearButton)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.orangeButton)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.appleButton)).EndInit(); + this.ResumeLayout(false); + this.PerformLayout(); + + } + + #endregion + private PictureBox bananaButton; + private GroupBox groupBox1; + private PictureBox pearButton; + private PictureBox orangeButton; + private PictureBox appleButton; + private Label label1; + private TextBox totalCalories; + private Button resetButton; + private Button exitButton; + } +} \ No newline at end of file diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/Form1.cs b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/Form1.cs new file mode 100755 index 0000000..8288bff --- /dev/null +++ b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/Form1.cs @@ -0,0 +1,52 @@ +namespace CalorieCounter_CalebFontenot +{ + public partial class Form1 : Form + { + public Form1() + { + InitializeComponent(); + } + + public double calories; + + public void updateTotalCalories() // Define update Function + { + totalCalories.Text = calories.ToString(); + } + + private void bananaButton_Click(object sender, EventArgs e) + { + calories += 115; // Add 115 to Calories + updateTotalCalories(); // Update totalCalories TextBox + } + + private void appleButton_Click(object sender, EventArgs e) + { + calories += 80;// Add 80 to Calories + updateTotalCalories(); // Update totalCalories TextBox + } + + private void orangeButton_Click(object sender, EventArgs e) + { + calories += 90; // Add 90 to Calories + updateTotalCalories(); // Update totalCalories TextBox + } + + private void pearButton_Click(object sender, EventArgs e) + { + calories += 120; // Add 120 to Calories + updateTotalCalories(); // Update totalCalories TextBox + } + + private void resetButton_Click(object sender, EventArgs e) + { + calories = 0; // Reset calories + updateTotalCalories(); // Update totalCalories TextBox + } + + private void exitButton_Click(object sender, EventArgs e) + { + this.Close(); + } + } +} \ No newline at end of file diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/Form1.resx b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/Form1.resx new file mode 100755 index 0000000..b5ae26c --- /dev/null +++ b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/Form1.resx @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/Program.cs b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/Program.cs new file mode 100755 index 0000000..3c1afca --- /dev/null +++ b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/Program.cs @@ -0,0 +1,17 @@ +namespace CalorieCounter_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/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/Properties/PublishProfiles/FolderProfile.pubxml b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/Properties/PublishProfiles/FolderProfile.pubxml new file mode 100755 index 0000000..fa1b844 --- /dev/null +++ b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/Properties/PublishProfiles/FolderProfile.pubxml @@ -0,0 +1,18 @@ + + + + + Release + Any CPU + bin\Release\net6.0-windows\publish\win-x64\ + FileSystem + <_TargetId>Folder + net6.0-windows + win-x64 + true + false + false + + \ No newline at end of file diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/Properties/PublishProfiles/FolderProfile.pubxml.user b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/Properties/PublishProfiles/FolderProfile.pubxml.user new file mode 100755 index 0000000..917e593 --- /dev/null +++ b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/Properties/PublishProfiles/FolderProfile.pubxml.user @@ -0,0 +1,10 @@ + + + + + True|2022-09-06T21:04:14.9389963Z; + + + \ No newline at end of file diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/Properties/Resources.Designer.cs b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/Properties/Resources.Designer.cs new file mode 100755 index 0000000..f09b400 --- /dev/null +++ b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/Properties/Resources.Designer.cs @@ -0,0 +1,103 @@ +//------------------------------------------------------------------------------ +// +// 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. +// +//------------------------------------------------------------------------------ + +namespace CalorieCounter_CalebFontenot.Properties { + using System; + + + /// + /// A strongly-typed resource class, for looking up localized strings, etc. + /// + // This class was auto-generated by the StronglyTypedResourceBuilder + // class via a tool like ResGen or Visual Studio. + // To add or remove a member, edit your .ResX file then rerun ResGen + // with the /str option, or rebuild your VS project. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Resources { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Resources() { + } + + /// + /// Returns the cached ResourceManager instance used by this class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("CalorieCounter_CalebFontenot.Properties.Resources", typeof(Resources).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Globalization.CultureInfo Culture { + get { + return resourceCulture; + } + set { + resourceCulture = value; + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap AppleCalories { + get { + object obj = ResourceManager.GetObject("AppleCalories", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap BananaCalories { + get { + object obj = ResourceManager.GetObject("BananaCalories", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap OrangeCalories { + get { + object obj = ResourceManager.GetObject("OrangeCalories", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap PearCalories { + get { + object obj = ResourceManager.GetObject("PearCalories", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + } +} diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/Properties/Resources.resx b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/Properties/Resources.resx new file mode 100755 index 0000000..930c8d4 --- /dev/null +++ b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/Properties/Resources.resx @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 + + + + ..\Resources\AppleCalories.bmp;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\BananaCalories.bmp;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\OrangeCalories.bmp;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\PearCalories.bmp;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + \ No newline at end of file diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/Resources/AppleCalories.bmp b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/Resources/AppleCalories.bmp new file mode 100755 index 0000000..ed50bf8 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/Resources/AppleCalories.bmp differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/Resources/BananaCalories.bmp b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/Resources/BananaCalories.bmp new file mode 100755 index 0000000..1e2d00d Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/Resources/BananaCalories.bmp differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/Resources/OrangeCalories.bmp b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/Resources/OrangeCalories.bmp new file mode 100755 index 0000000..3df16c1 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/Resources/OrangeCalories.bmp differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/Resources/PearCalories.bmp b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/Resources/PearCalories.bmp new file mode 100755 index 0000000..06f4428 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/Resources/PearCalories.bmp differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Debug/net6.0-windows/CalorieCounter_CalebFontenot.deps.json b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Debug/net6.0-windows/CalorieCounter_CalebFontenot.deps.json new file mode 100755 index 0000000..9674a4b --- /dev/null +++ b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Debug/net6.0-windows/CalorieCounter_CalebFontenot.deps.json @@ -0,0 +1,23 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v6.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v6.0": { + "CalorieCounter_CalebFontenot/1.0.0": { + "runtime": { + "CalorieCounter_CalebFontenot.dll": {} + } + } + } + }, + "libraries": { + "CalorieCounter_CalebFontenot/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Debug/net6.0-windows/CalorieCounter_CalebFontenot.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Debug/net6.0-windows/CalorieCounter_CalebFontenot.dll new file mode 100755 index 0000000..f889e60 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Debug/net6.0-windows/CalorieCounter_CalebFontenot.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Debug/net6.0-windows/CalorieCounter_CalebFontenot.exe b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Debug/net6.0-windows/CalorieCounter_CalebFontenot.exe new file mode 100755 index 0000000..4eccbb8 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Debug/net6.0-windows/CalorieCounter_CalebFontenot.exe differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Debug/net6.0-windows/CalorieCounter_CalebFontenot.pdb b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Debug/net6.0-windows/CalorieCounter_CalebFontenot.pdb new file mode 100755 index 0000000..08e7c6c Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Debug/net6.0-windows/CalorieCounter_CalebFontenot.pdb differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Debug/net6.0-windows/CalorieCounter_CalebFontenot.runtimeconfig.json b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Debug/net6.0-windows/CalorieCounter_CalebFontenot.runtimeconfig.json new file mode 100755 index 0000000..b6062ae --- /dev/null +++ b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Debug/net6.0-windows/CalorieCounter_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/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/CalorieCounter_CalebFontenot.deps.json b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/CalorieCounter_CalebFontenot.deps.json new file mode 100755 index 0000000..9674a4b --- /dev/null +++ b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/CalorieCounter_CalebFontenot.deps.json @@ -0,0 +1,23 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v6.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v6.0": { + "CalorieCounter_CalebFontenot/1.0.0": { + "runtime": { + "CalorieCounter_CalebFontenot.dll": {} + } + } + } + }, + "libraries": { + "CalorieCounter_CalebFontenot/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/CalorieCounter_CalebFontenot.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/CalorieCounter_CalebFontenot.dll new file mode 100755 index 0000000..51ba67d Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/CalorieCounter_CalebFontenot.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/CalorieCounter_CalebFontenot.exe b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/CalorieCounter_CalebFontenot.exe new file mode 100755 index 0000000..4eccbb8 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/CalorieCounter_CalebFontenot.exe differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/CalorieCounter_CalebFontenot.pdb b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/CalorieCounter_CalebFontenot.pdb new file mode 100755 index 0000000..b871f35 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/CalorieCounter_CalebFontenot.pdb differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/CalorieCounter_CalebFontenot.runtimeconfig.json b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/CalorieCounter_CalebFontenot.runtimeconfig.json new file mode 100755 index 0000000..383c312 --- /dev/null +++ b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/CalorieCounter_CalebFontenot.runtimeconfig.json @@ -0,0 +1,18 @@ +{ + "runtimeOptions": { + "tfm": "net6.0", + "frameworks": [ + { + "name": "Microsoft.NETCore.App", + "version": "6.0.0" + }, + { + "name": "Microsoft.WindowsDesktop.App", + "version": "6.0.0" + } + ], + "configProperties": { + "System.Reflection.Metadata.MetadataUpdater.IsSupported": false + } + } +} \ No newline at end of file diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/CalorieCounter_CalebFontenot.zip b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/CalorieCounter_CalebFontenot.zip new file mode 100644 index 0000000..9c7cadb Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/CalorieCounter_CalebFontenot.zip differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/Accessibility.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/Accessibility.dll new file mode 100755 index 0000000..49bcdc7 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/Accessibility.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/CalorieCounter_CalebFontenot.deps.json b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/CalorieCounter_CalebFontenot.deps.json new file mode 100755 index 0000000..29d481c --- /dev/null +++ b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/CalorieCounter_CalebFontenot.deps.json @@ -0,0 +1,1223 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v6.0/win-x64", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v6.0": {}, + ".NETCoreApp,Version=v6.0/win-x64": { + "CalorieCounter_CalebFontenot/1.0.0": { + "dependencies": { + "runtimepack.Microsoft.NETCore.App.Runtime.win-x64": "6.0.8", + "runtimepack.Microsoft.WindowsDesktop.App.Runtime.win-x64": "6.0.8" + }, + "runtime": { + "CalorieCounter_CalebFontenot.dll": {} + } + }, + "runtimepack.Microsoft.NETCore.App.Runtime.win-x64/6.0.8": { + "runtime": { + "Microsoft.CSharp.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "Microsoft.VisualBasic.Core.dll": { + "assemblyVersion": "11.0.0.0", + "fileVersion": "11.100.822.36306" + }, + "Microsoft.Win32.Primitives.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "Microsoft.Win32.Registry.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.AppContext.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Buffers.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Collections.Concurrent.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Collections.Immutable.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Collections.NonGeneric.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Collections.Specialized.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Collections.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.ComponentModel.Annotations.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.ComponentModel.DataAnnotations.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.ComponentModel.EventBasedAsync.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.ComponentModel.Primitives.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.ComponentModel.TypeConverter.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.ComponentModel.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Configuration.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Console.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Core.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Data.Common.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Data.DataSetExtensions.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Data.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Diagnostics.Contracts.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Diagnostics.Debug.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Diagnostics.DiagnosticSource.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Diagnostics.FileVersionInfo.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Diagnostics.Process.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Diagnostics.StackTrace.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Diagnostics.TextWriterTraceListener.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Diagnostics.Tools.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Diagnostics.TraceSource.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Diagnostics.Tracing.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Drawing.Primitives.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Dynamic.Runtime.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Formats.Asn1.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Globalization.Calendars.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Globalization.Extensions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Globalization.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.IO.Compression.Brotli.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.IO.Compression.FileSystem.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.IO.Compression.ZipFile.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.IO.Compression.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.IO.FileSystem.AccessControl.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.IO.FileSystem.DriveInfo.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.IO.FileSystem.Primitives.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.IO.FileSystem.Watcher.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.IO.FileSystem.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.IO.IsolatedStorage.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.IO.MemoryMappedFiles.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.IO.Pipes.AccessControl.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.IO.Pipes.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.IO.UnmanagedMemoryStream.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.IO.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Linq.Expressions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Linq.Parallel.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Linq.Queryable.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Linq.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Memory.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Net.Http.Json.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Net.Http.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Net.HttpListener.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Net.Mail.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Net.NameResolution.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Net.NetworkInformation.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Net.Ping.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Net.Primitives.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Net.Quic.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Net.Requests.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Net.Security.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Net.ServicePoint.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Net.Sockets.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Net.WebClient.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Net.WebHeaderCollection.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Net.WebProxy.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Net.WebSockets.Client.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Net.WebSockets.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Net.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Numerics.Vectors.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Numerics.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.ObjectModel.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Private.CoreLib.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Private.DataContractSerialization.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Private.Uri.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Private.Xml.Linq.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Private.Xml.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Reflection.DispatchProxy.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Reflection.Emit.ILGeneration.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Reflection.Emit.Lightweight.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Reflection.Emit.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Reflection.Extensions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Reflection.Metadata.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Reflection.Primitives.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Reflection.TypeExtensions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Reflection.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Resources.Reader.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Resources.ResourceManager.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Resources.Writer.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Runtime.CompilerServices.Unsafe.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Runtime.CompilerServices.VisualC.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Runtime.Extensions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Runtime.Handles.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Runtime.InteropServices.RuntimeInformation.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Runtime.InteropServices.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Runtime.Intrinsics.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Runtime.Loader.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Runtime.Numerics.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Runtime.Serialization.Formatters.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Runtime.Serialization.Json.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Runtime.Serialization.Primitives.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Runtime.Serialization.Xml.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Runtime.Serialization.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Runtime.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Security.AccessControl.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Security.Claims.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Security.Cryptography.Algorithms.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Security.Cryptography.Cng.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Security.Cryptography.Csp.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Security.Cryptography.Encoding.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Security.Cryptography.OpenSsl.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Security.Cryptography.Primitives.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Security.Cryptography.X509Certificates.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Security.Principal.Windows.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Security.Principal.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Security.SecureString.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Security.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.ServiceModel.Web.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.ServiceProcess.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Text.Encoding.CodePages.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Text.Encoding.Extensions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Text.Encoding.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Text.Encodings.Web.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Text.Json.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Text.RegularExpressions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Threading.Channels.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Threading.Overlapped.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Threading.Tasks.Dataflow.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Threading.Tasks.Extensions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Threading.Tasks.Parallel.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Threading.Tasks.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Threading.Thread.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Threading.ThreadPool.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Threading.Timer.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Threading.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Transactions.Local.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Transactions.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.ValueTuple.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Web.HttpUtility.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Web.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Windows.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Xml.Linq.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Xml.ReaderWriter.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Xml.Serialization.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Xml.XDocument.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Xml.XPath.XDocument.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Xml.XPath.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Xml.XmlDocument.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Xml.XmlSerializer.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Xml.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "mscorlib.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "netstandard.dll": { + "assemblyVersion": "2.1.0.0", + "fileVersion": "6.0.822.36306" + } + }, + "native": { + "Microsoft.DiaSymReader.Native.amd64.dll": { + "fileVersion": "14.28.29715.1" + }, + "System.IO.Compression.Native.dll": { + "fileVersion": "42.42.42.42424" + }, + "api-ms-win-core-console-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-core-console-l1-2-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-core-datetime-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-core-debug-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-core-errorhandling-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-core-fibers-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-core-file-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-core-file-l1-2-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-core-file-l2-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-core-handle-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-core-heap-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-core-interlocked-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-core-libraryloader-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-core-localization-l1-2-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-core-memory-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-core-namedpipe-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-core-processenvironment-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-core-processthreads-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-core-processthreads-l1-1-1.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-core-profile-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-core-rtlsupport-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-core-string-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-core-synch-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-core-synch-l1-2-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-core-sysinfo-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-core-timezone-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-core-util-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-crt-conio-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-crt-convert-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-crt-environment-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-crt-filesystem-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-crt-heap-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-crt-locale-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-crt-math-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-crt-multibyte-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-crt-private-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-crt-process-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-crt-runtime-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-crt-stdio-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-crt-string-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-crt-time-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-crt-utility-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "clretwrc.dll": { + "fileVersion": "6.0.822.36306" + }, + "clrjit.dll": { + "fileVersion": "6.0.822.36306" + }, + "coreclr.dll": { + "fileVersion": "6.0.822.36306" + }, + "createdump.exe": { + "fileVersion": "6.0.822.36306" + }, + "dbgshim.dll": { + "fileVersion": "6.0.822.36306" + }, + "hostfxr.dll": { + "fileVersion": "6.0.822.36306" + }, + "hostpolicy.dll": { + "fileVersion": "6.0.822.36306" + }, + "mscordaccore.dll": { + "fileVersion": "6.0.822.36306" + }, + "mscordaccore_amd64_amd64_6.0.822.36306.dll": { + "fileVersion": "6.0.822.36306" + }, + "mscordbi.dll": { + "fileVersion": "6.0.822.36306" + }, + "mscorrc.dll": { + "fileVersion": "6.0.822.36306" + }, + "msquic.dll": { + "fileVersion": "1.7.0.0" + }, + "ucrtbase.dll": { + "fileVersion": "10.0.22000.194" + } + } + }, + "runtimepack.Microsoft.WindowsDesktop.App.Runtime.win-x64/6.0.8": { + "runtime": { + "Accessibility.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.822.36804" + }, + "DirectWriteForwarder.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36807" + }, + "Microsoft.VisualBasic.Forms.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36804" + }, + "Microsoft.VisualBasic.dll": { + "assemblyVersion": "10.1.0.0", + "fileVersion": "6.0.822.36804" + }, + "Microsoft.Win32.Registry.AccessControl.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "Microsoft.Win32.SystemEvents.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "PresentationCore.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36807" + }, + "PresentationFramework-SystemCore.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36807" + }, + "PresentationFramework-SystemData.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36807" + }, + "PresentationFramework-SystemDrawing.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36807" + }, + "PresentationFramework-SystemXml.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36807" + }, + "PresentationFramework-SystemXmlLinq.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36807" + }, + "PresentationFramework.Aero.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36807" + }, + "PresentationFramework.Aero2.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36807" + }, + "PresentationFramework.AeroLite.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36807" + }, + "PresentationFramework.Classic.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36807" + }, + "PresentationFramework.Luna.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36807" + }, + "PresentationFramework.Royale.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36807" + }, + "PresentationFramework.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36807" + }, + "PresentationUI.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36807" + }, + "ReachFramework.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36807" + }, + "System.CodeDom.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Configuration.ConfigurationManager.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Design.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36804" + }, + "System.Diagnostics.EventLog.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Diagnostics.PerformanceCounter.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.DirectoryServices.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Drawing.Common.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Drawing.Design.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36804" + }, + "System.Drawing.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36804" + }, + "System.IO.Packaging.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Printing.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36807" + }, + "System.Resources.Extensions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Security.Cryptography.Pkcs.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Security.Cryptography.ProtectedData.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Security.Cryptography.Xml.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Security.Permissions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Threading.AccessControl.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Windows.Controls.Ribbon.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36807" + }, + "System.Windows.Extensions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Windows.Forms.Design.Editors.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36804" + }, + "System.Windows.Forms.Design.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36804" + }, + "System.Windows.Forms.Primitives.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36804" + }, + "System.Windows.Forms.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36804" + }, + "System.Windows.Input.Manipulations.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36807" + }, + "System.Windows.Presentation.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36807" + }, + "System.Xaml.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36807" + }, + "UIAutomationClient.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36807" + }, + "UIAutomationClientSideProviders.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36807" + }, + "UIAutomationProvider.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36807" + }, + "UIAutomationTypes.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36807" + }, + "WindowsBase.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36807" + }, + "WindowsFormsIntegration.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36807" + } + }, + "native": { + "D3DCompiler_47_cor3.dll": { + "fileVersion": "10.0.22000.194" + }, + "PenImc_cor3.dll": { + "fileVersion": "6.0.822.36807" + }, + "PresentationNative_cor3.dll": { + "fileVersion": "6.0.22.31404" + }, + "vcruntime140_cor3.dll": { + "fileVersion": "14.32.31326.0" + }, + "wpfgfx_cor3.dll": { + "fileVersion": "6.0.822.36807" + } + } + } + } + }, + "libraries": { + "CalorieCounter_CalebFontenot/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "runtimepack.Microsoft.NETCore.App.Runtime.win-x64/6.0.8": { + "type": "runtimepack", + "serviceable": false, + "sha512": "" + }, + "runtimepack.Microsoft.WindowsDesktop.App.Runtime.win-x64/6.0.8": { + "type": "runtimepack", + "serviceable": false, + "sha512": "" + } + }, + "runtimes": { + "win-x64": [ + "win", + "any", + "base" + ], + "win-x64-aot": [ + "win-aot", + "win-x64", + "win", + "aot", + "any", + "base" + ], + "win10-x64": [ + "win10", + "win81-x64", + "win81", + "win8-x64", + "win8", + "win7-x64", + "win7", + "win-x64", + "win", + "any", + "base" + ], + "win10-x64-aot": [ + "win10-aot", + "win10-x64", + "win10", + "win81-x64-aot", + "win81-aot", + "win81-x64", + "win81", + "win8-x64-aot", + "win8-aot", + "win8-x64", + "win8", + "win7-x64-aot", + "win7-aot", + "win7-x64", + "win7", + "win-x64-aot", + "win-aot", + "win-x64", + "win", + "aot", + "any", + "base" + ], + "win7-x64": [ + "win7", + "win-x64", + "win", + "any", + "base" + ], + "win7-x64-aot": [ + "win7-aot", + "win7-x64", + "win7", + "win-x64-aot", + "win-aot", + "win-x64", + "win", + "aot", + "any", + "base" + ], + "win8-x64": [ + "win8", + "win7-x64", + "win7", + "win-x64", + "win", + "any", + "base" + ], + "win8-x64-aot": [ + "win8-aot", + "win8-x64", + "win8", + "win7-x64-aot", + "win7-aot", + "win7-x64", + "win7", + "win-x64-aot", + "win-aot", + "win-x64", + "win", + "aot", + "any", + "base" + ], + "win81-x64": [ + "win81", + "win8-x64", + "win8", + "win7-x64", + "win7", + "win-x64", + "win", + "any", + "base" + ], + "win81-x64-aot": [ + "win81-aot", + "win81-x64", + "win81", + "win8-x64-aot", + "win8-aot", + "win8-x64", + "win8", + "win7-x64-aot", + "win7-aot", + "win7-x64", + "win7", + "win-x64-aot", + "win-aot", + "win-x64", + "win", + "aot", + "any", + "base" + ] + } +} \ No newline at end of file diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/CalorieCounter_CalebFontenot.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/CalorieCounter_CalebFontenot.dll new file mode 100755 index 0000000..9b311d9 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/CalorieCounter_CalebFontenot.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/CalorieCounter_CalebFontenot.exe b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/CalorieCounter_CalebFontenot.exe new file mode 100755 index 0000000..4eccbb8 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/CalorieCounter_CalebFontenot.exe differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/CalorieCounter_CalebFontenot.pdb b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/CalorieCounter_CalebFontenot.pdb new file mode 100755 index 0000000..97c1972 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/CalorieCounter_CalebFontenot.pdb differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/CalorieCounter_CalebFontenot.runtimeconfig.json b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/CalorieCounter_CalebFontenot.runtimeconfig.json new file mode 100755 index 0000000..6857619 --- /dev/null +++ b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/CalorieCounter_CalebFontenot.runtimeconfig.json @@ -0,0 +1,18 @@ +{ + "runtimeOptions": { + "tfm": "net6.0", + "includedFrameworks": [ + { + "name": "Microsoft.NETCore.App", + "version": "6.0.0" + }, + { + "name": "Microsoft.WindowsDesktop.App", + "version": "6.0.0" + } + ], + "configProperties": { + "System.Reflection.Metadata.MetadataUpdater.IsSupported": false + } + } +} \ No newline at end of file diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/D3DCompiler_47_cor3.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/D3DCompiler_47_cor3.dll new file mode 100755 index 0000000..cbe0765 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/D3DCompiler_47_cor3.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/DirectWriteForwarder.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/DirectWriteForwarder.dll new file mode 100755 index 0000000..0b38856 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/DirectWriteForwarder.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/Microsoft.CSharp.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/Microsoft.CSharp.dll new file mode 100755 index 0000000..9d9fbd2 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/Microsoft.CSharp.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/Microsoft.DiaSymReader.Native.amd64.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/Microsoft.DiaSymReader.Native.amd64.dll new file mode 100755 index 0000000..78c90cd Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/Microsoft.DiaSymReader.Native.amd64.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/Microsoft.VisualBasic.Core.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/Microsoft.VisualBasic.Core.dll new file mode 100755 index 0000000..62f07e5 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/Microsoft.VisualBasic.Core.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/Microsoft.VisualBasic.Forms.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/Microsoft.VisualBasic.Forms.dll new file mode 100755 index 0000000..172e1cb Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/Microsoft.VisualBasic.Forms.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/Microsoft.VisualBasic.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/Microsoft.VisualBasic.dll new file mode 100755 index 0000000..3735f24 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/Microsoft.VisualBasic.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/Microsoft.Win32.Primitives.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/Microsoft.Win32.Primitives.dll new file mode 100755 index 0000000..ebdfe8c Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/Microsoft.Win32.Primitives.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/Microsoft.Win32.Registry.AccessControl.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/Microsoft.Win32.Registry.AccessControl.dll new file mode 100755 index 0000000..5346e84 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/Microsoft.Win32.Registry.AccessControl.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/Microsoft.Win32.Registry.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/Microsoft.Win32.Registry.dll new file mode 100755 index 0000000..1df30e0 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/Microsoft.Win32.Registry.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/Microsoft.Win32.SystemEvents.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/Microsoft.Win32.SystemEvents.dll new file mode 100755 index 0000000..8c551df Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/Microsoft.Win32.SystemEvents.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/PenImc_cor3.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/PenImc_cor3.dll new file mode 100755 index 0000000..a69d0f2 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/PenImc_cor3.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/PresentationCore.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/PresentationCore.dll new file mode 100755 index 0000000..c5a2c6d Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/PresentationCore.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/PresentationFramework-SystemCore.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/PresentationFramework-SystemCore.dll new file mode 100755 index 0000000..29efcaa Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/PresentationFramework-SystemCore.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/PresentationFramework-SystemData.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/PresentationFramework-SystemData.dll new file mode 100755 index 0000000..4e6d6ea Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/PresentationFramework-SystemData.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/PresentationFramework-SystemDrawing.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/PresentationFramework-SystemDrawing.dll new file mode 100755 index 0000000..29ff3b3 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/PresentationFramework-SystemDrawing.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/PresentationFramework-SystemXml.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/PresentationFramework-SystemXml.dll new file mode 100755 index 0000000..08735a3 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/PresentationFramework-SystemXml.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/PresentationFramework-SystemXmlLinq.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/PresentationFramework-SystemXmlLinq.dll new file mode 100755 index 0000000..59cc2a7 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/PresentationFramework-SystemXmlLinq.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/PresentationFramework.Aero.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/PresentationFramework.Aero.dll new file mode 100755 index 0000000..3c8b8b4 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/PresentationFramework.Aero.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/PresentationFramework.Aero2.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/PresentationFramework.Aero2.dll new file mode 100755 index 0000000..14b8ba0 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/PresentationFramework.Aero2.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/PresentationFramework.AeroLite.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/PresentationFramework.AeroLite.dll new file mode 100755 index 0000000..8669213 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/PresentationFramework.AeroLite.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/PresentationFramework.Classic.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/PresentationFramework.Classic.dll new file mode 100755 index 0000000..3dab3e0 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/PresentationFramework.Classic.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/PresentationFramework.Luna.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/PresentationFramework.Luna.dll new file mode 100755 index 0000000..8aaa9e1 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/PresentationFramework.Luna.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/PresentationFramework.Royale.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/PresentationFramework.Royale.dll new file mode 100755 index 0000000..7b6ac7a Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/PresentationFramework.Royale.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/PresentationFramework.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/PresentationFramework.dll new file mode 100755 index 0000000..dffe4bd Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/PresentationFramework.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/PresentationNative_cor3.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/PresentationNative_cor3.dll new file mode 100755 index 0000000..78284f1 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/PresentationNative_cor3.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/PresentationUI.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/PresentationUI.dll new file mode 100755 index 0000000..3a05b3e Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/PresentationUI.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ReachFramework.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ReachFramework.dll new file mode 100755 index 0000000..ac000af Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ReachFramework.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.AppContext.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.AppContext.dll new file mode 100755 index 0000000..935ccd3 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.AppContext.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Buffers.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Buffers.dll new file mode 100755 index 0000000..ec89650 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Buffers.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.CodeDom.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.CodeDom.dll new file mode 100755 index 0000000..cf8f174 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.CodeDom.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Collections.Concurrent.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Collections.Concurrent.dll new file mode 100755 index 0000000..9f1c22b Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Collections.Concurrent.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Collections.Immutable.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Collections.Immutable.dll new file mode 100755 index 0000000..35e52fe Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Collections.Immutable.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Collections.NonGeneric.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Collections.NonGeneric.dll new file mode 100755 index 0000000..6fd2c22 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Collections.NonGeneric.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Collections.Specialized.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Collections.Specialized.dll new file mode 100755 index 0000000..fa6669e Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Collections.Specialized.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Collections.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Collections.dll new file mode 100755 index 0000000..995fe6c Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Collections.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.ComponentModel.Annotations.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.ComponentModel.Annotations.dll new file mode 100755 index 0000000..39dc4fe Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.ComponentModel.Annotations.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.ComponentModel.DataAnnotations.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.ComponentModel.DataAnnotations.dll new file mode 100755 index 0000000..f25f4a5 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.ComponentModel.DataAnnotations.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.ComponentModel.EventBasedAsync.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.ComponentModel.EventBasedAsync.dll new file mode 100755 index 0000000..4b9afb3 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.ComponentModel.EventBasedAsync.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.ComponentModel.Primitives.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.ComponentModel.Primitives.dll new file mode 100755 index 0000000..9e58615 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.ComponentModel.Primitives.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.ComponentModel.TypeConverter.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.ComponentModel.TypeConverter.dll new file mode 100755 index 0000000..374db5b Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.ComponentModel.TypeConverter.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.ComponentModel.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.ComponentModel.dll new file mode 100755 index 0000000..34a4808 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.ComponentModel.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Configuration.ConfigurationManager.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Configuration.ConfigurationManager.dll new file mode 100755 index 0000000..1b0f6b6 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Configuration.ConfigurationManager.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Configuration.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Configuration.dll new file mode 100755 index 0000000..3f721d0 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Configuration.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Console.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Console.dll new file mode 100755 index 0000000..a9a8af5 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Console.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Core.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Core.dll new file mode 100755 index 0000000..0ac77e3 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Core.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Data.Common.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Data.Common.dll new file mode 100755 index 0000000..78d0d4e Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Data.Common.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Data.DataSetExtensions.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Data.DataSetExtensions.dll new file mode 100755 index 0000000..81c783b Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Data.DataSetExtensions.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Data.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Data.dll new file mode 100755 index 0000000..73fbc5d Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Data.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Design.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Design.dll new file mode 100755 index 0000000..b737e03 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Design.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Diagnostics.Contracts.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Diagnostics.Contracts.dll new file mode 100755 index 0000000..6c24a49 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Diagnostics.Contracts.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Diagnostics.Debug.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Diagnostics.Debug.dll new file mode 100755 index 0000000..6a88d24 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Diagnostics.Debug.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Diagnostics.DiagnosticSource.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Diagnostics.DiagnosticSource.dll new file mode 100755 index 0000000..0e3daf5 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Diagnostics.DiagnosticSource.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Diagnostics.EventLog.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Diagnostics.EventLog.dll new file mode 100755 index 0000000..0e76da9 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Diagnostics.EventLog.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Diagnostics.FileVersionInfo.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Diagnostics.FileVersionInfo.dll new file mode 100755 index 0000000..db66a6c Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Diagnostics.FileVersionInfo.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Diagnostics.PerformanceCounter.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Diagnostics.PerformanceCounter.dll new file mode 100755 index 0000000..de5f4a7 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Diagnostics.PerformanceCounter.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Diagnostics.Process.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Diagnostics.Process.dll new file mode 100755 index 0000000..32b7f1b Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Diagnostics.Process.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Diagnostics.StackTrace.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Diagnostics.StackTrace.dll new file mode 100755 index 0000000..1a72865 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Diagnostics.StackTrace.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Diagnostics.TextWriterTraceListener.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Diagnostics.TextWriterTraceListener.dll new file mode 100755 index 0000000..bd303cd Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Diagnostics.TextWriterTraceListener.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Diagnostics.Tools.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Diagnostics.Tools.dll new file mode 100755 index 0000000..c46ca92 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Diagnostics.Tools.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Diagnostics.TraceSource.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Diagnostics.TraceSource.dll new file mode 100755 index 0000000..f182c79 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Diagnostics.TraceSource.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Diagnostics.Tracing.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Diagnostics.Tracing.dll new file mode 100755 index 0000000..7cd5cb9 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Diagnostics.Tracing.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.DirectoryServices.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.DirectoryServices.dll new file mode 100755 index 0000000..938ec0a Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.DirectoryServices.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Drawing.Common.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Drawing.Common.dll new file mode 100755 index 0000000..dc3dec8 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Drawing.Common.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Drawing.Design.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Drawing.Design.dll new file mode 100755 index 0000000..3302eae Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Drawing.Design.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Drawing.Primitives.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Drawing.Primitives.dll new file mode 100755 index 0000000..6b83e3e Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Drawing.Primitives.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Drawing.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Drawing.dll new file mode 100755 index 0000000..6ab3f25 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Drawing.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Dynamic.Runtime.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Dynamic.Runtime.dll new file mode 100755 index 0000000..e363125 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Dynamic.Runtime.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Formats.Asn1.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Formats.Asn1.dll new file mode 100755 index 0000000..29c03ae Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Formats.Asn1.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Globalization.Calendars.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Globalization.Calendars.dll new file mode 100755 index 0000000..16f9fd1 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Globalization.Calendars.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Globalization.Extensions.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Globalization.Extensions.dll new file mode 100755 index 0000000..788d730 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Globalization.Extensions.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Globalization.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Globalization.dll new file mode 100755 index 0000000..a84d84f Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Globalization.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.IO.Compression.Brotli.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.IO.Compression.Brotli.dll new file mode 100755 index 0000000..6d15705 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.IO.Compression.Brotli.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.IO.Compression.FileSystem.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.IO.Compression.FileSystem.dll new file mode 100755 index 0000000..51e71a7 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.IO.Compression.FileSystem.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.IO.Compression.Native.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.IO.Compression.Native.dll new file mode 100755 index 0000000..4fede45 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.IO.Compression.Native.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.IO.Compression.ZipFile.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.IO.Compression.ZipFile.dll new file mode 100755 index 0000000..d86f301 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.IO.Compression.ZipFile.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.IO.Compression.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.IO.Compression.dll new file mode 100755 index 0000000..e5917a6 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.IO.Compression.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.IO.FileSystem.AccessControl.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.IO.FileSystem.AccessControl.dll new file mode 100755 index 0000000..c4d55fc Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.IO.FileSystem.AccessControl.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.IO.FileSystem.DriveInfo.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.IO.FileSystem.DriveInfo.dll new file mode 100755 index 0000000..3ea2b17 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.IO.FileSystem.DriveInfo.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.IO.FileSystem.Primitives.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.IO.FileSystem.Primitives.dll new file mode 100755 index 0000000..6400d79 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.IO.FileSystem.Primitives.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.IO.FileSystem.Watcher.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.IO.FileSystem.Watcher.dll new file mode 100755 index 0000000..8d56ff9 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.IO.FileSystem.Watcher.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.IO.FileSystem.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.IO.FileSystem.dll new file mode 100755 index 0000000..70debd3 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.IO.FileSystem.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.IO.IsolatedStorage.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.IO.IsolatedStorage.dll new file mode 100755 index 0000000..be3f979 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.IO.IsolatedStorage.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.IO.MemoryMappedFiles.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.IO.MemoryMappedFiles.dll new file mode 100755 index 0000000..ba5e636 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.IO.MemoryMappedFiles.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.IO.Packaging.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.IO.Packaging.dll new file mode 100755 index 0000000..ff45192 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.IO.Packaging.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.IO.Pipes.AccessControl.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.IO.Pipes.AccessControl.dll new file mode 100755 index 0000000..dc799db Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.IO.Pipes.AccessControl.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.IO.Pipes.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.IO.Pipes.dll new file mode 100755 index 0000000..9af9300 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.IO.Pipes.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.IO.UnmanagedMemoryStream.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.IO.UnmanagedMemoryStream.dll new file mode 100755 index 0000000..0307865 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.IO.UnmanagedMemoryStream.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.IO.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.IO.dll new file mode 100755 index 0000000..f7fc99a Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.IO.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Linq.Expressions.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Linq.Expressions.dll new file mode 100755 index 0000000..5d21b2a Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Linq.Expressions.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Linq.Parallel.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Linq.Parallel.dll new file mode 100755 index 0000000..644534f Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Linq.Parallel.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Linq.Queryable.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Linq.Queryable.dll new file mode 100755 index 0000000..f6df2b1 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Linq.Queryable.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Linq.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Linq.dll new file mode 100755 index 0000000..475c753 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Linq.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Memory.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Memory.dll new file mode 100755 index 0000000..9d0ac11 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Memory.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Net.Http.Json.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Net.Http.Json.dll new file mode 100755 index 0000000..2a09b74 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Net.Http.Json.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Net.Http.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Net.Http.dll new file mode 100755 index 0000000..9fff653 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Net.Http.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Net.HttpListener.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Net.HttpListener.dll new file mode 100755 index 0000000..74aad4e Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Net.HttpListener.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Net.Mail.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Net.Mail.dll new file mode 100755 index 0000000..0964924 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Net.Mail.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Net.NameResolution.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Net.NameResolution.dll new file mode 100755 index 0000000..df743ec Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Net.NameResolution.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Net.NetworkInformation.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Net.NetworkInformation.dll new file mode 100755 index 0000000..685aa29 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Net.NetworkInformation.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Net.Ping.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Net.Ping.dll new file mode 100755 index 0000000..7e69a58 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Net.Ping.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Net.Primitives.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Net.Primitives.dll new file mode 100755 index 0000000..f2b088d Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Net.Primitives.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Net.Quic.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Net.Quic.dll new file mode 100755 index 0000000..ad7a450 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Net.Quic.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Net.Requests.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Net.Requests.dll new file mode 100755 index 0000000..b79723c Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Net.Requests.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Net.Security.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Net.Security.dll new file mode 100755 index 0000000..278eb02 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Net.Security.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Net.ServicePoint.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Net.ServicePoint.dll new file mode 100755 index 0000000..e40bc37 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Net.ServicePoint.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Net.Sockets.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Net.Sockets.dll new file mode 100755 index 0000000..68158d2 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Net.Sockets.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Net.WebClient.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Net.WebClient.dll new file mode 100755 index 0000000..4821f84 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Net.WebClient.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Net.WebHeaderCollection.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Net.WebHeaderCollection.dll new file mode 100755 index 0000000..b92823e Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Net.WebHeaderCollection.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Net.WebProxy.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Net.WebProxy.dll new file mode 100755 index 0000000..552984d Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Net.WebProxy.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Net.WebSockets.Client.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Net.WebSockets.Client.dll new file mode 100755 index 0000000..a09b231 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Net.WebSockets.Client.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Net.WebSockets.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Net.WebSockets.dll new file mode 100755 index 0000000..b918bff Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Net.WebSockets.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Net.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Net.dll new file mode 100755 index 0000000..25527f2 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Net.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Numerics.Vectors.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Numerics.Vectors.dll new file mode 100755 index 0000000..114e66c Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Numerics.Vectors.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Numerics.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Numerics.dll new file mode 100755 index 0000000..d60bd9e Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Numerics.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.ObjectModel.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.ObjectModel.dll new file mode 100755 index 0000000..7046d29 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.ObjectModel.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Printing.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Printing.dll new file mode 100755 index 0000000..311a331 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Printing.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Private.CoreLib.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Private.CoreLib.dll new file mode 100755 index 0000000..92af947 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Private.CoreLib.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Private.DataContractSerialization.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Private.DataContractSerialization.dll new file mode 100755 index 0000000..dad7648 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Private.DataContractSerialization.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Private.Uri.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Private.Uri.dll new file mode 100755 index 0000000..6843739 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Private.Uri.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Private.Xml.Linq.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Private.Xml.Linq.dll new file mode 100755 index 0000000..20003fb Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Private.Xml.Linq.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Private.Xml.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Private.Xml.dll new file mode 100755 index 0000000..c696828 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Private.Xml.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Reflection.DispatchProxy.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Reflection.DispatchProxy.dll new file mode 100755 index 0000000..16db75a Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Reflection.DispatchProxy.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Reflection.Emit.ILGeneration.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Reflection.Emit.ILGeneration.dll new file mode 100755 index 0000000..2a52612 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Reflection.Emit.ILGeneration.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Reflection.Emit.Lightweight.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Reflection.Emit.Lightweight.dll new file mode 100755 index 0000000..f09c7e9 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Reflection.Emit.Lightweight.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Reflection.Emit.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Reflection.Emit.dll new file mode 100755 index 0000000..491c9ab Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Reflection.Emit.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Reflection.Extensions.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Reflection.Extensions.dll new file mode 100755 index 0000000..f0670c9 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Reflection.Extensions.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Reflection.Metadata.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Reflection.Metadata.dll new file mode 100755 index 0000000..c68cd1d Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Reflection.Metadata.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Reflection.Primitives.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Reflection.Primitives.dll new file mode 100755 index 0000000..61e48a0 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Reflection.Primitives.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Reflection.TypeExtensions.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Reflection.TypeExtensions.dll new file mode 100755 index 0000000..e4b7884 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Reflection.TypeExtensions.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Reflection.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Reflection.dll new file mode 100755 index 0000000..378118b Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Reflection.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Resources.Extensions.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Resources.Extensions.dll new file mode 100755 index 0000000..67f7a33 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Resources.Extensions.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Resources.Reader.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Resources.Reader.dll new file mode 100755 index 0000000..9e6e74e Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Resources.Reader.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Resources.ResourceManager.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Resources.ResourceManager.dll new file mode 100755 index 0000000..6af98aa Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Resources.ResourceManager.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Resources.Writer.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Resources.Writer.dll new file mode 100755 index 0000000..b844501 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Resources.Writer.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Runtime.CompilerServices.Unsafe.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Runtime.CompilerServices.Unsafe.dll new file mode 100755 index 0000000..8bed706 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Runtime.CompilerServices.Unsafe.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Runtime.CompilerServices.VisualC.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Runtime.CompilerServices.VisualC.dll new file mode 100755 index 0000000..c89e39f Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Runtime.CompilerServices.VisualC.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Runtime.Extensions.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Runtime.Extensions.dll new file mode 100755 index 0000000..a3c43d1 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Runtime.Extensions.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Runtime.Handles.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Runtime.Handles.dll new file mode 100755 index 0000000..1549581 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Runtime.Handles.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Runtime.InteropServices.RuntimeInformation.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Runtime.InteropServices.RuntimeInformation.dll new file mode 100755 index 0000000..c9419be Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Runtime.InteropServices.RuntimeInformation.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Runtime.InteropServices.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Runtime.InteropServices.dll new file mode 100755 index 0000000..b84749e Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Runtime.InteropServices.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Runtime.Intrinsics.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Runtime.Intrinsics.dll new file mode 100755 index 0000000..19dfa10 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Runtime.Intrinsics.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Runtime.Loader.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Runtime.Loader.dll new file mode 100755 index 0000000..54baed8 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Runtime.Loader.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Runtime.Numerics.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Runtime.Numerics.dll new file mode 100755 index 0000000..c5a16f1 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Runtime.Numerics.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Runtime.Serialization.Formatters.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Runtime.Serialization.Formatters.dll new file mode 100755 index 0000000..6a07fa9 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Runtime.Serialization.Formatters.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Runtime.Serialization.Json.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Runtime.Serialization.Json.dll new file mode 100755 index 0000000..51067fd Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Runtime.Serialization.Json.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Runtime.Serialization.Primitives.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Runtime.Serialization.Primitives.dll new file mode 100755 index 0000000..b70d4e6 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Runtime.Serialization.Primitives.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Runtime.Serialization.Xml.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Runtime.Serialization.Xml.dll new file mode 100755 index 0000000..0ed0653 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Runtime.Serialization.Xml.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Runtime.Serialization.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Runtime.Serialization.dll new file mode 100755 index 0000000..c39a71d Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Runtime.Serialization.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Runtime.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Runtime.dll new file mode 100755 index 0000000..9537460 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Runtime.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Security.AccessControl.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Security.AccessControl.dll new file mode 100755 index 0000000..885dc75 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Security.AccessControl.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Security.Claims.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Security.Claims.dll new file mode 100755 index 0000000..de803d7 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Security.Claims.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Security.Cryptography.Algorithms.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Security.Cryptography.Algorithms.dll new file mode 100755 index 0000000..c612199 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Security.Cryptography.Algorithms.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Security.Cryptography.Cng.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Security.Cryptography.Cng.dll new file mode 100755 index 0000000..7c9d791 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Security.Cryptography.Cng.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Security.Cryptography.Csp.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Security.Cryptography.Csp.dll new file mode 100755 index 0000000..9f6f41b Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Security.Cryptography.Csp.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Security.Cryptography.Encoding.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Security.Cryptography.Encoding.dll new file mode 100755 index 0000000..5ceb20c Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Security.Cryptography.Encoding.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Security.Cryptography.OpenSsl.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Security.Cryptography.OpenSsl.dll new file mode 100755 index 0000000..e573d47 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Security.Cryptography.OpenSsl.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Security.Cryptography.Pkcs.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Security.Cryptography.Pkcs.dll new file mode 100755 index 0000000..b5aa289 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Security.Cryptography.Pkcs.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Security.Cryptography.Primitives.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Security.Cryptography.Primitives.dll new file mode 100755 index 0000000..564ae99 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Security.Cryptography.Primitives.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Security.Cryptography.ProtectedData.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Security.Cryptography.ProtectedData.dll new file mode 100755 index 0000000..806be64 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Security.Cryptography.ProtectedData.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Security.Cryptography.X509Certificates.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Security.Cryptography.X509Certificates.dll new file mode 100755 index 0000000..ccd8cc1 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Security.Cryptography.X509Certificates.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Security.Cryptography.Xml.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Security.Cryptography.Xml.dll new file mode 100755 index 0000000..a0860b4 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Security.Cryptography.Xml.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Security.Permissions.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Security.Permissions.dll new file mode 100755 index 0000000..40341e4 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Security.Permissions.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Security.Principal.Windows.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Security.Principal.Windows.dll new file mode 100755 index 0000000..b0e4f31 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Security.Principal.Windows.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Security.Principal.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Security.Principal.dll new file mode 100755 index 0000000..8ea6dcc Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Security.Principal.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Security.SecureString.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Security.SecureString.dll new file mode 100755 index 0000000..78ac1c7 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Security.SecureString.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Security.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Security.dll new file mode 100755 index 0000000..edf3ec9 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Security.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.ServiceModel.Web.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.ServiceModel.Web.dll new file mode 100755 index 0000000..6f21709 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.ServiceModel.Web.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.ServiceProcess.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.ServiceProcess.dll new file mode 100755 index 0000000..883cf11 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.ServiceProcess.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Text.Encoding.CodePages.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Text.Encoding.CodePages.dll new file mode 100755 index 0000000..24b7812 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Text.Encoding.CodePages.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Text.Encoding.Extensions.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Text.Encoding.Extensions.dll new file mode 100755 index 0000000..5cd7d18 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Text.Encoding.Extensions.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Text.Encoding.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Text.Encoding.dll new file mode 100755 index 0000000..78d9bd1 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Text.Encoding.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Text.Encodings.Web.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Text.Encodings.Web.dll new file mode 100755 index 0000000..b13a6fe Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Text.Encodings.Web.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Text.Json.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Text.Json.dll new file mode 100755 index 0000000..a76270d Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Text.Json.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Text.RegularExpressions.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Text.RegularExpressions.dll new file mode 100755 index 0000000..8f317b1 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Text.RegularExpressions.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Threading.AccessControl.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Threading.AccessControl.dll new file mode 100755 index 0000000..7c5352f Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Threading.AccessControl.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Threading.Channels.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Threading.Channels.dll new file mode 100755 index 0000000..6b57ca9 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Threading.Channels.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Threading.Overlapped.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Threading.Overlapped.dll new file mode 100755 index 0000000..e96fd03 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Threading.Overlapped.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Threading.Tasks.Dataflow.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Threading.Tasks.Dataflow.dll new file mode 100755 index 0000000..ffd992b Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Threading.Tasks.Dataflow.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Threading.Tasks.Extensions.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Threading.Tasks.Extensions.dll new file mode 100755 index 0000000..1f42746 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Threading.Tasks.Extensions.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Threading.Tasks.Parallel.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Threading.Tasks.Parallel.dll new file mode 100755 index 0000000..e11eeaa Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Threading.Tasks.Parallel.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Threading.Tasks.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Threading.Tasks.dll new file mode 100755 index 0000000..3272dfb Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Threading.Tasks.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Threading.Thread.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Threading.Thread.dll new file mode 100755 index 0000000..610fe26 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Threading.Thread.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Threading.ThreadPool.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Threading.ThreadPool.dll new file mode 100755 index 0000000..9e38c4d Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Threading.ThreadPool.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Threading.Timer.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Threading.Timer.dll new file mode 100755 index 0000000..3510ec9 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Threading.Timer.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Threading.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Threading.dll new file mode 100755 index 0000000..bb95616 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Threading.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Transactions.Local.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Transactions.Local.dll new file mode 100755 index 0000000..e3385d3 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Transactions.Local.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Transactions.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Transactions.dll new file mode 100755 index 0000000..74b538f Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Transactions.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.ValueTuple.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.ValueTuple.dll new file mode 100755 index 0000000..79af4ed Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.ValueTuple.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Web.HttpUtility.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Web.HttpUtility.dll new file mode 100755 index 0000000..b03989f Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Web.HttpUtility.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Web.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Web.dll new file mode 100755 index 0000000..a5f86ef Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Web.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Windows.Controls.Ribbon.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Windows.Controls.Ribbon.dll new file mode 100755 index 0000000..38ef029 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Windows.Controls.Ribbon.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Windows.Extensions.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Windows.Extensions.dll new file mode 100755 index 0000000..2ac3976 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Windows.Extensions.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Windows.Forms.Design.Editors.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Windows.Forms.Design.Editors.dll new file mode 100755 index 0000000..72604ef Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Windows.Forms.Design.Editors.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Windows.Forms.Design.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Windows.Forms.Design.dll new file mode 100755 index 0000000..990ba1f Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Windows.Forms.Design.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Windows.Forms.Primitives.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Windows.Forms.Primitives.dll new file mode 100755 index 0000000..a58ee66 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Windows.Forms.Primitives.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Windows.Forms.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Windows.Forms.dll new file mode 100755 index 0000000..94049fa Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Windows.Forms.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Windows.Input.Manipulations.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Windows.Input.Manipulations.dll new file mode 100755 index 0000000..1f1fbf0 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Windows.Input.Manipulations.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Windows.Presentation.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Windows.Presentation.dll new file mode 100755 index 0000000..6fc0b45 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Windows.Presentation.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Windows.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Windows.dll new file mode 100755 index 0000000..65d2326 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Windows.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Xaml.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Xaml.dll new file mode 100755 index 0000000..3afc863 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Xaml.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Xml.Linq.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Xml.Linq.dll new file mode 100755 index 0000000..6ce3c48 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Xml.Linq.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Xml.ReaderWriter.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Xml.ReaderWriter.dll new file mode 100755 index 0000000..1ec477e Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Xml.ReaderWriter.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Xml.Serialization.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Xml.Serialization.dll new file mode 100755 index 0000000..f4dc46c Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Xml.Serialization.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Xml.XDocument.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Xml.XDocument.dll new file mode 100755 index 0000000..8d38d7d Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Xml.XDocument.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Xml.XPath.XDocument.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Xml.XPath.XDocument.dll new file mode 100755 index 0000000..7d5061c Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Xml.XPath.XDocument.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Xml.XPath.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Xml.XPath.dll new file mode 100755 index 0000000..07e9d2c Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Xml.XPath.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Xml.XmlDocument.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Xml.XmlDocument.dll new file mode 100755 index 0000000..9dae020 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Xml.XmlDocument.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Xml.XmlSerializer.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Xml.XmlSerializer.dll new file mode 100755 index 0000000..27949a9 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Xml.XmlSerializer.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Xml.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Xml.dll new file mode 100755 index 0000000..a61f797 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.Xml.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.dll new file mode 100755 index 0000000..7a4a80c Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/System.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/UIAutomationClient.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/UIAutomationClient.dll new file mode 100755 index 0000000..8e05ce3 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/UIAutomationClient.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/UIAutomationClientSideProviders.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/UIAutomationClientSideProviders.dll new file mode 100755 index 0000000..7528812 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/UIAutomationClientSideProviders.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/UIAutomationProvider.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/UIAutomationProvider.dll new file mode 100755 index 0000000..d737f71 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/UIAutomationProvider.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/UIAutomationTypes.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/UIAutomationTypes.dll new file mode 100755 index 0000000..50d1914 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/UIAutomationTypes.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/WindowsBase.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/WindowsBase.dll new file mode 100755 index 0000000..ef23098 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/WindowsBase.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/WindowsFormsIntegration.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/WindowsFormsIntegration.dll new file mode 100755 index 0000000..90d0995 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/WindowsFormsIntegration.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-console-l1-1-0.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-console-l1-1-0.dll new file mode 100755 index 0000000..726b975 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-console-l1-1-0.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-console-l1-2-0.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-console-l1-2-0.dll new file mode 100755 index 0000000..b9d1ed4 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-console-l1-2-0.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-datetime-l1-1-0.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-datetime-l1-1-0.dll new file mode 100755 index 0000000..f2ecfa7 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-datetime-l1-1-0.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-debug-l1-1-0.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-debug-l1-1-0.dll new file mode 100755 index 0000000..7bd075b Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-debug-l1-1-0.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-errorhandling-l1-1-0.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-errorhandling-l1-1-0.dll new file mode 100755 index 0000000..3bafba9 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-errorhandling-l1-1-0.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-fibers-l1-1-0.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-fibers-l1-1-0.dll new file mode 100755 index 0000000..651ffe1 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-fibers-l1-1-0.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-file-l1-1-0.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-file-l1-1-0.dll new file mode 100755 index 0000000..12bf0b6 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-file-l1-1-0.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-file-l1-2-0.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-file-l1-2-0.dll new file mode 100755 index 0000000..da64db3 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-file-l1-2-0.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-file-l2-1-0.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-file-l2-1-0.dll new file mode 100755 index 0000000..9246b98 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-file-l2-1-0.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-handle-l1-1-0.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-handle-l1-1-0.dll new file mode 100755 index 0000000..c96e31d Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-handle-l1-1-0.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-heap-l1-1-0.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-heap-l1-1-0.dll new file mode 100755 index 0000000..baa932f Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-heap-l1-1-0.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-interlocked-l1-1-0.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-interlocked-l1-1-0.dll new file mode 100755 index 0000000..7aa0639 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-interlocked-l1-1-0.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-libraryloader-l1-1-0.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-libraryloader-l1-1-0.dll new file mode 100755 index 0000000..ddd5e27 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-libraryloader-l1-1-0.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-localization-l1-2-0.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-localization-l1-2-0.dll new file mode 100755 index 0000000..7b90b7c Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-localization-l1-2-0.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-memory-l1-1-0.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-memory-l1-1-0.dll new file mode 100755 index 0000000..63e54f3 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-memory-l1-1-0.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-namedpipe-l1-1-0.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-namedpipe-l1-1-0.dll new file mode 100755 index 0000000..37e956e Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-namedpipe-l1-1-0.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-processenvironment-l1-1-0.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-processenvironment-l1-1-0.dll new file mode 100755 index 0000000..a2f3605 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-processenvironment-l1-1-0.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-processthreads-l1-1-0.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-processthreads-l1-1-0.dll new file mode 100755 index 0000000..f4d3a03 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-processthreads-l1-1-0.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-processthreads-l1-1-1.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-processthreads-l1-1-1.dll new file mode 100755 index 0000000..7bc40e0 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-processthreads-l1-1-1.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-profile-l1-1-0.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-profile-l1-1-0.dll new file mode 100755 index 0000000..da2b687 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-profile-l1-1-0.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-rtlsupport-l1-1-0.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-rtlsupport-l1-1-0.dll new file mode 100755 index 0000000..ae6dce5 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-rtlsupport-l1-1-0.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-string-l1-1-0.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-string-l1-1-0.dll new file mode 100755 index 0000000..32b52be Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-string-l1-1-0.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-synch-l1-1-0.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-synch-l1-1-0.dll new file mode 100755 index 0000000..b88f76a Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-synch-l1-1-0.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-synch-l1-2-0.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-synch-l1-2-0.dll new file mode 100755 index 0000000..a17135a Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-synch-l1-2-0.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-sysinfo-l1-1-0.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-sysinfo-l1-1-0.dll new file mode 100755 index 0000000..527d1a1 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-sysinfo-l1-1-0.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-timezone-l1-1-0.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-timezone-l1-1-0.dll new file mode 100755 index 0000000..bab2d02 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-timezone-l1-1-0.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-util-l1-1-0.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-util-l1-1-0.dll new file mode 100755 index 0000000..080a9c9 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-core-util-l1-1-0.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-crt-conio-l1-1-0.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-crt-conio-l1-1-0.dll new file mode 100755 index 0000000..2355a62 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-crt-conio-l1-1-0.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-crt-convert-l1-1-0.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-crt-convert-l1-1-0.dll new file mode 100755 index 0000000..ddd2b4c Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-crt-convert-l1-1-0.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-crt-environment-l1-1-0.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-crt-environment-l1-1-0.dll new file mode 100755 index 0000000..e2fe9ef Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-crt-environment-l1-1-0.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-crt-filesystem-l1-1-0.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-crt-filesystem-l1-1-0.dll new file mode 100755 index 0000000..97ea465 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-crt-filesystem-l1-1-0.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-crt-heap-l1-1-0.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-crt-heap-l1-1-0.dll new file mode 100755 index 0000000..4e3af05 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-crt-heap-l1-1-0.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-crt-locale-l1-1-0.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-crt-locale-l1-1-0.dll new file mode 100755 index 0000000..5fcd98b Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-crt-locale-l1-1-0.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-crt-math-l1-1-0.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-crt-math-l1-1-0.dll new file mode 100755 index 0000000..c3f2800 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-crt-math-l1-1-0.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-crt-multibyte-l1-1-0.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-crt-multibyte-l1-1-0.dll new file mode 100755 index 0000000..e86ce81 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-crt-multibyte-l1-1-0.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-crt-private-l1-1-0.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-crt-private-l1-1-0.dll new file mode 100755 index 0000000..62c45dd Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-crt-private-l1-1-0.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-crt-process-l1-1-0.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-crt-process-l1-1-0.dll new file mode 100755 index 0000000..bc346dc Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-crt-process-l1-1-0.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-crt-runtime-l1-1-0.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-crt-runtime-l1-1-0.dll new file mode 100755 index 0000000..d0a43f8 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-crt-runtime-l1-1-0.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-crt-stdio-l1-1-0.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-crt-stdio-l1-1-0.dll new file mode 100755 index 0000000..59e68c0 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-crt-stdio-l1-1-0.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-crt-string-l1-1-0.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-crt-string-l1-1-0.dll new file mode 100755 index 0000000..08015e2 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-crt-string-l1-1-0.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-crt-time-l1-1-0.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-crt-time-l1-1-0.dll new file mode 100755 index 0000000..6e3ba53 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-crt-time-l1-1-0.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-crt-utility-l1-1-0.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-crt-utility-l1-1-0.dll new file mode 100755 index 0000000..eaa7204 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/api-ms-win-crt-utility-l1-1-0.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/clretwrc.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/clretwrc.dll new file mode 100755 index 0000000..47f7c3e Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/clretwrc.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/clrjit.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/clrjit.dll new file mode 100755 index 0000000..ad9e959 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/clrjit.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/coreclr.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/coreclr.dll new file mode 100755 index 0000000..35bbb14 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/coreclr.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/createdump.exe b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/createdump.exe new file mode 100755 index 0000000..08249df Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/createdump.exe differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/cs/Microsoft.VisualBasic.Forms.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/cs/Microsoft.VisualBasic.Forms.resources.dll new file mode 100755 index 0000000..64f74fd Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/cs/Microsoft.VisualBasic.Forms.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/cs/PresentationCore.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/cs/PresentationCore.resources.dll new file mode 100755 index 0000000..f66b830 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/cs/PresentationCore.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/cs/PresentationFramework.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/cs/PresentationFramework.resources.dll new file mode 100755 index 0000000..973f1ce Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/cs/PresentationFramework.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/cs/PresentationUI.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/cs/PresentationUI.resources.dll new file mode 100755 index 0000000..3b57dfe Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/cs/PresentationUI.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/cs/ReachFramework.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/cs/ReachFramework.resources.dll new file mode 100755 index 0000000..6be5a2b Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/cs/ReachFramework.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/cs/System.Windows.Controls.Ribbon.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/cs/System.Windows.Controls.Ribbon.resources.dll new file mode 100755 index 0000000..18449df Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/cs/System.Windows.Controls.Ribbon.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/cs/System.Windows.Forms.Design.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/cs/System.Windows.Forms.Design.resources.dll new file mode 100755 index 0000000..2125912 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/cs/System.Windows.Forms.Design.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/cs/System.Windows.Forms.Primitives.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/cs/System.Windows.Forms.Primitives.resources.dll new file mode 100755 index 0000000..265c5fb Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/cs/System.Windows.Forms.Primitives.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/cs/System.Windows.Forms.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/cs/System.Windows.Forms.resources.dll new file mode 100755 index 0000000..2bb7643 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/cs/System.Windows.Forms.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/cs/System.Windows.Input.Manipulations.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/cs/System.Windows.Input.Manipulations.resources.dll new file mode 100755 index 0000000..c852e8a Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/cs/System.Windows.Input.Manipulations.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/cs/System.Xaml.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/cs/System.Xaml.resources.dll new file mode 100755 index 0000000..fbaf156 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/cs/System.Xaml.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/cs/UIAutomationClient.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/cs/UIAutomationClient.resources.dll new file mode 100755 index 0000000..85b0350 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/cs/UIAutomationClient.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/cs/UIAutomationClientSideProviders.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/cs/UIAutomationClientSideProviders.resources.dll new file mode 100755 index 0000000..661bb47 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/cs/UIAutomationClientSideProviders.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/cs/UIAutomationProvider.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/cs/UIAutomationProvider.resources.dll new file mode 100755 index 0000000..d3676f6 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/cs/UIAutomationProvider.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/cs/UIAutomationTypes.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/cs/UIAutomationTypes.resources.dll new file mode 100755 index 0000000..5b2d36f Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/cs/UIAutomationTypes.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/cs/WindowsBase.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/cs/WindowsBase.resources.dll new file mode 100755 index 0000000..58b3269 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/cs/WindowsBase.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/cs/WindowsFormsIntegration.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/cs/WindowsFormsIntegration.resources.dll new file mode 100755 index 0000000..46f37f0 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/cs/WindowsFormsIntegration.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/dbgshim.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/dbgshim.dll new file mode 100755 index 0000000..67542dd Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/dbgshim.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/de/Microsoft.VisualBasic.Forms.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/de/Microsoft.VisualBasic.Forms.resources.dll new file mode 100755 index 0000000..c63bcc4 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/de/Microsoft.VisualBasic.Forms.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/de/PresentationCore.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/de/PresentationCore.resources.dll new file mode 100755 index 0000000..03829df Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/de/PresentationCore.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/de/PresentationFramework.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/de/PresentationFramework.resources.dll new file mode 100755 index 0000000..91755a8 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/de/PresentationFramework.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/de/PresentationUI.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/de/PresentationUI.resources.dll new file mode 100755 index 0000000..108a1aa Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/de/PresentationUI.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/de/ReachFramework.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/de/ReachFramework.resources.dll new file mode 100755 index 0000000..f833aef Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/de/ReachFramework.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/de/System.Windows.Controls.Ribbon.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/de/System.Windows.Controls.Ribbon.resources.dll new file mode 100755 index 0000000..c64624b Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/de/System.Windows.Controls.Ribbon.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/de/System.Windows.Forms.Design.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/de/System.Windows.Forms.Design.resources.dll new file mode 100755 index 0000000..d80daa6 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/de/System.Windows.Forms.Design.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/de/System.Windows.Forms.Primitives.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/de/System.Windows.Forms.Primitives.resources.dll new file mode 100755 index 0000000..38d0222 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/de/System.Windows.Forms.Primitives.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/de/System.Windows.Forms.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/de/System.Windows.Forms.resources.dll new file mode 100755 index 0000000..399ad60 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/de/System.Windows.Forms.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/de/System.Windows.Input.Manipulations.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/de/System.Windows.Input.Manipulations.resources.dll new file mode 100755 index 0000000..e9760c0 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/de/System.Windows.Input.Manipulations.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/de/System.Xaml.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/de/System.Xaml.resources.dll new file mode 100755 index 0000000..9a4ca4b Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/de/System.Xaml.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/de/UIAutomationClient.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/de/UIAutomationClient.resources.dll new file mode 100755 index 0000000..e27e5c4 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/de/UIAutomationClient.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/de/UIAutomationClientSideProviders.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/de/UIAutomationClientSideProviders.resources.dll new file mode 100755 index 0000000..8fdbe15 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/de/UIAutomationClientSideProviders.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/de/UIAutomationProvider.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/de/UIAutomationProvider.resources.dll new file mode 100755 index 0000000..1199ffa Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/de/UIAutomationProvider.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/de/UIAutomationTypes.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/de/UIAutomationTypes.resources.dll new file mode 100755 index 0000000..0ca2b6e Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/de/UIAutomationTypes.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/de/WindowsBase.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/de/WindowsBase.resources.dll new file mode 100755 index 0000000..08b2ce7 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/de/WindowsBase.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/de/WindowsFormsIntegration.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/de/WindowsFormsIntegration.resources.dll new file mode 100755 index 0000000..3728248 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/de/WindowsFormsIntegration.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/es/Microsoft.VisualBasic.Forms.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/es/Microsoft.VisualBasic.Forms.resources.dll new file mode 100755 index 0000000..065b448 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/es/Microsoft.VisualBasic.Forms.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/es/PresentationCore.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/es/PresentationCore.resources.dll new file mode 100755 index 0000000..287debc Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/es/PresentationCore.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/es/PresentationFramework.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/es/PresentationFramework.resources.dll new file mode 100755 index 0000000..f7da309 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/es/PresentationFramework.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/es/PresentationUI.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/es/PresentationUI.resources.dll new file mode 100755 index 0000000..49fc6cb Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/es/PresentationUI.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/es/ReachFramework.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/es/ReachFramework.resources.dll new file mode 100755 index 0000000..37ecfd3 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/es/ReachFramework.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/es/System.Windows.Controls.Ribbon.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/es/System.Windows.Controls.Ribbon.resources.dll new file mode 100755 index 0000000..bfe10b6 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/es/System.Windows.Controls.Ribbon.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/es/System.Windows.Forms.Design.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/es/System.Windows.Forms.Design.resources.dll new file mode 100755 index 0000000..5554686 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/es/System.Windows.Forms.Design.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/es/System.Windows.Forms.Primitives.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/es/System.Windows.Forms.Primitives.resources.dll new file mode 100755 index 0000000..9449e56 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/es/System.Windows.Forms.Primitives.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/es/System.Windows.Forms.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/es/System.Windows.Forms.resources.dll new file mode 100755 index 0000000..291455e Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/es/System.Windows.Forms.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/es/System.Windows.Input.Manipulations.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/es/System.Windows.Input.Manipulations.resources.dll new file mode 100755 index 0000000..2e059d2 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/es/System.Windows.Input.Manipulations.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/es/System.Xaml.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/es/System.Xaml.resources.dll new file mode 100755 index 0000000..28387f7 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/es/System.Xaml.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/es/UIAutomationClient.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/es/UIAutomationClient.resources.dll new file mode 100755 index 0000000..dbeb2fa Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/es/UIAutomationClient.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/es/UIAutomationClientSideProviders.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/es/UIAutomationClientSideProviders.resources.dll new file mode 100755 index 0000000..fb55acd Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/es/UIAutomationClientSideProviders.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/es/UIAutomationProvider.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/es/UIAutomationProvider.resources.dll new file mode 100755 index 0000000..7398f19 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/es/UIAutomationProvider.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/es/UIAutomationTypes.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/es/UIAutomationTypes.resources.dll new file mode 100755 index 0000000..8ba42bd Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/es/UIAutomationTypes.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/es/WindowsBase.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/es/WindowsBase.resources.dll new file mode 100755 index 0000000..04834f5 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/es/WindowsBase.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/es/WindowsFormsIntegration.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/es/WindowsFormsIntegration.resources.dll new file mode 100755 index 0000000..79c861d Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/es/WindowsFormsIntegration.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/fr/Microsoft.VisualBasic.Forms.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/fr/Microsoft.VisualBasic.Forms.resources.dll new file mode 100755 index 0000000..350f790 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/fr/Microsoft.VisualBasic.Forms.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/fr/PresentationCore.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/fr/PresentationCore.resources.dll new file mode 100755 index 0000000..aaa6d37 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/fr/PresentationCore.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/fr/PresentationFramework.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/fr/PresentationFramework.resources.dll new file mode 100755 index 0000000..a258038 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/fr/PresentationFramework.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/fr/PresentationUI.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/fr/PresentationUI.resources.dll new file mode 100755 index 0000000..574b6a4 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/fr/PresentationUI.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/fr/ReachFramework.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/fr/ReachFramework.resources.dll new file mode 100755 index 0000000..dc84cbf Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/fr/ReachFramework.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/fr/System.Windows.Controls.Ribbon.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/fr/System.Windows.Controls.Ribbon.resources.dll new file mode 100755 index 0000000..330922c Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/fr/System.Windows.Controls.Ribbon.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/fr/System.Windows.Forms.Design.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/fr/System.Windows.Forms.Design.resources.dll new file mode 100755 index 0000000..e990b94 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/fr/System.Windows.Forms.Design.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/fr/System.Windows.Forms.Primitives.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/fr/System.Windows.Forms.Primitives.resources.dll new file mode 100755 index 0000000..2289e16 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/fr/System.Windows.Forms.Primitives.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/fr/System.Windows.Forms.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/fr/System.Windows.Forms.resources.dll new file mode 100755 index 0000000..a36f6c0 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/fr/System.Windows.Forms.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/fr/System.Windows.Input.Manipulations.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/fr/System.Windows.Input.Manipulations.resources.dll new file mode 100755 index 0000000..9e8fb3e Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/fr/System.Windows.Input.Manipulations.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/fr/System.Xaml.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/fr/System.Xaml.resources.dll new file mode 100755 index 0000000..55f5634 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/fr/System.Xaml.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/fr/UIAutomationClient.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/fr/UIAutomationClient.resources.dll new file mode 100755 index 0000000..f6340a9 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/fr/UIAutomationClient.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/fr/UIAutomationClientSideProviders.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/fr/UIAutomationClientSideProviders.resources.dll new file mode 100755 index 0000000..2fbb768 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/fr/UIAutomationClientSideProviders.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/fr/UIAutomationProvider.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/fr/UIAutomationProvider.resources.dll new file mode 100755 index 0000000..51d4211 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/fr/UIAutomationProvider.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/fr/UIAutomationTypes.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/fr/UIAutomationTypes.resources.dll new file mode 100755 index 0000000..146db6f Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/fr/UIAutomationTypes.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/fr/WindowsBase.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/fr/WindowsBase.resources.dll new file mode 100755 index 0000000..ab0bcef Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/fr/WindowsBase.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/fr/WindowsFormsIntegration.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/fr/WindowsFormsIntegration.resources.dll new file mode 100755 index 0000000..f79c8fa Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/fr/WindowsFormsIntegration.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/hostfxr.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/hostfxr.dll new file mode 100755 index 0000000..d1a7806 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/hostfxr.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/hostpolicy.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/hostpolicy.dll new file mode 100755 index 0000000..83e39f4 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/hostpolicy.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/it/Microsoft.VisualBasic.Forms.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/it/Microsoft.VisualBasic.Forms.resources.dll new file mode 100755 index 0000000..d5bca0b Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/it/Microsoft.VisualBasic.Forms.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/it/PresentationCore.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/it/PresentationCore.resources.dll new file mode 100755 index 0000000..a6cf5ff Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/it/PresentationCore.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/it/PresentationFramework.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/it/PresentationFramework.resources.dll new file mode 100755 index 0000000..627fc59 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/it/PresentationFramework.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/it/PresentationUI.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/it/PresentationUI.resources.dll new file mode 100755 index 0000000..5142634 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/it/PresentationUI.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/it/ReachFramework.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/it/ReachFramework.resources.dll new file mode 100755 index 0000000..92bd0d9 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/it/ReachFramework.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/it/System.Windows.Controls.Ribbon.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/it/System.Windows.Controls.Ribbon.resources.dll new file mode 100755 index 0000000..248fa19 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/it/System.Windows.Controls.Ribbon.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/it/System.Windows.Forms.Design.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/it/System.Windows.Forms.Design.resources.dll new file mode 100755 index 0000000..545ee1d Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/it/System.Windows.Forms.Design.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/it/System.Windows.Forms.Primitives.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/it/System.Windows.Forms.Primitives.resources.dll new file mode 100755 index 0000000..7dfe33f Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/it/System.Windows.Forms.Primitives.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/it/System.Windows.Forms.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/it/System.Windows.Forms.resources.dll new file mode 100755 index 0000000..59b3f6a Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/it/System.Windows.Forms.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/it/System.Windows.Input.Manipulations.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/it/System.Windows.Input.Manipulations.resources.dll new file mode 100755 index 0000000..4b41288 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/it/System.Windows.Input.Manipulations.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/it/System.Xaml.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/it/System.Xaml.resources.dll new file mode 100755 index 0000000..b6a7a34 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/it/System.Xaml.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/it/UIAutomationClient.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/it/UIAutomationClient.resources.dll new file mode 100755 index 0000000..69f8203 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/it/UIAutomationClient.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/it/UIAutomationClientSideProviders.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/it/UIAutomationClientSideProviders.resources.dll new file mode 100755 index 0000000..dd401f4 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/it/UIAutomationClientSideProviders.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/it/UIAutomationProvider.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/it/UIAutomationProvider.resources.dll new file mode 100755 index 0000000..fcb6c76 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/it/UIAutomationProvider.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/it/UIAutomationTypes.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/it/UIAutomationTypes.resources.dll new file mode 100755 index 0000000..97a89e6 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/it/UIAutomationTypes.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/it/WindowsBase.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/it/WindowsBase.resources.dll new file mode 100755 index 0000000..b4d9298 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/it/WindowsBase.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/it/WindowsFormsIntegration.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/it/WindowsFormsIntegration.resources.dll new file mode 100755 index 0000000..f8ee693 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/it/WindowsFormsIntegration.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ja/Microsoft.VisualBasic.Forms.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ja/Microsoft.VisualBasic.Forms.resources.dll new file mode 100755 index 0000000..0f3623f Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ja/Microsoft.VisualBasic.Forms.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ja/PresentationCore.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ja/PresentationCore.resources.dll new file mode 100755 index 0000000..597e1ec Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ja/PresentationCore.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ja/PresentationFramework.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ja/PresentationFramework.resources.dll new file mode 100755 index 0000000..9f9145c Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ja/PresentationFramework.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ja/PresentationUI.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ja/PresentationUI.resources.dll new file mode 100755 index 0000000..9e900ae Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ja/PresentationUI.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ja/ReachFramework.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ja/ReachFramework.resources.dll new file mode 100755 index 0000000..462d985 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ja/ReachFramework.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ja/System.Windows.Controls.Ribbon.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ja/System.Windows.Controls.Ribbon.resources.dll new file mode 100755 index 0000000..52056ff Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ja/System.Windows.Controls.Ribbon.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ja/System.Windows.Forms.Design.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ja/System.Windows.Forms.Design.resources.dll new file mode 100755 index 0000000..47adefb Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ja/System.Windows.Forms.Design.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ja/System.Windows.Forms.Primitives.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ja/System.Windows.Forms.Primitives.resources.dll new file mode 100755 index 0000000..1d77372 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ja/System.Windows.Forms.Primitives.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ja/System.Windows.Forms.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ja/System.Windows.Forms.resources.dll new file mode 100755 index 0000000..22cdf13 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ja/System.Windows.Forms.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ja/System.Windows.Input.Manipulations.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ja/System.Windows.Input.Manipulations.resources.dll new file mode 100755 index 0000000..d593ec8 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ja/System.Windows.Input.Manipulations.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ja/System.Xaml.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ja/System.Xaml.resources.dll new file mode 100755 index 0000000..42b9284 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ja/System.Xaml.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ja/UIAutomationClient.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ja/UIAutomationClient.resources.dll new file mode 100755 index 0000000..bf222fe Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ja/UIAutomationClient.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ja/UIAutomationClientSideProviders.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ja/UIAutomationClientSideProviders.resources.dll new file mode 100755 index 0000000..5e03816 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ja/UIAutomationClientSideProviders.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ja/UIAutomationProvider.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ja/UIAutomationProvider.resources.dll new file mode 100755 index 0000000..a064838 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ja/UIAutomationProvider.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ja/UIAutomationTypes.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ja/UIAutomationTypes.resources.dll new file mode 100755 index 0000000..03ac06b Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ja/UIAutomationTypes.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ja/WindowsBase.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ja/WindowsBase.resources.dll new file mode 100755 index 0000000..9ba0cb8 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ja/WindowsBase.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ja/WindowsFormsIntegration.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ja/WindowsFormsIntegration.resources.dll new file mode 100755 index 0000000..9c545c7 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ja/WindowsFormsIntegration.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ko/Microsoft.VisualBasic.Forms.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ko/Microsoft.VisualBasic.Forms.resources.dll new file mode 100755 index 0000000..51c635c Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ko/Microsoft.VisualBasic.Forms.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ko/PresentationCore.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ko/PresentationCore.resources.dll new file mode 100755 index 0000000..76b3ce1 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ko/PresentationCore.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ko/PresentationFramework.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ko/PresentationFramework.resources.dll new file mode 100755 index 0000000..7370cd5 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ko/PresentationFramework.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ko/PresentationUI.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ko/PresentationUI.resources.dll new file mode 100755 index 0000000..85ce751 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ko/PresentationUI.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ko/ReachFramework.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ko/ReachFramework.resources.dll new file mode 100755 index 0000000..7b34329 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ko/ReachFramework.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ko/System.Windows.Controls.Ribbon.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ko/System.Windows.Controls.Ribbon.resources.dll new file mode 100755 index 0000000..9e93b5e Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ko/System.Windows.Controls.Ribbon.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ko/System.Windows.Forms.Design.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ko/System.Windows.Forms.Design.resources.dll new file mode 100755 index 0000000..ed4c7c0 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ko/System.Windows.Forms.Design.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ko/System.Windows.Forms.Primitives.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ko/System.Windows.Forms.Primitives.resources.dll new file mode 100755 index 0000000..dd543d3 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ko/System.Windows.Forms.Primitives.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ko/System.Windows.Forms.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ko/System.Windows.Forms.resources.dll new file mode 100755 index 0000000..26c348f Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ko/System.Windows.Forms.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ko/System.Windows.Input.Manipulations.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ko/System.Windows.Input.Manipulations.resources.dll new file mode 100755 index 0000000..6010d10 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ko/System.Windows.Input.Manipulations.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ko/System.Xaml.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ko/System.Xaml.resources.dll new file mode 100755 index 0000000..1ff4499 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ko/System.Xaml.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ko/UIAutomationClient.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ko/UIAutomationClient.resources.dll new file mode 100755 index 0000000..a198536 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ko/UIAutomationClient.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ko/UIAutomationClientSideProviders.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ko/UIAutomationClientSideProviders.resources.dll new file mode 100755 index 0000000..7f0b177 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ko/UIAutomationClientSideProviders.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ko/UIAutomationProvider.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ko/UIAutomationProvider.resources.dll new file mode 100755 index 0000000..6f75fb5 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ko/UIAutomationProvider.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ko/UIAutomationTypes.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ko/UIAutomationTypes.resources.dll new file mode 100755 index 0000000..dca11c3 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ko/UIAutomationTypes.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ko/WindowsBase.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ko/WindowsBase.resources.dll new file mode 100755 index 0000000..b3bb6fd Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ko/WindowsBase.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ko/WindowsFormsIntegration.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ko/WindowsFormsIntegration.resources.dll new file mode 100755 index 0000000..290d0c4 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ko/WindowsFormsIntegration.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/mscordaccore.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/mscordaccore.dll new file mode 100755 index 0000000..23b47eb Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/mscordaccore.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/mscordaccore_amd64_amd64_6.0.822.36306.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/mscordaccore_amd64_amd64_6.0.822.36306.dll new file mode 100755 index 0000000..a77000f Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/mscordaccore_amd64_amd64_6.0.822.36306.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/mscordbi.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/mscordbi.dll new file mode 100755 index 0000000..0f36dce Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/mscordbi.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/mscorlib.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/mscorlib.dll new file mode 100755 index 0000000..e073fc8 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/mscorlib.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/mscorrc.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/mscorrc.dll new file mode 100755 index 0000000..7c97d17 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/mscorrc.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/msquic.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/msquic.dll new file mode 100755 index 0000000..e5565ec Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/msquic.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/netstandard.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/netstandard.dll new file mode 100755 index 0000000..c0567fc Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/netstandard.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pl/Microsoft.VisualBasic.Forms.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pl/Microsoft.VisualBasic.Forms.resources.dll new file mode 100755 index 0000000..6bb1eb6 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pl/Microsoft.VisualBasic.Forms.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pl/PresentationCore.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pl/PresentationCore.resources.dll new file mode 100755 index 0000000..9b9ba33 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pl/PresentationCore.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pl/PresentationFramework.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pl/PresentationFramework.resources.dll new file mode 100755 index 0000000..32649ee Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pl/PresentationFramework.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pl/PresentationUI.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pl/PresentationUI.resources.dll new file mode 100755 index 0000000..f3d32b2 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pl/PresentationUI.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pl/ReachFramework.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pl/ReachFramework.resources.dll new file mode 100755 index 0000000..4b55a05 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pl/ReachFramework.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pl/System.Windows.Controls.Ribbon.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pl/System.Windows.Controls.Ribbon.resources.dll new file mode 100755 index 0000000..a069aff Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pl/System.Windows.Controls.Ribbon.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pl/System.Windows.Forms.Design.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pl/System.Windows.Forms.Design.resources.dll new file mode 100755 index 0000000..4c1e2e8 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pl/System.Windows.Forms.Design.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pl/System.Windows.Forms.Primitives.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pl/System.Windows.Forms.Primitives.resources.dll new file mode 100755 index 0000000..ea7d3c0 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pl/System.Windows.Forms.Primitives.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pl/System.Windows.Forms.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pl/System.Windows.Forms.resources.dll new file mode 100755 index 0000000..1fb2593 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pl/System.Windows.Forms.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pl/System.Windows.Input.Manipulations.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pl/System.Windows.Input.Manipulations.resources.dll new file mode 100755 index 0000000..aaba1f1 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pl/System.Windows.Input.Manipulations.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pl/System.Xaml.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pl/System.Xaml.resources.dll new file mode 100755 index 0000000..0355e75 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pl/System.Xaml.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pl/UIAutomationClient.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pl/UIAutomationClient.resources.dll new file mode 100755 index 0000000..bc88cf2 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pl/UIAutomationClient.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pl/UIAutomationClientSideProviders.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pl/UIAutomationClientSideProviders.resources.dll new file mode 100755 index 0000000..d680c56 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pl/UIAutomationClientSideProviders.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pl/UIAutomationProvider.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pl/UIAutomationProvider.resources.dll new file mode 100755 index 0000000..3c2ede0 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pl/UIAutomationProvider.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pl/UIAutomationTypes.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pl/UIAutomationTypes.resources.dll new file mode 100755 index 0000000..4b4e341 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pl/UIAutomationTypes.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pl/WindowsBase.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pl/WindowsBase.resources.dll new file mode 100755 index 0000000..438e69b Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pl/WindowsBase.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pl/WindowsFormsIntegration.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pl/WindowsFormsIntegration.resources.dll new file mode 100755 index 0000000..6d99386 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pl/WindowsFormsIntegration.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pt-BR/Microsoft.VisualBasic.Forms.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pt-BR/Microsoft.VisualBasic.Forms.resources.dll new file mode 100755 index 0000000..61d256d Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pt-BR/Microsoft.VisualBasic.Forms.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pt-BR/PresentationCore.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pt-BR/PresentationCore.resources.dll new file mode 100755 index 0000000..168fdbf Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pt-BR/PresentationCore.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pt-BR/PresentationFramework.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pt-BR/PresentationFramework.resources.dll new file mode 100755 index 0000000..348cfa1 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pt-BR/PresentationFramework.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pt-BR/PresentationUI.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pt-BR/PresentationUI.resources.dll new file mode 100755 index 0000000..0190b6b Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pt-BR/PresentationUI.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pt-BR/ReachFramework.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pt-BR/ReachFramework.resources.dll new file mode 100755 index 0000000..3a157e3 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pt-BR/ReachFramework.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pt-BR/System.Windows.Controls.Ribbon.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pt-BR/System.Windows.Controls.Ribbon.resources.dll new file mode 100755 index 0000000..7fee1b9 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pt-BR/System.Windows.Controls.Ribbon.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pt-BR/System.Windows.Forms.Design.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pt-BR/System.Windows.Forms.Design.resources.dll new file mode 100755 index 0000000..d41fc00 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pt-BR/System.Windows.Forms.Design.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pt-BR/System.Windows.Forms.Primitives.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pt-BR/System.Windows.Forms.Primitives.resources.dll new file mode 100755 index 0000000..2c8e943 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pt-BR/System.Windows.Forms.Primitives.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pt-BR/System.Windows.Forms.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pt-BR/System.Windows.Forms.resources.dll new file mode 100755 index 0000000..66b4b53 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pt-BR/System.Windows.Forms.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pt-BR/System.Windows.Input.Manipulations.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pt-BR/System.Windows.Input.Manipulations.resources.dll new file mode 100755 index 0000000..5fc862d Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pt-BR/System.Windows.Input.Manipulations.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pt-BR/System.Xaml.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pt-BR/System.Xaml.resources.dll new file mode 100755 index 0000000..38b1abd Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pt-BR/System.Xaml.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pt-BR/UIAutomationClient.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pt-BR/UIAutomationClient.resources.dll new file mode 100755 index 0000000..490adc8 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pt-BR/UIAutomationClient.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pt-BR/UIAutomationClientSideProviders.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pt-BR/UIAutomationClientSideProviders.resources.dll new file mode 100755 index 0000000..898a1fc Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pt-BR/UIAutomationClientSideProviders.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pt-BR/UIAutomationProvider.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pt-BR/UIAutomationProvider.resources.dll new file mode 100755 index 0000000..15c4ecc Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pt-BR/UIAutomationProvider.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pt-BR/UIAutomationTypes.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pt-BR/UIAutomationTypes.resources.dll new file mode 100755 index 0000000..c395755 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pt-BR/UIAutomationTypes.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pt-BR/WindowsBase.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pt-BR/WindowsBase.resources.dll new file mode 100755 index 0000000..65e7513 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pt-BR/WindowsBase.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pt-BR/WindowsFormsIntegration.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pt-BR/WindowsFormsIntegration.resources.dll new file mode 100755 index 0000000..97f1241 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/pt-BR/WindowsFormsIntegration.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ru/Microsoft.VisualBasic.Forms.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ru/Microsoft.VisualBasic.Forms.resources.dll new file mode 100755 index 0000000..f21195e Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ru/Microsoft.VisualBasic.Forms.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ru/PresentationCore.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ru/PresentationCore.resources.dll new file mode 100755 index 0000000..c16d7e5 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ru/PresentationCore.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ru/PresentationFramework.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ru/PresentationFramework.resources.dll new file mode 100755 index 0000000..39f6377 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ru/PresentationFramework.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ru/PresentationUI.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ru/PresentationUI.resources.dll new file mode 100755 index 0000000..0c64550 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ru/PresentationUI.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ru/ReachFramework.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ru/ReachFramework.resources.dll new file mode 100755 index 0000000..e9ce605 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ru/ReachFramework.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ru/System.Windows.Controls.Ribbon.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ru/System.Windows.Controls.Ribbon.resources.dll new file mode 100755 index 0000000..e4e21cf Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ru/System.Windows.Controls.Ribbon.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ru/System.Windows.Forms.Design.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ru/System.Windows.Forms.Design.resources.dll new file mode 100755 index 0000000..6f0b6c3 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ru/System.Windows.Forms.Design.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ru/System.Windows.Forms.Primitives.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ru/System.Windows.Forms.Primitives.resources.dll new file mode 100755 index 0000000..cce3836 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ru/System.Windows.Forms.Primitives.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ru/System.Windows.Forms.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ru/System.Windows.Forms.resources.dll new file mode 100755 index 0000000..5cd0e89 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ru/System.Windows.Forms.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ru/System.Windows.Input.Manipulations.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ru/System.Windows.Input.Manipulations.resources.dll new file mode 100755 index 0000000..818b549 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ru/System.Windows.Input.Manipulations.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ru/System.Xaml.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ru/System.Xaml.resources.dll new file mode 100755 index 0000000..31db7cf Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ru/System.Xaml.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ru/UIAutomationClient.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ru/UIAutomationClient.resources.dll new file mode 100755 index 0000000..64dcab2 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ru/UIAutomationClient.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ru/UIAutomationClientSideProviders.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ru/UIAutomationClientSideProviders.resources.dll new file mode 100755 index 0000000..2ede2eb Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ru/UIAutomationClientSideProviders.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ru/UIAutomationProvider.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ru/UIAutomationProvider.resources.dll new file mode 100755 index 0000000..75683b2 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ru/UIAutomationProvider.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ru/UIAutomationTypes.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ru/UIAutomationTypes.resources.dll new file mode 100755 index 0000000..904c714 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ru/UIAutomationTypes.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ru/WindowsBase.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ru/WindowsBase.resources.dll new file mode 100755 index 0000000..39dba39 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ru/WindowsBase.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ru/WindowsFormsIntegration.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ru/WindowsFormsIntegration.resources.dll new file mode 100755 index 0000000..fe3dc7e Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ru/WindowsFormsIntegration.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/tr/Microsoft.VisualBasic.Forms.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/tr/Microsoft.VisualBasic.Forms.resources.dll new file mode 100755 index 0000000..1f28ab3 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/tr/Microsoft.VisualBasic.Forms.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/tr/PresentationCore.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/tr/PresentationCore.resources.dll new file mode 100755 index 0000000..27f86de Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/tr/PresentationCore.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/tr/PresentationFramework.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/tr/PresentationFramework.resources.dll new file mode 100755 index 0000000..8af5356 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/tr/PresentationFramework.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/tr/PresentationUI.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/tr/PresentationUI.resources.dll new file mode 100755 index 0000000..8d833c6 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/tr/PresentationUI.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/tr/ReachFramework.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/tr/ReachFramework.resources.dll new file mode 100755 index 0000000..6562046 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/tr/ReachFramework.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/tr/System.Windows.Controls.Ribbon.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/tr/System.Windows.Controls.Ribbon.resources.dll new file mode 100755 index 0000000..fb8aa63 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/tr/System.Windows.Controls.Ribbon.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/tr/System.Windows.Forms.Design.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/tr/System.Windows.Forms.Design.resources.dll new file mode 100755 index 0000000..b457d4c Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/tr/System.Windows.Forms.Design.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/tr/System.Windows.Forms.Primitives.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/tr/System.Windows.Forms.Primitives.resources.dll new file mode 100755 index 0000000..e63311f Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/tr/System.Windows.Forms.Primitives.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/tr/System.Windows.Forms.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/tr/System.Windows.Forms.resources.dll new file mode 100755 index 0000000..fe569ce Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/tr/System.Windows.Forms.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/tr/System.Windows.Input.Manipulations.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/tr/System.Windows.Input.Manipulations.resources.dll new file mode 100755 index 0000000..bb7bd4a Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/tr/System.Windows.Input.Manipulations.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/tr/System.Xaml.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/tr/System.Xaml.resources.dll new file mode 100755 index 0000000..14ae7b4 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/tr/System.Xaml.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/tr/UIAutomationClient.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/tr/UIAutomationClient.resources.dll new file mode 100755 index 0000000..4c4391d Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/tr/UIAutomationClient.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/tr/UIAutomationClientSideProviders.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/tr/UIAutomationClientSideProviders.resources.dll new file mode 100755 index 0000000..4bcec2b Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/tr/UIAutomationClientSideProviders.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/tr/UIAutomationProvider.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/tr/UIAutomationProvider.resources.dll new file mode 100755 index 0000000..6c4e28b Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/tr/UIAutomationProvider.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/tr/UIAutomationTypes.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/tr/UIAutomationTypes.resources.dll new file mode 100755 index 0000000..1b4d18e Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/tr/UIAutomationTypes.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/tr/WindowsBase.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/tr/WindowsBase.resources.dll new file mode 100755 index 0000000..73a25f8 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/tr/WindowsBase.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/tr/WindowsFormsIntegration.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/tr/WindowsFormsIntegration.resources.dll new file mode 100755 index 0000000..96ad50b Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/tr/WindowsFormsIntegration.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ucrtbase.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ucrtbase.dll new file mode 100755 index 0000000..0b41078 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/ucrtbase.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/vcruntime140_cor3.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/vcruntime140_cor3.dll new file mode 100755 index 0000000..4187405 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/vcruntime140_cor3.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/wpfgfx_cor3.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/wpfgfx_cor3.dll new file mode 100755 index 0000000..a638552 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/wpfgfx_cor3.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hans/Microsoft.VisualBasic.Forms.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hans/Microsoft.VisualBasic.Forms.resources.dll new file mode 100755 index 0000000..4032652 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hans/Microsoft.VisualBasic.Forms.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hans/PresentationCore.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hans/PresentationCore.resources.dll new file mode 100755 index 0000000..d457ef6 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hans/PresentationCore.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hans/PresentationFramework.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hans/PresentationFramework.resources.dll new file mode 100755 index 0000000..fb68714 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hans/PresentationFramework.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hans/PresentationUI.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hans/PresentationUI.resources.dll new file mode 100755 index 0000000..2596fd3 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hans/PresentationUI.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hans/ReachFramework.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hans/ReachFramework.resources.dll new file mode 100755 index 0000000..e457940 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hans/ReachFramework.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hans/System.Windows.Controls.Ribbon.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hans/System.Windows.Controls.Ribbon.resources.dll new file mode 100755 index 0000000..1722552 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hans/System.Windows.Controls.Ribbon.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hans/System.Windows.Forms.Design.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hans/System.Windows.Forms.Design.resources.dll new file mode 100755 index 0000000..7d1b9af Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hans/System.Windows.Forms.Design.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hans/System.Windows.Forms.Primitives.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hans/System.Windows.Forms.Primitives.resources.dll new file mode 100755 index 0000000..b18b77d Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hans/System.Windows.Forms.Primitives.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hans/System.Windows.Forms.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hans/System.Windows.Forms.resources.dll new file mode 100755 index 0000000..57efd34 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hans/System.Windows.Forms.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hans/System.Windows.Input.Manipulations.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hans/System.Windows.Input.Manipulations.resources.dll new file mode 100755 index 0000000..2467483 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hans/System.Windows.Input.Manipulations.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hans/System.Xaml.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hans/System.Xaml.resources.dll new file mode 100755 index 0000000..d84fb16 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hans/System.Xaml.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hans/UIAutomationClient.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hans/UIAutomationClient.resources.dll new file mode 100755 index 0000000..19550a7 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hans/UIAutomationClient.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hans/UIAutomationClientSideProviders.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hans/UIAutomationClientSideProviders.resources.dll new file mode 100755 index 0000000..ec7fd54 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hans/UIAutomationClientSideProviders.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hans/UIAutomationProvider.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hans/UIAutomationProvider.resources.dll new file mode 100755 index 0000000..11d5432 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hans/UIAutomationProvider.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hans/UIAutomationTypes.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hans/UIAutomationTypes.resources.dll new file mode 100755 index 0000000..86824d3 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hans/UIAutomationTypes.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hans/WindowsBase.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hans/WindowsBase.resources.dll new file mode 100755 index 0000000..e9b59aa Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hans/WindowsBase.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hans/WindowsFormsIntegration.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hans/WindowsFormsIntegration.resources.dll new file mode 100755 index 0000000..e33352e Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hans/WindowsFormsIntegration.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hant/Microsoft.VisualBasic.Forms.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hant/Microsoft.VisualBasic.Forms.resources.dll new file mode 100755 index 0000000..4f5efab Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hant/Microsoft.VisualBasic.Forms.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hant/PresentationCore.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hant/PresentationCore.resources.dll new file mode 100755 index 0000000..98d1edf Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hant/PresentationCore.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hant/PresentationFramework.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hant/PresentationFramework.resources.dll new file mode 100755 index 0000000..46a02fd Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hant/PresentationFramework.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hant/PresentationUI.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hant/PresentationUI.resources.dll new file mode 100755 index 0000000..310e6fb Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hant/PresentationUI.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hant/ReachFramework.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hant/ReachFramework.resources.dll new file mode 100755 index 0000000..87c7884 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hant/ReachFramework.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hant/System.Windows.Controls.Ribbon.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hant/System.Windows.Controls.Ribbon.resources.dll new file mode 100755 index 0000000..4e426f7 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hant/System.Windows.Controls.Ribbon.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hant/System.Windows.Forms.Design.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hant/System.Windows.Forms.Design.resources.dll new file mode 100755 index 0000000..382c196 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hant/System.Windows.Forms.Design.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hant/System.Windows.Forms.Primitives.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hant/System.Windows.Forms.Primitives.resources.dll new file mode 100755 index 0000000..7210484 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hant/System.Windows.Forms.Primitives.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hant/System.Windows.Forms.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hant/System.Windows.Forms.resources.dll new file mode 100755 index 0000000..7a1e367 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hant/System.Windows.Forms.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hant/System.Windows.Input.Manipulations.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hant/System.Windows.Input.Manipulations.resources.dll new file mode 100755 index 0000000..b3b8792 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hant/System.Windows.Input.Manipulations.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hant/System.Xaml.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hant/System.Xaml.resources.dll new file mode 100755 index 0000000..e80c653 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hant/System.Xaml.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hant/UIAutomationClient.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hant/UIAutomationClient.resources.dll new file mode 100755 index 0000000..2857190 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hant/UIAutomationClient.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hant/UIAutomationClientSideProviders.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hant/UIAutomationClientSideProviders.resources.dll new file mode 100755 index 0000000..9e3b103 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hant/UIAutomationClientSideProviders.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hant/UIAutomationProvider.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hant/UIAutomationProvider.resources.dll new file mode 100755 index 0000000..5142b4b Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hant/UIAutomationProvider.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hant/UIAutomationTypes.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hant/UIAutomationTypes.resources.dll new file mode 100755 index 0000000..f0e92e3 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hant/UIAutomationTypes.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hant/WindowsBase.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hant/WindowsBase.resources.dll new file mode 100755 index 0000000..97ed98a Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hant/WindowsBase.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hant/WindowsFormsIntegration.resources.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hant/WindowsFormsIntegration.resources.dll new file mode 100755 index 0000000..c6585c7 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/publish/win-x64/zh-Hant/WindowsFormsIntegration.resources.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/Accessibility.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/Accessibility.dll new file mode 100755 index 0000000..49bcdc7 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/Accessibility.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/CalorieCounter_CalebFontenot.deps.json b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/CalorieCounter_CalebFontenot.deps.json new file mode 100755 index 0000000..29d481c --- /dev/null +++ b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/CalorieCounter_CalebFontenot.deps.json @@ -0,0 +1,1223 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v6.0/win-x64", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v6.0": {}, + ".NETCoreApp,Version=v6.0/win-x64": { + "CalorieCounter_CalebFontenot/1.0.0": { + "dependencies": { + "runtimepack.Microsoft.NETCore.App.Runtime.win-x64": "6.0.8", + "runtimepack.Microsoft.WindowsDesktop.App.Runtime.win-x64": "6.0.8" + }, + "runtime": { + "CalorieCounter_CalebFontenot.dll": {} + } + }, + "runtimepack.Microsoft.NETCore.App.Runtime.win-x64/6.0.8": { + "runtime": { + "Microsoft.CSharp.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "Microsoft.VisualBasic.Core.dll": { + "assemblyVersion": "11.0.0.0", + "fileVersion": "11.100.822.36306" + }, + "Microsoft.Win32.Primitives.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "Microsoft.Win32.Registry.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.AppContext.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Buffers.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Collections.Concurrent.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Collections.Immutable.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Collections.NonGeneric.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Collections.Specialized.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Collections.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.ComponentModel.Annotations.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.ComponentModel.DataAnnotations.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.ComponentModel.EventBasedAsync.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.ComponentModel.Primitives.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.ComponentModel.TypeConverter.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.ComponentModel.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Configuration.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Console.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Core.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Data.Common.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Data.DataSetExtensions.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Data.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Diagnostics.Contracts.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Diagnostics.Debug.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Diagnostics.DiagnosticSource.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Diagnostics.FileVersionInfo.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Diagnostics.Process.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Diagnostics.StackTrace.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Diagnostics.TextWriterTraceListener.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Diagnostics.Tools.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Diagnostics.TraceSource.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Diagnostics.Tracing.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Drawing.Primitives.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Dynamic.Runtime.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Formats.Asn1.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Globalization.Calendars.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Globalization.Extensions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Globalization.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.IO.Compression.Brotli.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.IO.Compression.FileSystem.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.IO.Compression.ZipFile.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.IO.Compression.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.IO.FileSystem.AccessControl.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.IO.FileSystem.DriveInfo.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.IO.FileSystem.Primitives.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.IO.FileSystem.Watcher.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.IO.FileSystem.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.IO.IsolatedStorage.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.IO.MemoryMappedFiles.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.IO.Pipes.AccessControl.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.IO.Pipes.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.IO.UnmanagedMemoryStream.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.IO.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Linq.Expressions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Linq.Parallel.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Linq.Queryable.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Linq.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Memory.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Net.Http.Json.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Net.Http.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Net.HttpListener.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Net.Mail.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Net.NameResolution.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Net.NetworkInformation.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Net.Ping.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Net.Primitives.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Net.Quic.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Net.Requests.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Net.Security.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Net.ServicePoint.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Net.Sockets.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Net.WebClient.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Net.WebHeaderCollection.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Net.WebProxy.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Net.WebSockets.Client.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Net.WebSockets.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Net.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Numerics.Vectors.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Numerics.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.ObjectModel.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Private.CoreLib.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Private.DataContractSerialization.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Private.Uri.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Private.Xml.Linq.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Private.Xml.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Reflection.DispatchProxy.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Reflection.Emit.ILGeneration.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Reflection.Emit.Lightweight.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Reflection.Emit.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Reflection.Extensions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Reflection.Metadata.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Reflection.Primitives.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Reflection.TypeExtensions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Reflection.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Resources.Reader.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Resources.ResourceManager.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Resources.Writer.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Runtime.CompilerServices.Unsafe.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Runtime.CompilerServices.VisualC.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Runtime.Extensions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Runtime.Handles.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Runtime.InteropServices.RuntimeInformation.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Runtime.InteropServices.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Runtime.Intrinsics.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Runtime.Loader.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Runtime.Numerics.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Runtime.Serialization.Formatters.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Runtime.Serialization.Json.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Runtime.Serialization.Primitives.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Runtime.Serialization.Xml.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Runtime.Serialization.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Runtime.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Security.AccessControl.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Security.Claims.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Security.Cryptography.Algorithms.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Security.Cryptography.Cng.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Security.Cryptography.Csp.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Security.Cryptography.Encoding.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Security.Cryptography.OpenSsl.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Security.Cryptography.Primitives.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Security.Cryptography.X509Certificates.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Security.Principal.Windows.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Security.Principal.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Security.SecureString.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Security.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.ServiceModel.Web.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.ServiceProcess.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Text.Encoding.CodePages.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Text.Encoding.Extensions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Text.Encoding.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Text.Encodings.Web.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Text.Json.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Text.RegularExpressions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Threading.Channels.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Threading.Overlapped.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Threading.Tasks.Dataflow.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Threading.Tasks.Extensions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Threading.Tasks.Parallel.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Threading.Tasks.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Threading.Thread.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Threading.ThreadPool.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Threading.Timer.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Threading.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Transactions.Local.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Transactions.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.ValueTuple.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Web.HttpUtility.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Web.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Windows.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Xml.Linq.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Xml.ReaderWriter.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Xml.Serialization.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Xml.XDocument.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Xml.XPath.XDocument.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Xml.XPath.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Xml.XmlDocument.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Xml.XmlSerializer.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Xml.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "mscorlib.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "netstandard.dll": { + "assemblyVersion": "2.1.0.0", + "fileVersion": "6.0.822.36306" + } + }, + "native": { + "Microsoft.DiaSymReader.Native.amd64.dll": { + "fileVersion": "14.28.29715.1" + }, + "System.IO.Compression.Native.dll": { + "fileVersion": "42.42.42.42424" + }, + "api-ms-win-core-console-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-core-console-l1-2-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-core-datetime-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-core-debug-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-core-errorhandling-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-core-fibers-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-core-file-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-core-file-l1-2-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-core-file-l2-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-core-handle-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-core-heap-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-core-interlocked-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-core-libraryloader-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-core-localization-l1-2-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-core-memory-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-core-namedpipe-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-core-processenvironment-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-core-processthreads-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-core-processthreads-l1-1-1.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-core-profile-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-core-rtlsupport-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-core-string-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-core-synch-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-core-synch-l1-2-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-core-sysinfo-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-core-timezone-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-core-util-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-crt-conio-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-crt-convert-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-crt-environment-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-crt-filesystem-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-crt-heap-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-crt-locale-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-crt-math-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-crt-multibyte-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-crt-private-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-crt-process-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-crt-runtime-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-crt-stdio-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-crt-string-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-crt-time-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "api-ms-win-crt-utility-l1-1-0.dll": { + "fileVersion": "10.0.22000.194" + }, + "clretwrc.dll": { + "fileVersion": "6.0.822.36306" + }, + "clrjit.dll": { + "fileVersion": "6.0.822.36306" + }, + "coreclr.dll": { + "fileVersion": "6.0.822.36306" + }, + "createdump.exe": { + "fileVersion": "6.0.822.36306" + }, + "dbgshim.dll": { + "fileVersion": "6.0.822.36306" + }, + "hostfxr.dll": { + "fileVersion": "6.0.822.36306" + }, + "hostpolicy.dll": { + "fileVersion": "6.0.822.36306" + }, + "mscordaccore.dll": { + "fileVersion": "6.0.822.36306" + }, + "mscordaccore_amd64_amd64_6.0.822.36306.dll": { + "fileVersion": "6.0.822.36306" + }, + "mscordbi.dll": { + "fileVersion": "6.0.822.36306" + }, + "mscorrc.dll": { + "fileVersion": "6.0.822.36306" + }, + "msquic.dll": { + "fileVersion": "1.7.0.0" + }, + "ucrtbase.dll": { + "fileVersion": "10.0.22000.194" + } + } + }, + "runtimepack.Microsoft.WindowsDesktop.App.Runtime.win-x64/6.0.8": { + "runtime": { + "Accessibility.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.822.36804" + }, + "DirectWriteForwarder.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36807" + }, + "Microsoft.VisualBasic.Forms.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36804" + }, + "Microsoft.VisualBasic.dll": { + "assemblyVersion": "10.1.0.0", + "fileVersion": "6.0.822.36804" + }, + "Microsoft.Win32.Registry.AccessControl.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "Microsoft.Win32.SystemEvents.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "PresentationCore.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36807" + }, + "PresentationFramework-SystemCore.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36807" + }, + "PresentationFramework-SystemData.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36807" + }, + "PresentationFramework-SystemDrawing.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36807" + }, + "PresentationFramework-SystemXml.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36807" + }, + "PresentationFramework-SystemXmlLinq.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36807" + }, + "PresentationFramework.Aero.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36807" + }, + "PresentationFramework.Aero2.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36807" + }, + "PresentationFramework.AeroLite.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36807" + }, + "PresentationFramework.Classic.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36807" + }, + "PresentationFramework.Luna.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36807" + }, + "PresentationFramework.Royale.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36807" + }, + "PresentationFramework.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36807" + }, + "PresentationUI.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36807" + }, + "ReachFramework.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36807" + }, + "System.CodeDom.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Configuration.ConfigurationManager.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Design.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36804" + }, + "System.Diagnostics.EventLog.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Diagnostics.PerformanceCounter.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.DirectoryServices.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Drawing.Common.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Drawing.Design.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36804" + }, + "System.Drawing.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36804" + }, + "System.IO.Packaging.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Printing.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36807" + }, + "System.Resources.Extensions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Security.Cryptography.Pkcs.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Security.Cryptography.ProtectedData.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Security.Cryptography.Xml.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Security.Permissions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Threading.AccessControl.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Windows.Controls.Ribbon.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36807" + }, + "System.Windows.Extensions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.822.36306" + }, + "System.Windows.Forms.Design.Editors.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36804" + }, + "System.Windows.Forms.Design.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36804" + }, + "System.Windows.Forms.Primitives.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36804" + }, + "System.Windows.Forms.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36804" + }, + "System.Windows.Input.Manipulations.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36807" + }, + "System.Windows.Presentation.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36807" + }, + "System.Xaml.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36807" + }, + "UIAutomationClient.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36807" + }, + "UIAutomationClientSideProviders.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36807" + }, + "UIAutomationProvider.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36807" + }, + "UIAutomationTypes.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36807" + }, + "WindowsBase.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36807" + }, + "WindowsFormsIntegration.dll": { + "assemblyVersion": "6.0.2.0", + "fileVersion": "6.0.822.36807" + } + }, + "native": { + "D3DCompiler_47_cor3.dll": { + "fileVersion": "10.0.22000.194" + }, + "PenImc_cor3.dll": { + "fileVersion": "6.0.822.36807" + }, + "PresentationNative_cor3.dll": { + "fileVersion": "6.0.22.31404" + }, + "vcruntime140_cor3.dll": { + "fileVersion": "14.32.31326.0" + }, + "wpfgfx_cor3.dll": { + "fileVersion": "6.0.822.36807" + } + } + } + } + }, + "libraries": { + "CalorieCounter_CalebFontenot/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "runtimepack.Microsoft.NETCore.App.Runtime.win-x64/6.0.8": { + "type": "runtimepack", + "serviceable": false, + "sha512": "" + }, + "runtimepack.Microsoft.WindowsDesktop.App.Runtime.win-x64/6.0.8": { + "type": "runtimepack", + "serviceable": false, + "sha512": "" + } + }, + "runtimes": { + "win-x64": [ + "win", + "any", + "base" + ], + "win-x64-aot": [ + "win-aot", + "win-x64", + "win", + "aot", + "any", + "base" + ], + "win10-x64": [ + "win10", + "win81-x64", + "win81", + "win8-x64", + "win8", + "win7-x64", + "win7", + "win-x64", + "win", + "any", + "base" + ], + "win10-x64-aot": [ + "win10-aot", + "win10-x64", + "win10", + "win81-x64-aot", + "win81-aot", + "win81-x64", + "win81", + "win8-x64-aot", + "win8-aot", + "win8-x64", + "win8", + "win7-x64-aot", + "win7-aot", + "win7-x64", + "win7", + "win-x64-aot", + "win-aot", + "win-x64", + "win", + "aot", + "any", + "base" + ], + "win7-x64": [ + "win7", + "win-x64", + "win", + "any", + "base" + ], + "win7-x64-aot": [ + "win7-aot", + "win7-x64", + "win7", + "win-x64-aot", + "win-aot", + "win-x64", + "win", + "aot", + "any", + "base" + ], + "win8-x64": [ + "win8", + "win7-x64", + "win7", + "win-x64", + "win", + "any", + "base" + ], + "win8-x64-aot": [ + "win8-aot", + "win8-x64", + "win8", + "win7-x64-aot", + "win7-aot", + "win7-x64", + "win7", + "win-x64-aot", + "win-aot", + "win-x64", + "win", + "aot", + "any", + "base" + ], + "win81-x64": [ + "win81", + "win8-x64", + "win8", + "win7-x64", + "win7", + "win-x64", + "win", + "any", + "base" + ], + "win81-x64-aot": [ + "win81-aot", + "win81-x64", + "win81", + "win8-x64-aot", + "win8-aot", + "win8-x64", + "win8", + "win7-x64-aot", + "win7-aot", + "win7-x64", + "win7", + "win-x64-aot", + "win-aot", + "win-x64", + "win", + "aot", + "any", + "base" + ] + } +} \ No newline at end of file diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/CalorieCounter_CalebFontenot.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/CalorieCounter_CalebFontenot.dll new file mode 100755 index 0000000..9b311d9 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/CalorieCounter_CalebFontenot.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/CalorieCounter_CalebFontenot.exe b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/CalorieCounter_CalebFontenot.exe new file mode 100755 index 0000000..4eccbb8 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/CalorieCounter_CalebFontenot.exe differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/CalorieCounter_CalebFontenot.pdb b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/CalorieCounter_CalebFontenot.pdb new file mode 100755 index 0000000..97c1972 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/CalorieCounter_CalebFontenot.pdb differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/CalorieCounter_CalebFontenot.runtimeconfig.json b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/CalorieCounter_CalebFontenot.runtimeconfig.json new file mode 100755 index 0000000..6857619 --- /dev/null +++ b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/CalorieCounter_CalebFontenot.runtimeconfig.json @@ -0,0 +1,18 @@ +{ + "runtimeOptions": { + "tfm": "net6.0", + "includedFrameworks": [ + { + "name": "Microsoft.NETCore.App", + "version": "6.0.0" + }, + { + "name": "Microsoft.WindowsDesktop.App", + "version": "6.0.0" + } + ], + "configProperties": { + "System.Reflection.Metadata.MetadataUpdater.IsSupported": false + } + } +} \ No newline at end of file diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/D3DCompiler_47_cor3.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/D3DCompiler_47_cor3.dll new file mode 100755 index 0000000..cbe0765 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/D3DCompiler_47_cor3.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/DirectWriteForwarder.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/DirectWriteForwarder.dll new file mode 100755 index 0000000..0b38856 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/DirectWriteForwarder.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/Microsoft.CSharp.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/Microsoft.CSharp.dll new file mode 100755 index 0000000..9d9fbd2 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/Microsoft.CSharp.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/Microsoft.DiaSymReader.Native.amd64.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/Microsoft.DiaSymReader.Native.amd64.dll new file mode 100755 index 0000000..78c90cd Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/Microsoft.DiaSymReader.Native.amd64.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/Microsoft.VisualBasic.Core.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/Microsoft.VisualBasic.Core.dll new file mode 100755 index 0000000..62f07e5 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/Microsoft.VisualBasic.Core.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/Microsoft.VisualBasic.Forms.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/Microsoft.VisualBasic.Forms.dll new file mode 100755 index 0000000..172e1cb Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/Microsoft.VisualBasic.Forms.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/Microsoft.VisualBasic.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/Microsoft.VisualBasic.dll new file mode 100755 index 0000000..3735f24 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/Microsoft.VisualBasic.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/Microsoft.Win32.Primitives.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/Microsoft.Win32.Primitives.dll new file mode 100755 index 0000000..ebdfe8c Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/Microsoft.Win32.Primitives.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/Microsoft.Win32.Registry.AccessControl.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/Microsoft.Win32.Registry.AccessControl.dll new file mode 100755 index 0000000..5346e84 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/Microsoft.Win32.Registry.AccessControl.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/Microsoft.Win32.Registry.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/Microsoft.Win32.Registry.dll new file mode 100755 index 0000000..1df30e0 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/Microsoft.Win32.Registry.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/Microsoft.Win32.SystemEvents.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/Microsoft.Win32.SystemEvents.dll new file mode 100755 index 0000000..8c551df Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/Microsoft.Win32.SystemEvents.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/PenImc_cor3.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/PenImc_cor3.dll new file mode 100755 index 0000000..a69d0f2 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/PenImc_cor3.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/PresentationCore.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/PresentationCore.dll new file mode 100755 index 0000000..c5a2c6d Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/PresentationCore.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/PresentationFramework-SystemCore.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/PresentationFramework-SystemCore.dll new file mode 100755 index 0000000..29efcaa Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/PresentationFramework-SystemCore.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/PresentationFramework-SystemData.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/PresentationFramework-SystemData.dll new file mode 100755 index 0000000..4e6d6ea Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/PresentationFramework-SystemData.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/PresentationFramework-SystemDrawing.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/PresentationFramework-SystemDrawing.dll new file mode 100755 index 0000000..29ff3b3 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/PresentationFramework-SystemDrawing.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/PresentationFramework-SystemXml.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/PresentationFramework-SystemXml.dll new file mode 100755 index 0000000..08735a3 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/PresentationFramework-SystemXml.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/PresentationFramework-SystemXmlLinq.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/PresentationFramework-SystemXmlLinq.dll new file mode 100755 index 0000000..59cc2a7 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/PresentationFramework-SystemXmlLinq.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/PresentationFramework.Aero.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/PresentationFramework.Aero.dll new file mode 100755 index 0000000..3c8b8b4 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/PresentationFramework.Aero.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/PresentationFramework.Aero2.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/PresentationFramework.Aero2.dll new file mode 100755 index 0000000..14b8ba0 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/PresentationFramework.Aero2.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/PresentationFramework.AeroLite.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/PresentationFramework.AeroLite.dll new file mode 100755 index 0000000..8669213 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/PresentationFramework.AeroLite.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/PresentationFramework.Classic.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/PresentationFramework.Classic.dll new file mode 100755 index 0000000..3dab3e0 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/PresentationFramework.Classic.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/PresentationFramework.Luna.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/PresentationFramework.Luna.dll new file mode 100755 index 0000000..8aaa9e1 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/PresentationFramework.Luna.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/PresentationFramework.Royale.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/PresentationFramework.Royale.dll new file mode 100755 index 0000000..7b6ac7a Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/PresentationFramework.Royale.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/PresentationFramework.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/PresentationFramework.dll new file mode 100755 index 0000000..dffe4bd Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/PresentationFramework.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/PresentationNative_cor3.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/PresentationNative_cor3.dll new file mode 100755 index 0000000..78284f1 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/PresentationNative_cor3.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/PresentationUI.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/PresentationUI.dll new file mode 100755 index 0000000..3a05b3e Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/PresentationUI.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/ReachFramework.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/ReachFramework.dll new file mode 100755 index 0000000..ac000af Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/ReachFramework.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.AppContext.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.AppContext.dll new file mode 100755 index 0000000..935ccd3 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.AppContext.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Buffers.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Buffers.dll new file mode 100755 index 0000000..ec89650 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Buffers.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.CodeDom.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.CodeDom.dll new file mode 100755 index 0000000..cf8f174 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.CodeDom.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Collections.Concurrent.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Collections.Concurrent.dll new file mode 100755 index 0000000..9f1c22b Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Collections.Concurrent.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Collections.Immutable.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Collections.Immutable.dll new file mode 100755 index 0000000..35e52fe Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Collections.Immutable.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Collections.NonGeneric.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Collections.NonGeneric.dll new file mode 100755 index 0000000..6fd2c22 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Collections.NonGeneric.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Collections.Specialized.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Collections.Specialized.dll new file mode 100755 index 0000000..fa6669e Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Collections.Specialized.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Collections.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Collections.dll new file mode 100755 index 0000000..995fe6c Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Collections.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.ComponentModel.Annotations.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.ComponentModel.Annotations.dll new file mode 100755 index 0000000..39dc4fe Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.ComponentModel.Annotations.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.ComponentModel.DataAnnotations.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.ComponentModel.DataAnnotations.dll new file mode 100755 index 0000000..f25f4a5 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.ComponentModel.DataAnnotations.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.ComponentModel.EventBasedAsync.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.ComponentModel.EventBasedAsync.dll new file mode 100755 index 0000000..4b9afb3 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.ComponentModel.EventBasedAsync.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.ComponentModel.Primitives.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.ComponentModel.Primitives.dll new file mode 100755 index 0000000..9e58615 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.ComponentModel.Primitives.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.ComponentModel.TypeConverter.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.ComponentModel.TypeConverter.dll new file mode 100755 index 0000000..374db5b Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.ComponentModel.TypeConverter.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.ComponentModel.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.ComponentModel.dll new file mode 100755 index 0000000..34a4808 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.ComponentModel.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Configuration.ConfigurationManager.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Configuration.ConfigurationManager.dll new file mode 100755 index 0000000..1b0f6b6 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Configuration.ConfigurationManager.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Configuration.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Configuration.dll new file mode 100755 index 0000000..3f721d0 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Configuration.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Console.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Console.dll new file mode 100755 index 0000000..a9a8af5 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Console.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Core.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Core.dll new file mode 100755 index 0000000..0ac77e3 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Core.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Data.Common.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Data.Common.dll new file mode 100755 index 0000000..78d0d4e Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Data.Common.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Data.DataSetExtensions.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Data.DataSetExtensions.dll new file mode 100755 index 0000000..81c783b Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Data.DataSetExtensions.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Data.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Data.dll new file mode 100755 index 0000000..73fbc5d Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Data.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Design.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Design.dll new file mode 100755 index 0000000..b737e03 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Design.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Diagnostics.Contracts.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Diagnostics.Contracts.dll new file mode 100755 index 0000000..6c24a49 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Diagnostics.Contracts.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Diagnostics.Debug.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Diagnostics.Debug.dll new file mode 100755 index 0000000..6a88d24 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Diagnostics.Debug.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Diagnostics.DiagnosticSource.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Diagnostics.DiagnosticSource.dll new file mode 100755 index 0000000..0e3daf5 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Diagnostics.DiagnosticSource.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Diagnostics.EventLog.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Diagnostics.EventLog.dll new file mode 100755 index 0000000..0e76da9 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Diagnostics.EventLog.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Diagnostics.FileVersionInfo.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Diagnostics.FileVersionInfo.dll new file mode 100755 index 0000000..db66a6c Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Diagnostics.FileVersionInfo.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Diagnostics.PerformanceCounter.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Diagnostics.PerformanceCounter.dll new file mode 100755 index 0000000..de5f4a7 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Diagnostics.PerformanceCounter.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Diagnostics.Process.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Diagnostics.Process.dll new file mode 100755 index 0000000..32b7f1b Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Diagnostics.Process.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Diagnostics.StackTrace.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Diagnostics.StackTrace.dll new file mode 100755 index 0000000..1a72865 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Diagnostics.StackTrace.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Diagnostics.TextWriterTraceListener.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Diagnostics.TextWriterTraceListener.dll new file mode 100755 index 0000000..bd303cd Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Diagnostics.TextWriterTraceListener.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Diagnostics.Tools.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Diagnostics.Tools.dll new file mode 100755 index 0000000..c46ca92 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Diagnostics.Tools.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Diagnostics.TraceSource.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Diagnostics.TraceSource.dll new file mode 100755 index 0000000..f182c79 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Diagnostics.TraceSource.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Diagnostics.Tracing.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Diagnostics.Tracing.dll new file mode 100755 index 0000000..7cd5cb9 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Diagnostics.Tracing.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.DirectoryServices.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.DirectoryServices.dll new file mode 100755 index 0000000..938ec0a Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.DirectoryServices.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Drawing.Common.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Drawing.Common.dll new file mode 100755 index 0000000..dc3dec8 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Drawing.Common.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Drawing.Design.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Drawing.Design.dll new file mode 100755 index 0000000..3302eae Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Drawing.Design.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Drawing.Primitives.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Drawing.Primitives.dll new file mode 100755 index 0000000..6b83e3e Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Drawing.Primitives.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Drawing.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Drawing.dll new file mode 100755 index 0000000..6ab3f25 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Drawing.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Dynamic.Runtime.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Dynamic.Runtime.dll new file mode 100755 index 0000000..e363125 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Dynamic.Runtime.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Formats.Asn1.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Formats.Asn1.dll new file mode 100755 index 0000000..29c03ae Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Formats.Asn1.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Globalization.Calendars.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Globalization.Calendars.dll new file mode 100755 index 0000000..16f9fd1 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Globalization.Calendars.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Globalization.Extensions.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Globalization.Extensions.dll new file mode 100755 index 0000000..788d730 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Globalization.Extensions.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Globalization.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Globalization.dll new file mode 100755 index 0000000..a84d84f Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Globalization.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.IO.Compression.Brotli.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.IO.Compression.Brotli.dll new file mode 100755 index 0000000..6d15705 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.IO.Compression.Brotli.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.IO.Compression.FileSystem.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.IO.Compression.FileSystem.dll new file mode 100755 index 0000000..51e71a7 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.IO.Compression.FileSystem.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.IO.Compression.Native.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.IO.Compression.Native.dll new file mode 100755 index 0000000..4fede45 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.IO.Compression.Native.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.IO.Compression.ZipFile.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.IO.Compression.ZipFile.dll new file mode 100755 index 0000000..d86f301 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.IO.Compression.ZipFile.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.IO.Compression.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.IO.Compression.dll new file mode 100755 index 0000000..e5917a6 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.IO.Compression.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.IO.FileSystem.AccessControl.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.IO.FileSystem.AccessControl.dll new file mode 100755 index 0000000..c4d55fc Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.IO.FileSystem.AccessControl.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.IO.FileSystem.DriveInfo.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.IO.FileSystem.DriveInfo.dll new file mode 100755 index 0000000..3ea2b17 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.IO.FileSystem.DriveInfo.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.IO.FileSystem.Primitives.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.IO.FileSystem.Primitives.dll new file mode 100755 index 0000000..6400d79 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.IO.FileSystem.Primitives.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.IO.FileSystem.Watcher.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.IO.FileSystem.Watcher.dll new file mode 100755 index 0000000..8d56ff9 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.IO.FileSystem.Watcher.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.IO.FileSystem.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.IO.FileSystem.dll new file mode 100755 index 0000000..70debd3 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.IO.FileSystem.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.IO.IsolatedStorage.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.IO.IsolatedStorage.dll new file mode 100755 index 0000000..be3f979 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.IO.IsolatedStorage.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.IO.MemoryMappedFiles.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.IO.MemoryMappedFiles.dll new file mode 100755 index 0000000..ba5e636 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.IO.MemoryMappedFiles.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.IO.Packaging.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.IO.Packaging.dll new file mode 100755 index 0000000..ff45192 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.IO.Packaging.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.IO.Pipes.AccessControl.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.IO.Pipes.AccessControl.dll new file mode 100755 index 0000000..dc799db Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.IO.Pipes.AccessControl.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.IO.Pipes.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.IO.Pipes.dll new file mode 100755 index 0000000..9af9300 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.IO.Pipes.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.IO.UnmanagedMemoryStream.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.IO.UnmanagedMemoryStream.dll new file mode 100755 index 0000000..0307865 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.IO.UnmanagedMemoryStream.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.IO.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.IO.dll new file mode 100755 index 0000000..f7fc99a Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.IO.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Linq.Expressions.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Linq.Expressions.dll new file mode 100755 index 0000000..5d21b2a Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Linq.Expressions.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Linq.Parallel.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Linq.Parallel.dll new file mode 100755 index 0000000..644534f Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Linq.Parallel.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Linq.Queryable.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Linq.Queryable.dll new file mode 100755 index 0000000..f6df2b1 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Linq.Queryable.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Linq.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Linq.dll new file mode 100755 index 0000000..475c753 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Linq.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Memory.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Memory.dll new file mode 100755 index 0000000..9d0ac11 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Memory.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Net.Http.Json.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Net.Http.Json.dll new file mode 100755 index 0000000..2a09b74 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Net.Http.Json.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Net.Http.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Net.Http.dll new file mode 100755 index 0000000..9fff653 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Net.Http.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Net.HttpListener.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Net.HttpListener.dll new file mode 100755 index 0000000..74aad4e Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Net.HttpListener.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Net.Mail.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Net.Mail.dll new file mode 100755 index 0000000..0964924 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Net.Mail.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Net.NameResolution.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Net.NameResolution.dll new file mode 100755 index 0000000..df743ec Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Net.NameResolution.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Net.NetworkInformation.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Net.NetworkInformation.dll new file mode 100755 index 0000000..685aa29 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Net.NetworkInformation.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Net.Ping.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Net.Ping.dll new file mode 100755 index 0000000..7e69a58 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Net.Ping.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Net.Primitives.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Net.Primitives.dll new file mode 100755 index 0000000..f2b088d Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Net.Primitives.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Net.Quic.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Net.Quic.dll new file mode 100755 index 0000000..ad7a450 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Net.Quic.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Net.Requests.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Net.Requests.dll new file mode 100755 index 0000000..b79723c Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Net.Requests.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Net.Security.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Net.Security.dll new file mode 100755 index 0000000..278eb02 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Net.Security.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Net.ServicePoint.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Net.ServicePoint.dll new file mode 100755 index 0000000..e40bc37 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Net.ServicePoint.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Net.Sockets.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Net.Sockets.dll new file mode 100755 index 0000000..68158d2 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Net.Sockets.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Net.WebClient.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Net.WebClient.dll new file mode 100755 index 0000000..4821f84 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Net.WebClient.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Net.WebHeaderCollection.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Net.WebHeaderCollection.dll new file mode 100755 index 0000000..b92823e Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Net.WebHeaderCollection.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Net.WebProxy.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Net.WebProxy.dll new file mode 100755 index 0000000..552984d Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Net.WebProxy.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Net.WebSockets.Client.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Net.WebSockets.Client.dll new file mode 100755 index 0000000..a09b231 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Net.WebSockets.Client.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Net.WebSockets.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Net.WebSockets.dll new file mode 100755 index 0000000..b918bff Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Net.WebSockets.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Net.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Net.dll new file mode 100755 index 0000000..25527f2 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Net.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Numerics.Vectors.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Numerics.Vectors.dll new file mode 100755 index 0000000..114e66c Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Numerics.Vectors.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Numerics.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Numerics.dll new file mode 100755 index 0000000..d60bd9e Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Numerics.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.ObjectModel.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.ObjectModel.dll new file mode 100755 index 0000000..7046d29 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.ObjectModel.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Printing.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Printing.dll new file mode 100755 index 0000000..311a331 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Printing.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Private.CoreLib.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Private.CoreLib.dll new file mode 100755 index 0000000..92af947 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Private.CoreLib.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Private.DataContractSerialization.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Private.DataContractSerialization.dll new file mode 100755 index 0000000..dad7648 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Private.DataContractSerialization.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Private.Uri.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Private.Uri.dll new file mode 100755 index 0000000..6843739 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Private.Uri.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Private.Xml.Linq.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Private.Xml.Linq.dll new file mode 100755 index 0000000..20003fb Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Private.Xml.Linq.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Private.Xml.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Private.Xml.dll new file mode 100755 index 0000000..c696828 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Private.Xml.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Reflection.DispatchProxy.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Reflection.DispatchProxy.dll new file mode 100755 index 0000000..16db75a Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Reflection.DispatchProxy.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Reflection.Emit.ILGeneration.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Reflection.Emit.ILGeneration.dll new file mode 100755 index 0000000..2a52612 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Reflection.Emit.ILGeneration.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Reflection.Emit.Lightweight.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Reflection.Emit.Lightweight.dll new file mode 100755 index 0000000..f09c7e9 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Reflection.Emit.Lightweight.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Reflection.Emit.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Reflection.Emit.dll new file mode 100755 index 0000000..491c9ab Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Reflection.Emit.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Reflection.Extensions.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Reflection.Extensions.dll new file mode 100755 index 0000000..f0670c9 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Reflection.Extensions.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Reflection.Metadata.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Reflection.Metadata.dll new file mode 100755 index 0000000..c68cd1d Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Reflection.Metadata.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Reflection.Primitives.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Reflection.Primitives.dll new file mode 100755 index 0000000..61e48a0 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Reflection.Primitives.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Reflection.TypeExtensions.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Reflection.TypeExtensions.dll new file mode 100755 index 0000000..e4b7884 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Reflection.TypeExtensions.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Reflection.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Reflection.dll new file mode 100755 index 0000000..378118b Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Reflection.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Resources.Extensions.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Resources.Extensions.dll new file mode 100755 index 0000000..67f7a33 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Resources.Extensions.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Resources.Reader.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Resources.Reader.dll new file mode 100755 index 0000000..9e6e74e Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Resources.Reader.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Resources.ResourceManager.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Resources.ResourceManager.dll new file mode 100755 index 0000000..6af98aa Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Resources.ResourceManager.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Resources.Writer.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Resources.Writer.dll new file mode 100755 index 0000000..b844501 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Resources.Writer.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Runtime.CompilerServices.Unsafe.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Runtime.CompilerServices.Unsafe.dll new file mode 100755 index 0000000..8bed706 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Runtime.CompilerServices.Unsafe.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Runtime.CompilerServices.VisualC.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Runtime.CompilerServices.VisualC.dll new file mode 100755 index 0000000..c89e39f Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Runtime.CompilerServices.VisualC.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Runtime.Extensions.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Runtime.Extensions.dll new file mode 100755 index 0000000..a3c43d1 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Runtime.Extensions.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Runtime.Handles.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Runtime.Handles.dll new file mode 100755 index 0000000..1549581 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Runtime.Handles.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Runtime.InteropServices.RuntimeInformation.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Runtime.InteropServices.RuntimeInformation.dll new file mode 100755 index 0000000..c9419be Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Runtime.InteropServices.RuntimeInformation.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Runtime.InteropServices.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Runtime.InteropServices.dll new file mode 100755 index 0000000..b84749e Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Runtime.InteropServices.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Runtime.Intrinsics.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Runtime.Intrinsics.dll new file mode 100755 index 0000000..19dfa10 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Runtime.Intrinsics.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Runtime.Loader.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Runtime.Loader.dll new file mode 100755 index 0000000..54baed8 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Runtime.Loader.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Runtime.Numerics.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Runtime.Numerics.dll new file mode 100755 index 0000000..c5a16f1 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Runtime.Numerics.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Runtime.Serialization.Formatters.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Runtime.Serialization.Formatters.dll new file mode 100755 index 0000000..6a07fa9 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Runtime.Serialization.Formatters.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Runtime.Serialization.Json.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Runtime.Serialization.Json.dll new file mode 100755 index 0000000..51067fd Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Runtime.Serialization.Json.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Runtime.Serialization.Primitives.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Runtime.Serialization.Primitives.dll new file mode 100755 index 0000000..b70d4e6 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Runtime.Serialization.Primitives.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Runtime.Serialization.Xml.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Runtime.Serialization.Xml.dll new file mode 100755 index 0000000..0ed0653 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Runtime.Serialization.Xml.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Runtime.Serialization.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Runtime.Serialization.dll new file mode 100755 index 0000000..c39a71d Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Runtime.Serialization.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Runtime.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Runtime.dll new file mode 100755 index 0000000..9537460 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Runtime.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Security.AccessControl.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Security.AccessControl.dll new file mode 100755 index 0000000..885dc75 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Security.AccessControl.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Security.Claims.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Security.Claims.dll new file mode 100755 index 0000000..de803d7 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Security.Claims.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Security.Cryptography.Algorithms.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Security.Cryptography.Algorithms.dll new file mode 100755 index 0000000..c612199 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Security.Cryptography.Algorithms.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Security.Cryptography.Cng.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Security.Cryptography.Cng.dll new file mode 100755 index 0000000..7c9d791 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Security.Cryptography.Cng.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Security.Cryptography.Csp.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Security.Cryptography.Csp.dll new file mode 100755 index 0000000..9f6f41b Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Security.Cryptography.Csp.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Security.Cryptography.Encoding.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Security.Cryptography.Encoding.dll new file mode 100755 index 0000000..5ceb20c Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Security.Cryptography.Encoding.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Security.Cryptography.OpenSsl.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Security.Cryptography.OpenSsl.dll new file mode 100755 index 0000000..e573d47 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Security.Cryptography.OpenSsl.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Security.Cryptography.Pkcs.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Security.Cryptography.Pkcs.dll new file mode 100755 index 0000000..b5aa289 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Security.Cryptography.Pkcs.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Security.Cryptography.Primitives.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Security.Cryptography.Primitives.dll new file mode 100755 index 0000000..564ae99 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Security.Cryptography.Primitives.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Security.Cryptography.ProtectedData.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Security.Cryptography.ProtectedData.dll new file mode 100755 index 0000000..806be64 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Security.Cryptography.ProtectedData.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Security.Cryptography.X509Certificates.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Security.Cryptography.X509Certificates.dll new file mode 100755 index 0000000..ccd8cc1 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Security.Cryptography.X509Certificates.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Security.Cryptography.Xml.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Security.Cryptography.Xml.dll new file mode 100755 index 0000000..a0860b4 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Security.Cryptography.Xml.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Security.Permissions.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Security.Permissions.dll new file mode 100755 index 0000000..40341e4 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Security.Permissions.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Security.Principal.Windows.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Security.Principal.Windows.dll new file mode 100755 index 0000000..b0e4f31 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Security.Principal.Windows.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Security.Principal.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Security.Principal.dll new file mode 100755 index 0000000..8ea6dcc Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Security.Principal.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Security.SecureString.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Security.SecureString.dll new file mode 100755 index 0000000..78ac1c7 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Security.SecureString.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Security.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Security.dll new file mode 100755 index 0000000..edf3ec9 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Security.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.ServiceModel.Web.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.ServiceModel.Web.dll new file mode 100755 index 0000000..6f21709 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.ServiceModel.Web.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.ServiceProcess.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.ServiceProcess.dll new file mode 100755 index 0000000..883cf11 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.ServiceProcess.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Text.Encoding.CodePages.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Text.Encoding.CodePages.dll new file mode 100755 index 0000000..24b7812 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Text.Encoding.CodePages.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Text.Encoding.Extensions.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Text.Encoding.Extensions.dll new file mode 100755 index 0000000..5cd7d18 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Text.Encoding.Extensions.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Text.Encoding.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Text.Encoding.dll new file mode 100755 index 0000000..78d9bd1 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Text.Encoding.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Text.Encodings.Web.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Text.Encodings.Web.dll new file mode 100755 index 0000000..b13a6fe Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Text.Encodings.Web.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Text.Json.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Text.Json.dll new file mode 100755 index 0000000..a76270d Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Text.Json.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Text.RegularExpressions.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Text.RegularExpressions.dll new file mode 100755 index 0000000..8f317b1 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Text.RegularExpressions.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Threading.AccessControl.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Threading.AccessControl.dll new file mode 100755 index 0000000..7c5352f Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Threading.AccessControl.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Threading.Channels.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Threading.Channels.dll new file mode 100755 index 0000000..6b57ca9 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Threading.Channels.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Threading.Overlapped.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Threading.Overlapped.dll new file mode 100755 index 0000000..e96fd03 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Threading.Overlapped.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Threading.Tasks.Dataflow.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Threading.Tasks.Dataflow.dll new file mode 100755 index 0000000..ffd992b Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Threading.Tasks.Dataflow.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Threading.Tasks.Extensions.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Threading.Tasks.Extensions.dll new file mode 100755 index 0000000..1f42746 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Threading.Tasks.Extensions.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Threading.Tasks.Parallel.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Threading.Tasks.Parallel.dll new file mode 100755 index 0000000..e11eeaa Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Threading.Tasks.Parallel.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Threading.Tasks.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Threading.Tasks.dll new file mode 100755 index 0000000..3272dfb Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Threading.Tasks.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Threading.Thread.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Threading.Thread.dll new file mode 100755 index 0000000..610fe26 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Threading.Thread.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Threading.ThreadPool.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Threading.ThreadPool.dll new file mode 100755 index 0000000..9e38c4d Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Threading.ThreadPool.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Threading.Timer.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Threading.Timer.dll new file mode 100755 index 0000000..3510ec9 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Threading.Timer.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Threading.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Threading.dll new file mode 100755 index 0000000..bb95616 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Threading.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Transactions.Local.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Transactions.Local.dll new file mode 100755 index 0000000..e3385d3 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Transactions.Local.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Transactions.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Transactions.dll new file mode 100755 index 0000000..74b538f Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Transactions.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.ValueTuple.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.ValueTuple.dll new file mode 100755 index 0000000..79af4ed Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.ValueTuple.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Web.HttpUtility.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Web.HttpUtility.dll new file mode 100755 index 0000000..b03989f Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Web.HttpUtility.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Web.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Web.dll new file mode 100755 index 0000000..a5f86ef Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Web.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Windows.Controls.Ribbon.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Windows.Controls.Ribbon.dll new file mode 100755 index 0000000..38ef029 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Windows.Controls.Ribbon.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Windows.Extensions.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Windows.Extensions.dll new file mode 100755 index 0000000..2ac3976 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Windows.Extensions.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Windows.Forms.Design.Editors.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Windows.Forms.Design.Editors.dll new file mode 100755 index 0000000..72604ef Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Windows.Forms.Design.Editors.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Windows.Forms.Design.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Windows.Forms.Design.dll new file mode 100755 index 0000000..990ba1f Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Windows.Forms.Design.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Windows.Forms.Primitives.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Windows.Forms.Primitives.dll new file mode 100755 index 0000000..a58ee66 Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Windows.Forms.Primitives.dll differ diff --git a/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Windows.Forms.dll b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Windows.Forms.dll new file mode 100755 index 0000000..94049fa Binary files /dev/null and b/MP1/CalorieCounter_CalebFontenot/CalorieCounter_CalebFontenot/bin/Release/net6.0-windows/win-x64/System.Windows.Forms.dll differ diff --git a/MP1/CelsiusAndFahrenheitTemperatureConverter_CalebFontenot/.vs/CelsiusAndFahrenheitTemperatureConverter_CalebFontenot/FileContentIndex/ade10ea8-1c1a-4098-824e-2e8369475975.vsidx b/MP1/CelsiusAndFahrenheitTemperatureConverter_CalebFontenot/.vs/CelsiusAndFahrenheitTemperatureConverter_CalebFontenot/FileContentIndex/ade10ea8-1c1a-4098-824e-2e8369475975.vsidx new file mode 100755 index 0000000..4e30c70 Binary files /dev/null and b/MP1/CelsiusAndFahrenheitTemperatureConverter_CalebFontenot/.vs/CelsiusAndFahrenheitTemperatureConverter_CalebFontenot/FileContentIndex/ade10ea8-1c1a-4098-824e-2e8369475975.vsidx differ diff --git a/MP1/DistanceTraveled_CalebFontenot/.vs/DistanceTraveled_CalebFontenot/FileContentIndex/be06fcaa-c057-4f84-b014-52c007b02f0e.vsidx b/MP1/DistanceTraveled_CalebFontenot/.vs/DistanceTraveled_CalebFontenot/FileContentIndex/be06fcaa-c057-4f84-b014-52c007b02f0e.vsidx new file mode 100755 index 0000000..99f46cd Binary files /dev/null and b/MP1/DistanceTraveled_CalebFontenot/.vs/DistanceTraveled_CalebFontenot/FileContentIndex/be06fcaa-c057-4f84-b014-52c007b02f0e.vsidx differ diff --git a/MP1/TipTaxTotal_CalebFontenot/.vs/TipTaxTotal_CalebFontenot/FileContentIndex/08916063-d64b-4cfd-ba9e-5b379eb88817.vsidx b/MP1/TipTaxTotal_CalebFontenot/.vs/TipTaxTotal_CalebFontenot/FileContentIndex/08916063-d64b-4cfd-ba9e-5b379eb88817.vsidx new file mode 100755 index 0000000..80b1c64 Binary files /dev/null and b/MP1/TipTaxTotal_CalebFontenot/.vs/TipTaxTotal_CalebFontenot/FileContentIndex/08916063-d64b-4cfd-ba9e-5b379eb88817.vsidx differ diff --git a/MP1/TipTaxTotal_CalebFontenot/.vs/TipTaxTotal_CalebFontenot/FileContentIndex/09b0d3f1-9ff5-4cc5-9173-60cffed80ded.vsidx b/MP1/TipTaxTotal_CalebFontenot/.vs/TipTaxTotal_CalebFontenot/FileContentIndex/09b0d3f1-9ff5-4cc5-9173-60cffed80ded.vsidx new file mode 100755 index 0000000..5194580 Binary files /dev/null and b/MP1/TipTaxTotal_CalebFontenot/.vs/TipTaxTotal_CalebFontenot/FileContentIndex/09b0d3f1-9ff5-4cc5-9173-60cffed80ded.vsidx differ