From 517f9e055e29cf9851140f589d85f758c220650b Mon Sep 17 00:00:00 2001 From: Max Rumsey Date: Mon, 21 Oct 2024 15:02:38 +1100 Subject: [PATCH] Fix annoying error --- OzStripsGUI/OzStripsGUI - Backup.csproj | 102 ++++++++++++++++++++++++ OzStripsGUI/OzStripsGUI.csproj | 3 +- OzStripsGUI/Util.cs | 1 - 3 files changed, 104 insertions(+), 2 deletions(-) create mode 100644 OzStripsGUI/OzStripsGUI - Backup.csproj diff --git a/OzStripsGUI/OzStripsGUI - Backup.csproj b/OzStripsGUI/OzStripsGUI - Backup.csproj new file mode 100644 index 0000000..8ccef56 --- /dev/null +++ b/OzStripsGUI/OzStripsGUI - Backup.csproj @@ -0,0 +1,102 @@ + + + net481 + true + true + true + x86 + MaxRumsey.OzStripsPlugin.Gui + ozstrips.ico + Content + true + AnyCPU + + + False + + + False + + + False + + + False + + + False + 1701;1702;CA1502 + + + False + 1701;1702;CA1502 + + + + + + + + + + + + Component + + + UserControl + + + True + True + Config.resx + + + True + True + OzStripsSettings.settings + + + + + ResXFileCodeGenerator + Config.Designer.cs + + + + + + + + + C:\Program Files (x86)\vatSys\bin\vatSys.exe + False + + + + + True + True + OzStripsConfig.resx + + + + + PublicResXFileCodeGenerator + OzStripsConfig.Designer.cs + MaxRumsey.OzStripsPlugin.Gui + + + + + Always + + + SettingsSingleFileGenerator + OzStripsSettings.Designer.cs + + + Always + + + diff --git a/OzStripsGUI/OzStripsGUI.csproj b/OzStripsGUI/OzStripsGUI.csproj index d8674c5..8ccef56 100644 --- a/OzStripsGUI/OzStripsGUI.csproj +++ b/OzStripsGUI/OzStripsGUI.csproj @@ -25,9 +25,11 @@ False + 1701;1702;CA1502 False + 1701;1702;CA1502 @@ -35,7 +37,6 @@ - diff --git a/OzStripsGUI/Util.cs b/OzStripsGUI/Util.cs index 64ec4e4..340e288 100644 --- a/OzStripsGUI/Util.cs +++ b/OzStripsGUI/Util.cs @@ -4,7 +4,6 @@ using System.Threading.Tasks; using System.Windows.Forms; using Newtonsoft.Json; -using SocketIOClient.Transport.Http; using vatsys; namespace MaxRumsey.OzStripsPlugin.Gui;