aboutsummaryrefslogtreecommitdiff
path: root/src/WixBuildTools.TestSupport.Native/AssemblyInfo.cpp
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-07-15 16:47:24 +1000
committerSean Hall <r.sean.hall@gmail.com>2020-07-16 16:40:52 +1000
commit64deb692cd9f690e3ce5560530fe93d7f0e3cd67 (patch)
tree9be14c60e213a6e045fb8c0a303b63e65aeaa118 /src/WixBuildTools.TestSupport.Native/AssemblyInfo.cpp
parent1d77b037520a804a1d8f586faad86619b291a1a9 (diff)
downloadwix-64deb692cd9f690e3ce5560530fe93d7f0e3cd67.tar.gz
wix-64deb692cd9f690e3ce5560530fe93d7f0e3cd67.tar.bz2
wix-64deb692cd9f690e3ce5560530fe93d7f0e3cd67.zip
Add WixBuildTools.TestSupport.Native.
Diffstat (limited to 'src/WixBuildTools.TestSupport.Native/AssemblyInfo.cpp')
-rw-r--r--src/WixBuildTools.TestSupport.Native/AssemblyInfo.cpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/WixBuildTools.TestSupport.Native/AssemblyInfo.cpp b/src/WixBuildTools.TestSupport.Native/AssemblyInfo.cpp
new file mode 100644
index 00000000..23a48993
--- /dev/null
+++ b/src/WixBuildTools.TestSupport.Native/AssemblyInfo.cpp
@@ -0,0 +1,17 @@
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
5using namespace System::Reflection;
6using namespace System::Runtime::CompilerServices;
7using namespace System::Runtime::InteropServices;
8
9//
10// General Information about an assembly is controlled through the following
11// set of attributes. Change these attribute values to modify the information
12// associated with an assembly.
13//
14[assembly: AssemblyTitleAttribute("WixBuildTools.TestSupport.Native")];
15[assembly: AssemblyDescriptionAttribute("")];
16[assembly: AssemblyCultureAttribute("")];
17[assembly: ComVisible(false)];