From d32b701f00cb52845f46e09125dc6fd10e9fed07 Mon Sep 17 00:00:00 2001 From: RogueException Date: Tue, 4 Oct 2016 13:36:20 -0300 Subject: [PATCH] Removed unneeded AssemblyInfo.cs files --- .../Properties/AssemblyInfo.cs | 18 ------------------ src/Discord.Net.Rpc/Properties/AssemblyInfo.cs | 18 ------------------ .../Properties/AssemblyInfo.cs | 18 ------------------ src/Discord.Net/Properties/AssemblyInfo.cs | 18 ------------------ 4 files changed, 72 deletions(-) delete mode 100644 src/Discord.Net.Rest/Properties/AssemblyInfo.cs delete mode 100644 src/Discord.Net.Rpc/Properties/AssemblyInfo.cs delete mode 100644 src/Discord.Net.WebSocket/Properties/AssemblyInfo.cs delete mode 100644 src/Discord.Net/Properties/AssemblyInfo.cs diff --git a/src/Discord.Net.Rest/Properties/AssemblyInfo.cs b/src/Discord.Net.Rest/Properties/AssemblyInfo.cs deleted file mode 100644 index bfca3dfeb..000000000 --- a/src/Discord.Net.Rest/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,18 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Discord.Net.Rest")] -[assembly: AssemblyTrademark("")] - -// 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("bfc6dc28-0351-4573-926a-d4124244c04f")] diff --git a/src/Discord.Net.Rpc/Properties/AssemblyInfo.cs b/src/Discord.Net.Rpc/Properties/AssemblyInfo.cs deleted file mode 100644 index 7edd100f2..000000000 --- a/src/Discord.Net.Rpc/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,18 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Discord.Net.Rpc")] -[assembly: AssemblyTrademark("")] - -// 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("5688a353-121e-40a1-8bfa-b17b91fb48fb")] diff --git a/src/Discord.Net.WebSocket/Properties/AssemblyInfo.cs b/src/Discord.Net.WebSocket/Properties/AssemblyInfo.cs deleted file mode 100644 index 86c8fc446..000000000 --- a/src/Discord.Net.WebSocket/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,18 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Discord.Net.WebSocket")] -[assembly: AssemblyTrademark("")] - -// 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("22ab6c66-536c-4ac2-bbdb-a8bc4eb6b14d")] diff --git a/src/Discord.Net/Properties/AssemblyInfo.cs b/src/Discord.Net/Properties/AssemblyInfo.cs deleted file mode 100644 index 1dab21bf6..000000000 --- a/src/Discord.Net/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,18 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Discord.Net")] -[assembly: AssemblyTrademark("")] - -// 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("496db20a-a455-4d01-b6bc-90fe6d7c6b81")]