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.Clients.Hive.Slave.TrayIcon/3.3
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Clients.Hive.Slave.TrayIcon/3.3/HeuristicLab.Clients.Hive.Slave.TrayIcon-3.3.csproj

    r8600 r11623  
    1111    <RootNamespace>HeuristicLab.Clients.Hive.SlaveCore.TrayIcon</RootNamespace>
    1212    <AssemblyName>HeuristicLab.Clients.Hive.Slave.TrayIcon-3.3</AssemblyName>
    13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    1414    <TargetFrameworkProfile>
    1515    </TargetFrameworkProfile>
     
    2525    <WarningLevel>4</WarningLevel>
    2626    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     27    <Prefer32Bit>false</Prefer32Bit>
    2728  </PropertyGroup>
    2829  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    3637    </DocumentationFile>
    3738    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     39    <Prefer32Bit>false</Prefer32Bit>
    3840  </PropertyGroup>
    3941  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    4547    <ErrorReport>prompt</ErrorReport>
    4648    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     49    <Prefer32Bit>false</Prefer32Bit>
    4750  </PropertyGroup>
    4851  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    5659    <ErrorReport>prompt</ErrorReport>
    5760    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     61    <Prefer32Bit>false</Prefer32Bit>
    5862  </PropertyGroup>
    5963  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    6569    <ErrorReport>prompt</ErrorReport>
    6670    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     71    <Prefer32Bit>false</Prefer32Bit>
    6772  </PropertyGroup>
    6873  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    7681    <ErrorReport>prompt</ErrorReport>
    7782    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     83    <Prefer32Bit>false</Prefer32Bit>
    7884  </PropertyGroup>
    7985  <ItemGroup>
     
    155161  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    156162  <PropertyGroup>
    157    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     163    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    158164set ProjectDir=$(ProjectDir)
    159165set SolutionDir=$(SolutionDir)
     
    161167
    162168call PreBuildEvent.cmd</PreBuildEvent>
    163 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     169    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    164170export ProjectDir=$(ProjectDir)
    165171export SolutionDir=$(SolutionDir)
  • trunk/sources/HeuristicLab.Clients.Hive.Slave.TrayIcon/3.3/Properties/Resources.Designer.cs

    r6983 r11623  
    22// <auto-generated>
    33//     This code was generated by a tool.
    4 //     Runtime Version:4.0.30319.235
     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.Clients.Hive.Slave.TrayIcon/3.3/app.config

    r6983 r11623  
    1515
    1616  </system.serviceModel>
    17   <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup>
     17  <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup>
    1818</configuration>
Note: See TracChangeset for help on using the changeset viewer.