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.Common
Files:
2 deleted
3 copied

Legend:

Unmodified
Added
Removed
  • branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Client.Common/3.3/HeuristicLab.Hive.Client.Common-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>
     
    1616    <DelaySign>false</DelaySign>
    1717    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
     18    <FileUpgradeFlags>
     19    </FileUpgradeFlags>
     20    <OldToolsVersion>3.5</OldToolsVersion>
     21    <UpgradeBackupLocation />
    1822  </PropertyGroup>
    1923  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     
    2529    <ErrorReport>prompt</ErrorReport>
    2630    <WarningLevel>4</WarningLevel>
     31    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    2732  </PropertyGroup>
    2833  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    3338    <ErrorReport>prompt</ErrorReport>
    3439    <WarningLevel>4</WarningLevel>
     40    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    3541  </PropertyGroup>
    3642  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    4147    <PlatformTarget>x86</PlatformTarget>
    4248    <ErrorReport>prompt</ErrorReport>
     49    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    4350  </PropertyGroup>
    4451  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    4956    <PlatformTarget>x86</PlatformTarget>
    5057    <ErrorReport>prompt</ErrorReport>
     58    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    5159  </PropertyGroup>
    5260  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    5765    <PlatformTarget>x64</PlatformTarget>
    5866    <ErrorReport>prompt</ErrorReport>
     67    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    5968  </PropertyGroup>
    6069  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    6574    <PlatformTarget>x64</PlatformTarget>
    6675    <ErrorReport>prompt</ErrorReport>
     76    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    6777  </PropertyGroup>
    6878  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.