Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/02/14 21:53:56 (9 years ago)
Author:
ascheibe
Message:

#1696 switched FLA branch to .NET 4.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/VRPProblemAnalyzer.csproj

    r9750 r11626  
    1111    <RootNamespace>VRPProblemAnalyzer</RootNamespace>
    1212    <AssemblyName>VRPProblemAnalyzer</AssemblyName>
    13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    14     <TargetFrameworkProfile>Client</TargetFrameworkProfile>
     13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
     14    <TargetFrameworkProfile>
     15    </TargetFrameworkProfile>
    1516    <FileAlignment>512</FileAlignment>
    1617  </PropertyGroup>
     
    2425    <ErrorReport>prompt</ErrorReport>
    2526    <WarningLevel>4</WarningLevel>
     27    <Prefer32Bit>false</Prefer32Bit>
    2628  </PropertyGroup>
    2729  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    3335    <ErrorReport>prompt</ErrorReport>
    3436    <WarningLevel>4</WarningLevel>
     37    <Prefer32Bit>false</Prefer32Bit>
    3538  </PropertyGroup>
    3639  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
     
    4952    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
    5053    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
     54    <Prefer32Bit>false</Prefer32Bit>
    5155  </PropertyGroup>
    5256  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
     
    6569    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
    6670    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
     71    <Prefer32Bit>false</Prefer32Bit>
    6772  </PropertyGroup>
    6873  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
     
    8186    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
    8287    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
     88    <Prefer32Bit>false</Prefer32Bit>
    8389  </PropertyGroup>
    8490  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
     
    97103    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
    98104    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
     105    <Prefer32Bit>false</Prefer32Bit>
    99106  </PropertyGroup>
    100107  <ItemGroup>
     
    125132    <Compile Include="Utils.cs" />
    126133  </ItemGroup>
     134  <ItemGroup>
     135    <None Include="app.config" />
     136  </ItemGroup>
    127137  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    128138  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset for help on using the changeset viewer.