Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/dlr/Runtime/Microsoft.Dynamic/Properties/AssemblyInfo.cs')
-rw-r--r--mcs/class/dlr/Runtime/Microsoft.Dynamic/Properties/AssemblyInfo.cs38
1 files changed, 16 insertions, 22 deletions
diff --git a/mcs/class/dlr/Runtime/Microsoft.Dynamic/Properties/AssemblyInfo.cs b/mcs/class/dlr/Runtime/Microsoft.Dynamic/Properties/AssemblyInfo.cs
index 3e4cd76c101..c6d59800fde 100644
--- a/mcs/class/dlr/Runtime/Microsoft.Dynamic/Properties/AssemblyInfo.cs
+++ b/mcs/class/dlr/Runtime/Microsoft.Dynamic/Properties/AssemblyInfo.cs
@@ -13,30 +13,21 @@
*
* ***************************************************************************/
-#if CODEPLEX_40
using System;
-#else
-using System; using Microsoft;
-#endif
using System.Reflection;
using System.Runtime.CompilerServices;
-#if !CODEPLEX_40
-using Microsoft.Runtime.CompilerServices;
-#endif
-
using System.Runtime.InteropServices;
using System.Security;
-
-#if MICROSOFT_DYNAMIC
+using System.Security.Permissions;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
-[assembly: AssemblyTitle("Microsoft.Dynamic")]
+[assembly: AssemblyTitle("Microsoft.Scripting")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
-[assembly: AssemblyProduct("Microsoft.Dynamic")]
+[assembly: AssemblyProduct("Microsoft.Scripting")]
[assembly: AssemblyCopyright("� Microsoft Corporation. All rights reserved.")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@@ -48,6 +39,9 @@ using System.Security;
[assembly: CLSCompliant(true)]
+// The following GUID is for the ID of the typelib if this project is exposed to COM
+[assembly: Guid("1bbee69c-30c5-41df-8912-b81da6d658c2")]
+
// Version information for an assembly consists of the following four values:
//
// Major Version
@@ -57,8 +51,18 @@ using System.Security;
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
+[assembly: SecurityTransparent]
+#if !CLR2 && !SILVERLIGHT
+[assembly: SecurityRules(SecurityRuleSet.Level1)]
+#endif
+
[assembly: System.Resources.NeutralResourcesLanguage("en-US")]
+#if SIGNED
+#else
+#endif
+
+#if !SILVERLIGHT
[assembly: AssemblyVersion("0.9.6.20")]
[assembly: AssemblyFileVersion("1.0.0.00")]
[assembly: AssemblyInformationalVersion("1.0")]
@@ -66,14 +70,4 @@ using System.Security;
#if CODEPLEX_40
[assembly: SecurityRules(SecurityRuleSet.Level1)]
#endif
-
-#else
-
-[assembly: InternalsVisibleTo("Microsoft.CSharp, PublicKey =" +
- "002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9" +
- "f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad2361321" +
- "02900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93" +
- "c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc09334" +
- "4d5ad293")]
-
#endif