Browse Source

Removed unneeded AssemblyInfo.cs files

tags/1.0-rc
RogueException 8 years ago
parent
commit
d32b701f00
4 changed files with 0 additions and 72 deletions
  1. +0
    -18
      src/Discord.Net.Rest/Properties/AssemblyInfo.cs
  2. +0
    -18
      src/Discord.Net.Rpc/Properties/AssemblyInfo.cs
  3. +0
    -18
      src/Discord.Net.WebSocket/Properties/AssemblyInfo.cs
  4. +0
    -18
      src/Discord.Net/Properties/AssemblyInfo.cs

+ 0
- 18
src/Discord.Net.Rest/Properties/AssemblyInfo.cs View File

@@ -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")]

+ 0
- 18
src/Discord.Net.Rpc/Properties/AssemblyInfo.cs View File

@@ -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")]

+ 0
- 18
src/Discord.Net.WebSocket/Properties/AssemblyInfo.cs View File

@@ -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")]

+ 0
- 18
src/Discord.Net/Properties/AssemblyInfo.cs View File

@@ -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")]

Loading…
Cancel
Save