From 74bd75ab2b3426a68fbcf08e24e91f7f86cef400 Mon Sep 17 00:00:00 2001 From: fcolin Date: Tue, 4 May 2010 08:27:42 +0000 Subject: passage a Vs 2010 --- Ivy.sln | 4 +- Ivy/Ivy.csproj | 5 +-- Ivy/Properties/Settings.Designer.cs | 4 +- Ivy/app.config | 56 ++++++++++++------------ IvyControl/IvyControl.csproj | 6 ++- IvyDaemon/IvyDaemon.csproj | 6 ++- IvyDaemon/Properties/Settings.Designer.cs | 4 +- IvyFilter/IvyFilter.csproj | 6 ++- IvyPerf/IvyPerf.csproj | 20 +++++++-- IvyProbe/IvyProbe.csproj | 5 ++- IvyProbe/Properties/Settings.Designer.cs | 4 +- IvyProbeConsole/IvyProbeConsole.csproj | 6 ++- IvyProbeConsole/Properties/Settings.Designer.cs | 4 +- getopt/getopt.csproj | 6 ++- getopt/getopt.csproj.user | 3 +- getopt/vssver2.scc | Bin 142 -> 142 bytes 16 files changed, 81 insertions(+), 58 deletions(-) diff --git a/Ivy.sln b/Ivy.sln index 18ed02a..a2ff75f 100644 --- a/Ivy.sln +++ b/Ivy.sln @@ -1,5 +1,5 @@ -Microsoft Visual Studio Solution File, Format Version 10.00 -# Visual Studio 2008 +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IvyDaemon", "IvyDaemon\IvyDaemon.csproj", "{B10AB29F-D678-4472-9BA3-D627262E14E1}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IvyPerf", "IvyPerf\IvyPerf.csproj", "{839C9A55-7EFD-4326-95C3-2960DF390FF2}" diff --git a/Ivy/Ivy.csproj b/Ivy/Ivy.csproj index a6bdbdc..2063191 100644 --- a/Ivy/Ivy.csproj +++ b/Ivy/Ivy.csproj @@ -1,4 +1,5 @@ - + + Local 9.0.30729 @@ -48,8 +49,6 @@ false true v2.0 - - bin\Debug\ diff --git a/Ivy/Properties/Settings.Designer.cs b/Ivy/Properties/Settings.Designer.cs index 6e12b49..0cda32a 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.1434 +// Version du runtime :4.0.30319.1 // // 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", "9.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/Ivy/app.config b/Ivy/app.config index 0746898..0df9489 100644 --- a/Ivy/app.config +++ b/Ivy/app.config @@ -1,30 +1,30 @@ - - -
- - - - - - 3 - - - False - - - False - - - - - - - - - - - - - + + +
+ + + + + + 3 + + + False + + + False + + + + + + + + + + + + + diff --git a/IvyControl/IvyControl.csproj b/IvyControl/IvyControl.csproj index ff99f72..686c269 100644 --- a/IvyControl/IvyControl.csproj +++ b/IvyControl/IvyControl.csproj @@ -1,4 +1,5 @@ - + + Debug AnyCPU @@ -17,7 +18,8 @@ - 2.0 + 3.5 + v2.0 true diff --git a/IvyDaemon/IvyDaemon.csproj b/IvyDaemon/IvyDaemon.csproj index 1ecde29..65b9f1e 100644 --- a/IvyDaemon/IvyDaemon.csproj +++ b/IvyDaemon/IvyDaemon.csproj @@ -1,4 +1,5 @@ - + + Local 9.0.30729 @@ -34,7 +35,7 @@ true false true - 2.0 + 3.5 \\samba\fcolin\public_html\ClickOnce\IvyDaemon\ true Web @@ -53,6 +54,7 @@ false true true + v2.0 bin\Debug\ diff --git a/IvyDaemon/Properties/Settings.Designer.cs b/IvyDaemon/Properties/Settings.Designer.cs index afa5d91..71dbeff 100644 --- a/IvyDaemon/Properties/Settings.Designer.cs +++ b/IvyDaemon/Properties/Settings.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // Ce code a été généré par un outil. -// Version du runtime :2.0.50727.1433 +// Version du runtime :4.0.30319.1 // // 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", "9.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/IvyFilter/IvyFilter.csproj b/IvyFilter/IvyFilter.csproj index 55deff5..57de8da 100644 --- a/IvyFilter/IvyFilter.csproj +++ b/IvyFilter/IvyFilter.csproj @@ -1,4 +1,5 @@ - + + Debug AnyCPU @@ -17,7 +18,8 @@ - 2.0 + 3.5 + v2.0 true diff --git a/IvyPerf/IvyPerf.csproj b/IvyPerf/IvyPerf.csproj index feaa087..3470225 100644 --- a/IvyPerf/IvyPerf.csproj +++ b/IvyPerf/IvyPerf.csproj @@ -1,4 +1,5 @@ - + + Local 9.0.30729 @@ -34,7 +35,10 @@ false false true - 2.0 + 3.5 + LocalIntranet + Properties\app.manifest + v2.0 \\samba\fcolin\public_html\ClickOnce\IvyPerf\ true Web @@ -50,8 +54,6 @@ 1.0.0.%2a false true - LocalIntranet - Properties\app.manifest bin\Debug\ @@ -126,6 +128,11 @@ + + False + .NET Framework 3.5 SP1 Client Profile + false + False .NET Framework 2.0 %28x86%29 @@ -141,6 +148,11 @@ .NET Framework 3.5 false + + False + .NET Framework 3.5 SP1 + false + diff --git a/IvyProbe/IvyProbe.csproj b/IvyProbe/IvyProbe.csproj index 86dcf9b..ef69dc1 100644 --- a/IvyProbe/IvyProbe.csproj +++ b/IvyProbe/IvyProbe.csproj @@ -1,4 +1,5 @@ - + + Local 9.0.30729 @@ -35,7 +36,7 @@ true false - 2.0 + 3.5 v3.5 \\samba\fcolin\public_html\ClickOnce\IvyProbe\ true diff --git a/IvyProbe/Properties/Settings.Designer.cs b/IvyProbe/Properties/Settings.Designer.cs index 498601b..b907809 100644 --- a/IvyProbe/Properties/Settings.Designer.cs +++ b/IvyProbe/Properties/Settings.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // Ce code a été généré par un outil. -// Version du runtime :2.0.50727.1433 +// Version du runtime :4.0.30319.1 // // 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 IvyProbe.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/IvyProbeConsole/IvyProbeConsole.csproj b/IvyProbeConsole/IvyProbeConsole.csproj index 33a7b5b..d292d65 100644 --- a/IvyProbeConsole/IvyProbeConsole.csproj +++ b/IvyProbeConsole/IvyProbeConsole.csproj @@ -1,4 +1,5 @@ - + + Local 9.0.30729 @@ -48,8 +49,9 @@ http://www.tls.cena.fr/~fcolin/ClickOnce/IvyProbeConsole/ 1.0.0.%2a true - 2.0 + 3.5 3 + v2.0 bin\Debug\ diff --git a/IvyProbeConsole/Properties/Settings.Designer.cs b/IvyProbeConsole/Properties/Settings.Designer.cs index 11b290c..9928359 100644 --- a/IvyProbeConsole/Properties/Settings.Designer.cs +++ b/IvyProbeConsole/Properties/Settings.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // Ce code a été généré par un outil. -// Version du runtime :2.0.50727.1433 +// Version du runtime :4.0.30319.1 // // 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 IvyProbeConsole.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/getopt/getopt.csproj b/getopt/getopt.csproj index 5f312f0..7c5d631 100644 --- a/getopt/getopt.csproj +++ b/getopt/getopt.csproj @@ -1,4 +1,5 @@ - + + Local 8.0.50727 @@ -30,7 +31,8 @@ SAK SAK SAK - 2.0 + 3.5 + v2.0 bin\Debug\ diff --git a/getopt/getopt.csproj.user b/getopt/getopt.csproj.user index cfcf828..a9f6b49 100644 --- a/getopt/getopt.csproj.user +++ b/getopt/getopt.csproj.user @@ -1,4 +1,5 @@ - + + 7.10.3077 Debug diff --git a/getopt/vssver2.scc b/getopt/vssver2.scc index 6ff394e..9e78308 100644 Binary files a/getopt/vssver2.scc and b/getopt/vssver2.scc differ -- cgit v1.1