diff options
author | Rob Mensching <rob@firegiant.com> | 2021-04-22 16:36:39 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2021-04-22 16:50:15 -0700 |
commit | 6a24996a2e831cfe402398af65b31fb1ecd575a9 (patch) | |
tree | e377370df4bc7901745c6b5f50268fa665edb3f8 /src/internal/WixBuildTools.TestSupport.Native/AssemblyInfo.cpp | |
parent | 2587a8b46b705d53156f5cd1bd866f855049081d (diff) | |
download | wix-6a24996a2e831cfe402398af65b31fb1ecd575a9.tar.gz wix-6a24996a2e831cfe402398af65b31fb1ecd575a9.tar.bz2 wix-6a24996a2e831cfe402398af65b31fb1ecd575a9.zip |
Move WixBuildTools into internal
Diffstat (limited to 'src/internal/WixBuildTools.TestSupport.Native/AssemblyInfo.cpp')
-rw-r--r-- | src/internal/WixBuildTools.TestSupport.Native/AssemblyInfo.cpp | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/internal/WixBuildTools.TestSupport.Native/AssemblyInfo.cpp b/src/internal/WixBuildTools.TestSupport.Native/AssemblyInfo.cpp new file mode 100644 index 00000000..23a48993 --- /dev/null +++ b/src/internal/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 | |||
5 | using namespace System::Reflection; | ||
6 | using namespace System::Runtime::CompilerServices; | ||
7 | using 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)]; | ||