X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Runtime.Remoting%2FAssembly%2FAssemblyInfo.cs;h=e87df2644960e8f7936db75e6259af933a9d076a;hb=811674bc6331c98d33134e2a37a7c7dd66402227;hp=5397adccc0d818df8e96ddc4218774401bd74c1b;hpb=a097b5471761180c4aae2dab224ed9caeeae3e86;p=mono.git diff --git a/mcs/class/System.Runtime.Remoting/Assembly/AssemblyInfo.cs b/mcs/class/System.Runtime.Remoting/Assembly/AssemblyInfo.cs index 5397adccc0d..e87df264496 100644 --- a/mcs/class/System.Runtime.Remoting/Assembly/AssemblyInfo.cs +++ b/mcs/class/System.Runtime.Remoting/Assembly/AssemblyInfo.cs @@ -32,30 +32,33 @@ using System; using System.Reflection; using System.Resources; using System.Security; +using System.Diagnostics; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about the System.Runtime.Remoting assembly + [assembly: AssemblyTitle ("System.Runtime.Remoting.dll")] + [assembly: AssemblyDescription ("System.Runtime.Remoting.dll")] + [assembly: AssemblyDefaultAlias ("System.Runtime.Remoting.dll")] + + [assembly: AssemblyCompany (Consts.MonoCompany)] + [assembly: AssemblyProduct (Consts.MonoProduct)] + [assembly: AssemblyCopyright (Consts.MonoCopyright)] + + [assembly: AssemblyInformationalVersion (Consts.FxFileVersion)] + [assembly: AssemblyVersion (Consts.FxVersion)] [assembly: SatelliteContractVersion (Consts.FxVersion)] -#if (ONLY_1_1) +[assembly: NeutralResourcesLanguage ("en-US")] [assembly: ComCompatibleVersion (1, 0, 3300, 0)] -[assembly: TypeLibVersion (1, 10)] -#endif - -//[assembly: AssemblyTitle("System.Runtime.Remoting.dll")] -//[assembly: AssemblyDescription("System.Runtime.Remoting.dll")] -//[assembly: AssemblyConfiguration("Development version")] -//[assembly: AssemblyCompany("MONO development team")] -//[assembly: AssemblyProduct("MONO CLI")] -//[assembly: AssemblyCopyright("(c) 2003 Various Authors")] -//[assembly: AssemblyTrademark("")] - -[assembly: NeutralResourcesLanguage("en-US")] - -[assembly: AssemblyDelaySign(true)] -#if !TARGET_JVM -[assembly: AssemblyKeyFile("../ecma.pub")] -#endif \ No newline at end of file + + [assembly: AssemblyDelaySign (true)] + [assembly: AssemblyKeyFile("../ecma.pub")] + +[assembly: AssemblyFileVersion (Consts.FxFileVersion)] +[assembly: CLSCompliant (false)] +[assembly: ComVisible (false)] +[assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)] +[assembly: TypeLibVersion (2, 0)]