Changeset 11920 for stable/HeuristicLab.ExtLibs/HeuristicLab.AutoDiff
- Timestamp:
- 02/05/15 17:37:03 (10 years ago)
- Location:
- stable
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 11623,11631,11634
- Property svn:mergeinfo changed
-
stable/HeuristicLab.ExtLibs
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.ExtLibs merged: 11623
- Property svn:mergeinfo changed
-
stable/HeuristicLab.ExtLibs/HeuristicLab.AutoDiff/1.0/AutoDiff-1.0/AutoDiff-1.0.csproj
r8705 r11920 11 11 <RootNamespace>AutoDiff</RootNamespace> 12 12 <AssemblyName>AutoDiff-1.0</AssemblyName> 13 <TargetFrameworkVersion>v4. 0</TargetFrameworkVersion>13 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> 15 15 <CodeContractsAssemblyMode>0</CodeContractsAssemblyMode> … … 22 22 <SccProvider> 23 23 </SccProvider> 24 <TargetFrameworkProfile /> 24 25 </PropertyGroup> 25 26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 53 54 <CodeContractsRuntimeCheckingLevel>Full</CodeContractsRuntimeCheckingLevel> 54 55 <CodeContractsReferenceAssembly>Build</CodeContractsReferenceAssembly> 56 <Prefer32Bit>false</Prefer32Bit> 55 57 </PropertyGroup> 56 58 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 85 87 <CodeContractsRuntimeCheckingLevel>Full</CodeContractsRuntimeCheckingLevel> 86 88 <CodeContractsReferenceAssembly>Build</CodeContractsReferenceAssembly> 89 <Prefer32Bit>false</Prefer32Bit> 87 90 </PropertyGroup> 88 91 <PropertyGroup> … … 108 111 <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> 109 112 <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> 113 <Prefer32Bit>false</Prefer32Bit> 110 114 </PropertyGroup> 111 115 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> … … 124 128 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories> 125 129 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> 130 <Prefer32Bit>false</Prefer32Bit> 126 131 </PropertyGroup> 127 132 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> … … 138 143 <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories> 139 144 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories> 145 <Prefer32Bit>false</Prefer32Bit> 140 146 </PropertyGroup> 141 147 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> … … 154 160 <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories> 155 161 <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> 162 <Prefer32Bit>false</Prefer32Bit> 156 163 </PropertyGroup> 157 164 <ItemGroup> -
stable/HeuristicLab.ExtLibs/HeuristicLab.AutoDiff/1.0/HeuristicLab.AutoDiff-1.0/HeuristicLab.AutoDiff-1.0.csproj
r8703 r11920 11 11 <RootNamespace>HeuristicLab.AutoDiff</RootNamespace> 12 12 <AssemblyName>HeuristicLab.AutoDiff-1.0</AssemblyName> 13 <TargetFrameworkVersion>v4. 0</TargetFrameworkVersion>13 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 14 14 <TargetFrameworkProfile> 15 15 </TargetFrameworkProfile> … … 46 46 <WarningLevel>4</WarningLevel> 47 47 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 48 <Prefer32Bit>false</Prefer32Bit> 48 49 </PropertyGroup> 49 50 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 55 56 <WarningLevel>4</WarningLevel> 56 57 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 58 <Prefer32Bit>false</Prefer32Bit> 57 59 </PropertyGroup> 58 60 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 64 66 <ErrorReport>prompt</ErrorReport> 65 67 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 68 <Prefer32Bit>false</Prefer32Bit> 66 69 </PropertyGroup> 67 70 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 73 76 <ErrorReport>prompt</ErrorReport> 74 77 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 78 <Prefer32Bit>false</Prefer32Bit> 75 79 </PropertyGroup> 76 80 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 82 86 <ErrorReport>prompt</ErrorReport> 83 87 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 88 <Prefer32Bit>false</Prefer32Bit> 84 89 </PropertyGroup> 85 90 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 91 96 <ErrorReport>prompt</ErrorReport> 92 97 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 98 <Prefer32Bit>false</Prefer32Bit> 93 99 </PropertyGroup> 94 100 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.