Changeset 11920 for stable/HeuristicLab
- Timestamp:
- 02/05/15 17:37:03 (10 years ago)
- Location:
- stable
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 11623,11631,11634
- Property svn:mergeinfo changed
-
stable/HeuristicLab/3.3/HeuristicLab-3.3.csproj
r9203 r11920 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> -
stable/HeuristicLab/3.3/Properties/Resources.Designer.cs
r5163 r11920 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 -
stable/HeuristicLab/3.3/Properties/Settings.Designer.cs
r4065 r11920 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 -
stable/HeuristicLab/3.3/app.config
r5163 r11920 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.