Changeset 11920 for stable/HeuristicLab.Encodings.ScheduleEncoding/3.3
- 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.Encodings.ScheduleEncoding/3.3/HeuristicLab.Encodings.ScheduleEncoding-3.3.csproj
r8887 r11920 11 11 <RootNamespace>HeuristicLab.Encodings.ScheduleEncoding</RootNamespace> 12 12 <AssemblyName>HeuristicLab.Encodings.ScheduleEncoding-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> … … 52 55 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories> 53 56 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> 57 <Prefer32Bit>false</Prefer32Bit> 54 58 </PropertyGroup> 55 59 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> … … 69 73 <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> 70 74 <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> 75 <Prefer32Bit>false</Prefer32Bit> 71 76 </PropertyGroup> 72 77 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> … … 85 90 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories> 86 91 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> 92 <Prefer32Bit>false</Prefer32Bit> 87 93 </PropertyGroup> 88 94 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> … … 102 108 <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> 103 109 <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> 110 <Prefer32Bit>false</Prefer32Bit> 104 111 </PropertyGroup> 105 112 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.