aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/Properties/AssemblyInfo.cs
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2017-10-07 15:06:20 -0700
committerRob Mensching <rob@firegiant.com>2017-10-07 15:06:20 -0700
commit50bd11c35ebc48137eb01d69bdeb783c66479517 (patch)
treec61fa991e472daf9f0e8464dcd0ea87f401b5692 /src/WixToolset.Core/Properties/AssemblyInfo.cs
parent4d5289fa6254ca80a23807c41ca8502f8f38f048 (diff)
downloadwix-50bd11c35ebc48137eb01d69bdeb783c66479517.tar.gz
wix-50bd11c35ebc48137eb01d69bdeb783c66479517.tar.bz2
wix-50bd11c35ebc48137eb01d69bdeb783c66479517.zip
Code cleanup
Diffstat (limited to 'src/WixToolset.Core/Properties/AssemblyInfo.cs')
-rw-r--r--src/WixToolset.Core/Properties/AssemblyInfo.cs9
1 files changed, 9 insertions, 0 deletions
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 @@
1// 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.
2
3using System;
4using System.Reflection;
5using System.Runtime.InteropServices;
6
7[assembly: AssemblyCulture("")]
8[assembly: CLSCompliant(true)]
9[assembly: ComVisible(false)]