[IoTConnectivity] Added Base implementation
[platform/core/csapi/iotcon.git] / Tizen.Network.IoTConnectivity / Properties / AssemblyInfo.cs
1 /// Copyright 2016 by Samsung Electronics, Inc.,
2 ///
3 /// This software is the confidential and proprietary information
4 /// of Samsung Electronics, Inc. ("Confidential Information"). You
5 /// shall not disclose such Confidential Information and shall use
6 /// it only in accordance with the terms of the license agreement
7 /// you entered into with Samsung.
8
9 using System.Reflection;
10 using System.Runtime.InteropServices;
11
12 // General Information about an assembly is controlled through the following
13 // set of attributes. Change these attribute values to modify the information
14 // associated with an assembly.
15 [assembly: AssemblyTitle("Tizen.Network.IoTConnectivity")]
16 [assembly: AssemblyDescription("")]
17 [assembly: AssemblyConfiguration("")]
18 [assembly: AssemblyCompany("")]
19 [assembly: AssemblyProduct("Tizen.Network.IoTConnectivity")]
20 [assembly: AssemblyCopyright("Copyright (c) 2016 Samsung Electronics Co., Ltd")]
21 [assembly: AssemblyTrademark("")]
22 [assembly: AssemblyCulture("")]
23
24 // Setting ComVisible to false makes the types in this assembly not visible
25 // to COM components.  If you need to access a type in this assembly from
26 // COM, set the ComVisible attribute to true on that type.
27 [assembly: ComVisible(false)]
28
29 // The following GUID is for the ID of the typelib if this project is exposed to COM
30 [assembly: Guid("3577eae8-b409-4bae-a5da-c6340be1dbc2")]
31
32 // Version information for an assembly consists of the following four values:
33 //
34 //      Major Version
35 //      Minor Version
36 //      Build Number
37 //      Revision
38 //
39 // You can specify all the values or you can default the Build and Revision Numbers
40 // by using the '*' as shown below:
41 // [assembly: AssemblyVersion("1.0.*")]
42 [assembly: AssemblyVersion("1.0.0.0")]
43 [assembly: AssemblyFileVersion("1.0.0.0")]