- Timestamp:
- 02/18/15 10:54:32 (10 years ago)
- Location:
- branches/HeuristicLab.DatasetRefactor/sources
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.DatasetRefactor/sources
- Property svn:mergeinfo changed
-
branches/HeuristicLab.DatasetRefactor/sources/HeuristicLab/3.3/HeuristicLab-3.3.csproj
r9203 r12031 11 11 <RootNamespace>HeuristicLab</RootNamespace> 12 12 <AssemblyName>HeuristicLab 3.3</AssemblyName> 13 <TargetFrameworkVersion>v4. 0</TargetFrameworkVersion>13 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> 15 15 <SignAssembly>true</SignAssembly> … … 50 50 <WarningLevel>4</WarningLevel> 51 51 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 52 <Prefer32Bit>false</Prefer32Bit> 52 53 </PropertyGroup> 53 54 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 61 62 </DocumentationFile> 62 63 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 64 <Prefer32Bit>false</Prefer32Bit> 63 65 </PropertyGroup> 64 66 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 70 72 <ErrorReport>prompt</ErrorReport> 71 73 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 74 <Prefer32Bit>false</Prefer32Bit> 72 75 </PropertyGroup> 73 76 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 81 84 </DocumentationFile> 82 85 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 86 <Prefer32Bit>false</Prefer32Bit> 83 87 </PropertyGroup> 84 88 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 90 94 <ErrorReport>prompt</ErrorReport> 91 95 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 96 <Prefer32Bit>false</Prefer32Bit> 92 97 </PropertyGroup> 93 98 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 101 106 </DocumentationFile> 102 107 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 108 <Prefer32Bit>false</Prefer32Bit> 103 109 </PropertyGroup> 104 110 <ItemGroup> -
branches/HeuristicLab.DatasetRefactor/sources/HeuristicLab/3.3/Program.cs
r11171 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. -
branches/HeuristicLab.DatasetRefactor/sources/HeuristicLab/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("")] … … 51 51 // Revision 52 52 // 53 [assembly: AssemblyVersion("3.3.1 0.$WCREV$")]54 [assembly: AssemblyFileVersion("3.3.1 0.$WCREV$")]53 [assembly: AssemblyVersion("3.3.11.$WCREV$")] 54 [assembly: AssemblyFileVersion("3.3.11.$WCREV$")] -
branches/HeuristicLab.DatasetRefactor/sources/HeuristicLab/3.3/Properties/Resources.Designer.cs
r5163 r12031 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version:4.0.30319. 14 // Runtime Version:4.0.30319.34014 5 5 // 6 6 // Changes to this file may cause incorrect behavior and will be lost if -
branches/HeuristicLab.DatasetRefactor/sources/HeuristicLab/3.3/Properties/Settings.Designer.cs
r4065 r12031 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version:4.0.30319. 14 // Runtime Version:4.0.30319.34014 5 5 // 6 6 // Changes to this file may cause incorrect behavior and will be lost if … … 13 13 14 14 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "1 0.0.0.0")]15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")] 16 16 internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { 17 17 -
branches/HeuristicLab.DatasetRefactor/sources/HeuristicLab/3.3/app.config
r5163 r12031 21 21 22 22 <startup> 23 <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4. 0,Profile=Client"/>23 <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/> 24 24 </startup> 25 25 </configuration>
Note: See TracChangeset
for help on using the changeset viewer.