- Timestamp:
- 09/24/20 14:45:26 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3040_VectorBasedGP/HeuristicLab.Problems.Instances.DataAnalysis/3.3/HeuristicLab.Problems.Instances.DataAnalysis-3.3.csproj
r17741 r17759 24 24 <WarningLevel>4</WarningLevel> 25 25 <Prefer32Bit>false</Prefer32Bit> 26 <LangVersion> 7.0</LangVersion>26 <LangVersion>default</LangVersion> 27 27 </PropertyGroup> 28 28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 34 34 <WarningLevel>4</WarningLevel> 35 35 <Prefer32Bit>false</Prefer32Bit> 36 <LangVersion> 7.0</LangVersion>36 <LangVersion>default</LangVersion> 37 37 </PropertyGroup> 38 38 <PropertyGroup> … … 56 56 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories> 57 57 <Prefer32Bit>false</Prefer32Bit> 58 <LangVersion> 5</LangVersion>58 <LangVersion>default</LangVersion> 59 59 </PropertyGroup> 60 60 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> … … 74 74 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> 75 75 <Prefer32Bit>false</Prefer32Bit> 76 <LangVersion> 5</LangVersion>76 <LangVersion>default</LangVersion> 77 77 </PropertyGroup> 78 78 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> … … 90 90 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories> 91 91 <Prefer32Bit>false</Prefer32Bit> 92 <LangVersion> 5</LangVersion>92 <LangVersion>default</LangVersion> 93 93 </PropertyGroup> 94 94 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> … … 108 108 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> 109 109 <Prefer32Bit>false</Prefer32Bit> 110 <LangVersion> 5</LangVersion>110 <LangVersion>default</LangVersion> 111 111 </PropertyGroup> 112 112 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.