From 3c9d0c18a19de1f1ec1c4e77f6b89fdf84d39605 Mon Sep 17 00:00:00 2001 From: fcolin Date: Fri, 10 Oct 2008 15:45:54 +0000 Subject: Ajout de commentaire sur les menbres public --- IvyDaemon/IvyDaemon.cs | 2 +- IvyDaemon/IvyDaemon.csproj | 7 ++++--- IvyDaemon/Properties/Settings.Designer.cs | 10 +++++----- 3 files changed, 10 insertions(+), 9 deletions(-) (limited to 'IvyDaemon') diff --git a/IvyDaemon/IvyDaemon.cs b/IvyDaemon/IvyDaemon.cs index 8c0b069..3924df2 100644 --- a/IvyDaemon/IvyDaemon.cs +++ b/IvyDaemon/IvyDaemon.cs @@ -87,7 +87,7 @@ namespace IvyDaemon */ bus = new Ivy(name, name + " ready"); if (!quiet) - System.Console.Out.WriteLine("broadcasting on " + Ivy.Domains(domain)); + System.Console.Out.WriteLine("broadcasting on " + Ivy.GetDomain(domain)); bus.Start(domain); if (!quiet) System.Console.Out.WriteLine("listening on " + servicePort); diff --git a/IvyDaemon/IvyDaemon.csproj b/IvyDaemon/IvyDaemon.csproj index 1dc6409..903b5e9 100644 --- a/IvyDaemon/IvyDaemon.csproj +++ b/IvyDaemon/IvyDaemon.csproj @@ -1,7 +1,7 @@ - + Local - 8.0.50727 + 9.0.30729 2.0 {B10AB29F-D678-4472-9BA3-D627262E14E1} SAK @@ -49,6 +49,8 @@ publish.htm 1.0.0.%2a true + 2.0 + 2 bin\Debug\ @@ -125,7 +127,6 @@ - SettingsSingleFileGenerator Settings.Designer.cs diff --git a/IvyDaemon/Properties/Settings.Designer.cs b/IvyDaemon/Properties/Settings.Designer.cs index 7555e19..afa5d91 100644 --- a/IvyDaemon/Properties/Settings.Designer.cs +++ b/IvyDaemon/Properties/Settings.Designer.cs @@ -1,10 +1,10 @@ //------------------------------------------------------------------------------ // -// This code was generated by a tool. -// Runtime Version:2.0.50727.42 +// Ce code a été généré par un outil. +// Version du runtime :2.0.50727.1433 // -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. +// 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 IvyDaemon.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