From 3b8022c9b274a6ecc5b4ac3355050a7654665bf9 Mon Sep 17 00:00:00 2001 From: Chris Yeninas <844685+PhantomGamers@users.noreply.github.com> Date: Fri, 26 Nov 2021 23:07:49 -0500 Subject: [PATCH] cleanup remove unneeded files --- QSB/Properties/AssemblyInfo.cs | 11 ----------- QSBTests/Properties/AssemblyInfo.cs | 6 ------ QSBTests/app.config | 11 ----------- QuantumUNET/Properties/AssemblyInfo.cs | 10 ---------- 4 files changed, 38 deletions(-) delete mode 100644 QSB/Properties/AssemblyInfo.cs delete mode 100644 QSBTests/Properties/AssemblyInfo.cs delete mode 100644 QSBTests/app.config delete mode 100644 QuantumUNET/Properties/AssemblyInfo.cs diff --git a/QSB/Properties/AssemblyInfo.cs b/QSB/Properties/AssemblyInfo.cs deleted file mode 100644 index 8ce69fe6..00000000 --- a/QSB/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,11 +0,0 @@ -using System.Reflection; -using System.Resources; -using System.Runtime.InteropServices; - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("1f00090a-c697-4c55-b401-192f3cfb9dc2")] diff --git a/QSBTests/Properties/AssemblyInfo.cs b/QSBTests/Properties/AssemblyInfo.cs deleted file mode 100644 index 6d883600..00000000 --- a/QSBTests/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,6 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -[assembly: ComVisible(false)] - -[assembly: Guid("2fe8256c-0cb6-48f1-a4c0-5fa18a1846a3")] diff --git a/QSBTests/app.config b/QSBTests/app.config deleted file mode 100644 index 33d23d8e..00000000 --- a/QSBTests/app.config +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/QuantumUNET/Properties/AssemblyInfo.cs b/QuantumUNET/Properties/AssemblyInfo.cs deleted file mode 100644 index d5f7659f..00000000 --- a/QuantumUNET/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,10 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("c8c53004-1508-4f86-a419-4292c188dc2a")]