| 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)]; |