Fixed comment for doxygen.
[platform/core/csapi/system-settings.git] / Tizen.System.SystemSettings / Properties / AssemblyInfo.cs
1 /*
2  * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
3  *
4  * Licensed under the Apache License, Version 2.0 (the License);
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  * http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an AS IS BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16
17 using System.Reflection;
18 using System.Runtime.CompilerServices;
19 using System.Runtime.InteropServices;
20
21 // General Information about an assembly is controlled through the following
22 // set of attributes. Change these attribute values to modify the information
23 // associated with an assembly.
24 [assembly: AssemblyTitle("Tizen.System.SystemSettings")]
25 [assembly: AssemblyDescription("")]
26 [assembly: AssemblyConfiguration("")]
27 [assembly: AssemblyCompany("Samsung Electronics")]
28 [assembly: AssemblyProduct("Tizen.System.SystemSettings")]
29 [assembly: AssemblyCopyright("Copyright (c) 2016 Samsung Electronics Co., Ltd")]
30 [assembly: AssemblyTrademark("")]
31 [assembly: AssemblyCulture("")]
32
33 // Setting ComVisible to false makes the types in this assembly not visible
34 // to COM components.  If you need to access a type in this assembly from
35 // COM, set the ComVisible attribute to true on that type.
36 [assembly: ComVisible(false)]
37
38 // The following GUID is for the ID of the typelib if this project is exposed to COM
39 [assembly: Guid("09d03c33-2fce-4c18-bec8-f585a865a4b4")]
40
41 // Version information for an assembly consists of the following four values:
42 //
43 //      Major Version
44 //      Minor Version
45 //      Build Number
46 //      Revision
47 //
48 // You can specify all the values or you can default the Build and Revision Numbers
49 // by using the '*' as shown below:
50 // [assembly: AssemblyVersion("1.0.*")]
51 [assembly: AssemblyVersion("1.0.0.0")]
52 [assembly: AssemblyFileVersion("1.0.0.0")]