Free cookie consent management tool by TermsFeed Policy Generator

Changeset 1143


Ignore:
Timestamp:
01/15/09 16:02:57 (15 years ago)
Author:
svonolfe
Message:

Refactored settings (#372)

Location:
trunk/sources
Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Server.ADODataAccess/HeuristicLab.Hive.Server.ADODataAccess.csproj

    r1120 r1143  
    6868    <Compile Include="ClientGroupAdapter.cs" />
    6969    <Compile Include="DataAdapterBase.cs" />
    70     <Compile Include="DBSettings.cs" />
    7170    <Compile Include="dsHiveServer.cs">
    7271      <DependentUpon>dsHiveServer.xsd</DependentUpon>
     
    8483    <Compile Include="PermissionOwnerAdapter.cs" />
    8584    <Compile Include="Properties\AssemblyInfo.cs" />
    86     <None Include="Properties\Settings.Designer.cs">
     85    <Compile Include="Properties\Settings.Designer.cs">
    8786      <AutoGen>True</AutoGen>
    8887      <DesignTimeSharedInput>True</DesignTimeSharedInput>
    8988      <DependentUpon>Settings.settings</DependentUpon>
    90     </None>
     89    </Compile>
    9190    <Compile Include="ResourceAdapter.cs" />
    9291    <Compile Include="TransactionManager.cs" />
     
    9594  </ItemGroup>
    9695  <ItemGroup>
     96    <None Include="app.config" />
    9797    <None Include="dsHiveServer.xsc">
    9898      <DependentUpon>dsHiveServer.xsd</DependentUpon>
  • trunk/sources/HeuristicLab.Hive.Server.ADODataAccess/Properties/Settings.settings

    r1120 r1143  
    77&lt;SerializableConnectionString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&gt;
    88  &lt;ConnectionString&gt;Data Source=10.22.20.84;Initial Catalog=HiveServer;Persist Security Info=True;User ID=hive;Password=hive&lt;/ConnectionString&gt;
    9   &lt;ProviderName&gt;System.Data.SqlClient&lt;/ProviderName&gt;
    109&lt;/SerializableConnectionString&gt;</DesignTimeValue>
    1110      <Value Profile="(Default)">Data Source=10.22.20.84;Initial Catalog=HiveServer;Persist Security Info=True;User ID=hive;Password=hive</Value>
  • trunk/sources/HeuristicLab.Hive.Server/MainForm.Designer.cs

    r1120 r1143  
    4242          this.label1.Location = new System.Drawing.Point(18, 18);
    4343          this.label1.Name = "label1";
    44           this.label1.Size = new System.Drawing.Size(115, 13);
     44          this.label1.Size = new System.Drawing.Size(183, 13);
    4545          this.label1.TabIndex = 0;
    46           this.label1.Text = "Hive Server running @";
     46          this.label1.Text = "Hive Server Client Facade running @";
    4747          //
    4848          // lblAddress1
  • trunk/sources/HeuristicLab/MergeConfigs.cmd

    r953 r1143  
    33ConfigMerger "%SolutionDir%\HeuristicLab.Hive.Client.Core\%Outdir%\HeuristicLab.Hive.Client.Core-3.2.dll.config" "HeuristicLab.exe.config"
    44ConfigMerger "%SolutionDir%\HeuristicLab.Hive.Client.Console\%Outdir%\HeuristicLab.Hive.Client.Console-3.2.dll.config" "HeuristicLab.exe.config"
     5ConfigMerger "%SolutionDir%\HeuristicLab.Hive.Server.ADODataAccess\%Outdir%\HeuristicLab.Hive.Server.ADODataAccess-3.2.dll.config" "HeuristicLab.exe.config"
  • trunk/sources/HeuristicLab/app.config

    r974 r1143  
    66        </sectionGroup>
    77    </configSections>
     8  <connectionStrings>
     9  </connectionStrings>
    810  <system.serviceModel>
    911  </system.serviceModel>
Note: See TracChangeset for help on using the changeset viewer.