scripts
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Reflection;
|
||||
using System.Resources;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Security;
|
||||
|
||||
[assembly: AssemblyVersion("3.5.0.0")]
|
||||
[assembly: AssemblyTitle("System.Core.dll")]
|
||||
[assembly: AssemblyDescription("System.Core.dll")]
|
||||
[assembly: AssemblyDefaultAlias("System.Core.dll")]
|
||||
[assembly: AssemblyCompany("MONO development team")]
|
||||
[assembly: AssemblyProduct("MONO Common language infrastructure")]
|
||||
[assembly: AssemblyCopyright("(c) various MONO Authors")]
|
||||
[assembly: SatelliteContractVersion("3.5.0.0")]
|
||||
[assembly: AssemblyInformationalVersion("3.5.21022.8")]
|
||||
[assembly: AssemblyFileVersion("3.5.21022.8")]
|
||||
[assembly: NeutralResourcesLanguage("en-US")]
|
||||
[assembly: CLSCompliant(true)]
|
||||
[assembly: AssemblyDelaySign(true)]
|
||||
[assembly: AssemblyKeyFile("../ecma.pub")]
|
||||
[assembly: AllowPartiallyTrustedCallers]
|
||||
[assembly: DefaultDependency(LoadHint.Always)]
|
||||
[assembly: SecurityCritical]
|
||||
[assembly: StringFreezing]
|
||||
[assembly: ComVisible(false)]
|
||||
Reference in New Issue
Block a user