Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/16/17 08:01:22 (7 years ago)
Author:
gkronber
Message:

#2650 added r14748 from trunk to branch (change set contains file renames lower case to upper case)

Location:
branches/symbreg-factors-2650
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/symbreg-factors-2650

  • branches/symbreg-factors-2650/HeuristicLab.Services.Deployment.DataAccess/3.3/app.config

    r11623 r14754  
    11<?xml version="1.0" encoding="utf-8"?>
    22<configuration>
    3   <configSections>
    4   </configSections>
    53  <connectionStrings>
    6     <add name="HeuristicLab.Services.Deployment.DataAccess.Properties.Settings.HeuristicLab_DeploymentConnectionString" connectionString="Data Source=.\SQLEXPRESS;Initial Catalog=HeuristicLab.Deployment;Integrated Security=SSPI" providerName="System.Data.SqlClient"/>
     4    <add name="HeuristicLab.Services.Deployment.DataAccess.Properties.Settings.HeuristicLab_DeploymentConnectionString" connectionString="Data Source=.\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Deployment" />
    75  </connectionStrings>
    8 <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup></configuration>
     6
     7  <startup>
     8    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
     9  </startup>
     10</configuration>
Note: See TracChangeset for help on using the changeset viewer.