diff --git a/PortProxyTool.sln b/PortProxyTool.sln
index 78c74b2..b1f577e 100644
--- a/PortProxyTool.sln
+++ b/PortProxyTool.sln
@@ -12,6 +12,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Folder", "Solution
Readme.MD = Readme.MD
EndProjectSection
EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test", "Test\Test.csproj", "{E2397AF1-B004-4660-A855-348204173ED3}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -30,5 +32,9 @@ Global
{4533A7DA-7AB8-48FE-9BA0-8C4BD568AB4E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4533A7DA-7AB8-48FE-9BA0-8C4BD568AB4E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4533A7DA-7AB8-48FE-9BA0-8C4BD568AB4E}.Release|Any CPU.Build.0 = Release|Any CPU
+ {E2397AF1-B004-4660-A855-348204173ED3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {E2397AF1-B004-4660-A855-348204173ED3}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {E2397AF1-B004-4660-A855-348204173ED3}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {E2397AF1-B004-4660-A855-348204173ED3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal
diff --git a/PortProxyTool.sln.DotSettings.user b/PortProxyTool.sln.DotSettings.user
new file mode 100644
index 0000000..673b189
--- /dev/null
+++ b/PortProxyTool.sln.DotSettings.user
@@ -0,0 +1,4 @@
+
+ ForceIncluded
+ ForceIncluded
+ ForceIncluded
\ No newline at end of file
diff --git a/Test/Program.cs b/Test/Program.cs
new file mode 100644
index 0000000..c3b869c
--- /dev/null
+++ b/Test/Program.cs
@@ -0,0 +1,12 @@
+using PortProxyTool;
+
+namespace Test;
+
+internal static class Program
+{
+ private static void Main(string[] args)
+ {
+ Console.WriteLine("Hello, World!");
+ var t = PortProxy.GetPortProxies();
+ }
+}
\ No newline at end of file
diff --git a/Test/Test.csproj b/Test/Test.csproj
new file mode 100644
index 0000000..d5b6c14
--- /dev/null
+++ b/Test/Test.csproj
@@ -0,0 +1,15 @@
+
+
+
+ Exe
+ net9.0
+ latestmajor
+ enable
+ enable
+
+
+
+
+
+
+