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.Contracts
Files:
1 deleted
3 copied

Legend:

Unmodified
Added
Removed
  • branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Contracts/3.3/HeuristicLab.Hive.Contracts-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>
     
    132142      <Name>HeuristicLab.Core-3.2</Name>
    133143    </ProjectReference>
    134     <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.2\HeuristicLab.DataAccess-3.2.csproj">
     144    <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.3\HeuristicLab.DataAccess-3.3.csproj">
    135145      <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project>
    136146      <Name>HeuristicLab.DataAccess-3.2</Name>
Note: See TracChangeset for help on using the changeset viewer.