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

Legend:

Unmodified
Added
Removed
  • branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.DataAccess/3.3/HeuristicLab.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>
     
    1515    <SignAssembly>true</SignAssembly>
    1616    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
     17    <IsWebBootstrapper>false</IsWebBootstrapper>
     18    <StartupObject>
     19    </StartupObject>
     20    <FileUpgradeFlags>
     21    </FileUpgradeFlags>
     22    <OldToolsVersion>3.5</OldToolsVersion>
     23    <UpgradeBackupLocation />
    1724    <PublishUrl>publish\</PublishUrl>
    1825    <Install>true</Install>
     
    2734    <ApplicationRevision>0</ApplicationRevision>
    2835    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
    29     <IsWebBootstrapper>false</IsWebBootstrapper>
    3036    <UseApplicationTrust>false</UseApplicationTrust>
    3137    <BootstrapperEnabled>true</BootstrapperEnabled>
    32     <StartupObject>
    33     </StartupObject>
    3438  </PropertyGroup>
    3539  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     
    4145    <ErrorReport>prompt</ErrorReport>
    4246    <WarningLevel>4</WarningLevel>
     47    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    4348  </PropertyGroup>
    4449  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    4954    <ErrorReport>prompt</ErrorReport>
    5055    <WarningLevel>4</WarningLevel>
     56    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    5157  </PropertyGroup>
    5258  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    5763    <PlatformTarget>x86</PlatformTarget>
    5864    <ErrorReport>prompt</ErrorReport>
     65    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    5966  </PropertyGroup>
    6067  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    6572    <PlatformTarget>x86</PlatformTarget>
    6673    <ErrorReport>prompt</ErrorReport>
     74    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    6775  </PropertyGroup>
    6876  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    7381    <PlatformTarget>x64</PlatformTarget>
    7482    <ErrorReport>prompt</ErrorReport>
     83    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    7584  </PropertyGroup>
    7685  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    8190    <PlatformTarget>x64</PlatformTarget>
    8291    <ErrorReport>prompt</ErrorReport>
     92    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    8393  </PropertyGroup>
    8494  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
     
    106116    <Compile Include="Interfaces\IPersistableObject.cs" />
    107117  </ItemGroup>
    108   <ItemGroup>
    109     <ProjectReference Include="..\..\HeuristicLab.Core\3.2\HeuristicLab.Core-3.2.csproj">
    110       <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
    111       <Name>HeuristicLab.Core-3.2</Name>
    112     </ProjectReference>
    113     <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
    114       <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    115       <Name>HeuristicLab.PluginInfrastructure</Name>
    116     </ProjectReference>
    117   </ItemGroup>
    118118  <PropertyGroup>
    119119    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     
    127127    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
    128128      <Visible>False</Visible>
    129       <ProductName>.NET Framework Client Profile</ProductName>
     129      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
    130130      <Install>false</Install>
    131131    </BootstrapperPackage>
     
    157157  </ItemGroup>
    158158  <ItemGroup>
     159    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
     160      <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     161    </Reference>
    159162    <Reference Include="System" />
    160163    <Reference Include="System.Runtime.Serialization">
Note: See TracChangeset for help on using the changeset viewer.