• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/examples_csharp/ex_env/Properties/
1/*-
2 * See the file LICENSE for redistribution information.
3 *
4 * Copyright (c) 2009 Oracle.  All rights reserved.
5 *
6 * $Id$
7 */
8using System.Reflection;
9using System.Runtime.CompilerServices;
10using 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("ex_env")]
16[assembly: AssemblyDescription("")]
17[assembly: AssemblyConfiguration("")]
18[assembly: AssemblyCompany("Oracle Corporation")]
19[assembly: AssemblyProduct("ex_env")]
20[assembly: AssemblyCopyright("Copyright © Oracle Corporation 2008")]
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("330a53dc-f87a-47d3-b5b2-04261d15f375")]
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[assembly: AssemblyVersion("1.0.0.0")]
40[assembly: AssemblyFileVersion("1.0.0.0")]
41