Changeset 11920 for stable/HeuristicLab.Problems.LawnMower/3.3/HeuristicLab.Problems.LawnMower.csproj
- Timestamp:
- 02/05/15 17:37:03 (10 years ago)
- Location:
- stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 11623,11631,11634
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Problems.LawnMower/3.3/HeuristicLab.Problems.LawnMower.csproj
r8806 r11920 11 11 <RootNamespace>HeuristicLab.Problems.LawnMower</RootNamespace> 12 12 <AssemblyName>HeuristicLab.Problems.LawnMower-3.3</AssemblyName> 13 <TargetFrameworkVersion>v4. 0</TargetFrameworkVersion>13 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> 15 <TargetFrameworkProfile /> 15 16 </PropertyGroup> 16 17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 22 23 <ErrorReport>prompt</ErrorReport> 23 24 <WarningLevel>4</WarningLevel> 25 <Prefer32Bit>false</Prefer32Bit> 24 26 </PropertyGroup> 25 27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 30 32 <ErrorReport>prompt</ErrorReport> 31 33 <WarningLevel>4</WarningLevel> 34 <Prefer32Bit>false</Prefer32Bit> 32 35 </PropertyGroup> 33 36 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> … … 46 49 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories> 47 50 <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> 51 <Prefer32Bit>false</Prefer32Bit> 48 52 </PropertyGroup> 49 53 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> … … 62 66 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories> 63 67 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> 68 <Prefer32Bit>false</Prefer32Bit> 64 69 </PropertyGroup> 65 70 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> … … 79 84 <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> 80 85 <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> 86 <Prefer32Bit>false</Prefer32Bit> 81 87 </PropertyGroup> 82 88 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> … … 95 101 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories> 96 102 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> 103 <Prefer32Bit>false</Prefer32Bit> 97 104 </PropertyGroup> 98 105 <PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.