diff --git a/Netch.sln b/Netch.sln
index ca1043d3..c3d99e12 100644
--- a/Netch.sln
+++ b/Netch.sln
@@ -5,8 +5,6 @@ VisualStudioVersion = 16.0.29009.5
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Netch", "Netch\Netch.csproj", "{4B041B91-5790-4571-8C58-C63FFE4BC9F8}"
EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetchLib", "NetchLib\NetchLib.csproj", "{A8715AF4-ACC6-43F9-9381-4294C5360623}"
-EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
@@ -23,14 +21,6 @@ Global
{4B041B91-5790-4571-8C58-C63FFE4BC9F8}.Release|x64.Build.0 = Release|x64
{4B041B91-5790-4571-8C58-C63FFE4BC9F8}.Release|x86.ActiveCfg = Release|x86
{4B041B91-5790-4571-8C58-C63FFE4BC9F8}.Release|x86.Build.0 = Release|x86
- {A8715AF4-ACC6-43F9-9381-4294C5360623}.Debug|x64.ActiveCfg = Debug|x64
- {A8715AF4-ACC6-43F9-9381-4294C5360623}.Debug|x64.Build.0 = Debug|x64
- {A8715AF4-ACC6-43F9-9381-4294C5360623}.Debug|x86.ActiveCfg = Debug|x86
- {A8715AF4-ACC6-43F9-9381-4294C5360623}.Debug|x86.Build.0 = Debug|x86
- {A8715AF4-ACC6-43F9-9381-4294C5360623}.Release|x64.ActiveCfg = Release|x64
- {A8715AF4-ACC6-43F9-9381-4294C5360623}.Release|x64.Build.0 = Release|x64
- {A8715AF4-ACC6-43F9-9381-4294C5360623}.Release|x86.ActiveCfg = Release|x86
- {A8715AF4-ACC6-43F9-9381-4294C5360623}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/Netch/Netch.csproj b/Netch/Netch.csproj
index 1fecae67..92193351 100644
--- a/Netch/Netch.csproj
+++ b/Netch/Netch.csproj
@@ -73,10 +73,6 @@
-
-
-
-
diff --git a/NetchLib/SearchComboBox.cs b/Netch/Override/SearchComboBox.cs
similarity index 100%
rename from NetchLib/SearchComboBox.cs
rename to Netch/Override/SearchComboBox.cs
diff --git a/NetchLib/.gitignore b/NetchLib/.gitignore
deleted file mode 100644
index 20d28ab4..00000000
--- a/NetchLib/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-/bin
-/obj
-/NetchLib.csproj.user
diff --git a/NetchLib/NetchLib.csproj b/NetchLib/NetchLib.csproj
deleted file mode 100644
index 7868d7e3..00000000
--- a/NetchLib/NetchLib.csproj
+++ /dev/null
@@ -1,67 +0,0 @@
-
-
-
-
- x86;x64
- {A8715AF4-ACC6-43F9-9381-4294C5360623}
- Library
- Properties
- NetchLib
- NetchLib
- v4.8
- 512
- true
-
-
- bin\x64\Debug\
- DEBUG;TRACE
- true
- false
-
-
-
-
- DEBUG;TRACE
- true
-
- false
-
- bin\x86\Debug\
-
-
- true
-
- false
-
- bin\x86\Release\
-
-
- true
-
- false
-
- bin\x64\Release\
-
-
- x64
-
-
- x86
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/NetchLib/Properties/AssemblyInfo.cs b/NetchLib/Properties/AssemblyInfo.cs
deleted file mode 100644
index 7a3124ff..00000000
--- a/NetchLib/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,36 +0,0 @@
-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("NetchLib")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("NetchLib")]
-[assembly: AssemblyCopyright("Copyright © 2020")]
-[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("a8715af4-acc6-43f9-9381-4294c5360623")]
-
-// 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")]