From 4418bd52f1fca52a0d8d5f5b60abd2fdfc7146bd Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Tue, 15 Aug 2017 01:31:51 -0700 Subject: Migrate MsgGen --- src/WixBuildTools.MsgGen/AssemblyInfo.cs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/WixBuildTools.MsgGen/AssemblyInfo.cs (limited to 'src/WixBuildTools.MsgGen/AssemblyInfo.cs') diff --git a/src/WixBuildTools.MsgGen/AssemblyInfo.cs b/src/WixBuildTools.MsgGen/AssemblyInfo.cs new file mode 100644 index 00000000..378adbf0 --- /dev/null +++ b/src/WixBuildTools.MsgGen/AssemblyInfo.cs @@ -0,0 +1,8 @@ +// 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; + +// 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: AssemblyCulture("")] -- cgit v1.2.3-55-g6feb