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