Changeset 11920 for stable/HeuristicLab.Algorithms.Benchmarks
- 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.Algorithms.Benchmarks/3.3/HeuristicLab.Algorithms.Benchmarks-3.3.csproj
r8600 r11920 11 11 <RootNamespace>HeuristicLab.Algorithms.Benchmarks</RootNamespace> 12 12 <AssemblyName>HeuristicLab.Algorithms.Benchmarks-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' "> … … 23 24 <WarningLevel>4</WarningLevel> 24 25 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 26 <Prefer32Bit>false</Prefer32Bit> 25 27 </PropertyGroup> 26 28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 34 36 </DocumentationFile> 35 37 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 38 <Prefer32Bit>false</Prefer32Bit> 36 39 </PropertyGroup> 37 40 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 43 46 <ErrorReport>prompt</ErrorReport> 44 47 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 48 <Prefer32Bit>false</Prefer32Bit> 45 49 </PropertyGroup> 46 50 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 54 58 <ErrorReport>prompt</ErrorReport> 55 59 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 60 <Prefer32Bit>false</Prefer32Bit> 56 61 </PropertyGroup> 57 62 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 63 68 <ErrorReport>prompt</ErrorReport> 64 69 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 70 <Prefer32Bit>false</Prefer32Bit> 65 71 </PropertyGroup> 66 72 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 74 80 <ErrorReport>prompt</ErrorReport> 75 81 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 82 <Prefer32Bit>false</Prefer32Bit> 76 83 </PropertyGroup> 77 84 <PropertyGroup> … … 152 159 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 153 160 <PropertyGroup> 154 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)161 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 155 162 set ProjectDir=$(ProjectDir) 156 163 set SolutionDir=$(SolutionDir) … … 159 166 call PreBuildEvent.cmd 160 167 </PreBuildEvent> 161 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">168 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 162 169 export ProjectDir=$(ProjectDir) 163 170 export SolutionDir=$(SolutionDir)
Note: See TracChangeset
for help on using the changeset viewer.