Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/02/14 21:22:53 (9 years ago)
Author:
ascheibe
Message:

#2280 switched all projects to .NET 4.5 (ExtLibs, HL, Tests, Services, Slave)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.DotNetScilab/1.0/DotNetScilab-1.0/DotNetScilab-1.0.csproj

    r10602 r11623  
    1111    <RootNamespace>DotNetScilab</RootNamespace>
    1212    <AssemblyName>DotNetScilab-1.0</AssemblyName>
    13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
    1515    <FileUpgradeFlags>
     
    3030    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    3131    <RegisterForComInterop>false</RegisterForComInterop>
     32    <Prefer32Bit>false</Prefer32Bit>
    3233  </PropertyGroup>
    3334  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    4041    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    4142    <RegisterForComInterop>false</RegisterForComInterop>
     43    <Prefer32Bit>false</Prefer32Bit>
    4244  </PropertyGroup>
    4345  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    5052    <PlatformTarget>x64</PlatformTarget>
    5153    <ErrorReport>prompt</ErrorReport>
     54    <Prefer32Bit>false</Prefer32Bit>
    5255  </PropertyGroup>
    5356  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    6063    <PlatformTarget>x64</PlatformTarget>
    6164    <ErrorReport>prompt</ErrorReport>
     65    <Prefer32Bit>false</Prefer32Bit>
    6266  </PropertyGroup>
    6367  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    7074    <PlatformTarget>x86</PlatformTarget>
    7175    <ErrorReport>prompt</ErrorReport>
     76    <Prefer32Bit>false</Prefer32Bit>
    7277  </PropertyGroup>
    7378  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    8085    <PlatformTarget>x86</PlatformTarget>
    8186    <ErrorReport>prompt</ErrorReport>
     87    <Prefer32Bit>false</Prefer32Bit>
    8288  </PropertyGroup>
    8389  <PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.