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)

Location:
trunk/sources/HeuristicLab/3.3
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab/3.3/HeuristicLab-3.3.csproj

    r9203 r11623  
    1111    <RootNamespace>HeuristicLab</RootNamespace>
    1212    <AssemblyName>HeuristicLab 3.3</AssemblyName>
    13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
    1515    <SignAssembly>true</SignAssembly>
     
    5050    <WarningLevel>4</WarningLevel>
    5151    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     52    <Prefer32Bit>false</Prefer32Bit>
    5253  </PropertyGroup>
    5354  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    6162    </DocumentationFile>
    6263    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     64    <Prefer32Bit>false</Prefer32Bit>
    6365  </PropertyGroup>
    6466  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    7072    <ErrorReport>prompt</ErrorReport>
    7173    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     74    <Prefer32Bit>false</Prefer32Bit>
    7275  </PropertyGroup>
    7376  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    8184    </DocumentationFile>
    8285    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     86    <Prefer32Bit>false</Prefer32Bit>
    8387  </PropertyGroup>
    8488  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    9094    <ErrorReport>prompt</ErrorReport>
    9195    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     96    <Prefer32Bit>false</Prefer32Bit>
    9297  </PropertyGroup>
    9398  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    101106    </DocumentationFile>
    102107    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     108    <Prefer32Bit>false</Prefer32Bit>
    103109  </PropertyGroup>
    104110  <ItemGroup>
  • trunk/sources/HeuristicLab/3.3/Properties/Resources.Designer.cs

    r5163 r11623  
    22// <auto-generated>
    33//     This code was generated by a tool.
    4 //     Runtime Version:4.0.30319.1
     4//     Runtime Version:4.0.30319.34014
    55//
    66//     Changes to this file may cause incorrect behavior and will be lost if
  • trunk/sources/HeuristicLab/3.3/Properties/Settings.Designer.cs

    r4065 r11623  
    22// <auto-generated>
    33//     This code was generated by a tool.
    4 //     Runtime Version:4.0.30319.1
     4//     Runtime Version:4.0.30319.34014
    55//
    66//     Changes to this file may cause incorrect behavior and will be lost if
     
    1313   
    1414    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
    15     [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")]
     15    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")]
    1616    internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
    1717       
  • trunk/sources/HeuristicLab/3.3/app.config

    r5163 r11623  
    2121
    2222  <startup>
    23     <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0,Profile=Client"/>
     23    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
    2424  </startup>
    2525</configuration>
Note: See TracChangeset for help on using the changeset viewer.