Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/30/15 09:15:10 (9 years ago)
Author:
ascheibe
Message:

#2017 updated hive drain to .NET 4.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Tools/HeuristicLab.HiveDrain/HeuristicLab.HiveDrain/HeuristicLab.HiveDrain.csproj

    r9694 r12538  
    1111    <RootNamespace>HiveDrain</RootNamespace>
    1212    <AssemblyName>HeuristicLab.HiveDrain</AssemblyName>
    13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    1414    <TargetFrameworkProfile>
    1515    </TargetFrameworkProfile>
     
    2424    <ErrorReport>prompt</ErrorReport>
    2525    <WarningLevel>4</WarningLevel>
     26    <Prefer32Bit>false</Prefer32Bit>
    2627  </PropertyGroup>
    2728  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    3233    <ErrorReport>prompt</ErrorReport>
    3334    <WarningLevel>4</WarningLevel>
     35    <Prefer32Bit>false</Prefer32Bit>
    3436  </PropertyGroup>
    3537  <PropertyGroup>
     
    143145      <Private>False</Private>
    144146    </Reference>
    145     <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.4.369, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
    146       <SpecificVersion>False</SpecificVersion>
    147       <HintPath>..\..\..\..\trunk\sources\bin\ICSharpCode.SharpZipLib.dll</HintPath>
    148       <Private>False</Private>
    149     </Reference>
    150147  </ItemGroup>
    151148  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.