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.Scheduler
Files:
3 copied

Legend:

Unmodified
Added
Removed
  • branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server.Scheduler/3.3/HeuristicLab.Hive.Server.Scheduler-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>
     
    8898  </ItemGroup>
    8999  <ItemGroup>
    90     <ProjectReference Include="..\..\HeuristicLab.DataAccess.ADOHelper\3.2\HeuristicLab.DataAccess.ADOHelper-3.2.csproj">
     100    <ProjectReference Include="..\..\HeuristicLab.DataAccess.ADOHelper\3.3\HeuristicLab.DataAccess.ADOHelper-3.3.csproj">
    91101      <Project>{5CDACE54-5FB2-4344-A21C-963F63CB7C2B}</Project>
    92102      <Name>HeuristicLab.DataAccess.ADOHelper-3.2</Name>
    93103    </ProjectReference>
    94     <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.2\HeuristicLab.DataAccess-3.2.csproj">
     104    <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.3\HeuristicLab.DataAccess-3.3.csproj">
    95105      <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project>
    96106      <Name>HeuristicLab.DataAccess-3.2</Name>
    97107    </ProjectReference>
    98     <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.2\HeuristicLab.Hive.Contracts-3.2.csproj">
     108    <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.3\HeuristicLab.Hive.Contracts-3.3.csproj">
    99109      <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>
    100110      <Name>HeuristicLab.Hive.Contracts-3.2</Name>
    101111    </ProjectReference>
    102     <ProjectReference Include="..\..\HeuristicLab.Hive.Server.Core\3.2\HeuristicLab.Hive.Server.Core-3.2.csproj">
     112    <ProjectReference Include="..\..\HeuristicLab.Hive.Server.Core\3.3\HeuristicLab.Hive.Server.Core-3.3.csproj">
    103113      <Project>{898B31CF-81DC-453B-AEB3-BDF83197A7EE}</Project>
    104114      <Name>HeuristicLab.Hive.Server.Core-3.2</Name>
    105115    </ProjectReference>
    106     <ProjectReference Include="..\..\HeuristicLab.Hive.Server.DataAccess\3.2\HeuristicLab.Hive.Server.DataAccess-3.2.csproj">
     116    <ProjectReference Include="..\..\HeuristicLab.Hive.Server.DataAccess\3.3\HeuristicLab.Hive.Server.DataAccess-3.3.csproj">
    107117      <Project>{4D5A2A16-66C2-431D-9AA3-BD3041E64B84}</Project>
    108118      <Name>HeuristicLab.Hive.Server.DataAccess-3.2</Name>
Note: See TracChangeset for help on using the changeset viewer.