From 6e6771e80225c1697ea418ad99d95be8dac61102 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Fri, 29 Dec 2017 04:06:57 -0800 Subject: Fix several missed identifiers in Compiler and other small cleanup --- src/WixToolset.BuildTasks/AssemblyInfo.cs | 7 +++++++ 1 file changed, 7 insertions(+) create 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 new file mode 100644 index 00000000..ae52fce8 --- /dev/null +++ b/src/WixToolset.BuildTasks/AssemblyInfo.cs @@ -0,0 +1,7 @@ +// 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