diff --git a/.vs/CustomControls/FileContentIndex/598a1baa-e623-410f-8f4c-7ab3823c729d.vsidx b/.vs/CustomControls/FileContentIndex/598a1baa-e623-410f-8f4c-7ab3823c729d.vsidx
new file mode 100644
index 0000000..c7e66e9
Binary files /dev/null and b/.vs/CustomControls/FileContentIndex/598a1baa-e623-410f-8f4c-7ab3823c729d.vsidx differ
diff --git a/.vs/CustomControls/FileContentIndex/read.lock b/.vs/CustomControls/FileContentIndex/read.lock
new file mode 100644
index 0000000..e69de29
diff --git a/.vs/CustomControls/v17/.suo b/.vs/CustomControls/v17/.suo
new file mode 100644
index 0000000..67ec9c0
Binary files /dev/null and b/.vs/CustomControls/v17/.suo differ
diff --git a/.vs/MineRJControls/v17/.wsuo b/.vs/MineRJControls/v17/.wsuo
new file mode 100644
index 0000000..8f63394
Binary files /dev/null and b/.vs/MineRJControls/v17/.wsuo differ
diff --git a/CustomControls/App.config b/CustomControls/App.config
index 877624e..5ffd8f8 100644
--- a/CustomControls/App.config
+++ b/CustomControls/App.config
@@ -1,6 +1,6 @@
-
+
diff --git a/CustomControls/CustomControls.csproj b/CustomControls/CustomControls.csproj
index 827fb92..fafc030 100644
--- a/CustomControls/CustomControls.csproj
+++ b/CustomControls/CustomControls.csproj
@@ -8,7 +8,7 @@
WinExe
CustomControls
CustomControls
- v4.5
+ v4.8
512
true
diff --git a/CustomControls/Properties/Resources.Designer.cs b/CustomControls/Properties/Resources.Designer.cs
index 373252b..5a42583 100644
--- a/CustomControls/Properties/Resources.Designer.cs
+++ b/CustomControls/Properties/Resources.Designer.cs
@@ -1,10 +1,10 @@
//------------------------------------------------------------------------------
//
-// Este código fue generado por una herramienta.
-// Versión de runtime:4.0.30319.42000
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
//
-// Los cambios en este archivo podrían causar un comportamiento incorrecto y se perderán si
-// se vuelve a generar el código.
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
//
//------------------------------------------------------------------------------
@@ -13,13 +13,13 @@ namespace CustomControls.Properties {
///
- /// Clase de recurso fuertemente tipado, para buscar cadenas traducidas, etc.
+ /// A strongly-typed resource class, for looking up localized strings, etc.
///
- // StronglyTypedResourceBuilder generó automáticamente esta clase
- // a través de una herramienta como ResGen o Visual Studio.
- // Para agregar o quitar un miembro, edite el archivo .ResX y, a continuación, vuelva a ejecutar ResGen
- // con la opción /str o recompile su proyecto de VS.
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
+ // 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 {
@@ -33,7 +33,7 @@ internal Resources() {
}
///
- /// Devuelve la instancia de ResourceManager almacenada en caché utilizada por esta clase.
+ /// 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 {
@@ -47,8 +47,8 @@ internal Resources() {
}
///
- /// Reemplaza la propiedad CurrentUICulture del subproceso actual para todas las
- /// búsquedas de recursos mediante esta clase de recurso fuertemente tipado.
+ /// 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 {
@@ -61,7 +61,7 @@ internal Resources() {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap calendarDark {
get {
@@ -71,7 +71,7 @@ internal static System.Drawing.Bitmap calendarDark {
}
///
- /// Busca un recurso adaptado de tipo System.Drawing.Bitmap.
+ /// Looks up a localized resource of type System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap calendarWhite {
get {
diff --git a/CustomControls/Properties/Settings.Designer.cs b/CustomControls/Properties/Settings.Designer.cs
index 434145c..1ce12b2 100644
--- a/CustomControls/Properties/Settings.Designer.cs
+++ b/CustomControls/Properties/Settings.Designer.cs
@@ -1,10 +1,10 @@
//------------------------------------------------------------------------------
//
-// Este código fue generado por una herramienta.
-// Versión de runtime:4.0.30319.42000
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
//
-// Los cambios en este archivo podrían causar un comportamiento incorrecto y se perderán si
-// se vuelve a generar el código.
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
//
//------------------------------------------------------------------------------
@@ -12,7 +12,7 @@ namespace CustomControls.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.10.0.0")]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.0.0")]
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
diff --git a/CustomControls/RJControls/RJTextBox.Designer.cs b/CustomControls/RJControls/RJTextBox.Designer.cs
index c913726..009cbc1 100644
--- a/CustomControls/RJControls/RJTextBox.Designer.cs
+++ b/CustomControls/RJControls/RJTextBox.Designer.cs
@@ -28,38 +28,38 @@ protected override void Dispose(bool disposing)
///
private void InitializeComponent()
{
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.SuspendLayout();
- //
- // textBox1
- //
- this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.textBox1.Location = new System.Drawing.Point(10, 7);
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(230, 15);
- this.textBox1.TabIndex = 0;
- this.textBox1.Click += new System.EventHandler(this.textBox1_Click);
- this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
- this.textBox1.Enter += new System.EventHandler(this.textBox1_Enter);
- this.textBox1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox1_KeyPress);
- this.textBox1.Leave += new System.EventHandler(this.textBox1_Leave);
- this.textBox1.MouseEnter += new System.EventHandler(this.textBox1_MouseEnter);
- this.textBox1.MouseLeave += new System.EventHandler(this.textBox1_MouseLeave);
- //
- // RJTextBox
- //
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
- this.BackColor = System.Drawing.SystemColors.Window;
- this.Controls.Add(this.textBox1);
- this.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
- this.Margin = new System.Windows.Forms.Padding(4);
- this.Name = "RJTextBox";
- this.Padding = new System.Windows.Forms.Padding(10, 7, 10, 7);
- this.Size = new System.Drawing.Size(250, 30);
- this.ResumeLayout(false);
- this.PerformLayout();
+ this.textBox1 = new System.Windows.Forms.TextBox();
+ this.SuspendLayout();
+ //
+ // textBox1
+ //
+ this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
+ this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.textBox1.Location = new System.Drawing.Point(10, 7);
+ this.textBox1.Name = "textBox1";
+ this.textBox1.Size = new System.Drawing.Size(230, 15);
+ this.textBox1.TabIndex = 0;
+ this.textBox1.Click += new System.EventHandler(this.textBox1_Click);
+ this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
+ this.textBox1.Enter += new System.EventHandler(this.textBox1_Enter);
+ this.textBox1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox1_KeyPress);
+ this.textBox1.Leave += new System.EventHandler(this.textBox1_Leave);
+ this.textBox1.MouseEnter += new System.EventHandler(this.textBox1_MouseEnter);
+ this.textBox1.MouseLeave += new System.EventHandler(this.textBox1_MouseLeave);
+ //
+ // RJTextBox
+ //
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
+ this.BackColor = System.Drawing.SystemColors.Window;
+ this.Controls.Add(this.textBox1);
+ this.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
+ this.Margin = new System.Windows.Forms.Padding(4);
+ this.Name = "RJTextBox";
+ this.Padding = new System.Windows.Forms.Padding(10, 7, 10, 7);
+ this.Size = new System.Drawing.Size(250, 30);
+ this.ResumeLayout(false);
+ this.PerformLayout();
}
diff --git a/CustomControls/RJControls/RJTextBox.cs b/CustomControls/RJControls/RJTextBox.cs
index 618faef..365c748 100644
--- a/CustomControls/RJControls/RJTextBox.cs
+++ b/CustomControls/RJControls/RJTextBox.cs
@@ -31,6 +31,10 @@ public partial class RJTextBox : UserControl
//Events
public event EventHandler _TextChanged;
+ //Changeable properties for external control
+ public Boolean readOnly = false; // set ReadOnly state to true
+ public Boolean scrollBar = false; // set a "Vertical" scroll bar for multiline textboxes
+
#endregion
//-> Constructor
@@ -334,10 +338,27 @@ private void textBox1_TextChanged(object sender, EventArgs e)
{
if (_TextChanged != null)
_TextChanged.Invoke(sender, e);
+
+ // if readonly true
+ if (readOnly)
+ textBox1.ReadOnly = true;
+ else
+ textBox1.ReadOnly = false;
+
+ // if scroll bar true
+ if (scrollBar)
+ textBox1.ScrollBars = ScrollBars.Vertical;
+ else
+ textBox1.ScrollBars = ScrollBars.None;
}
private void textBox1_Click(object sender, EventArgs e)
{
this.OnClick(e);
+
+ if (readOnly)
+ textBox1.ReadOnly = true;
+ else
+ textBox1.ReadOnly = false;
}
private void textBox1_MouseEnter(object sender, EventArgs e)
{
diff --git a/CustomControls/bin/Debug/CustomControls.exe b/CustomControls/bin/Debug/CustomControls.exe
index 2f811a5..f5bb2dd 100644
Binary files a/CustomControls/bin/Debug/CustomControls.exe and b/CustomControls/bin/Debug/CustomControls.exe differ
diff --git a/CustomControls/bin/Debug/CustomControls.exe.config b/CustomControls/bin/Debug/CustomControls.exe.config
index 877624e..5ffd8f8 100644
--- a/CustomControls/bin/Debug/CustomControls.exe.config
+++ b/CustomControls/bin/Debug/CustomControls.exe.config
@@ -1,6 +1,6 @@
-
+
diff --git a/CustomControls/bin/Debug/CustomControls.pdb b/CustomControls/bin/Debug/CustomControls.pdb
index ce89a47..cc0fe67 100644
Binary files a/CustomControls/bin/Debug/CustomControls.pdb and b/CustomControls/bin/Debug/CustomControls.pdb differ
diff --git a/CustomControls/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs b/CustomControls/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs
new file mode 100644
index 0000000..15efebf
--- /dev/null
+++ b/CustomControls/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+//
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")]
diff --git a/CustomControls/obj/Debug/CustomControls.Form1.resources b/CustomControls/obj/Debug/CustomControls.Form1.resources
new file mode 100644
index 0000000..a1c703b
Binary files /dev/null and b/CustomControls/obj/Debug/CustomControls.Form1.resources differ
diff --git a/CustomControls/obj/Debug/CustomControls.FormTextBox.resources b/CustomControls/obj/Debug/CustomControls.FormTextBox.resources
new file mode 100644
index 0000000..a1c703b
Binary files /dev/null and b/CustomControls/obj/Debug/CustomControls.FormTextBox.resources differ
diff --git a/CustomControls/obj/Debug/CustomControls.Properties.Resources.resources b/CustomControls/obj/Debug/CustomControls.Properties.Resources.resources
new file mode 100644
index 0000000..7930120
Binary files /dev/null and b/CustomControls/obj/Debug/CustomControls.Properties.Resources.resources differ
diff --git a/CustomControls/obj/Debug/CustomControls.RJControls.RJTextBox.resources b/CustomControls/obj/Debug/CustomControls.RJControls.RJTextBox.resources
new file mode 100644
index 0000000..6c05a97
Binary files /dev/null and b/CustomControls/obj/Debug/CustomControls.RJControls.RJTextBox.resources differ
diff --git a/CustomControls/obj/Debug/CustomControls.Test.FormButton.resources b/CustomControls/obj/Debug/CustomControls.Test.FormButton.resources
new file mode 100644
index 0000000..2fd46ee
Binary files /dev/null and b/CustomControls/obj/Debug/CustomControls.Test.FormButton.resources differ
diff --git a/CustomControls/obj/Debug/CustomControls.Test.FormComboBox.resources b/CustomControls/obj/Debug/CustomControls.Test.FormComboBox.resources
new file mode 100644
index 0000000..6c05a97
Binary files /dev/null and b/CustomControls/obj/Debug/CustomControls.Test.FormComboBox.resources differ
diff --git a/CustomControls/obj/Debug/CustomControls.Testing.FormDatePicker.resources b/CustomControls/obj/Debug/CustomControls.Testing.FormDatePicker.resources
new file mode 100644
index 0000000..a1c703b
Binary files /dev/null and b/CustomControls/obj/Debug/CustomControls.Testing.FormDatePicker.resources differ
diff --git a/CustomControls/obj/Debug/CustomControls.Testing.FormMiniatura.resources b/CustomControls/obj/Debug/CustomControls.Testing.FormMiniatura.resources
new file mode 100644
index 0000000..a1c703b
Binary files /dev/null and b/CustomControls/obj/Debug/CustomControls.Testing.FormMiniatura.resources differ
diff --git a/CustomControls/obj/Debug/CustomControls.Testing.FormRadioButton.resources b/CustomControls/obj/Debug/CustomControls.Testing.FormRadioButton.resources
new file mode 100644
index 0000000..a1c703b
Binary files /dev/null and b/CustomControls/obj/Debug/CustomControls.Testing.FormRadioButton.resources differ
diff --git a/CustomControls/obj/Debug/CustomControls.Testing.FormToggleButton.resources b/CustomControls/obj/Debug/CustomControls.Testing.FormToggleButton.resources
new file mode 100644
index 0000000..a1c703b
Binary files /dev/null and b/CustomControls/obj/Debug/CustomControls.Testing.FormToggleButton.resources differ
diff --git a/CustomControls/obj/Debug/CustomControls.csproj.AssemblyReference.cache b/CustomControls/obj/Debug/CustomControls.csproj.AssemblyReference.cache
index f5e894a..6bf99fa 100644
Binary files a/CustomControls/obj/Debug/CustomControls.csproj.AssemblyReference.cache and b/CustomControls/obj/Debug/CustomControls.csproj.AssemblyReference.cache differ
diff --git a/CustomControls/obj/Debug/CustomControls.csproj.CopyComplete b/CustomControls/obj/Debug/CustomControls.csproj.CopyComplete
new file mode 100644
index 0000000..e69de29
diff --git a/CustomControls/obj/Debug/CustomControls.csproj.CoreCompileInputs.cache b/CustomControls/obj/Debug/CustomControls.csproj.CoreCompileInputs.cache
new file mode 100644
index 0000000..04e95eb
--- /dev/null
+++ b/CustomControls/obj/Debug/CustomControls.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+2a45816bda5afc2e11cab01d25f8c6e67c53281a
diff --git a/CustomControls/obj/Debug/CustomControls.csproj.FileListAbsolute.txt b/CustomControls/obj/Debug/CustomControls.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000..e361dae
--- /dev/null
+++ b/CustomControls/obj/Debug/CustomControls.csproj.FileListAbsolute.txt
@@ -0,0 +1,21 @@
+C:\Projects\MineRJControls\CustomControls\bin\Debug\CustomControls.exe.config
+C:\Projects\MineRJControls\CustomControls\bin\Debug\CustomControls.exe
+C:\Projects\MineRJControls\CustomControls\bin\Debug\CustomControls.pdb
+C:\Projects\MineRJControls\CustomControls\bin\Debug\FontAwesome.Sharp.dll
+C:\Projects\MineRJControls\CustomControls\obj\Debug\CustomControls.csproj.AssemblyReference.cache
+C:\Projects\MineRJControls\CustomControls\obj\Debug\CustomControls.csproj.SuggestedBindingRedirects.cache
+C:\Projects\MineRJControls\CustomControls\obj\Debug\CustomControls.Form1.resources
+C:\Projects\MineRJControls\CustomControls\obj\Debug\CustomControls.Test.FormButton.resources
+C:\Projects\MineRJControls\CustomControls\obj\Debug\CustomControls.Test.FormComboBox.resources
+C:\Projects\MineRJControls\CustomControls\obj\Debug\CustomControls.Testing.FormDatePicker.resources
+C:\Projects\MineRJControls\CustomControls\obj\Debug\CustomControls.Testing.FormMiniatura.resources
+C:\Projects\MineRJControls\CustomControls\obj\Debug\CustomControls.Testing.FormRadioButton.resources
+C:\Projects\MineRJControls\CustomControls\obj\Debug\CustomControls.FormTextBox.resources
+C:\Projects\MineRJControls\CustomControls\obj\Debug\CustomControls.Properties.Resources.resources
+C:\Projects\MineRJControls\CustomControls\obj\Debug\CustomControls.RJControls.RJTextBox.resources
+C:\Projects\MineRJControls\CustomControls\obj\Debug\CustomControls.Testing.FormToggleButton.resources
+C:\Projects\MineRJControls\CustomControls\obj\Debug\CustomControls.csproj.GenerateResource.cache
+C:\Projects\MineRJControls\CustomControls\obj\Debug\CustomControls.csproj.CoreCompileInputs.cache
+C:\Projects\MineRJControls\CustomControls\obj\Debug\CustomControls.csproj.CopyComplete
+C:\Projects\MineRJControls\CustomControls\obj\Debug\CustomControls.exe
+C:\Projects\MineRJControls\CustomControls\obj\Debug\CustomControls.pdb
diff --git a/CustomControls/obj/Debug/CustomControls.csproj.GenerateResource.cache b/CustomControls/obj/Debug/CustomControls.csproj.GenerateResource.cache
new file mode 100644
index 0000000..05c91b1
Binary files /dev/null and b/CustomControls/obj/Debug/CustomControls.csproj.GenerateResource.cache differ
diff --git a/CustomControls/obj/Debug/CustomControls.csproj.SuggestedBindingRedirects.cache b/CustomControls/obj/Debug/CustomControls.csproj.SuggestedBindingRedirects.cache
new file mode 100644
index 0000000..e69de29
diff --git a/CustomControls/obj/Debug/CustomControls.exe b/CustomControls/obj/Debug/CustomControls.exe
new file mode 100644
index 0000000..f5bb2dd
Binary files /dev/null and b/CustomControls/obj/Debug/CustomControls.exe differ
diff --git a/CustomControls/obj/Debug/CustomControls.pdb b/CustomControls/obj/Debug/CustomControls.pdb
new file mode 100644
index 0000000..cc0fe67
Binary files /dev/null and b/CustomControls/obj/Debug/CustomControls.pdb differ
diff --git a/CustomControls/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/CustomControls/obj/Debug/DesignTimeResolveAssemblyReferences.cache
new file mode 100644
index 0000000..25da147
Binary files /dev/null and b/CustomControls/obj/Debug/DesignTimeResolveAssemblyReferences.cache differ
diff --git a/CustomControls/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/CustomControls/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
new file mode 100644
index 0000000..ca8d2f9
Binary files /dev/null and b/CustomControls/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ
diff --git a/CustomControls/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll b/CustomControls/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll
new file mode 100644
index 0000000..c47a03f
Binary files /dev/null and b/CustomControls/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll differ
diff --git a/packages/FontAwesome.Sharp.5.15.3/.signature.p7s b/packages/FontAwesome.Sharp.5.15.3/.signature.p7s
new file mode 100644
index 0000000..017af79
Binary files /dev/null and b/packages/FontAwesome.Sharp.5.15.3/.signature.p7s differ
diff --git a/packages/FontAwesome.Sharp.5.15.3/FontAwesome.Sharp.5.15.3.nupkg b/packages/FontAwesome.Sharp.5.15.3/FontAwesome.Sharp.5.15.3.nupkg
new file mode 100644
index 0000000..7633cf4
Binary files /dev/null and b/packages/FontAwesome.Sharp.5.15.3/FontAwesome.Sharp.5.15.3.nupkg differ
diff --git a/packages/FontAwesome.Sharp.5.15.3/lib/net40/FontAwesome.Sharp.dll b/packages/FontAwesome.Sharp.5.15.3/lib/net40/FontAwesome.Sharp.dll
new file mode 100644
index 0000000..f2e63dc
Binary files /dev/null and b/packages/FontAwesome.Sharp.5.15.3/lib/net40/FontAwesome.Sharp.dll differ
diff --git a/packages/FontAwesome.Sharp.5.15.3/lib/net45/FontAwesome.Sharp.dll b/packages/FontAwesome.Sharp.5.15.3/lib/net45/FontAwesome.Sharp.dll
new file mode 100644
index 0000000..73a798b
Binary files /dev/null and b/packages/FontAwesome.Sharp.5.15.3/lib/net45/FontAwesome.Sharp.dll differ
diff --git a/packages/FontAwesome.Sharp.5.15.3/lib/net472/FontAwesome.Sharp.dll b/packages/FontAwesome.Sharp.5.15.3/lib/net472/FontAwesome.Sharp.dll
new file mode 100644
index 0000000..3311208
Binary files /dev/null and b/packages/FontAwesome.Sharp.5.15.3/lib/net472/FontAwesome.Sharp.dll differ
diff --git a/packages/FontAwesome.Sharp.5.15.3/lib/net48/FontAwesome.Sharp.dll b/packages/FontAwesome.Sharp.5.15.3/lib/net48/FontAwesome.Sharp.dll
new file mode 100644
index 0000000..b4071bf
Binary files /dev/null and b/packages/FontAwesome.Sharp.5.15.3/lib/net48/FontAwesome.Sharp.dll differ
diff --git a/packages/FontAwesome.Sharp.5.15.3/lib/netcoreapp3.1/FontAwesome.Sharp.dll b/packages/FontAwesome.Sharp.5.15.3/lib/netcoreapp3.1/FontAwesome.Sharp.dll
new file mode 100644
index 0000000..de85d80
Binary files /dev/null and b/packages/FontAwesome.Sharp.5.15.3/lib/netcoreapp3.1/FontAwesome.Sharp.dll differ