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.Core/Properties/AssemblyInfo.cs | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/WixToolset.Core/Properties/AssemblyInfo.cs (limited to 'src/WixToolset.Core/Properties/AssemblyInfo.cs') diff --git a/src/WixToolset.Core/Properties/AssemblyInfo.cs b/src/WixToolset.Core/Properties/AssemblyInfo.cs new file mode 100644 index 00000000..b3740b2a --- /dev/null +++ b/src/WixToolset.Core/Properties/AssemblyInfo.cs @@ -0,0 +1,9 @@ +// 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; +using System.Reflection; +using System.Runtime.InteropServices; + +[assembly: AssemblyCulture("")] +[assembly: CLSCompliant(true)] +[assembly: ComVisible(false)] -- cgit v1.2.3-55-g6feb