diff --git a/HorseIsleServer/TestServ/App.config b/HorseIsleServer/TestServ/App.config
deleted file mode 100644
index 5754728..0000000
--- a/HorseIsleServer/TestServ/App.config
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/HorseIsleServer/TestServ/HorseIsleService.Designer.cs b/HorseIsleServer/TestServ/HorseIsleService.Designer.cs
deleted file mode 100644
index 330e1b2..0000000
--- a/HorseIsleServer/TestServ/HorseIsleService.Designer.cs
+++ /dev/null
@@ -1,41 +0,0 @@
-namespace TestServ
-{
- partial class HorseIsleService
- {
- ///
- /// 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 Component Designer generated code
-
- ///
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- ///
- private void InitializeComponent()
- {
- //
- // HorseIsleService
- //
- this.CanShutdown = true;
- this.ServiceName = "Horse Isle Service";
-
- }
-
- #endregion
- }
-}
diff --git a/HorseIsleServer/TestServ/HorseIsleService.cs b/HorseIsleServer/TestServ/HorseIsleService.cs
deleted file mode 100644
index 054ecaa..0000000
--- a/HorseIsleServer/TestServ/HorseIsleService.cs
+++ /dev/null
@@ -1,28 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.ComponentModel;
-using System.Data;
-using System.Diagnostics;
-using System.Linq;
-using System.ServiceProcess;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace TestServ
-{
- public partial class HorseIsleService : ServiceBase
- {
- public HorseIsleService()
- {
- InitializeComponent();
- }
-
- protected override void OnStart(string[] args)
- {
- }
-
- protected override void OnStop()
- {
- }
- }
-}
diff --git a/HorseIsleServer/TestServ/HorseIsleService.resx b/HorseIsleServer/TestServ/HorseIsleService.resx
deleted file mode 100644
index c2126cc..0000000
--- a/HorseIsleServer/TestServ/HorseIsleService.resx
+++ /dev/null
@@ -1,129 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 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
-
-
- False
-
-
- True
-
-
- en
-
-
\ No newline at end of file
diff --git a/HorseIsleServer/TestServ/Program.cs b/HorseIsleServer/TestServ/Program.cs
deleted file mode 100644
index 05db1e5..0000000
--- a/HorseIsleServer/TestServ/Program.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.ServiceProcess;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace TestServ
-{
- internal static class Program
- {
- ///
- /// The main entry point for the application.
- ///
- static void Main()
- {
- ServiceBase[] ServicesToRun;
- ServicesToRun = new ServiceBase[]
- {
- new HorseIsleService()
- };
- ServiceBase.Run(ServicesToRun);
- }
- }
-}
diff --git a/HorseIsleServer/TestServ/Properties/AssemblyInfo.cs b/HorseIsleServer/TestServ/Properties/AssemblyInfo.cs
deleted file mode 100644
index 9734af5..0000000
--- a/HorseIsleServer/TestServ/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("TestServ")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("psmreborn.com")]
-[assembly: AssemblyProduct("TestServ")]
-[assembly: AssemblyCopyright("Copyright © psmreborn.com 2022")]
-[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("2632140e-7cb4-4b0f-a00f-bb38599ea021")]
-
-// 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/HorseIsleServer/TestServ/TestServ.csproj b/HorseIsleServer/TestServ/TestServ.csproj
deleted file mode 100644
index c27000d..0000000
--- a/HorseIsleServer/TestServ/TestServ.csproj
+++ /dev/null
@@ -1,60 +0,0 @@
-
-
-
-
- Debug
- AnyCPU
- {2632140E-7CB4-4B0F-A00F-BB38599EA021}
- WinExe
- TestServ
- TestServ
- v4.7.2
- 512
- true
- true
-
-
- AnyCPU
- true
- full
- false
- bin\Debug\
- DEBUG;TRACE
- prompt
- 4
-
-
- AnyCPU
- pdbonly
- true
- bin\Release\
- TRACE
- prompt
- 4
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Component
-
-
- Service1.cs
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/HorseIsleServer/TestServ/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs b/HorseIsleServer/TestServ/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
deleted file mode 100644
index 057ed7f..0000000
--- a/HorseIsleServer/TestServ/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-//
-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/HorseIsleServer/TestServ/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/HorseIsleServer/TestServ/obj/Debug/DesignTimeResolveAssemblyReferences.cache
deleted file mode 100644
index 932765e..0000000
Binary files a/HorseIsleServer/TestServ/obj/Debug/DesignTimeResolveAssemblyReferences.cache and /dev/null differ
diff --git a/HorseIsleServer/TestServ/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/HorseIsleServer/TestServ/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
deleted file mode 100644
index d530f5b..0000000
Binary files a/HorseIsleServer/TestServ/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and /dev/null differ
diff --git a/HorseIsleServer/TestServ/obj/Debug/TestServ.csproj.AssemblyReference.cache b/HorseIsleServer/TestServ/obj/Debug/TestServ.csproj.AssemblyReference.cache
deleted file mode 100644
index b5b673f..0000000
Binary files a/HorseIsleServer/TestServ/obj/Debug/TestServ.csproj.AssemblyReference.cache and /dev/null differ