From 1fc2e9da1731e9043a83bff781a986f8d7d04fba Mon Sep 17 00:00:00 2001 From: waltem01 Date: Mon, 4 Jul 2022 07:36:33 +0200 Subject: [PATCH] library only --- .gitignore | 4 ++-- SocketLib/SocketLib.cs => SocketLib.cs | 0 SocketLib/SocketLib.csproj => SocketLib.csproj | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename SocketLib/SocketLib.cs => SocketLib.cs (100%) rename SocketLib/SocketLib.csproj => SocketLib.csproj (100%) diff --git a/.gitignore b/.gitignore index 60fbadb..39f7c96 100644 --- a/.gitignore +++ b/.gitignore @@ -4,5 +4,5 @@ client/obj/* server/bin/* server/obj/* -SocketLib/obj/* -SocketLib/bin/* \ No newline at end of file +obj/* +bin/* \ No newline at end of file diff --git a/SocketLib/SocketLib.cs b/SocketLib.cs similarity index 100% rename from SocketLib/SocketLib.cs rename to SocketLib.cs diff --git a/SocketLib/SocketLib.csproj b/SocketLib.csproj similarity index 100% rename from SocketLib/SocketLib.csproj rename to SocketLib.csproj