From edee95fca0596b49ad7ba47c6b1494886f18deee Mon Sep 17 00:00:00 2001 From: ​ Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: latin translator --- latin_translator/Latin Translator.sln | 25 +++++ latin_translator/Latin Translator/App.config | 6 ++ .../Latin Translator/Form1.Designer.cs | 113 +++++++++++++++++++ latin_translator/Latin Translator/Form1.cs | 35 ++++++ latin_translator/Latin Translator/Form1.resx | 120 +++++++++++++++++++++ .../Latin Translator/Latin Translator.csproj | 83 ++++++++++++++ latin_translator/Latin Translator/Program.cs | 22 ++++ .../Latin Translator/Properties/AssemblyInfo.cs | 36 +++++++ .../Properties/Resources.Designer.cs | 71 ++++++++++++ .../Latin Translator/Properties/Resources.resx | 117 ++++++++++++++++++++ .../Properties/Settings.Designer.cs | 30 ++++++ .../Latin Translator/Properties/Settings.settings | 7 ++ .../bin/Debug/Latin Translator.exe | Bin 0 -> 9216 bytes .../bin/Debug/Latin Translator.exe.config | 6 ++ .../bin/Debug/Latin Translator.pdb | Bin 0 -> 32256 bytes ...TFramework,Version=v4.7.2.AssemblyAttributes.cs | 4 + .../DesignTimeResolveAssemblyReferences.cache | Bin 0 -> 139 bytes .../DesignTimeResolveAssemblyReferencesInput.cache | Bin 0 -> 7204 bytes ...Latin Translator.csproj.AssemblyReference.cache | Bin 0 -> 6030 bytes ...Latin Translator.csproj.CoreCompileInputs.cache | 1 + .../Latin Translator.csproj.FileListAbsolute.txt | 10 ++ .../Latin Translator.csproj.GenerateResource.cache | Bin 0 -> 126 bytes .../obj/Debug/Latin Translator.exe | Bin 0 -> 9216 bytes .../obj/Debug/Latin Translator.pdb | Bin 0 -> 32256 bytes .../obj/Debug/Latin_Translator.Form1.resources | Bin 0 -> 180 bytes ...Latin_Translator.Properties.Resources.resources | Bin 0 -> 180 bytes 26 files changed, 686 insertions(+) create mode 100644 latin_translator/Latin Translator.sln create mode 100644 latin_translator/Latin Translator/App.config create mode 100644 latin_translator/Latin Translator/Form1.Designer.cs create mode 100644 latin_translator/Latin Translator/Form1.cs create mode 100644 latin_translator/Latin Translator/Form1.resx create mode 100644 latin_translator/Latin Translator/Latin Translator.csproj create mode 100644 latin_translator/Latin Translator/Program.cs create mode 100644 latin_translator/Latin Translator/Properties/AssemblyInfo.cs create mode 100644 latin_translator/Latin Translator/Properties/Resources.Designer.cs create mode 100644 latin_translator/Latin Translator/Properties/Resources.resx create mode 100644 latin_translator/Latin Translator/Properties/Settings.Designer.cs create mode 100644 latin_translator/Latin Translator/Properties/Settings.settings create mode 100644 latin_translator/Latin Translator/bin/Debug/Latin Translator.exe create mode 100644 latin_translator/Latin Translator/bin/Debug/Latin Translator.exe.config create mode 100644 latin_translator/Latin Translator/bin/Debug/Latin Translator.pdb create mode 100644 latin_translator/Latin Translator/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs create mode 100644 latin_translator/Latin Translator/obj/Debug/DesignTimeResolveAssemblyReferences.cache create mode 100644 latin_translator/Latin Translator/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache create mode 100644 latin_translator/Latin Translator/obj/Debug/Latin Translator.csproj.AssemblyReference.cache create mode 100644 latin_translator/Latin Translator/obj/Debug/Latin Translator.csproj.CoreCompileInputs.cache create mode 100644 latin_translator/Latin Translator/obj/Debug/Latin Translator.csproj.FileListAbsolute.txt create mode 100644 latin_translator/Latin Translator/obj/Debug/Latin Translator.csproj.GenerateResource.cache create mode 100644 latin_translator/Latin Translator/obj/Debug/Latin Translator.exe create mode 100644 latin_translator/Latin Translator/obj/Debug/Latin Translator.pdb create mode 100644 latin_translator/Latin Translator/obj/Debug/Latin_Translator.Form1.resources create mode 100644 latin_translator/Latin Translator/obj/Debug/Latin_Translator.Properties.Resources.resources diff --git a/latin_translator/Latin Translator.sln b/latin_translator/Latin Translator.sln new file mode 100644 index 0000000..095156a --- /dev/null +++ b/latin_translator/Latin Translator.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.7.34009.444 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Latin Translator", "Latin Translator\Latin Translator.csproj", "{C8DE5C13-7FEE-4EDD-9F13-50283B0AD86C}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {C8DE5C13-7FEE-4EDD-9F13-50283B0AD86C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C8DE5C13-7FEE-4EDD-9F13-50283B0AD86C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C8DE5C13-7FEE-4EDD-9F13-50283B0AD86C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C8DE5C13-7FEE-4EDD-9F13-50283B0AD86C}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {202BAD69-055E-4BC7-A35A-FC323AEFF3CA} + EndGlobalSection +EndGlobal diff --git a/latin_translator/Latin Translator/App.config b/latin_translator/Latin Translator/App.config new file mode 100644 index 0000000..5754728 --- /dev/null +++ b/latin_translator/Latin Translator/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/latin_translator/Latin Translator/Form1.Designer.cs b/latin_translator/Latin Translator/Form1.Designer.cs new file mode 100644 index 0000000..4d4d542 --- /dev/null +++ b/latin_translator/Latin Translator/Form1.Designer.cs @@ -0,0 +1,113 @@ +namespace Latin_Translator +{ + 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.instructionLabel = new System.Windows.Forms.Label(); + this.translationLabel = new System.Windows.Forms.Label(); + this.sinisterButton = new System.Windows.Forms.Button(); + this.dexterButton = new System.Windows.Forms.Button(); + this.mediumButton = new System.Windows.Forms.Button(); + this.SuspendLayout(); + // + // instructionLabel + // + this.instructionLabel.AutoSize = true; + this.instructionLabel.Location = new System.Drawing.Point(51, 42); + this.instructionLabel.Name = "instructionLabel"; + this.instructionLabel.Size = new System.Drawing.Size(304, 16); + this.instructionLabel.TabIndex = 0; + this.instructionLabel.Text = "Click on a Latin word to see the English equivalent."; + // + // translationLabel + // + this.translationLabel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.translationLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.translationLabel.Location = new System.Drawing.Point(54, 81); + this.translationLabel.Name = "translationLabel"; + this.translationLabel.Size = new System.Drawing.Size(316, 34); + this.translationLabel.TabIndex = 1; + this.translationLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + // + // sinisterButton + // + this.sinisterButton.Location = new System.Drawing.Point(54, 140); + this.sinisterButton.Name = "sinisterButton"; + this.sinisterButton.Size = new System.Drawing.Size(75, 30); + this.sinisterButton.TabIndex = 2; + this.sinisterButton.Text = "Sinister"; + this.sinisterButton.UseVisualStyleBackColor = true; + this.sinisterButton.Click += new System.EventHandler(this.sinisterButton_Click); + // + // dexterButton + // + this.dexterButton.Location = new System.Drawing.Point(295, 140); + this.dexterButton.Name = "dexterButton"; + this.dexterButton.Size = new System.Drawing.Size(75, 30); + this.dexterButton.TabIndex = 3; + this.dexterButton.Text = "Dexter"; + this.dexterButton.UseVisualStyleBackColor = true; + this.dexterButton.Click += new System.EventHandler(this.dexterButton_Click); + // + // mediumButton + // + this.mediumButton.Location = new System.Drawing.Point(174, 140); + this.mediumButton.Name = "mediumButton"; + this.mediumButton.Size = new System.Drawing.Size(75, 30); + this.mediumButton.TabIndex = 4; + this.mediumButton.Text = "Medium"; + this.mediumButton.UseVisualStyleBackColor = true; + this.mediumButton.Click += new System.EventHandler(this.mediumButton_Click); + // + // Form1 + // + this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(432, 203); + this.Controls.Add(this.mediumButton); + this.Controls.Add(this.dexterButton); + this.Controls.Add(this.sinisterButton); + this.Controls.Add(this.translationLabel); + this.Controls.Add(this.instructionLabel); + this.Name = "Form1"; + this.Text = "Form1"; + this.ResumeLayout(false); + this.PerformLayout(); + + } + + #endregion + + private System.Windows.Forms.Label instructionLabel; + private System.Windows.Forms.Label translationLabel; + private System.Windows.Forms.Button sinisterButton; + private System.Windows.Forms.Button dexterButton; + private System.Windows.Forms.Button mediumButton; + } +} + diff --git a/latin_translator/Latin Translator/Form1.cs b/latin_translator/Latin Translator/Form1.cs new file mode 100644 index 0000000..ef9392d --- /dev/null +++ b/latin_translator/Latin Translator/Form1.cs @@ -0,0 +1,35 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows.Forms; + +namespace Latin_Translator +{ + public partial class Form1 : Form + { + public Form1() + { + InitializeComponent(); + } + + private void sinisterButton_Click(object sender, EventArgs e) + { + translationLabel.Text = "Left"; + } + + private void mediumButton_Click(object sender, EventArgs e) + { + translationLabel.Text = "Center"; + } + + private void dexterButton_Click(object sender, EventArgs e) + { + translationLabel.Text = "Right"; + } + } +} diff --git a/latin_translator/Latin Translator/Form1.resx b/latin_translator/Latin Translator/Form1.resx new file mode 100644 index 0000000..29dcb1b --- /dev/null +++ b/latin_translator/Latin Translator/Form1.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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/latin_translator/Latin Translator/Latin Translator.csproj b/latin_translator/Latin Translator/Latin Translator.csproj new file mode 100644 index 0000000..ba1b7de --- /dev/null +++ b/latin_translator/Latin Translator/Latin Translator.csproj @@ -0,0 +1,83 @@ + + + + + Debug + AnyCPU + {C8DE5C13-7FEE-4EDD-9F13-50283B0AD86C} + WinExe + Latin_Translator + Latin Translator + v4.7.2 + 512 + true + true + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + Form + + + Form1.cs + + + + + Form1.cs + + + ResXFileCodeGenerator + Resources.Designer.cs + Designer + + + True + Resources.resx + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + True + Settings.settings + True + + + + + + + \ No newline at end of file diff --git a/latin_translator/Latin Translator/Program.cs b/latin_translator/Latin Translator/Program.cs new file mode 100644 index 0000000..f71f978 --- /dev/null +++ b/latin_translator/Latin Translator/Program.cs @@ -0,0 +1,22 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Threading.Tasks; +using System.Windows.Forms; + +namespace Latin_Translator +{ + internal static class Program + { + /// + /// The main entry point for the application. + /// + [STAThread] + static void Main() + { + Application.EnableVisualStyles(); + Application.SetCompatibleTextRenderingDefault(false); + Application.Run(new Form1()); + } + } +} diff --git a/latin_translator/Latin Translator/Properties/AssemblyInfo.cs b/latin_translator/Latin Translator/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..8ab5a42 --- /dev/null +++ b/latin_translator/Latin Translator/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("Latin Translator")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("Latin Translator")] +[assembly: AssemblyCopyright("Copyright © 2023")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("c8de5c13-7fee-4edd-9f13-50283b0ad86c")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/latin_translator/Latin Translator/Properties/Resources.Designer.cs b/latin_translator/Latin Translator/Properties/Resources.Designer.cs new file mode 100644 index 0000000..a34f5ba --- /dev/null +++ b/latin_translator/Latin Translator/Properties/Resources.Designer.cs @@ -0,0 +1,71 @@ +//------------------------------------------------------------------------------ +// +// 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 Latin_Translator.Properties +{ + + + /// + /// 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", "4.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 ((resourceMan == null)) + { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Latin_Translator.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; + } + } + } +} diff --git a/latin_translator/Latin Translator/Properties/Resources.resx b/latin_translator/Latin Translator/Properties/Resources.resx new file mode 100644 index 0000000..ffecec8 --- /dev/null +++ b/latin_translator/Latin Translator/Properties/Resources.resx @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/latin_translator/Latin Translator/Properties/Settings.Designer.cs b/latin_translator/Latin Translator/Properties/Settings.Designer.cs new file mode 100644 index 0000000..84482e4 --- /dev/null +++ b/latin_translator/Latin Translator/Properties/Settings.Designer.cs @@ -0,0 +1,30 @@ +//------------------------------------------------------------------------------ +// +// 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 Latin_Translator.Properties +{ + + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")] + internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase + { + + private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); + + public static Settings Default + { + get + { + return defaultInstance; + } + } + } +} diff --git a/latin_translator/Latin Translator/Properties/Settings.settings b/latin_translator/Latin Translator/Properties/Settings.settings new file mode 100644 index 0000000..abf36c5 --- /dev/null +++ b/latin_translator/Latin Translator/Properties/Settings.settings @@ -0,0 +1,7 @@ + + + + + + + diff --git a/latin_translator/Latin Translator/bin/Debug/Latin Translator.exe b/latin_translator/Latin Translator/bin/Debug/Latin Translator.exe new file mode 100644 index 0000000..a44eb31 Binary files /dev/null and b/latin_translator/Latin Translator/bin/Debug/Latin Translator.exe differ diff --git a/latin_translator/Latin Translator/bin/Debug/Latin Translator.exe.config b/latin_translator/Latin Translator/bin/Debug/Latin Translator.exe.config new file mode 100644 index 0000000..5754728 --- /dev/null +++ b/latin_translator/Latin Translator/bin/Debug/Latin Translator.exe.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/latin_translator/Latin Translator/bin/Debug/Latin Translator.pdb b/latin_translator/Latin Translator/bin/Debug/Latin Translator.pdb new file mode 100644 index 0000000..1de61e6 Binary files /dev/null and b/latin_translator/Latin Translator/bin/Debug/Latin Translator.pdb differ diff --git a/latin_translator/Latin Translator/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs b/latin_translator/Latin Translator/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs new file mode 100644 index 0000000..057ed7f --- /dev/null +++ b/latin_translator/Latin Translator/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")] diff --git a/latin_translator/Latin Translator/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/latin_translator/Latin Translator/obj/Debug/DesignTimeResolveAssemblyReferences.cache new file mode 100644 index 0000000..10a1a65 Binary files /dev/null and b/latin_translator/Latin Translator/obj/Debug/DesignTimeResolveAssemblyReferences.cache differ diff --git a/latin_translator/Latin Translator/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/latin_translator/Latin Translator/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000..377c1b3 Binary files /dev/null and b/latin_translator/Latin Translator/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/latin_translator/Latin Translator/obj/Debug/Latin Translator.csproj.AssemblyReference.cache b/latin_translator/Latin Translator/obj/Debug/Latin Translator.csproj.AssemblyReference.cache new file mode 100644 index 0000000..25ff1ca Binary files /dev/null and b/latin_translator/Latin Translator/obj/Debug/Latin Translator.csproj.AssemblyReference.cache differ diff --git a/latin_translator/Latin Translator/obj/Debug/Latin Translator.csproj.CoreCompileInputs.cache b/latin_translator/Latin Translator/obj/Debug/Latin Translator.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..bfe380c --- /dev/null +++ b/latin_translator/Latin Translator/obj/Debug/Latin Translator.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +8069502011d0681850e57a53d5a1673222f430a6 diff --git a/latin_translator/Latin Translator/obj/Debug/Latin Translator.csproj.FileListAbsolute.txt b/latin_translator/Latin Translator/obj/Debug/Latin Translator.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..d18b1c2 --- /dev/null +++ b/latin_translator/Latin Translator/obj/Debug/Latin Translator.csproj.FileListAbsolute.txt @@ -0,0 +1,10 @@ +C:\Users\User\source\repos\Latin Translator\Latin Translator\bin\Debug\Latin Translator.exe.config +C:\Users\User\source\repos\Latin Translator\Latin Translator\bin\Debug\Latin Translator.exe +C:\Users\User\source\repos\Latin Translator\Latin Translator\bin\Debug\Latin Translator.pdb +C:\Users\User\source\repos\Latin Translator\Latin Translator\obj\Debug\Latin Translator.csproj.AssemblyReference.cache +C:\Users\User\source\repos\Latin Translator\Latin Translator\obj\Debug\Latin_Translator.Form1.resources +C:\Users\User\source\repos\Latin Translator\Latin Translator\obj\Debug\Latin_Translator.Properties.Resources.resources +C:\Users\User\source\repos\Latin Translator\Latin Translator\obj\Debug\Latin Translator.csproj.GenerateResource.cache +C:\Users\User\source\repos\Latin Translator\Latin Translator\obj\Debug\Latin Translator.csproj.CoreCompileInputs.cache +C:\Users\User\source\repos\Latin Translator\Latin Translator\obj\Debug\Latin Translator.exe +C:\Users\User\source\repos\Latin Translator\Latin Translator\obj\Debug\Latin Translator.pdb diff --git a/latin_translator/Latin Translator/obj/Debug/Latin Translator.csproj.GenerateResource.cache b/latin_translator/Latin Translator/obj/Debug/Latin Translator.csproj.GenerateResource.cache new file mode 100644 index 0000000..e2dec2c Binary files /dev/null and b/latin_translator/Latin Translator/obj/Debug/Latin Translator.csproj.GenerateResource.cache differ diff --git a/latin_translator/Latin Translator/obj/Debug/Latin Translator.exe b/latin_translator/Latin Translator/obj/Debug/Latin Translator.exe new file mode 100644 index 0000000..a44eb31 Binary files /dev/null and b/latin_translator/Latin Translator/obj/Debug/Latin Translator.exe differ diff --git a/latin_translator/Latin Translator/obj/Debug/Latin Translator.pdb b/latin_translator/Latin Translator/obj/Debug/Latin Translator.pdb new file mode 100644 index 0000000..1de61e6 Binary files /dev/null and b/latin_translator/Latin Translator/obj/Debug/Latin Translator.pdb differ diff --git a/latin_translator/Latin Translator/obj/Debug/Latin_Translator.Form1.resources b/latin_translator/Latin Translator/obj/Debug/Latin_Translator.Form1.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/latin_translator/Latin Translator/obj/Debug/Latin_Translator.Form1.resources differ diff --git a/latin_translator/Latin Translator/obj/Debug/Latin_Translator.Properties.Resources.resources b/latin_translator/Latin Translator/obj/Debug/Latin_Translator.Properties.Resources.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/latin_translator/Latin Translator/obj/Debug/Latin_Translator.Properties.Resources.resources differ -- cgit 1.4.1