Free cookie consent management tool by TermsFeed Policy Generator

Changeset 3837


Ignore:
Timestamp:
05/18/10 04:21:08 (14 years ago)
Author:
swagner
Message:

Restructured repository in preparation of the HeuristicLab 3.3.0 release (#1000)

Location:
trunk/sources
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Properties/Settings.Designer.cs

    r3762 r3837  
    22// <auto-generated>
    33//     This code was generated by a tool.
    4 //     Runtime Version:2.0.50727.4200
     4//     Runtime Version:2.0.50727.4927
    55//
    66//     Changes to this file may cause incorrect behavior and will be lost if
     
    2121            get {
    2222                return defaultInstance;
    23             }
    24         }
    25        
    26         [global::System.Configuration.ApplicationScopedSettingAttribute()]
    27         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    28         [global::System.Configuration.DefaultSettingValueAttribute("-")]
    29         public string User {
    30             get {
    31                 return ((string)(this["User"]));
    32             }
    33         }
    34        
    35         [global::System.Configuration.ApplicationScopedSettingAttribute()]
    36         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    37         [global::System.Configuration.DefaultSettingValueAttribute("-")]
    38         public string Organization {
    39             get {
    40                 return ((string)(this["Organization"]));
    4123            }
    4224        }
  • trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Properties/Settings.settings

    r3762 r3837  
    33  <Profiles />
    44  <Settings>
    5     <Setting Name="User" Type="System.String" Scope="Application">
    6       <Value Profile="(Default)">-</Value>
    7     </Setting>
    8     <Setting Name="Organization" Type="System.String" Scope="Application">
    9       <Value Profile="(Default)">-</Value>
    10     </Setting>
    115    <Setting Name="UpdateLocation" Type="System.String" Scope="User">
    126      <Value Profile="(Default)">http://services.heuristiclab.com/Deployment-3.3/Update.svc</Value>
  • trunk/sources/HeuristicLab.PluginInfrastructure/3.3/app.config

    r3831 r3837  
    22<configuration>
    33    <configSections>
    4         <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
    5             <section name="HeuristicLab.PluginInfrastructure.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
    6         </sectionGroup>
    74        <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
    85            <section name="HeuristicLab.PluginInfrastructure.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
    96        </sectionGroup>
    107    </configSections>
    11     <applicationSettings>
    12         <HeuristicLab.PluginInfrastructure.Properties.Settings>
    13             <setting name="User" serializeAs="String">
    14                 <value>-</value>
    15             </setting>
    16             <setting name="Organization" serializeAs="String">
    17                 <value>-</value>
    18             </setting>
    19         </HeuristicLab.PluginInfrastructure.Properties.Settings>
    20     </applicationSettings>
    218    <system.serviceModel>
    229        <behaviors>
  • trunk/sources/HeuristicLab/3.3/Files.txt

    r3833 r3837  
    77HeuristicLab.Algorithms.GeneticAlgorithm\3.3:HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll
    88HeuristicLab.Algorithms.LocalSearch\3.3:HeuristicLab.Algorithms.LocalSearch-3.3.dll
    9 HeuristicLab.Algorithms.MultipopulationAlgorithm\3.3:HeuristicLab.Algorithms.MultipopulationAlgorithm-3.3.dll
    109HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm\3.3:HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3.dll
    1110HeuristicLab.Algorithms.ParticleSwarmOptimization\3.3:HeuristicLab.Algorithms.ParticleSwarmOptimization-3.3.dll
     
    5958HeuristicLab.Selection\3.3:HeuristicLab.Selection-3.3.dll
    6059HeuristicLab.SequentialEngine\3.3:HeuristicLab.SequentialEngine-3.3.dll
    61 HeuristicLab.TestFunctions\3.3:HeuristicLab.TestFunctions-3.3.dll
    6260HeuristicLab.Tracing\3.3:HeuristicLab.Tracing-3.3.dll
    6361HeuristicLab.Tracing\3.3:HeuristicLab.log4net.xml
  • trunk/sources/HeuristicLab/3.3/HeuristicLab-3.3.csproj

    r3835 r3837  
    1010    <AppDesignerFolder>Properties</AppDesignerFolder>
    1111    <RootNamespace>HeuristicLab</RootNamespace>
    12     <AssemblyName>HeuristicLab</AssemblyName>
     12    <AssemblyName>HeuristicLab 3.3</AssemblyName>
    1313    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
     
    3636    <ErrorReport>prompt</ErrorReport>
    3737    <WarningLevel>4</WarningLevel>
    38     <DocumentationFile>bin\Release\HeuristicLab.XML</DocumentationFile>
     38    <DocumentationFile>bin\Release\HeuristicLab 3.3.xml</DocumentationFile>
    3939  </PropertyGroup>
    4040  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    5353    <PlatformTarget>x86</PlatformTarget>
    5454    <ErrorReport>prompt</ErrorReport>
    55     <DocumentationFile>bin\x86\Release\HeuristicLab.XML</DocumentationFile>
     55    <DocumentationFile>bin\x86\Release\HeuristicLab 3.3.xml</DocumentationFile>
    5656  </PropertyGroup>
    5757  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    7070    <PlatformTarget>x64</PlatformTarget>
    7171    <ErrorReport>prompt</ErrorReport>
    72     <DocumentationFile>bin\x64\Release\HeuristicLab.XML</DocumentationFile>
     72    <DocumentationFile>bin\x64\Release\HeuristicLab 3.3.xml</DocumentationFile>
    7373  </PropertyGroup>
    7474  <ItemGroup>
     
    120120  </ItemGroup>
    121121  <ItemGroup>
    122     <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
     122    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
    123123      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    124124      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
  • trunk/sources/HeuristicLab/3.3/MergeConfigs.cmd

    r3833 r3837  
    1 ConfigMerger "%SolutionDir%\HeuristicLab.PluginInfrastructure\%Outdir%\HeuristicLab.PluginInfrastructure.dll.config" "HeuristicLab.exe.config"
    2 ConfigMerger "%SolutionDir%\HeuristicLab.Optimizer\3.3\%Outdir%\HeuristicLab.Optimizer-3.3.dll.config" "HeuristicLab.exe.config"
    3 ConfigMerger "%SolutionDir%\HeuristicLab.Persistence\3.3\%Outdir%\HeuristicLab.Persistence-3.3.dll.config" "HeuristicLab.exe.config"
    4 ConfigMerger "%SolutionDir%\HeuristicLab.Tracing\3.2\%Outdir%\HeuristicLab.Tracing-3.2.dll.config" "HeuristicLab.exe.config"
     1ConfigMerger "%SolutionDir%\HeuristicLab.PluginInfrastructure\3.3\%Outdir%\HeuristicLab.PluginInfrastructure-3.3.dll.config" "HeuristicLab 3.3.exe.config"
     2ConfigMerger "%SolutionDir%\HeuristicLab.Optimizer\3.3\%Outdir%\HeuristicLab.Optimizer-3.3.dll.config" "HeuristicLab 3.3.exe.config"
     3ConfigMerger "%SolutionDir%\HeuristicLab.Persistence\3.3\%Outdir%\HeuristicLab.Persistence-3.3.dll.config" "HeuristicLab 3.3.exe.config"
     4ConfigMerger "%SolutionDir%\HeuristicLab.Tracing\3.3\%Outdir%\HeuristicLab.Tracing-3.3.dll.config" "HeuristicLab 3.3.exe.config"
  • trunk/sources/HeuristicLab/3.3/Properties/Settings.Designer.cs

    r2643 r3837  
    22// <auto-generated>
    33//     This code was generated by a tool.
    4 //     Runtime Version:2.0.50727.4200
     4//     Runtime Version:2.0.50727.4927
    55//
    66//     Changes to this file may cause incorrect behavior and will be lost if
     
    2323            }
    2424        }
    25        
    26         [global::System.Configuration.ApplicationScopedSettingAttribute()]
    27         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    28         [global::System.Configuration.DefaultSettingValueAttribute("unknown")]
    29         public string User {
    30             get {
    31                 return ((string)(this["User"]));
    32             }
    33         }
    34        
    35         [global::System.Configuration.ApplicationScopedSettingAttribute()]
    36         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    37         [global::System.Configuration.DefaultSettingValueAttribute("unknown")]
    38         public string Organization {
    39             get {
    40                 return ((string)(this["Organization"]));
    41             }
    42         }
    4325    }
    4426}
  • trunk/sources/HeuristicLab/3.3/Properties/Settings.settings

    r2643 r3837  
    11<?xml version='1.0' encoding='utf-8'?>
    2 <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="HeuristicLab.Properties" GeneratedClassName="Settings">
     2<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)">
    33  <Profiles />
    4   <Settings>
    5     <Setting Name="User" Type="System.String" Scope="Application">
    6       <Value Profile="(Default)">unknown</Value>
    7     </Setting>
    8     <Setting Name="Organization" Type="System.String" Scope="Application">
    9       <Value Profile="(Default)">unknown</Value>
    10     </Setting>
    11   </Settings>
     4  <Settings />
    125</SettingsFile>
  • trunk/sources/HeuristicLab/3.3/app.config

    r3833 r3837  
    22<configuration>
    33  <configSections>
    4     <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
    5       <section name="HeuristicLab.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
    6     </sectionGroup>
    74  </configSections>
    85  <connectionStrings>
     
    2623    </DbProviderFactories>
    2724  </system.data>
    28   <applicationSettings>
    29     <HeuristicLab.Properties.Settings>
    30       <setting name="User" serializeAs="String">
    31         <value>unknown</value>
    32       </setting>
    33       <setting name="Organization" serializeAs="String">
    34         <value>unknown</value>
    35       </setting>
    36     </HeuristicLab.Properties.Settings>
    37   </applicationSettings>
    3825</configuration>
Note: See TracChangeset for help on using the changeset viewer.