From 16b8dec06b7eeecc10788200d0d5bdeb6738b475 Mon Sep 17 00:00:00 2001 From: Daniel LaCosse <3759828+daniellacosse@users.noreply.github.com> Date: Wed, 3 Apr 2024 15:37:21 -0400 Subject: [PATCH] return tools --- .../OutlineService/OutlineService.sln | 0 .../OutlineService/OutlineService/App.config | 0 .../OutlineService/OutlineService.Designer.cs | 0 .../OutlineService/OutlineService/OutlineService.cs | 0 .../OutlineService/OutlineService.csproj | 0 .../OutlineService/OutlineService.resx | 0 .../OutlineService/OutlineService/Program.cs | 0 .../OutlineService/Properties/AssemblyInfo.cs | 0 .../OutlineService/bin/OutlineService.exe | Bin .../bin/Release/OutlineService.exe.config | 0 .../OutlineService/OutlineService/packages.config | 0 {client/tools => tools}/smartdnsblock/README.md | 0 .../smartdnsblock/bin/smartdnsblock.exe | Bin .../tools => tools}/smartdnsblock/smartdnsblock.sln | 0 .../smartdnsblock/smartdnsblock/smartdnsblock.cpp | 0 .../smartdnsblock/smartdnsblock.filters | 0 .../smartdnsblock/smartdnsblock/smartdnsblock.user | 0 .../smartdnsblock/smartdnsblock.vcxproj | 0 18 files changed, 0 insertions(+), 0 deletions(-) rename {client/tools => tools}/OutlineService/OutlineService.sln (100%) rename {client/tools => tools}/OutlineService/OutlineService/App.config (100%) rename {client/tools => tools}/OutlineService/OutlineService/OutlineService.Designer.cs (100%) rename {client/tools => tools}/OutlineService/OutlineService/OutlineService.cs (100%) rename {client/tools => tools}/OutlineService/OutlineService/OutlineService.csproj (100%) rename {client/tools => tools}/OutlineService/OutlineService/OutlineService.resx (100%) rename {client/tools => tools}/OutlineService/OutlineService/Program.cs (100%) rename {client/tools => tools}/OutlineService/OutlineService/Properties/AssemblyInfo.cs (100%) rename {client/tools => tools}/OutlineService/OutlineService/bin/OutlineService.exe (100%) rename {client/tools => tools}/OutlineService/OutlineService/bin/Release/OutlineService.exe.config (100%) rename {client/tools => tools}/OutlineService/OutlineService/packages.config (100%) rename {client/tools => tools}/smartdnsblock/README.md (100%) rename {client/tools => tools}/smartdnsblock/bin/smartdnsblock.exe (100%) rename {client/tools => tools}/smartdnsblock/smartdnsblock.sln (100%) rename {client/tools => tools}/smartdnsblock/smartdnsblock/smartdnsblock.cpp (100%) rename {client/tools => tools}/smartdnsblock/smartdnsblock/smartdnsblock.filters (100%) rename {client/tools => tools}/smartdnsblock/smartdnsblock/smartdnsblock.user (100%) rename {client/tools => tools}/smartdnsblock/smartdnsblock/smartdnsblock.vcxproj (100%) diff --git a/client/tools/OutlineService/OutlineService.sln b/tools/OutlineService/OutlineService.sln similarity index 100% rename from client/tools/OutlineService/OutlineService.sln rename to tools/OutlineService/OutlineService.sln diff --git a/client/tools/OutlineService/OutlineService/App.config b/tools/OutlineService/OutlineService/App.config similarity index 100% rename from client/tools/OutlineService/OutlineService/App.config rename to tools/OutlineService/OutlineService/App.config diff --git a/client/tools/OutlineService/OutlineService/OutlineService.Designer.cs b/tools/OutlineService/OutlineService/OutlineService.Designer.cs similarity index 100% rename from client/tools/OutlineService/OutlineService/OutlineService.Designer.cs rename to tools/OutlineService/OutlineService/OutlineService.Designer.cs diff --git a/client/tools/OutlineService/OutlineService/OutlineService.cs b/tools/OutlineService/OutlineService/OutlineService.cs similarity index 100% rename from client/tools/OutlineService/OutlineService/OutlineService.cs rename to tools/OutlineService/OutlineService/OutlineService.cs diff --git a/client/tools/OutlineService/OutlineService/OutlineService.csproj b/tools/OutlineService/OutlineService/OutlineService.csproj similarity index 100% rename from client/tools/OutlineService/OutlineService/OutlineService.csproj rename to tools/OutlineService/OutlineService/OutlineService.csproj diff --git a/client/tools/OutlineService/OutlineService/OutlineService.resx b/tools/OutlineService/OutlineService/OutlineService.resx similarity index 100% rename from client/tools/OutlineService/OutlineService/OutlineService.resx rename to tools/OutlineService/OutlineService/OutlineService.resx diff --git a/client/tools/OutlineService/OutlineService/Program.cs b/tools/OutlineService/OutlineService/Program.cs similarity index 100% rename from client/tools/OutlineService/OutlineService/Program.cs rename to tools/OutlineService/OutlineService/Program.cs diff --git a/client/tools/OutlineService/OutlineService/Properties/AssemblyInfo.cs b/tools/OutlineService/OutlineService/Properties/AssemblyInfo.cs similarity index 100% rename from client/tools/OutlineService/OutlineService/Properties/AssemblyInfo.cs rename to tools/OutlineService/OutlineService/Properties/AssemblyInfo.cs diff --git a/client/tools/OutlineService/OutlineService/bin/OutlineService.exe b/tools/OutlineService/OutlineService/bin/OutlineService.exe similarity index 100% rename from client/tools/OutlineService/OutlineService/bin/OutlineService.exe rename to tools/OutlineService/OutlineService/bin/OutlineService.exe diff --git a/client/tools/OutlineService/OutlineService/bin/Release/OutlineService.exe.config b/tools/OutlineService/OutlineService/bin/Release/OutlineService.exe.config similarity index 100% rename from client/tools/OutlineService/OutlineService/bin/Release/OutlineService.exe.config rename to tools/OutlineService/OutlineService/bin/Release/OutlineService.exe.config diff --git a/client/tools/OutlineService/OutlineService/packages.config b/tools/OutlineService/OutlineService/packages.config similarity index 100% rename from client/tools/OutlineService/OutlineService/packages.config rename to tools/OutlineService/OutlineService/packages.config diff --git a/client/tools/smartdnsblock/README.md b/tools/smartdnsblock/README.md similarity index 100% rename from client/tools/smartdnsblock/README.md rename to tools/smartdnsblock/README.md diff --git a/client/tools/smartdnsblock/bin/smartdnsblock.exe b/tools/smartdnsblock/bin/smartdnsblock.exe similarity index 100% rename from client/tools/smartdnsblock/bin/smartdnsblock.exe rename to tools/smartdnsblock/bin/smartdnsblock.exe diff --git a/client/tools/smartdnsblock/smartdnsblock.sln b/tools/smartdnsblock/smartdnsblock.sln similarity index 100% rename from client/tools/smartdnsblock/smartdnsblock.sln rename to tools/smartdnsblock/smartdnsblock.sln diff --git a/client/tools/smartdnsblock/smartdnsblock/smartdnsblock.cpp b/tools/smartdnsblock/smartdnsblock/smartdnsblock.cpp similarity index 100% rename from client/tools/smartdnsblock/smartdnsblock/smartdnsblock.cpp rename to tools/smartdnsblock/smartdnsblock/smartdnsblock.cpp diff --git a/client/tools/smartdnsblock/smartdnsblock/smartdnsblock.filters b/tools/smartdnsblock/smartdnsblock/smartdnsblock.filters similarity index 100% rename from client/tools/smartdnsblock/smartdnsblock/smartdnsblock.filters rename to tools/smartdnsblock/smartdnsblock/smartdnsblock.filters diff --git a/client/tools/smartdnsblock/smartdnsblock/smartdnsblock.user b/tools/smartdnsblock/smartdnsblock/smartdnsblock.user similarity index 100% rename from client/tools/smartdnsblock/smartdnsblock/smartdnsblock.user rename to tools/smartdnsblock/smartdnsblock/smartdnsblock.user diff --git a/client/tools/smartdnsblock/smartdnsblock/smartdnsblock.vcxproj b/tools/smartdnsblock/smartdnsblock/smartdnsblock.vcxproj similarity index 100% rename from client/tools/smartdnsblock/smartdnsblock/smartdnsblock.vcxproj rename to tools/smartdnsblock/smartdnsblock/smartdnsblock.vcxproj