Changeset 4073 for branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Client.Console
- Timestamp:
- 07/22/10 10:27:42 (14 years ago)
- Location:
- branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Client.Console
- Files:
-
- 2 deleted
- 3 edited
- 3 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Client.Console/3.3/HeuristicLab.Hive.Client.Console-3.3.csproj
r4057 r4073 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <Project ToolsVersion=" 3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 3 <PropertyGroup> 4 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> … … 17 17 <StartupObject> 18 18 </StartupObject> 19 <FileUpgradeFlags> 20 </FileUpgradeFlags> 21 <OldToolsVersion>3.5</OldToolsVersion> 22 <UpgradeBackupLocation /> 19 23 </PropertyGroup> 20 24 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 26 30 <ErrorReport>prompt</ErrorReport> 27 31 <WarningLevel>4</WarningLevel> 32 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 28 33 </PropertyGroup> 29 34 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 34 39 <ErrorReport>prompt</ErrorReport> 35 40 <WarningLevel>4</WarningLevel> 41 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 36 42 </PropertyGroup> 37 43 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 42 48 <PlatformTarget>x86</PlatformTarget> 43 49 <ErrorReport>prompt</ErrorReport> 50 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 44 51 </PropertyGroup> 45 52 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 50 57 <PlatformTarget>x86</PlatformTarget> 51 58 <ErrorReport>prompt</ErrorReport> 59 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 52 60 </PropertyGroup> 53 61 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 58 66 <PlatformTarget>x64</PlatformTarget> 59 67 <ErrorReport>prompt</ErrorReport> 68 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 60 69 </PropertyGroup> 61 70 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 66 75 <PlatformTarget>x64</PlatformTarget> 67 76 <ErrorReport>prompt</ErrorReport> 77 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 68 78 </PropertyGroup> 69 79 <ItemGroup> -
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Client.Console/3.3/Properties/Resources.Designer.cs
r2069 r4073 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version: 2.0.50727.30824 // Runtime Version:4.0.30319.1 5 5 // 6 6 // Changes to this file may cause incorrect behavior and will be lost if … … 20 20 // To add or remove a member, edit your .ResX file then rerun ResGen 21 21 // with the /str option, or rebuild your VS project. 22 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", " 2.0.0.0")]22 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] 23 23 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 24 24 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] -
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Client.Console/3.3/Properties/Settings.Designer.cs
r953 r4073 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version: 2.0.50727.30534 // Runtime Version:4.0.30319.1 5 5 // 6 6 // Changes to this file may cause incorrect behavior and will be lost if … … 13 13 14 14 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", " 9.0.0.0")]15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")] 16 16 internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { 17 17 -
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Client.Console/3.3/Service References/ClientService/Reference.cs
r3931 r4073 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version: 2.0.50727.49274 // Runtime Version:4.0.30319.1 5 5 // 6 6 // Changes to this file may cause incorrect behavior and will be lost if … … 15 15 16 16 [System.Diagnostics.DebuggerStepThroughAttribute()] 17 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", " 3.0.0.0")]17 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] 18 18 [System.Runtime.Serialization.DataContractAttribute(Name="StatusCommons", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Client.Core.ClientConso" + 19 19 "leService")] … … 189 189 190 190 [System.Diagnostics.DebuggerStepThroughAttribute()] 191 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", " 3.0.0.0")]191 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] 192 192 [System.Runtime.Serialization.DataContractAttribute(Name="JobStatus", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Client.Core.ClientConso" + 193 193 "leService")] … … 266 266 } 267 267 268 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", " 3.0.0.0")]268 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] 269 269 [System.Runtime.Serialization.DataContractAttribute(Name="NetworkEnum.WcfConnState", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Client.Common")] 270 270 public enum NetworkEnumWcfConnState : int { … … 284 284 285 285 [System.Diagnostics.DebuggerStepThroughAttribute()] 286 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", " 3.0.0.0")]286 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")] 287 287 [System.Runtime.Serialization.DataContractAttribute(Name="ConnectionContainer", Namespace="http://schemas.datacontract.org/2004/07/HeuristicLab.Hive.Client.Core.ClientConso" + 288 288 "leService")] … … 345 345 } 346 346 347 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", " 3.0.0.0")]347 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] 348 348 [System.ServiceModel.ServiceContractAttribute(ConfigurationName="ClientService.IClientConsoleCommunicator")] 349 349 public interface IClientConsoleCommunicator { … … 406 406 } 407 407 408 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", " 3.0.0.0")]408 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] 409 409 public interface IClientConsoleCommunicatorChannel : HeuristicLab.Hive.Client.Console.ClientService.IClientConsoleCommunicator, System.ServiceModel.IClientChannel { 410 410 } 411 411 412 412 [System.Diagnostics.DebuggerStepThroughAttribute()] 413 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", " 3.0.0.0")]413 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] 414 414 public partial class GetStatusInfosCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { 415 415 … … 430 430 431 431 [System.Diagnostics.DebuggerStepThroughAttribute()] 432 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", " 3.0.0.0")]432 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] 433 433 public partial class GetCurrentConnectionCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { 434 434 … … 449 449 450 450 [System.Diagnostics.DebuggerStepThroughAttribute()] 451 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", " 3.0.0.0")]451 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] 452 452 public partial class GetUptimeCalendarCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { 453 453 … … 468 468 469 469 [System.Diagnostics.DebuggerStepThroughAttribute()] 470 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", " 3.0.0.0")]470 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] 471 471 public partial class ClientConsoleCommunicatorClient : System.ServiceModel.ClientBase<HeuristicLab.Hive.Client.Console.ClientService.IClientConsoleCommunicator>, HeuristicLab.Hive.Client.Console.ClientService.IClientConsoleCommunicator { 472 472
Note: See TracChangeset
for help on using the changeset viewer.