From 94aa33e9c751aa14544648560f5381852a77d803 Mon Sep 17 00:00:00 2001 From: Jason Nelson Date: Mon, 15 Oct 2018 09:38:40 -0700 Subject: [PATCH] Auto-generate assembly info --- .../Properties/AssemblyInfo.cs | 23 ------------------- .../SixLabors.Shapes.Tests.csproj | 10 +------- 2 files changed, 1 insertion(+), 32 deletions(-) delete mode 100644 tests/SixLabors.Shapes.Tests/Properties/AssemblyInfo.cs diff --git a/tests/SixLabors.Shapes.Tests/Properties/AssemblyInfo.cs b/tests/SixLabors.Shapes.Tests/Properties/AssemblyInfo.cs deleted file mode 100644 index 9eb682c..0000000 --- a/tests/SixLabors.Shapes.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("SixLabors.Shapes.Tests")] -[assembly: AssemblyDescription("A cross-platform library for processing of image files written in C#")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("SixLabors.Shapes.Tests")] -[assembly: AssemblyCopyright("Copyright © Scott Williams and contributors.")] -[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("f836e8e6-b4d9-4208-8346-140c74678b91")] diff --git a/tests/SixLabors.Shapes.Tests/SixLabors.Shapes.Tests.csproj b/tests/SixLabors.Shapes.Tests/SixLabors.Shapes.Tests.csproj index 7838d82..50e55a6 100644 --- a/tests/SixLabors.Shapes.Tests/SixLabors.Shapes.Tests.csproj +++ b/tests/SixLabors.Shapes.Tests/SixLabors.Shapes.Tests.csproj @@ -3,15 +3,7 @@ 0.0.0 netcoreapp2.1 - SixLabors.Shapes.Tests - SixLabors.Shapes.Tests - true - false - false - false - false - false - false + SixLabors.Shapes.Tests full AutoGeneratedProgram