main
cpp 12 lines 564 Bytes
Raw
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 Burn unit tests")];
10 [assembly: AssemblyDescriptionAttribute("Burn unit tests")];
11 [assembly: AssemblyCultureAttribute("")];
12 [assembly: ComVisible(false)];