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.Problems.GrammaticalEvolution/3.3/HeuristicLab.Problems.GrammaticalEvolution-3.3.csproj

    r11078 r11623  
    1111    <RootNamespace>HeuristicLab.Problems.GrammaticalEvolution</RootNamespace>
    1212    <AssemblyName>HeuristicLab.Problems.GrammaticalEvolution-3.3</AssemblyName>
    13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    1414    <TargetFrameworkProfile>
    1515    </TargetFrameworkProfile>
     
    5656    <WarningLevel>4</WarningLevel>
    5757    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     58    <Prefer32Bit>false</Prefer32Bit>
    5859  </PropertyGroup>
    5960  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    6566    <WarningLevel>4</WarningLevel>
    6667    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     68    <Prefer32Bit>false</Prefer32Bit>
    6769  </PropertyGroup>
    6870  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    7375    <ErrorReport>prompt</ErrorReport>
    7476    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     77    <Prefer32Bit>false</Prefer32Bit>
    7578  </PropertyGroup>
    7679  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    8184    <ErrorReport>prompt</ErrorReport>
    8285    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     86    <Prefer32Bit>false</Prefer32Bit>
    8387  </PropertyGroup>
    8488  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    8993    <ErrorReport>prompt</ErrorReport>
    9094    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     95    <Prefer32Bit>false</Prefer32Bit>
    9196  </PropertyGroup>
    9297  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    97102    <ErrorReport>prompt</ErrorReport>
    98103    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     104    <Prefer32Bit>false</Prefer32Bit>
    99105  </PropertyGroup>
    100106  <ItemGroup>
     
    260266    </ProjectReference>
    261267  </ItemGroup>
    262   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 
    263     <PropertyGroup>
     268  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
     269  <PropertyGroup>
    264270    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    265271set ProjectDir=$(ProjectDir)
     
    275281$SolutionDir/PreBuildEvent.sh
    276282</PreBuildEvent>
    277   </PropertyGroup> 
    278 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
     283  </PropertyGroup>
     284  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
    279285       Other similar extension points exist, see Microsoft.Common.targets.
    280286  <Target Name="BeforeBuild">
     
    282288  <Target Name="AfterBuild">
    283289  </Target>
    284   --> 
     290  -->
    285291</Project>
Note: See TracChangeset for help on using the changeset viewer.