From 9afa03d9eec65796ae3bdafccab37e0b3164f173 Mon Sep 17 00:00:00 2001 From: Timerix22 <87668556+Timerix22@users.noreply.github.com> Date: Mon, 19 Jul 2021 21:35:39 +0300 Subject: [PATCH] Delete .old 5 directory --- .old 5/dtlauncher-client-win/App.config | 6 - .old 5/dtlauncher-client-win/App.xaml | 166 ----------- .old 5/dtlauncher-client-win/App.xaml.cs | 11 - .../dtlauncher-client-win/LauncherWindow.xaml | 98 ------- .../LauncherWindow.xaml.cs | 102 ------- .old 5/dtlauncher-client-win/LoginWindow.xaml | 42 --- .../dtlauncher-client-win/LoginWindow.xaml.cs | 122 -------- .../dtlauncher-client-win/ProgramLabel.xaml | 33 --- .../ProgramLabel.xaml.cs | 115 -------- .../Properties/AssemblyInfo.cs | 53 ---- .../Properties/Resources.Designer.cs | 70 ----- .../Properties/Resources.resx | 117 -------- .../Properties/Settings.Designer.cs | 29 -- .../Properties/Settings.settings | 7 - .../dtlauncher-client-win.csproj | 125 -------- .old 5/dtlauncher-client-win/dtscript.ico | Bin 9662 -> 0 bytes .old 5/dtlauncher-server-win/App.config | 6 - .old 5/dtlauncher-server-win/Program.cs | 121 -------- .../Properties/AssemblyInfo.cs | 53 ---- .../Properties/Resources.Designer.cs | 70 ----- .../Properties/Resources.resx | 117 -------- .../Properties/Settings.Designer.cs | 29 -- .../Properties/Settings.settings | 7 - .../dtlauncher-server-win.csproj | 111 ------- .old 5/dtlauncher.sln | 45 --- .old 5/updater/App.config | 6 - .old 5/updater/Program.cs | 39 --- .old 5/updater/Properties/AssemblyInfo.cs | 36 --- .old 5/updater/dtlib/ColoredConsole.cs | 83 ------ .old 5/updater/dtlib/FileWork.cs | 168 ----------- .old 5/updater/dtlib/Hasher.cs | 59 ---- .old 5/updater/dtlib/NetWork.cs | 277 ------------------ .old 5/updater/dtlib/SimpleConverter.cs | 88 ------ .old 5/updater/dtlib/TImer.cs | 36 --- .old 5/updater/dtlib/XXHash.cs | 180 ------------ .old 5/updater/updater.csproj | 82 ------ 36 files changed, 2709 deletions(-) delete mode 100644 .old 5/dtlauncher-client-win/App.config delete mode 100644 .old 5/dtlauncher-client-win/App.xaml delete mode 100644 .old 5/dtlauncher-client-win/App.xaml.cs delete mode 100644 .old 5/dtlauncher-client-win/LauncherWindow.xaml delete mode 100644 .old 5/dtlauncher-client-win/LauncherWindow.xaml.cs delete mode 100644 .old 5/dtlauncher-client-win/LoginWindow.xaml delete mode 100644 .old 5/dtlauncher-client-win/LoginWindow.xaml.cs delete mode 100644 .old 5/dtlauncher-client-win/ProgramLabel.xaml delete mode 100644 .old 5/dtlauncher-client-win/ProgramLabel.xaml.cs delete mode 100644 .old 5/dtlauncher-client-win/Properties/AssemblyInfo.cs delete mode 100644 .old 5/dtlauncher-client-win/Properties/Resources.Designer.cs delete mode 100644 .old 5/dtlauncher-client-win/Properties/Resources.resx delete mode 100644 .old 5/dtlauncher-client-win/Properties/Settings.Designer.cs delete mode 100644 .old 5/dtlauncher-client-win/Properties/Settings.settings delete mode 100644 .old 5/dtlauncher-client-win/dtlauncher-client-win.csproj delete mode 100644 .old 5/dtlauncher-client-win/dtscript.ico delete mode 100644 .old 5/dtlauncher-server-win/App.config delete mode 100644 .old 5/dtlauncher-server-win/Program.cs delete mode 100644 .old 5/dtlauncher-server-win/Properties/AssemblyInfo.cs delete mode 100644 .old 5/dtlauncher-server-win/Properties/Resources.Designer.cs delete mode 100644 .old 5/dtlauncher-server-win/Properties/Resources.resx delete mode 100644 .old 5/dtlauncher-server-win/Properties/Settings.Designer.cs delete mode 100644 .old 5/dtlauncher-server-win/Properties/Settings.settings delete mode 100644 .old 5/dtlauncher-server-win/dtlauncher-server-win.csproj delete mode 100644 .old 5/dtlauncher.sln delete mode 100644 .old 5/updater/App.config delete mode 100644 .old 5/updater/Program.cs delete mode 100644 .old 5/updater/Properties/AssemblyInfo.cs delete mode 100644 .old 5/updater/dtlib/ColoredConsole.cs delete mode 100644 .old 5/updater/dtlib/FileWork.cs delete mode 100644 .old 5/updater/dtlib/Hasher.cs delete mode 100644 .old 5/updater/dtlib/NetWork.cs delete mode 100644 .old 5/updater/dtlib/SimpleConverter.cs delete mode 100644 .old 5/updater/dtlib/TImer.cs delete mode 100644 .old 5/updater/dtlib/XXHash.cs delete mode 100644 .old 5/updater/updater.csproj diff --git a/.old 5/dtlauncher-client-win/App.config b/.old 5/dtlauncher-client-win/App.config deleted file mode 100644 index 193aecc..0000000 --- a/.old 5/dtlauncher-client-win/App.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.old 5/dtlauncher-client-win/App.xaml b/.old 5/dtlauncher-client-win/App.xaml deleted file mode 100644 index 56be4b8..0000000 --- a/.old 5/dtlauncher-client-win/App.xaml +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.old 5/dtlauncher-client-win/App.xaml.cs b/.old 5/dtlauncher-client-win/App.xaml.cs deleted file mode 100644 index 4aa3d80..0000000 --- a/.old 5/dtlauncher-client-win/App.xaml.cs +++ /dev/null @@ -1,11 +0,0 @@ -using System.Windows; - -namespace dtlauncher_client_win -{ - /// - /// Логика взаимодействия для App.xaml - /// - public partial class App : Application - { - } -} diff --git a/.old 5/dtlauncher-client-win/LauncherWindow.xaml b/.old 5/dtlauncher-client-win/LauncherWindow.xaml deleted file mode 100644 index f639199..0000000 --- a/.old 5/dtlauncher-client-win/LauncherWindow.xaml +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - -