Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/10/14 10:31:41 (9 years ago)
Author:
pfleck
Message:

#2269 Merged trunk. Updated .net version of ALPS plugin.

Location:
branches/ALPS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/ALPS

  • branches/ALPS/HeuristicLab.Clients.Hive.Slave.TrayIcon/3.3/HeuristicLab.Clients.Hive.Slave.TrayIcon-3.3.csproj

    r8600 r11677  
    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)
Note: See TracChangeset for help on using the changeset viewer.