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

Legend:

Unmodified
Added
Removed
  • branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server.DataAccess/3.3/HeuristicLab.Hive.Server.DataAccess-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>
     
    1717    <SignAssembly>true</SignAssembly>
    1818    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
     19    <FileUpgradeFlags>
     20    </FileUpgradeFlags>
     21    <OldToolsVersion>3.5</OldToolsVersion>
     22    <UpgradeBackupLocation />
    1923  </PropertyGroup>
    2024  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     
    2630    <ErrorReport>prompt</ErrorReport>
    2731    <WarningLevel>4</WarningLevel>
     32    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    2833  </PropertyGroup>
    2934  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    3439    <ErrorReport>prompt</ErrorReport>
    3540    <WarningLevel>4</WarningLevel>
     41    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    3642  </PropertyGroup>
    3743  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    4248    <PlatformTarget>x86</PlatformTarget>
    4349    <ErrorReport>prompt</ErrorReport>
     50    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    4451  </PropertyGroup>
    4552  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    5057    <PlatformTarget>x86</PlatformTarget>
    5158    <ErrorReport>prompt</ErrorReport>
     59    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    5260  </PropertyGroup>
    5361  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    5866    <PlatformTarget>x64</PlatformTarget>
    5967    <ErrorReport>prompt</ErrorReport>
     68    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    6069  </PropertyGroup>
    6170  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    6675    <PlatformTarget>x64</PlatformTarget>
    6776    <ErrorReport>prompt</ErrorReport>
     77    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    6878  </PropertyGroup>
    6979  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
     
    95105  </ItemGroup>
    96106  <ItemGroup>
    97     <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.2\HeuristicLab.DataAccess-3.2.csproj">
     107    <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.3\HeuristicLab.DataAccess-3.3.csproj">
    98108      <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project>
    99109      <Name>HeuristicLab.DataAccess-3.2</Name>
    100110    </ProjectReference>
    101     <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.2\HeuristicLab.Hive.Contracts-3.2.csproj">
     111    <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.3\HeuristicLab.Hive.Contracts-3.3.csproj">
    102112      <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>
    103113      <Name>HeuristicLab.Hive.Contracts-3.2</Name>
Note: See TracChangeset for help on using the changeset viewer.