Free cookie consent management tool by TermsFeed Policy Generator

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

Refactored settings (#372)

Location:
trunk/sources/HeuristicLab.Hive.Server.ADODataAccess
Files:
1 added
2 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>
Note: See TracChangeset for help on using the changeset viewer.