forked from BearWare/TeamTalk5
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAssemblyInfo.cs
More file actions
62 lines (56 loc) · 2.09 KB
/
AssemblyInfo.cs
File metadata and controls
62 lines (56 loc) · 2.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
/*
* Copyright (c) 2005-2018, BearWare.dk
*
* Contact Information:
*
* Bjoern D. Rasmussen
* Kirketoften 5
* DK-8260 Viby J
* Denmark
* Email: contact@bearware.dk
* Phone: +45 20 20 54 59
* Web: http://www.bearware.dk
*
* This source code is part of the TeamTalk SDK owned by
* BearWare.dk. Use of this file, or its compiled unit, requires a
* TeamTalk SDK License Key issued by BearWare.dk.
*
* The TeamTalk SDK License Agreement along with its Terms and
* Conditions are outlined in the file License.txt included with the
* TeamTalk SDK distribution.
*
*/
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
#if ENABLE_TEAMTALKPRO
[assembly: AssemblyTitle("TeamTalk 5 Professional .NET DLL")]
[assembly: AssemblyDescription("TeamTalk 5 Professional .NET Dynamic Link Library")]
[assembly: AssemblyProduct("TeamTalk 5 Professional .NET Dynamic Link Library")]
#else
[assembly: AssemblyTitle("TeamTalk 5 .NET DLL")]
[assembly: AssemblyDescription("TeamTalk 5 .NET Dynamic Link Library")]
[assembly: AssemblyProduct("TeamTalk 5 .NET Dynamic Link Library")]
#endif
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("BearWare.dk")]
[assembly: AssemblyCopyright("Copyright (c) 2005-2020, BearWare.dk")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("b0eb89c3-0e1c-4296-b4b4-409621af2093")]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
[assembly: AssemblyVersion("5.18.0.5153")]