| 30 |
ashish |
1 |
/**
|
|
|
2 |
* Licensed to the Apache Software Foundation (ASF) under one
|
|
|
3 |
* or more contributor license agreements. See the NOTICE file
|
|
|
4 |
* distributed with this work for additional information
|
|
|
5 |
* regarding copyright ownership. The ASF licenses this file
|
|
|
6 |
* to you under the Apache License, Version 2.0 (the
|
|
|
7 |
* "License"); you may not use this file except in compliance
|
|
|
8 |
* with the License. You may obtain a copy of the License at
|
|
|
9 |
*
|
|
|
10 |
* http://www.apache.org/licenses/LICENSE-2.0
|
|
|
11 |
*
|
|
|
12 |
* Unless required by applicable law or agreed to in writing,
|
|
|
13 |
* software distributed under the License is distributed on an
|
|
|
14 |
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
|
15 |
* KIND, either express or implied. See the License for the
|
|
|
16 |
* specific language governing permissions and limitations
|
|
|
17 |
* under the License.
|
|
|
18 |
*
|
|
|
19 |
* Contains some contributions under the Thrift Software License.
|
|
|
20 |
* Please see doc/old-thrift-license.txt in the Thrift distribution for
|
|
|
21 |
* details.
|
|
|
22 |
*/
|
|
|
23 |
|
|
|
24 |
using System.Reflection;
|
|
|
25 |
using System.Runtime.CompilerServices;
|
|
|
26 |
using System.Runtime.InteropServices;
|
|
|
27 |
|
|
|
28 |
// General Information about an assembly is controlled through the following
|
|
|
29 |
// set of attributes. Change these attribute values to modify the information
|
|
|
30 |
// associated with an assembly.
|
|
|
31 |
[assembly: AssemblyTitle("ThriftMSBuildTask")]
|
|
|
32 |
[assembly: AssemblyDescription("")]
|
|
|
33 |
[assembly: AssemblyConfiguration("")]
|
|
|
34 |
[assembly: AssemblyCompany("")]
|
|
|
35 |
[assembly: AssemblyProduct("ThriftMSBuildTask")]
|
|
|
36 |
[assembly: AssemblyCopyright("Copyright © 2009 The Apache Software Foundation")]
|
|
|
37 |
[assembly: AssemblyTrademark("")]
|
|
|
38 |
[assembly: AssemblyCulture("")]
|
|
|
39 |
|
|
|
40 |
// Setting ComVisible to false makes the types in this assembly not visible
|
|
|
41 |
// to COM components. If you need to access a type in this assembly from
|
|
|
42 |
// COM, set the ComVisible attribute to true on that type.
|
|
|
43 |
[assembly: ComVisible(false)]
|
|
|
44 |
|
|
|
45 |
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
|
|
46 |
[assembly: Guid("5095e09d-7b95-4be1-b250-e1c1db1c485e")]
|
|
|
47 |
|
|
|
48 |
// Version information for an assembly consists of the following four values:
|
|
|
49 |
//
|
|
|
50 |
// Major Version
|
|
|
51 |
// Minor Version
|
|
|
52 |
// Build Number
|
|
|
53 |
// Revision
|
|
|
54 |
//
|
|
|
55 |
// You can specify all the values or you can default the Build and Revision Numbers
|
|
|
56 |
// by using the '*' as shown below:
|
|
|
57 |
// [assembly: AssemblyVersion("1.0.*")]
|
|
|
58 |
[assembly: AssemblyVersion("1.0.0.0")]
|
|
|
59 |
[assembly: AssemblyFileVersion("1.0.0.0")]
|