From b450b4cc84e993ea03ac3be646cd789997e2d1be Mon Sep 17 00:00:00 2001
From: Jack <3486688394@qq.com>
Date: Tue, 28 Jan 2025 22:57:54 +0800
Subject: [PATCH] =?UTF-8?q?test:=20=E6=B7=BB=E5=8A=A0=E6=B5=8B=E8=AF=95?=
=?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=B9=B6=E6=9B=B4=E6=96=B0=E8=A7=A3=E5=86=B3?=
=?UTF-8?q?=E6=96=B9=E6=A1=88=E9=85=8D=E7=BD=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
PortProxyTool.sln | 6 ++++++
PortProxyTool.sln.DotSettings.user | 4 ++++
Test/Program.cs | 12 ++++++++++++
Test/Test.csproj | 15 +++++++++++++++
4 files changed, 37 insertions(+)
create mode 100644 PortProxyTool.sln.DotSettings.user
create mode 100644 Test/Program.cs
create mode 100644 Test/Test.csproj
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
+
+
+
+
+
+
+