Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/22/10 10:27:42 (14 years ago)
Author:
cneumuel
Message:

moved remaining Hive projects to 3.3-HiveMigration (#1091)

Location:
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Client.Communication
Files:
3 copied

Legend:

Unmodified
Added
Removed
  • branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Client.Communication/3.3/HeuristicLab.Hive.Client.Communication-3.3.csproj

    r4057 r4073  
    11<?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">
    33  <PropertyGroup>
    44    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     
    1515    <SignAssembly>true</SignAssembly>
    1616    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
     17    <FileUpgradeFlags>
     18    </FileUpgradeFlags>
     19    <OldToolsVersion>3.5</OldToolsVersion>
     20    <UpgradeBackupLocation />
    1721  </PropertyGroup>
    1822  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     
    2428    <ErrorReport>prompt</ErrorReport>
    2529    <WarningLevel>4</WarningLevel>
     30    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    2631  </PropertyGroup>
    2732  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    3237    <ErrorReport>prompt</ErrorReport>
    3338    <WarningLevel>4</WarningLevel>
     39    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    3440  </PropertyGroup>
    3541  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    4046    <PlatformTarget>x86</PlatformTarget>
    4147    <ErrorReport>prompt</ErrorReport>
     48    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    4249  </PropertyGroup>
    4350  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    4855    <PlatformTarget>x86</PlatformTarget>
    4956    <ErrorReport>prompt</ErrorReport>
     57    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    5058  </PropertyGroup>
    5159  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    5664    <PlatformTarget>x64</PlatformTarget>
    5765    <ErrorReport>prompt</ErrorReport>
     66    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    5867  </PropertyGroup>
    5968  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    6473    <PlatformTarget>x64</PlatformTarget>
    6574    <ErrorReport>prompt</ErrorReport>
     75    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    6676  </PropertyGroup>
    6777  <ItemGroup>
     
    104114      <Name>HeuristicLab.Core-3.2</Name>
    105115    </ProjectReference>
    106     <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.2\HeuristicLab.DataAccess-3.2.csproj">
     116    <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.3\HeuristicLab.DataAccess-3.3.csproj">
    107117      <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project>
    108118      <Name>HeuristicLab.DataAccess-3.2</Name>
    109119    </ProjectReference>
    110     <ProjectReference Include="..\..\HeuristicLab.Hive.Client.Common\3.2\HeuristicLab.Hive.Client.Common-3.2.csproj">
     120    <ProjectReference Include="..\..\HeuristicLab.Hive.Client.Common\3.3\HeuristicLab.Hive.Client.Common-3.3.csproj">
    111121      <Project>{89F4BC52-C174-481E-9BD2-3814171020E8}</Project>
    112122      <Name>HeuristicLab.Hive.Client.Common-3.2</Name>
     
    148158    <None Include="Service References\ServerService\Arrays1.xsd" />
    149159    <None Include="Service References\ServerService\HeuristicLab.DataAccess1.xsd" />
     160    <None Include="Service References\ServerService\HeuristicLab.Hive.Client.Communication.ServerService.Response.datasource">
     161      <DependentUpon>Reference.svcmap</DependentUpon>
     162    </None>
     163    <None Include="Service References\ServerService\HeuristicLab.Hive.Client.Communication.ServerService.ResponseCalendar.datasource">
     164      <DependentUpon>Reference.svcmap</DependentUpon>
     165    </None>
     166    <None Include="Service References\ServerService\HeuristicLab.Hive.Client.Communication.ServerService.ResponseHB.datasource">
     167      <DependentUpon>Reference.svcmap</DependentUpon>
     168    </None>
     169    <None Include="Service References\ServerService\HeuristicLab.Hive.Client.Communication.ServerService.ResponseJob.datasource">
     170      <DependentUpon>Reference.svcmap</DependentUpon>
     171    </None>
     172    <None Include="Service References\ServerService\HeuristicLab.Hive.Client.Communication.ServerService.ResponsePlugin.datasource">
     173      <DependentUpon>Reference.svcmap</DependentUpon>
     174    </None>
     175    <None Include="Service References\ServerService\HeuristicLab.Hive.Client.Communication.ServerService.ResponseResultReceived.datasource">
     176      <DependentUpon>Reference.svcmap</DependentUpon>
     177    </None>
    150178    <None Include="Service References\ServerService\HeuristicLab.Hive.Contracts.BusinessObjects1.xsd" />
    151179    <None Include="Service References\ServerService\HeuristicLab.Hive.Contracts1.xsd" />
Note: See TracChangeset for help on using the changeset viewer.