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.BuildTasks/Properties | |
| parent | 4d5289fa6254ca80a23807c41ca8502f8f38f048 (diff) | |
| download | wix-50bd11c35ebc48137eb01d69bdeb783c66479517.tar.gz wix-50bd11c35ebc48137eb01d69bdeb783c66479517.tar.bz2 wix-50bd11c35ebc48137eb01d69bdeb783c66479517.zip | |
Code cleanup
Diffstat (limited to 'src/WixToolset.BuildTasks/Properties')
| -rw-r--r-- | src/WixToolset.BuildTasks/Properties/AssemblyInfo.cs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/WixToolset.BuildTasks/Properties/AssemblyInfo.cs b/src/WixToolset.BuildTasks/Properties/AssemblyInfo.cs new file mode 100644 index 00000000..ae52fce8 --- /dev/null +++ b/src/WixToolset.BuildTasks/Properties/AssemblyInfo.cs | |||
| @@ -0,0 +1,7 @@ | |||
| 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.Reflection; | ||
| 4 | using System.Runtime.InteropServices; | ||
| 5 | |||
| 6 | [assembly: AssemblyCulture("")] | ||
| 7 | [assembly: ComVisible(false)] | ||
