diff options
author | Rob Mensching <rob@firegiant.com> | 2021-05-11 07:38:07 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2021-05-11 07:38:07 -0700 |
commit | 0c6aea2de8db1258949a741b1c504307a81bf579 (patch) | |
tree | df45a1c3acf2a2af4c8c62d9461f4483bcd0c28c /src/libs/dutil/test/DUtilUnitTest/AssemblyInfo.cpp | |
parent | 985b2683b2717c83a27295b36e09b126083238f9 (diff) | |
parent | 7f642e51670bc38a4ef782a363936850bc2b0ba9 (diff) | |
download | wix-0c6aea2de8db1258949a741b1c504307a81bf579.tar.gz wix-0c6aea2de8db1258949a741b1c504307a81bf579.tar.bz2 wix-0c6aea2de8db1258949a741b1c504307a81bf579.zip |
Merge dutil
Diffstat (limited to 'src/libs/dutil/test/DUtilUnitTest/AssemblyInfo.cpp')
-rw-r--r-- | src/libs/dutil/test/DUtilUnitTest/AssemblyInfo.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/libs/dutil/test/DUtilUnitTest/AssemblyInfo.cpp b/src/libs/dutil/test/DUtilUnitTest/AssemblyInfo.cpp new file mode 100644 index 00000000..2d527910 --- /dev/null +++ b/src/libs/dutil/test/DUtilUnitTest/AssemblyInfo.cpp | |||
@@ -0,0 +1,12 @@ | |||
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 | #include "precomp.h" | ||
4 | |||
5 | using namespace System::Reflection; | ||
6 | using namespace System::Runtime::CompilerServices; | ||
7 | using namespace System::Runtime::InteropServices; | ||
8 | |||
9 | [assembly: AssemblyTitleAttribute("Windows Installer XML Dutil unit tests")]; | ||
10 | [assembly: AssemblyDescriptionAttribute("Dutil unit tests")]; | ||
11 | [assembly: AssemblyCultureAttribute("")]; | ||
12 | [assembly: ComVisible(false)]; | ||