From 93c5d748e0b8879aa294343303dd0f094fc630e9 Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Sun, 14 Aug 2022 12:09:59 +1000 Subject: [PATCH] 1.1 fix --- ...er_XP.csproj => ARCHBLOXLauncher_XP.csproj | 70 +- ...Launcher_XP.sln => ARCHBLOXLauncher_XP.sln | 10 +- ARCHBLOXLauncher_XP/Resources/Thumbs.db | Bin 15360 -> 0 bytes ARCHBLOXLauncher_XP/Resources/unknown.png | Bin 290038 -> 0 bytes .../Extensions.cs => Extensions.cs | 0 .../Form1.Designer.cs => Form1.Designer.cs | 302 +++-- ARCHBLOXLauncher_XP/Form1.cs => Form1.cs | 4 +- ARCHBLOXLauncher_XP/Form2.resx => Form1.resx | 0 ARCHBLOXLauncher_XP/Form2.cs => Form2.cs | 15 +- .../Form2.Designer.cs => Form2.designer.cs | 11 +- ARCHBLOXLauncher_XP/Form1.resx => Form2.resx | 1125 ----------------- ARCHBLOXLauncher_XP/Program.cs => Program.cs | 9 +- .../Properties => Properties}/AssemblyInfo.cs | 10 +- .../Resources.Designer.cs | 22 +- .../Properties => Properties}/Resources.resx | 13 +- .../Settings.Designer.cs | 0 .../Settings.settings | 0 README.md | 2 - .../Resources => Resources}/archblox.png | Bin .../archbloxlowres.png | Bin .../Resources => Resources}/buttonblue200.png | Bin .../buttongreen200.png | Bin .../URI_Maker.cs => URI_Maker.cs | 0 ARCHBLOXLauncher_XP/app.config => app.config | 0 archblox.ico | Bin 0 -> 165754 bytes 25 files changed, 208 insertions(+), 1385 deletions(-) rename ARCHBLOXLauncher_XP/ARCHBLOXLauncher_XP.csproj => ARCHBLOXLauncher_XP.csproj (56%) rename ARCHBLOXLauncher_XP/ARCHBLOXLauncher_XP.sln => ARCHBLOXLauncher_XP.sln (60%) delete mode 100644 ARCHBLOXLauncher_XP/Resources/Thumbs.db delete mode 100644 ARCHBLOXLauncher_XP/Resources/unknown.png rename ARCHBLOXLauncher_XP/Extensions.cs => Extensions.cs (100%) rename ARCHBLOXLauncher_XP/Form1.Designer.cs => Form1.Designer.cs (80%) rename ARCHBLOXLauncher_XP/Form1.cs => Form1.cs (99%) rename ARCHBLOXLauncher_XP/Form2.resx => Form1.resx (100%) rename ARCHBLOXLauncher_XP/Form2.cs => Form2.cs (96%) rename ARCHBLOXLauncher_XP/Form2.Designer.cs => Form2.designer.cs (88%) rename ARCHBLOXLauncher_XP/Form1.resx => Form2.resx (71%) rename ARCHBLOXLauncher_XP/Program.cs => Program.cs (82%) rename {ARCHBLOXLauncher_XP/Properties => Properties}/AssemblyInfo.cs (82%) rename {ARCHBLOXLauncher_XP/Properties => Properties}/Resources.Designer.cs (85%) rename {ARCHBLOXLauncher_XP/Properties => Properties}/Resources.resx (92%) rename {ARCHBLOXLauncher_XP/Properties => Properties}/Settings.Designer.cs (100%) rename {ARCHBLOXLauncher_XP/Properties => Properties}/Settings.settings (100%) delete mode 100644 README.md rename {ARCHBLOXLauncher_XP/Resources => Resources}/archblox.png (100%) rename {ARCHBLOXLauncher_XP/Resources => Resources}/archbloxlowres.png (100%) rename {ARCHBLOXLauncher_XP/Resources => Resources}/buttonblue200.png (100%) rename {ARCHBLOXLauncher_XP/Resources => Resources}/buttongreen200.png (100%) rename ARCHBLOXLauncher_XP/URI_Maker.cs => URI_Maker.cs (100%) rename ARCHBLOXLauncher_XP/app.config => app.config (100%) create mode 100644 archblox.ico diff --git a/ARCHBLOXLauncher_XP/ARCHBLOXLauncher_XP.csproj b/ARCHBLOXLauncher_XP.csproj similarity index 56% rename from ARCHBLOXLauncher_XP/ARCHBLOXLauncher_XP.csproj rename to ARCHBLOXLauncher_XP.csproj index c3ecd82..e2a0661 100644 --- a/ARCHBLOXLauncher_XP/ARCHBLOXLauncher_XP.csproj +++ b/ARCHBLOXLauncher_XP.csproj @@ -5,7 +5,7 @@ x86 8.0.30703 2.0 - {FE8FC745-5077-4C8D-9017-A13490C48BC2} + {49DD1842-81E0-4D7E-AFE9-6270B3DDF9A1} WinExe Properties ARCHBLOXLauncher_XP @@ -34,6 +34,9 @@ prompt 4 + + archblox.ico + @@ -60,7 +63,6 @@ Form2.cs - @@ -70,13 +72,6 @@ Form2.cs - - - - - - - ResXFileCodeGenerator Resources.Designer.cs @@ -88,19 +83,6 @@ True - - - - - - - - - - - - - SettingsSingleFileGenerator Settings.Designer.cs @@ -110,35 +92,6 @@ Settings.settings True - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -160,6 +113,21 @@ True + + + + + + + + + + + + + + +