Changeset 4074 for branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server.Console/3.3
- Timestamp:
- 07/22/10 10:40:07 (14 years ago)
- Location:
- branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server.Console
- Files:
-
- 1 deleted
- 2 edited
- 3 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server.Console/3.3/HeuristicLab.Hive.Server.Console-3.3.csproj
r4057 r4074 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> … … 217 227 <Name>HeuristicLab.Core-3.2</Name> 218 228 </ProjectReference> 219 <ProjectReference Include="..\..\HeuristicLab.DataAccess\3. 2\HeuristicLab.DataAccess-3.2.csproj">229 <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.3\HeuristicLab.DataAccess-3.3.csproj"> 220 230 <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project> 221 231 <Name>HeuristicLab.DataAccess-3.2</Name> 222 232 </ProjectReference> 223 <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3. 2\HeuristicLab.Hive.Contracts-3.2.csproj">233 <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.3\HeuristicLab.Hive.Contracts-3.3.csproj"> 224 234 <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project> 225 235 <Name>HeuristicLab.Hive.Contracts-3.2</Name> -
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server.Console/3.3/Properties/Resources.Designer.cs
r1089 r4074 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 … … 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.Server.Console/3.3/Properties/Settings.Designer.cs
r1089 r4074 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
Note: See TracChangeset
for help on using the changeset viewer.