From 2d0fe5aafb156d8d751da8d3c36064394a94d4cd Mon Sep 17 00:00:00 2001 From: zhangyazhou Date: Fri, 25 Feb 2022 20:36:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=A1=B9=E7=9B=AE=E4=BE=9D?= =?UTF-8?q?=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 5 ++++- WebSocketTool/WebSocketTool.csproj | 15 +++++++++++---- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 9491a2f..de67018 100644 --- a/.gitignore +++ b/.gitignore @@ -360,4 +360,7 @@ MigrationBackup/ .ionide/ # Fody - auto-generated XML schema -FodyWeavers.xsd \ No newline at end of file +FodyWeavers.xsd + +# Reider +.idea \ No newline at end of file diff --git a/WebSocketTool/WebSocketTool.csproj b/WebSocketTool/WebSocketTool.csproj index 278ea8e..48649f2 100644 --- a/WebSocketTool/WebSocketTool.csproj +++ b/WebSocketTool/WebSocketTool.csproj @@ -34,6 +34,17 @@ prompt 4 + + + {b357bac7-529e-4d81-a0d2-71041b19c8de} + websocket-sharp + + + + + ..\libs\websocket-sharp.dll + + ..\libs\log4net.dll @@ -49,9 +60,6 @@ 4.0 - - ..\libs\websocket-sharp.dll - @@ -125,6 +133,5 @@ - \ No newline at end of file