Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive.DataAccess/3.4/app.config @ 5264

Last change on this file since 5264 was 5264, checked in by ascheibe, 13 years ago

#1233 switch to .NET 4

File size: 490 bytes
Line 
1<?xml version="1.0"?>
2<configuration>
3  <configSections>
4  </configSections>
5  <connectionStrings>
6    <add name="HeuristicLab.Services.Hive.DataAccess.Properties.Settings.HeuristicLab_Hive_LinqConnectionString" connectionString="Data Source=localhost;Initial Catalog=HeuristicLab.Hive-3.4;Integrated Security=True;" providerName="System.Data.SqlClient"/>
7  </connectionStrings>
8<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
Note: See TracBrowser for help on using the repository browser.