Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/25/14 05:15:09 (9 years ago)
Author:
swagner
Message:

#2205: Restructured solution and projects and switched all projects to .NET 4.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OptimizationNetworks/HeuristicLab.CodeEditor/3.3/HeuristicLab.CodeEditor-3.3.csproj

    r9203 r11577  
    88    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    99    <ProjectGuid>{489CFE09-FDF7-4C89-BAB5-BD09CADD61AD}</ProjectGuid>
    10     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     10    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    1111    <TargetFrameworkProfile>
    1212    </TargetFrameworkProfile>
     
    7171    <PlatformTarget>x86</PlatformTarget>
    7272    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     73    <Prefer32Bit>false</Prefer32Bit>
    7374  </PropertyGroup>
    7475  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    8384    <DebugSymbols>true</DebugSymbols>
    8485    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     86    <Prefer32Bit>false</Prefer32Bit>
    8587  </PropertyGroup>
    8688  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    9395    <PlatformTarget>x64</PlatformTarget>
    9496    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     97    <Prefer32Bit>false</Prefer32Bit>
    9598  </PropertyGroup>
    9699  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    104107    </DocumentationFile>
    105108    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     109    <Prefer32Bit>false</Prefer32Bit>
    106110  </PropertyGroup>
    107111  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    109113    </DocumentationFile>
    110114    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     115    <Prefer32Bit>false</Prefer32Bit>
    111116  </PropertyGroup>
    112117  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
    113118    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     119    <Prefer32Bit>false</Prefer32Bit>
    114120  </PropertyGroup>
    115121  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.