Adam Connelly | 0c0649d | 2015-12-26 15:55:05 +0000 | [diff] [blame^] | 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 | |
| 20 | using System.Reflection; |
| 21 | using System.Runtime.InteropServices; |
| 22 | |
| 23 | // General Information about an assembly is controlled through the following |
| 24 | // set of attributes. Change these attribute values to modify the information |
| 25 | // associated with an assembly. |
| 26 | [assembly: AssemblyTitle("ThriftMVCTest")] |
| 27 | [assembly: AssemblyDescription("A web project for testing the thrift ASP.NET features.")] |
| 28 | [assembly: AssemblyConfiguration("")] |
| 29 | [assembly: AssemblyCompany("The Apache Software Foundation")] |
| 30 | [assembly: AssemblyProduct("ThriftMVCTest")] |
| 31 | [assembly: AssemblyCopyright("The Apache Software Foundation")] |
| 32 | [assembly: AssemblyTrademark("")] |
| 33 | [assembly: AssemblyCulture("")] |
| 34 | |
| 35 | // Setting ComVisible to false makes the types in this assembly not visible |
| 36 | // to COM components. If you need to access a type in this assembly from |
| 37 | // COM, set the ComVisible attribute to true on that type. |
| 38 | [assembly: ComVisible(false)] |
| 39 | |
| 40 | // The following GUID is for the ID of the typelib if this project is exposed to COM |
| 41 | [assembly: Guid("366f9bd0-3c0e-48aa-b2ca-61fd4a93e427")] |
| 42 | |
| 43 | // Version information for an assembly consists of the following four values: |
| 44 | // |
| 45 | // Major Version |
| 46 | // Minor Version |
| 47 | // Build Number |
| 48 | // Revision |
| 49 | // |
| 50 | // You can specify all the values or you can default the Build and Revision Numbers |
| 51 | // by using the '*' as shown below: |
| 52 | [assembly: AssemblyVersion("1.0.0.1")] |
| 53 | [assembly: AssemblyFileVersion("1.0.0.1")] |