From 8d10e8bbd1e19adc7c70e1101dbb69c213c910dd Mon Sep 17 00:00:00 2001 From: fcolin Date: Fri, 22 Aug 2008 16:44:01 +0000 Subject: optimisation for parsing same regular expression from multiple client using fxCop for code beauty fix bug on concurrent connect --- Ivy/Properties/AssemblyInfo.cs | 6 ++++-- Ivy/Properties/Settings.Designer.cs | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'Ivy/Properties') diff --git a/Ivy/Properties/AssemblyInfo.cs b/Ivy/Properties/AssemblyInfo.cs index 96176ce..79c0aa6 100644 --- a/Ivy/Properties/AssemblyInfo.cs +++ b/Ivy/Properties/AssemblyInfo.cs @@ -1,6 +1,7 @@ using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; +using System.Resources; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information @@ -10,7 +11,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyDescription("Dll de communications sur le bus IVY")] [assembly: AssemblyCompany("DTI/R&D PII")] [assembly: AssemblyProduct("Ivy")] -[assembly: AssemblyCopyright("SDER")] +[assembly: AssemblyCopyright("DTI/R&D")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -25,7 +26,7 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("2.0.*")] +[assembly: AssemblyVersion("2.2.*")] // // In order to sign your assembly you must specify a key to use. Refer to the @@ -60,3 +61,4 @@ using System.Runtime.InteropServices; [assembly: ComVisibleAttribute(false)] +[assembly: NeutralResourcesLanguageAttribute("en")] diff --git a/Ivy/Properties/Settings.Designer.cs b/Ivy/Properties/Settings.Designer.cs index 3356385..6e12b49 100644 --- a/Ivy/Properties/Settings.Designer.cs +++ b/Ivy/Properties/Settings.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // Ce code a été généré par un outil. -// Version du runtime :2.0.50727.312 +// Version du runtime :2.0.50727.1434 // // Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si // le code est régénéré. @@ -12,7 +12,7 @@ namespace IvyBus.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "8.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); -- cgit v1.1