- Timestamp:
- 02/18/15 10:54:32 (10 years ago)
- Location:
- branches/HeuristicLab.DatasetRefactor/sources
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.DatasetRefactor/sources
- Property svn:mergeinfo changed
-
branches/HeuristicLab.DatasetRefactor/sources/HeuristicLab.ParallelEngine.Views/3.3/HeuristicLab.ParallelEngine.Views.csproj
r9660 r12031 10 10 <RootNamespace>HeuristicLab.ParallelEngine.Views</RootNamespace> 11 11 <AssemblyName>HeuristicLab.ParallelEngine.Views-3.3</AssemblyName> 12 <TargetFrameworkVersion>v4. 0</TargetFrameworkVersion>12 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 13 13 <FileAlignment>512</FileAlignment> 14 14 <TargetFrameworkProfile /> … … 22 22 <ErrorReport>prompt</ErrorReport> 23 23 <WarningLevel>4</WarningLevel> 24 <Prefer32Bit>false</Prefer32Bit> 24 25 </PropertyGroup> 25 26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 30 31 <ErrorReport>prompt</ErrorReport> 31 32 <WarningLevel>4</WarningLevel> 33 <Prefer32Bit>false</Prefer32Bit> 32 34 </PropertyGroup> 33 35 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> … … 39 41 <ErrorReport>prompt</ErrorReport> 40 42 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 43 <Prefer32Bit>false</Prefer32Bit> 41 44 </PropertyGroup> 42 45 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> … … 48 51 <ErrorReport>prompt</ErrorReport> 49 52 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 53 <Prefer32Bit>false</Prefer32Bit> 50 54 </PropertyGroup> 51 55 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> … … 57 61 <ErrorReport>prompt</ErrorReport> 58 62 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 63 <Prefer32Bit>false</Prefer32Bit> 59 64 </PropertyGroup> 60 65 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> … … 66 71 <ErrorReport>prompt</ErrorReport> 67 72 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 73 <Prefer32Bit>false</Prefer32Bit> 68 74 </PropertyGroup> 69 75 <PropertyGroup> -
branches/HeuristicLab.DatasetRefactor/sources/HeuristicLab.ParallelEngine.Views/3.3/ParallelEngineView.cs
r11171 r12031 2 2 3 3 /* HeuristicLab 4 * Copyright (C) 2002-201 4Heuristic and Evolutionary Algorithms Laboratory (HEAL)4 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 5 5 * 6 6 * This file is part of HeuristicLab. -
branches/HeuristicLab.DatasetRefactor/sources/HeuristicLab.ParallelEngine.Views/3.3/Plugin.cs.frame
r11174 r12031 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 4Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 29 29 /// Plugin class for HeuristicLab.ParallelEngine plugin. 30 30 /// </summary> 31 [Plugin("HeuristicLab.ParallelEngine.Views", "3.3.1 0.$WCREV$")]31 [Plugin("HeuristicLab.ParallelEngine.Views", "3.3.11.$WCREV$")] 32 32 [PluginFile("HeuristicLab.ParallelEngine.Views-3.3.dll", PluginFileType.Assembly)] 33 33 [PluginDependency("HeuristicLab.Common.Resources", "3.3")] -
branches/HeuristicLab.DatasetRefactor/sources/HeuristicLab.ParallelEngine.Views/3.3/Properties/AssemblyInfo.cs.frame
r11174 r12031 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 4Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 32 32 [assembly: AssemblyCompany("")] 33 33 [assembly: AssemblyProduct("HeuristicLab")] 34 [assembly: AssemblyCopyright("(c) 2002-201 4HEAL")]34 [assembly: AssemblyCopyright("(c) 2002-2015 HEAL")] 35 35 [assembly: AssemblyTrademark("")] 36 36 [assembly: AssemblyCulture("")] … … 54 54 // by using the '*' as shown below: 55 55 [assembly: AssemblyVersion("3.3.0.0")] 56 [assembly: AssemblyFileVersion("3.3.1 0.$WCREV$")]56 [assembly: AssemblyFileVersion("3.3.11.$WCREV$")]
Note: See TracChangeset
for help on using the changeset viewer.