Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/03/16 08:33:35 (8 years ago)
Author:
gkronber
Message:

#2371: removed usage of C# 6.0 readonly properties

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis/3.3/HeuristicLab.Problems.Instances.DataAnalysis-3.3.csproj

    r14228 r14229  
    2424    <WarningLevel>4</WarningLevel>
    2525    <Prefer32Bit>false</Prefer32Bit>
     26    <LangVersion>5</LangVersion>
    2627  </PropertyGroup>
    2728  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    3334    <WarningLevel>4</WarningLevel>
    3435    <Prefer32Bit>false</Prefer32Bit>
     36    <LangVersion>5</LangVersion>
    3537  </PropertyGroup>
    3638  <PropertyGroup>
     
    5456    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
    5557    <Prefer32Bit>false</Prefer32Bit>
     58    <LangVersion>5</LangVersion>
    5659  </PropertyGroup>
    5760  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
     
    7174    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
    7275    <Prefer32Bit>false</Prefer32Bit>
     76    <LangVersion>5</LangVersion>
    7377  </PropertyGroup>
    7478  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
     
    8690    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
    8791    <Prefer32Bit>false</Prefer32Bit>
     92    <LangVersion>5</LangVersion>
    8893  </PropertyGroup>
    8994  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
     
    103108    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
    104109    <Prefer32Bit>false</Prefer32Bit>
     110    <LangVersion>5</LangVersion>
    105111  </PropertyGroup>
    106112  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.