New tests.
[mono.git] / mcs / class / dlr / Runtime / Microsoft.Scripting.Core / Properties / AssemblyInfo.cs
1 /* ****************************************************************************
2  *
3  * Copyright (c) Microsoft Corporation. 
4  *
5  * This source code is subject to terms and conditions of the Microsoft Public License. A 
6  * copy of the license can be found in the License.html file at the root of this distribution. If 
7  * you cannot locate the  Microsoft Public License, please send an email to 
8  * dlr@microsoft.com. By using this source code in any fashion, you are agreeing to be bound 
9  * by the terms of the Microsoft Public License.
10  *
11  * You must not remove this notice, or any other, from this software.
12  *
13  *
14  * ***************************************************************************/
15
16 using System;
17 using System.Reflection;
18 using System.Runtime.CompilerServices;
19 using System.Runtime.InteropServices;
20 using System.Security;
21
22 // General Information about an assembly is controlled through the following 
23 // set of attributes. Change these attribute values to modify the information
24 // associated with an assembly.
25 [assembly: AssemblyTitle("Microsoft.Scripting")]
26 [assembly: AssemblyDescription("")]
27 [assembly: AssemblyConfiguration("")]
28 [assembly: AssemblyCompany("Microsoft")]
29 [assembly: AssemblyProduct("Microsoft.Scripting")]
30 [assembly: AssemblyCopyright("� Microsoft Corporation.  All rights reserved.")]
31 [assembly: AssemblyTrademark("")]
32 [assembly: AssemblyCulture("")]
33
34 // Setting ComVisible to false makes the types in this assembly not visible 
35 // to COM components.  If you need to access a type in this assembly from 
36 // COM, set the ComVisible attribute to true on that type.
37 [assembly: ComVisible(false)]
38
39 [assembly: CLSCompliant(true)]
40
41 // The following GUID is for the ID of the typelib if this project is exposed to COM
42 [assembly: Guid("cabb8088-1370-43ca-ad47-1c32d3f7bd10")]
43
44 // Version information for an assembly consists of the following four values:
45 //
46 //      Major Version
47 //      Minor Version 
48 //      Build Number
49 //      Revision
50 //
51 // You can specify all the values or you can default the Revision and Build Numbers 
52 // by using the '*' as shown below:
53 [assembly: SecurityTransparent]
54
55 [assembly: System.Resources.NeutralResourcesLanguage("en-US")]
56
57 #if !SILVERLIGHT
58 [assembly: AssemblyVersion("1.0.0.0")]
59 [assembly: AssemblyFileVersion("1.0.1.00")]
60 [assembly: AssemblyInformationalVersion("1.0.1")]
61 [assembly: AllowPartiallyTrustedCallers]
62 #endif