diff --git a/README.md b/README.md
new file mode 100644
index 0000000..5a36d04
--- /dev/null
+++ b/README.md
@@ -0,0 +1,7 @@
+# dtlauncher
+
+launcher for my... idk.. something
+
+\
+requires DTLib\
+https://github.com/Timerix22/DTLib
\ No newline at end of file
diff --git a/dtlauncher.sln b/dtlauncher.sln
index 3dc48b7..8e917a0 100644
--- a/dtlauncher.sln
+++ b/dtlauncher.sln
@@ -7,7 +7,11 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "launcher-server", "launcher
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "launcher-client-win", "launcher-client-win\launcher-client-win.csproj", "{A1F770F3-F6B1-4854-9BF0-093F85064B88}"
EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DTLib", "..\DTLib\DTLib\DTLib.csproj", "{04B926C4-E9E8-4BDB-90E6-5D34C9F738C4}"
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Files", "Solution Files", "{F567AA49-E96B-43BD-95B5-A71F9FCB64E1}"
+ ProjectSection(SolutionItems) = preProject
+ .gitignore = .gitignore
+ README.md = README.md
+ EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -23,10 +27,6 @@ Global
{A1F770F3-F6B1-4854-9BF0-093F85064B88}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1F770F3-F6B1-4854-9BF0-093F85064B88}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1F770F3-F6B1-4854-9BF0-093F85064B88}.Release|Any CPU.Build.0 = Release|Any CPU
- {04B926C4-E9E8-4BDB-90E6-5D34C9F738C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {04B926C4-E9E8-4BDB-90E6-5D34C9F738C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {04B926C4-E9E8-4BDB-90E6-5D34C9F738C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {04B926C4-E9E8-4BDB-90E6-5D34C9F738C4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/launcher-client-win/Launcher.cs b/launcher-client-win/Launcher.cs
index 73d958c..d4779de 100644
--- a/launcher-client-win/Launcher.cs
+++ b/launcher-client-win/Launcher.cs
@@ -1,12 +1,10 @@
global using DTLib;
global using DTLib.Dtsod;
global using DTLib.Filesystem;
-global using DTLib.Network;
global using DTLib.Extensions;
global using System;
global using System.Diagnostics;
global using System.Net;
-global using System.Net.Sockets;
global using System.Text;
global using System.Collections.Generic;
global using System.Threading;
diff --git a/launcher-client-win/launcher-client-win.csproj b/launcher-client-win/launcher-client-win.csproj
index 812a247..90c64c3 100644
--- a/launcher-client-win/launcher-client-win.csproj
+++ b/launcher-client-win/launcher-client-win.csproj
@@ -13,6 +13,7 @@
+
diff --git a/launcher-server/launcher-server.csproj b/launcher-server/launcher-server.csproj
index 62c170e..6b9db17 100644
--- a/launcher-server/launcher-server.csproj
+++ b/launcher-server/launcher-server.csproj
@@ -10,6 +10,8 @@
+
+