diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-07-15 21:41:47 +1000 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2020-07-16 16:49:44 +1000 |
| commit | 8bcb8c013a258691d4004c50af4689b90dd05c45 (patch) | |
| tree | c79af1f50a94bb8554672a7de231ab35f5e5ddf1 /src/test/BurnUnitTest/AssemblyInfo.cpp | |
| parent | a49441dfa8f9f796d98ce240ffb839b325908498 (diff) | |
| download | wix-8bcb8c013a258691d4004c50af4689b90dd05c45.tar.gz wix-8bcb8c013a258691d4004c50af4689b90dd05c45.tar.bz2 wix-8bcb8c013a258691d4004c50af4689b90dd05c45.zip | |
Import BurnUnitTest from old wix4 repo.
Diffstat (limited to 'src/test/BurnUnitTest/AssemblyInfo.cpp')
| -rw-r--r-- | src/test/BurnUnitTest/AssemblyInfo.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/test/BurnUnitTest/AssemblyInfo.cpp b/src/test/BurnUnitTest/AssemblyInfo.cpp new file mode 100644 index 00000000..0282b1b7 --- /dev/null +++ b/src/test/BurnUnitTest/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 Burn unit tests")]; | ||
| 10 | [assembly: AssemblyDescriptionAttribute("Burn unit tests")]; | ||
| 11 | [assembly: AssemblyCultureAttribute("")]; | ||
| 12 | [assembly: ComVisible(false)]; | ||
