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

Legend:

Unmodified
Added
Removed
  • branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.DataAccess.ADOHelper/3.3/HeuristicLab.DataAccess.ADOHelper-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 />
     23    <PublishUrl>publish\</PublishUrl>
     24    <Install>true</Install>
     25    <InstallFrom>Disk</InstallFrom>
     26    <UpdateEnabled>false</UpdateEnabled>
     27    <UpdateMode>Foreground</UpdateMode>
     28    <UpdateInterval>7</UpdateInterval>
     29    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
     30    <UpdatePeriodically>false</UpdatePeriodically>
     31    <UpdateRequired>false</UpdateRequired>
     32    <MapFileExtensions>true</MapFileExtensions>
     33    <ApplicationRevision>0</ApplicationRevision>
     34    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
     35    <IsWebBootstrapper>false</IsWebBootstrapper>
     36    <UseApplicationTrust>false</UseApplicationTrust>
     37    <BootstrapperEnabled>true</BootstrapperEnabled>
    1938  </PropertyGroup>
    2039  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     
    2645    <ErrorReport>prompt</ErrorReport>
    2746    <WarningLevel>4</WarningLevel>
     47    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    2848  </PropertyGroup>
    2949  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    3454    <ErrorReport>prompt</ErrorReport>
    3555    <WarningLevel>4</WarningLevel>
     56    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    3657  </PropertyGroup>
    3758  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    4263    <PlatformTarget>x86</PlatformTarget>
    4364    <ErrorReport>prompt</ErrorReport>
     65    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    4466  </PropertyGroup>
    4567  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    5072    <PlatformTarget>x86</PlatformTarget>
    5173    <ErrorReport>prompt</ErrorReport>
     74    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    5275  </PropertyGroup>
    5376  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    5881    <PlatformTarget>x64</PlatformTarget>
    5982    <ErrorReport>prompt</ErrorReport>
     83    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    6084  </PropertyGroup>
    6185  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    6690    <PlatformTarget>x64</PlatformTarget>
    6791    <ErrorReport>prompt</ErrorReport>
     92    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    6893  </PropertyGroup>
    6994  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
     
    93118  </ItemGroup>
    94119  <ItemGroup>
    95     <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.2\HeuristicLab.DataAccess-3.2.csproj">
    96       <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project>
    97       <Name>HeuristicLab.DataAccess-3.2</Name>
    98     </ProjectReference>
    99     <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
    100       <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    101       <Name>HeuristicLab.PluginInfrastructure</Name>
    102     </ProjectReference>
    103   </ItemGroup>
    104   <ItemGroup>
     120    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
     121      <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     122    </Reference>
    105123    <Reference Include="System" />
    106124    <Reference Include="System.Core">
     
    127145    <Content Include="DatabaseOptions.txt" />
    128146  </ItemGroup>
     147  <ItemGroup>
     148    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
     149      <Visible>False</Visible>
     150      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
     151      <Install>false</Install>
     152    </BootstrapperPackage>
     153    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
     154      <Visible>False</Visible>
     155      <ProductName>.NET Framework 3.5 SP1</ProductName>
     156      <Install>true</Install>
     157    </BootstrapperPackage>
     158    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
     159      <Visible>False</Visible>
     160      <ProductName>Windows Installer 3.1</ProductName>
     161      <Install>true</Install>
     162    </BootstrapperPackage>
     163  </ItemGroup>
    129164</Project>
Note: See TracChangeset for help on using the changeset viewer.