Last change
on this file since 3011 was
3011,
checked in by kgrading, 15 years ago
|
changed the complete DAL to LINQ 2 SQL (with the exception of the job streaming), did a lot of refactoring, Introduced DTOs (that are named DTOs for better understanding), added the spring.NET Interceptor, reintroduced transactions and cleaned up the whole JobResult thing and updated a part of the config merger (#830)
|
File size:
1.2 KB
|
Line | |
---|
1 | <?xml version='1.0' encoding='utf-8'?>
|
---|
2 | <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="HeuristicLab.Hive.Server.ADODataAccess.Properties" GeneratedClassName="Settings">
|
---|
3 | <Profiles />
|
---|
4 | <Settings>
|
---|
5 | <Setting Name="HiveServerConnectionString" Type="(Connection string)" Scope="Application">
|
---|
6 | <DesignTimeValue Profile="(Default)"><?xml version="1.0" encoding="utf-16"?>
|
---|
7 | <SerializableConnectionString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
---|
8 | <ConnectionString>Data Source=127.0.0.1;Initial Catalog=HeuristicLab.Hive;Persist Security Info=True;User ID=hive;Password=hive;Pooling=true;MultipleActiveResultSets=true</ConnectionString>
|
---|
9 | <ProviderName>System.Data.SqlClient</ProviderName>
|
---|
10 | </SerializableConnectionString></DesignTimeValue>
|
---|
11 | <Value Profile="(Default)">Data Source=127.0.0.1;Initial Catalog=HeuristicLab.Hive;Persist Security Info=True;User ID=hive;Password=hive;Pooling=true;MultipleActiveResultSets=true</Value>
|
---|
12 | </Setting>
|
---|
13 | </Settings>
|
---|
14 | </SettingsFile> |
---|
Note: See
TracBrowser
for help on using the repository browser.