From 50bd11c35ebc48137eb01d69bdeb783c66479517 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Sat, 7 Oct 2017 15:06:20 -0700 Subject: Code cleanup --- src/WixToolset.BuildTasks/AssemblyInfo.cs | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/WixToolset.BuildTasks/AssemblyInfo.cs (limited to 'src/WixToolset.BuildTasks/AssemblyInfo.cs') diff --git a/src/WixToolset.BuildTasks/AssemblyInfo.cs b/src/WixToolset.BuildTasks/AssemblyInfo.cs deleted file mode 100644 index ae52fce8..00000000 --- a/src/WixToolset.BuildTasks/AssemblyInfo.cs +++ /dev/null @@ -1,7 +0,0 @@ -// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. - -using System.Reflection; -using System.Runtime.InteropServices; - -[assembly: AssemblyCulture("")] -[assembly: ComVisible(false)] -- cgit v1.2.3-55-g6feb