diff options
Diffstat (limited to 'tests/TinyPng.Tests/Properties/AssemblyInfo.cs')
-rw-r--r-- | tests/TinyPng.Tests/Properties/AssemblyInfo.cs | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/tests/TinyPng.Tests/Properties/AssemblyInfo.cs b/tests/TinyPng.Tests/Properties/AssemblyInfo.cs deleted file mode 100644 index df153fc..0000000 --- a/tests/TinyPng.Tests/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -using System.Reflection;
-using System.Runtime.CompilerServices;
-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: AssemblyTitle("TinyPng.Tests")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("TinyPng.Tests")]
-[assembly: AssemblyCopyright("Copyright © 2015")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
-
-// 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("b1c12915-395c-40f9-a7c3-ccf3c5aca0ea")]
|