Free cookie consent management tool by TermsFeed Policy Generator

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

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

Location:
trunk/sources/HeuristicLab.PluginInfrastructure/3.3
Files:
3 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>
Note: See TracChangeset for help on using the changeset viewer.