diff options
author | Rob Mensching <rob@firegiant.com> | 2017-10-07 15:06:20 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2017-10-07 15:06:20 -0700 |
commit | 50bd11c35ebc48137eb01d69bdeb783c66479517 (patch) | |
tree | c61fa991e472daf9f0e8464dcd0ea87f401b5692 /src/WixToolset.Core/Properties/AssemblyInfo.cs | |
parent | 4d5289fa6254ca80a23807c41ca8502f8f38f048 (diff) | |
download | wix-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.cs | 9 |
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 | |||
3 | using System; | ||
4 | using System.Reflection; | ||
5 | using System.Runtime.InteropServices; | ||
6 | |||
7 | [assembly: AssemblyCulture("")] | ||
8 | [assembly: CLSCompliant(true)] | ||
9 | [assembly: ComVisible(false)] | ||