Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1233 switch to .NET 4

File size: 490 bytes
RevLine 
[5264]1<?xml version="1.0"?>
[4593]2<configuration>
[4615]3  <configSections>
4  </configSections>
5  <connectionStrings>
[5264]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"/>
[4615]7  </connectionStrings>
[5264]8<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
Note: See TracBrowser for help on using the repository browser.