Changeset 1143 for trunk/sources
- Timestamp:
- 01/15/09 16:02:57 (16 years ago)
- Location:
- trunk/sources
- Files:
-
- 1 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Server.ADODataAccess/HeuristicLab.Hive.Server.ADODataAccess.csproj
r1120 r1143 68 68 <Compile Include="ClientGroupAdapter.cs" /> 69 69 <Compile Include="DataAdapterBase.cs" /> 70 <Compile Include="DBSettings.cs" />71 70 <Compile Include="dsHiveServer.cs"> 72 71 <DependentUpon>dsHiveServer.xsd</DependentUpon> … … 84 83 <Compile Include="PermissionOwnerAdapter.cs" /> 85 84 <Compile Include="Properties\AssemblyInfo.cs" /> 86 < None Include="Properties\Settings.Designer.cs">85 <Compile Include="Properties\Settings.Designer.cs"> 87 86 <AutoGen>True</AutoGen> 88 87 <DesignTimeSharedInput>True</DesignTimeSharedInput> 89 88 <DependentUpon>Settings.settings</DependentUpon> 90 </ None>89 </Compile> 91 90 <Compile Include="ResourceAdapter.cs" /> 92 91 <Compile Include="TransactionManager.cs" /> … … 95 94 </ItemGroup> 96 95 <ItemGroup> 96 <None Include="app.config" /> 97 97 <None Include="dsHiveServer.xsc"> 98 98 <DependentUpon>dsHiveServer.xsd</DependentUpon> -
trunk/sources/HeuristicLab.Hive.Server.ADODataAccess/Properties/Settings.settings
r1120 r1143 7 7 <SerializableConnectionString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> 8 8 <ConnectionString>Data Source=10.22.20.84;Initial Catalog=HiveServer;Persist Security Info=True;User ID=hive;Password=hive</ConnectionString> 9 <ProviderName>System.Data.SqlClient</ProviderName>10 9 </SerializableConnectionString></DesignTimeValue> 11 10 <Value Profile="(Default)">Data Source=10.22.20.84;Initial Catalog=HiveServer;Persist Security Info=True;User ID=hive;Password=hive</Value> -
trunk/sources/HeuristicLab.Hive.Server/MainForm.Designer.cs
r1120 r1143 42 42 this.label1.Location = new System.Drawing.Point(18, 18); 43 43 this.label1.Name = "label1"; 44 this.label1.Size = new System.Drawing.Size(1 15, 13);44 this.label1.Size = new System.Drawing.Size(183, 13); 45 45 this.label1.TabIndex = 0; 46 this.label1.Text = "Hive Server running @";46 this.label1.Text = "Hive Server Client Facade running @"; 47 47 // 48 48 // lblAddress1 -
trunk/sources/HeuristicLab/MergeConfigs.cmd
r953 r1143 3 3 ConfigMerger "%SolutionDir%\HeuristicLab.Hive.Client.Core\%Outdir%\HeuristicLab.Hive.Client.Core-3.2.dll.config" "HeuristicLab.exe.config" 4 4 ConfigMerger "%SolutionDir%\HeuristicLab.Hive.Client.Console\%Outdir%\HeuristicLab.Hive.Client.Console-3.2.dll.config" "HeuristicLab.exe.config" 5 ConfigMerger "%SolutionDir%\HeuristicLab.Hive.Server.ADODataAccess\%Outdir%\HeuristicLab.Hive.Server.ADODataAccess-3.2.dll.config" "HeuristicLab.exe.config" -
trunk/sources/HeuristicLab/app.config
r974 r1143 6 6 </sectionGroup> 7 7 </configSections> 8 <connectionStrings> 9 </connectionStrings> 8 10 <system.serviceModel> 9 11 </system.serviceModel>
Note: See TracChangeset
for help on using the changeset viewer.