New tests.
[mono.git] / mcs / class / dlr / Runtime / Microsoft.Dynamic / 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 using System.Security.Permissions;
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("Microsoft.Scripting")]
27 [assembly: AssemblyDescription("")]
28 [assembly: AssemblyConfiguration("")]
29 [assembly: AssemblyCompany("Microsoft")]
30 [assembly: AssemblyProduct("Microsoft.Scripting")]
31 [assembly: AssemblyCopyright("� Microsoft Corporation.  All rights reserved.")]
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 [assembly: CLSCompliant(true)]
41
42 // The following GUID is for the ID of the typelib if this project is exposed to COM
43 [assembly: Guid("1bbee69c-30c5-41df-8912-b81da6d658c2")]
44
45 // Version information for an assembly consists of the following four values:
46 //
47 //      Major Version
48 //      Minor Version 
49 //      Build Number
50 //      Revision
51 //
52 // You can specify all the values or you can default the Revision and Build Numbers 
53 // by using the '*' as shown below:
54 [assembly: SecurityTransparent]
55 #if !CLR2 && !SILVERLIGHT
56 [assembly: SecurityRules(SecurityRuleSet.Level1)]
57 #endif
58
59 [assembly: System.Resources.NeutralResourcesLanguage("en-US")]
60
61 #if SIGNED
62 #else
63 #endif
64
65 #if !SILVERLIGHT
66 [assembly: AssemblyVersion("1.0.0.0")]
67 [assembly: AssemblyFileVersion("1.0.1.00")]
68 [assembly: AssemblyInformationalVersion("1.0.1")]
69 [assembly: AllowPartiallyTrustedCallers]
70 [assembly: TypeForwardedTo(typeof(Microsoft.Scripting.Runtime.DynamicStackFrame))]
71 #endif
72