Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/19/10 00:59:26 (14 years ago)
Author:
swagner
Message:

Moved HeuristicLab.Services projects into a separate solution (#1160)

Location:
trunk/sources/HeuristicLab.Services.Deployment.DataAccess/3.3
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Services.Deployment.DataAccess/3.3/Properties/Settings.Designer.cs

    r4065 r4256  
    2727        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    2828        [global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.ConnectionString)]
    29         [global::System.Configuration.DefaultSettingValueAttribute("Server=SERVDEV;Database=HeuristicLab.Deployment;Integrated Security=SSPI")]
     29        [global::System.Configuration.DefaultSettingValueAttribute("Server=SERVICES;Database=HeuristicLab.Deployment;Integrated Security=SSPI")]
    3030        public string HeuristicLab_PluginStoreConnectionString {
    3131            get {
  • trunk/sources/HeuristicLab.Services.Deployment.DataAccess/3.3/Properties/Settings.settings

    r3084 r4256  
    66      <DesignTimeValue Profile="(Default)">&lt;?xml version="1.0" encoding="utf-16"?&gt;
    77&lt;SerializableConnectionString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&gt;
    8   &lt;ConnectionString&gt;Server=SERVDEV;Database=HeuristicLab.Deployment;Integrated Security=SSPI&lt;/ConnectionString&gt;
     8  &lt;ConnectionString&gt;Server=SERVICES;Database=HeuristicLab.Deployment;Integrated Security=SSPI&lt;/ConnectionString&gt;
    99  &lt;ProviderName /&gt;
    1010&lt;/SerializableConnectionString&gt;</DesignTimeValue>
    11       <Value Profile="(Default)">Server=SERVDEV;Database=HeuristicLab.Deployment;Integrated Security=SSPI</Value>
     11      <Value Profile="(Default)">Server=SERVICES;Database=HeuristicLab.Deployment;Integrated Security=SSPI</Value>
    1212    </Setting>
    1313  </Settings>
  • trunk/sources/HeuristicLab.Services.Deployment.DataAccess/3.3/app.config

    r3085 r4256  
    55    <connectionStrings>
    66        <add name="HeuristicLab.Services.Deployment.DataAccess.Properties.Settings.HeuristicLab_PluginStoreConnectionString"
    7             connectionString="Server=SERVDEV;Database=HeuristicLab.Deployment;Integrated Security=SSPI"
     7            connectionString="Server=SERVICES;Database=HeuristicLab.Deployment;Integrated Security=SSPI"
    88            providerName="" />
    99    </connectionStrings>
Note: See TracChangeset for help on using the changeset viewer.