Changeset 4296 for branches/3.3-HiveMigration/sources/HeuristicLab.Hive
- Timestamp:
- 08/23/10 17:49:43 (14 years ago)
- Location:
- branches/3.3-HiveMigration/sources/HeuristicLab.Hive
- Files:
-
- 33 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Calendar/3.3/HeuristicLab.Calendar-3.3.csproj
r4171 r4296 73 73 <ItemGroup> 74 74 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 75 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>75 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 76 76 </Reference> 77 77 <Reference Include="System" /> -
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Calendar/3.3/Properties/AssemblyInfo.cs
r4171 r4296 58 58 // [assembly: AssemblyVersion("1.0.*")] 59 59 [assembly: AssemblyVersion("3.3.0.0")] 60 [assembly: AssemblyFileVersion("3.3.0.41 33")]60 [assembly: AssemblyFileVersion("3.3.0.4171")] -
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.DataAccess.ADOHelper/3.3/HeuristicLab.DataAccess.ADOHelper-3.3.csproj
r4171 r4296 119 119 <ItemGroup> 120 120 <Reference Include="HeuristicLab.Common-3.3"> 121 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>121 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath> 122 122 </Reference> 123 123 <Reference Include="HeuristicLab.Persistence-3.3"> 124 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>124 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath> 125 125 </Reference> 126 126 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 127 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>127 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 128 128 </Reference> 129 129 <Reference Include="System" /> -
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.DataAccess/3.3/HeuristicLab.DataAccess-3.3.csproj
r4171 r4296 158 158 <ItemGroup> 159 159 <Reference Include="HeuristicLab.Common-3.3"> 160 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>160 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath> 161 161 </Reference> 162 162 <Reference Include="HeuristicLab.Persistence-3.3"> 163 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>163 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath> 164 164 </Reference> 165 165 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 166 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>166 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 167 167 </Reference> 168 168 <Reference Include="System" /> -
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive 3.3.sln
r4285 r4296 8 8 {CDAD2510-299C-4FA2-B351-9D71A5AF20B7} = {CDAD2510-299C-4FA2-B351-9D71A5AF20B7} 9 9 {AEB51212-CDBA-4FC6-A2EE-02359AA53ECE} = {AEB51212-CDBA-4FC6-A2EE-02359AA53ECE} 10 {55B89815-F3E7-4D09-9442-273F849141DD} = {55B89815-F3E7-4D09-9442-273F849141DD}11 10 {4D5A2A16-66C2-431D-9AA3-BD3041E64B84} = {4D5A2A16-66C2-431D-9AA3-BD3041E64B84} 12 11 {21187322-52DD-4243-80A4-A85F0263E63B} = {21187322-52DD-4243-80A4-A85F0263E63B} … … 73 72 EndProject 74 73 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "HeuristicLab", "HeuristicLab", "{BD1DE6F6-A188-4D1F-9681-BA7104818370}" 75 EndProject76 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "HeuristicLab.Hive.Test", "HeuristicLab.Hive.Test", "{4F2D8149-D608-42B3-BB1C-6909BDA2B350}"77 EndProject78 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Hive.Server.Tests", "HeuristicLab.Hive.Server.Tests\HeuristicLab.Hive.Server.Tests.csproj", "{55B89815-F3E7-4D09-9442-273F849141DD}"79 74 EndProject 80 75 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Calendar-3.3", "HeuristicLab.Calendar\3.3\HeuristicLab.Calendar-3.3.csproj", "{D17A4D6A-4CAA-4470-8A19-F42463C021FD}" … … 327 322 {21187322-52DD-4243-80A4-A85F0263E63B}.Release|x86.ActiveCfg = Release|x86 328 323 {21187322-52DD-4243-80A4-A85F0263E63B}.Release|x86.Build.0 = Release|x86 329 {55B89815-F3E7-4D09-9442-273F849141DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU330 {55B89815-F3E7-4D09-9442-273F849141DD}.Debug|Any CPU.Build.0 = Debug|Any CPU331 {55B89815-F3E7-4D09-9442-273F849141DD}.Debug|Mixed Platforms.ActiveCfg = Debug|x86332 {55B89815-F3E7-4D09-9442-273F849141DD}.Debug|Mixed Platforms.Build.0 = Debug|x86333 {55B89815-F3E7-4D09-9442-273F849141DD}.Debug|x64.ActiveCfg = Debug|x86334 {55B89815-F3E7-4D09-9442-273F849141DD}.Debug|x86.ActiveCfg = Debug|x86335 {55B89815-F3E7-4D09-9442-273F849141DD}.Debug|x86.Build.0 = Debug|x86336 {55B89815-F3E7-4D09-9442-273F849141DD}.Release|Any CPU.ActiveCfg = Release|x86337 {55B89815-F3E7-4D09-9442-273F849141DD}.Release|Mixed Platforms.ActiveCfg = Release|x86338 {55B89815-F3E7-4D09-9442-273F849141DD}.Release|Mixed Platforms.Build.0 = Release|x86339 {55B89815-F3E7-4D09-9442-273F849141DD}.Release|x64.ActiveCfg = Release|x86340 {55B89815-F3E7-4D09-9442-273F849141DD}.Release|x86.ActiveCfg = Release|x86341 {55B89815-F3E7-4D09-9442-273F849141DD}.Release|x86.Build.0 = Release|x86342 324 {D17A4D6A-4CAA-4470-8A19-F42463C021FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 343 325 {D17A4D6A-4CAA-4470-8A19-F42463C021FD}.Debug|Any CPU.Build.0 = Debug|Any CPU … … 516 498 {5010BD86-23B7-4F8C-888A-76D21AD5266A} = {DC8C63A5-7B57-4B3A-A74A-6F42C7DD1668} 517 499 {1605256A-1CB3-44AB-AAFF-577093EE5789} = {DC8C63A5-7B57-4B3A-A74A-6F42C7DD1668} 518 {55B89815-F3E7-4D09-9442-273F849141DD} = {4F2D8149-D608-42B3-BB1C-6909BDA2B350}519 500 EndGlobalSection 520 501 EndGlobal -
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Contracts/3.3/HeuristicLab.Hive.Contracts-3.3.csproj
r4289 r4296 77 77 <ItemGroup> 78 78 <Reference Include="HeuristicLab.Collections-3.3"> 79 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>79 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath> 80 80 </Reference> 81 81 <Reference Include="HeuristicLab.Common-3.3"> 82 <HintPath> ..\..\HeuristicLab.Hive.JobBase\3.3\bin\Debug\HeuristicLab.Common-3.3.dll</HintPath>82 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath> 83 83 </Reference> 84 84 <Reference Include="HeuristicLab.Core-3.3"> 85 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>85 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath> 86 86 </Reference> 87 87 <Reference Include="HeuristicLab.Persistence-3.3"> 88 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>88 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath> 89 89 </Reference> 90 90 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 91 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>91 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 92 92 </Reference> 93 93 <Reference Include="HeuristicLab.Tracing-3.3"> 94 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Tracing-3.3.dll</HintPath>94 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Tracing-3.3.dll</HintPath> 95 95 </Reference> 96 96 <Reference Include="System" /> -
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Experiment.Views/3.3/HeuristicLab.Hive.Experiment.Views-3.3.csproj
r4144 r4296 56 56 <ItemGroup> 57 57 <Reference Include="HeuristicLab.Collections-3.3"> 58 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>58 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath> 59 59 </Reference> 60 60 <Reference Include="HeuristicLab.Common-3.3"> 61 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>61 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath> 62 62 </Reference> 63 63 <Reference Include="HeuristicLab.Common.Resources-3.3"> 64 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>64 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath> 65 65 </Reference> 66 66 <Reference Include="HeuristicLab.Core-3.3"> 67 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>67 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath> 68 68 </Reference> 69 <Reference Include="HeuristicLab.Core.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" /> 69 <Reference Include="HeuristicLab.Core.Views-3.3"> 70 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core.Views-3.3.dll</HintPath> 71 </Reference> 70 72 <Reference Include="HeuristicLab.Data-3.3"> 71 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath>73 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath> 72 74 </Reference> 73 75 <Reference Include="HeuristicLab.MainForm-3.3"> 74 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.MainForm-3.3.dll</HintPath>76 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm-3.3.dll</HintPath> 75 77 </Reference> 76 78 <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3"> 77 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>79 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath> 78 80 </Reference> 79 81 <Reference Include="HeuristicLab.Operators.Views-3.3"> 80 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Operators.Views-3.3.dll</HintPath>82 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Operators.Views-3.3.dll</HintPath> 81 83 </Reference> 82 84 <Reference Include="HeuristicLab.Optimization-3.3"> 83 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath>85 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath> 84 86 </Reference> 85 87 <Reference Include="HeuristicLab.Optimization.Views-3.3"> 86 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Optimization.Views-3.3.dll</HintPath>88 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization.Views-3.3.dll</HintPath> 87 89 </Reference> 88 90 <Reference Include="HeuristicLab.Persistence-3.3"> 89 < SpecificVersion>False</SpecificVersion>91 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath> 90 92 </Reference> 91 93 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 92 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>94 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 93 95 </Reference> 94 96 <Reference Include="System" /> -
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Experiment/3.3/HeuristicLab.Hive.Experiment-3.3.csproj
r4171 r4296 56 56 <ItemGroup> 57 57 <Reference Include="HeuristicLab.Collections-3.3"> 58 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>58 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath> 59 59 </Reference> 60 60 <Reference Include="HeuristicLab.Common-3.3"> 61 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>61 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath> 62 62 </Reference> 63 63 <Reference Include="HeuristicLab.Common.Resources-3.3"> 64 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>64 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath> 65 65 </Reference> 66 66 <Reference Include="HeuristicLab.Core-3.3"> 67 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>67 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath> 68 68 </Reference> 69 69 <Reference Include="HeuristicLab.Data-3.3"> 70 <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath> 71 </Reference> 72 <Reference Include="HeuristicLab.DataAccess-3.3"> 73 <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.DataAccess-3.3.dll</HintPath> 70 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath> 74 71 </Reference> 75 72 <Reference Include="HeuristicLab.Optimization-3.3"> 76 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath>73 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath> 77 74 </Reference> 78 75 <Reference Include="HeuristicLab.Persistence-3.3"> 79 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>76 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath> 80 77 </Reference> 81 78 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 82 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>79 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 83 80 </Reference> 84 <Reference Include="HeuristicLab.Tracing-3.3" /> 81 <Reference Include="HeuristicLab.Tracing-3.3"> 82 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Tracing-3.3.dll</HintPath> 83 </Reference> 85 84 <Reference Include="System" /> 86 85 <Reference Include="System.Core" /> … … 119 118 </ItemGroup> 120 119 <ItemGroup> 120 <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.3\HeuristicLab.DataAccess-3.3.csproj"> 121 <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project> 122 <Name>HeuristicLab.DataAccess-3.3</Name> 123 </ProjectReference> 121 124 <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.3\HeuristicLab.Hive.Contracts-3.3.csproj"> 122 125 <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project> -
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.JobBase/3.3/HeuristicLab.Hive.JobBase-3.3.csproj
r4171 r4296 91 91 </PropertyGroup> 92 92 <ItemGroup> 93 <Reference Include="HeuristicLab.Collections-3.3" />94 <Reference Include="HeuristicLab.Common-3.3" />95 93 <Reference Include="HeuristicLab.Core-3.3"> 96 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>94 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath> 97 95 </Reference> 98 96 <Reference Include="HeuristicLab.Persistence-3.3"> 99 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>97 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath> 100 98 </Reference> 101 99 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 102 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>100 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 103 101 </Reference> 104 102 <Reference Include="System" /> -
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server.Console/3.3/HeuristicLab.Hive.Server.Console-3.3.csproj
r4171 r4296 79 79 <ItemGroup> 80 80 <Reference Include="HeuristicLab.Common-3.3"> 81 <HintPath> ..\..\HeuristicLab.Hive.JobBase\3.3\bin\Debug\HeuristicLab.Common-3.3.dll</HintPath>81 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath> 82 82 </Reference> 83 83 <Reference Include="HeuristicLab.Core-3.3"> 84 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>84 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath> 85 85 </Reference> 86 86 <Reference Include="HeuristicLab.Persistence-3.3"> 87 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>87 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath> 88 88 </Reference> 89 89 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 90 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>90 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 91 91 </Reference> 92 92 <Reference Include="HeuristicLab.Tracing-3.3"> 93 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Tracing-3.3.dll</HintPath>93 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Tracing-3.3.dll</HintPath> 94 94 </Reference> 95 95 <Reference Include="System" /> -
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server.Console/3.3/HiveServerConsole.cs
r4263 r4296 82 82 IPAddress ipAdress = IPAddress.Parse(tbIp.Text); 83 83 int port = int.Parse(tbPort.Text); 84 ServiceLocator.Address = tbIp.Text.Replace(" ", ""); 85 ServiceLocator.Port = tbPort.Text; 86 IServerConsoleFacade scf = ServiceLocator.GetServerConsoleFacade(); 84 IServerConsoleFacade scf; 87 85 Response resp; 88 86 try { … … 90 88 this.Cursor = Cursors.WaitCursor; 91 89 t.Start(); 92 resp = scf.Login(tbUserName.Text, tbPwd.Text); 90 91 ServiceLocator.Address = tbIp.Text.Replace(" ", ""); 92 ServiceLocator.Port = tbPort.Text; 93 ServiceLocator.Username = tbUserName.Text; 94 ServiceLocator.Password = tbPwd.Text; 95 scf = ServiceLocator.GetServerConsoleFacade(); 96 97 resp = scf.Login(); 93 98 t.Abort(); 94 99 this.Cursor = Cursors.Default; -
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server.Console/3.3/ServiceLocator.cs
r4267 r4296 14 14 internal static string Address { get; set; } 15 15 internal static string Port { get; set; } 16 internal static string Username { get; set; } 17 // [chn] TODO: Don't store plaintext password in memory! 18 internal static string Password { get; set; } 16 19 17 20 internal static ISlaveManager GetSlaveManager() { … … 24 27 25 28 internal static IServerConsoleFacade GetServerConsoleFacade() { 26 if (serverConsoleFacade == null && 27 Address != String.Empty && 28 Port != String.Empty) { 29 if (serverConsoleFacade == null && Address != String.Empty && Port != String.Empty) { 30 //ChannelFactory<IServerConsoleFacade> factory = 31 // new ChannelFactory<IServerConsoleFacade>( 32 // WcfSettings.GetBinding(), 33 // new EndpointAddress("net.tcp://" + Address + ":" + Port + "/HiveServerConsole/ServerConsoleFacade")); 29 34 30 35 ChannelFactory<IServerConsoleFacade> factory = 31 36 new ChannelFactory<IServerConsoleFacade>( 32 37 WcfSettings.GetBinding(), 33 new EndpointAddress("net.tcp://" + Address + ":" + Port + "/HiveServerConsole/ServerConsoleFacade")); 34 38 new EndpointAddress("http://" + Address + ":" + Port + "/HiveServerConsole")); 39 40 factory.Credentials.UserName.UserName = Username; 41 factory.Credentials.UserName.Password = Password; 35 42 serverConsoleFacade = factory.CreateChannel(); 36 43 ((ICommunicationObject)serverConsoleFacade).Faulted += ServiceLocator_Faulted; 37 44 } 38 39 45 return serverConsoleFacade; 40 46 } … … 49 55 serverConsoleFacade = null; 50 56 } 57 51 58 } 52 59 } -
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server.Core/3.3/Facades/ServerConsoleFacade.cs
r4289 r4296 27 27 using HeuristicLab.Hive.Contracts.BusinessObjects; 28 28 using HeuristicLab.Hive.Contracts; 29 using HeuristicLab.Security.Contracts.Interfaces;30 29 using HeuristicLab.Hive.Server.Core.InternalInterfaces; 31 30 using System.ServiceModel; -
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server.Core/3.3/HeuristicLab.Hive.Server.Core-3.3.csproj
r4289 r4296 78 78 <ItemGroup> 79 79 <Reference Include="HeuristicLab.Collections-3.3"> 80 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>80 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath> 81 81 </Reference> 82 82 <Reference Include="HeuristicLab.Common-3.3"> 83 <HintPath> ..\..\HeuristicLab.Hive.JobBase\3.3\bin\Debug\HeuristicLab.Common-3.3.dll</HintPath>83 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath> 84 84 </Reference> 85 85 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 86 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>86 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 87 87 </Reference> 88 88 <Reference Include="HeuristicLab.Tracing-3.3"> 89 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Tracing-3.3.dll</HintPath>89 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Tracing-3.3.dll</HintPath> 90 90 </Reference> 91 91 <Reference Include="System" /> … … 114 114 </ItemGroup> 115 115 <ItemGroup> 116 <Compile Include="Authorization\HivePermissions.cs" />117 <Compile Include="Authorization\PermissionCollection.cs" />118 <Compile Include="Authorization\PermissionContext.cs" />119 <Compile Include="Authorization\PermissionException.cs" />120 <Compile Include="Authorization\Policy.cs" />121 <Compile Include="Authorization\PolicyCollection.cs" />122 116 <Compile Include="CreateHiveDatabaseApplication.cs" /> 123 117 <Compile Include="SlaveCommunicator.cs" /> … … 127 121 <Compile Include="DefaultScheduler.cs" /> 128 122 <Compile Include="Facades\ExecutionEngineFacade.cs" /> 129 <Compile Include="Authorization\HivePermissionManager.cs" />130 123 <Compile Include="HeuristicLabHiveServerCorePlugin.cs" /> 131 124 <Compile Include="InternalInterfaces\IHivePermissionManager.cs" /> … … 150 143 </None> 151 144 <None Include="HeuristicLab.snk" /> 152 <EmbeddedResource Include="Authorization\HivePermissionSet.xsd">153 <CopyToOutputDirectory>Always</CopyToOutputDirectory>154 </EmbeddedResource>155 145 <None Include="Properties\AssemblyInfo.frame" /> 156 146 <None Include="Properties\Settings.settings"> … … 158 148 <LastGenOutput>Settings.Designer.cs</LastGenOutput> 159 149 </None> 160 </ItemGroup>161 <ItemGroup>162 <EmbeddedResource Include="Authorization\HivePermissionSet.xml">163 <CopyToOutputDirectory>Always</CopyToOutputDirectory>164 </EmbeddedResource>165 </ItemGroup>166 <ItemGroup>167 <EmbeddedResource Include="Authorization\HivePermissionPolicy.xml">168 <CopyToOutputDirectory>Always</CopyToOutputDirectory>169 </EmbeddedResource>170 150 </ItemGroup> 171 151 <ItemGroup> … … 186 166 <Name>HeuristicLab.Hive.Server.LINQDataAccess-3.3</Name> 187 167 </ProjectReference> 188 <ProjectReference Include="..\..\HeuristicLab.Security.Contracts\3.3\HeuristicLab.Security.Contracts-3.3.csproj"> 189 <Project>{D59E852C-F205-4647-8C05-EB9ED1CF44E9}</Project> 190 <Name>HeuristicLab.Security.Contracts-3.3</Name> 191 </ProjectReference> 168 </ItemGroup> 169 <ItemGroup> 170 <Folder Include="Authorization\" /> 192 171 </ItemGroup> 193 172 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> -
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server.Core/3.3/HeuristicLabHiveServerCorePlugin.cs
r4171 r4296 34 34 [PluginDependency("HeuristicLab.Hive.Server.DataAccess", "3.3")] 35 35 [PluginDependency("HeuristicLab.Hive.Server.LINQDataAccess", "3.3")] 36 [PluginDependency("HeuristicLab.Security.Contracts", "3.3")]37 36 [PluginDependency("HeuristicLab.Tracing", "3.3")] 38 37 public class HeuristicLabHiveServerCorePlugin : PluginBase { -
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server.Core/3.3/ServiceLocator.cs
r4254 r4296 29 29 using HeuristicLab.DataAccess.Interfaces; 30 30 using System.Data.SqlClient; 31 using HeuristicLab.Security.Contracts.Interfaces;32 31 33 32 namespace HeuristicLab.Hive.Server.Core { … … 48 47 private static IScheduler scheduler = null; 49 48 50 private static IPermissionManager permManager = null;49 //private static IPermissionManager permManager = null; 51 50 52 51 private static IHivePermissionManager hivePermManager = null; … … 134 133 /// </summary> 135 134 /// <returns></returns> 136 [MethodImpl(MethodImplOptions.Synchronized)]137 public static IPermissionManager GetPermissionManager() {138 if (permManager == null)139 permManager = ApplicationManager.Manager.GetInstances<IPermissionManager>().First();140 return permManager;135 //[MethodImpl(MethodImplOptions.Synchronized)] 136 //public static IPermissionManager GetPermissionManager() { 137 // if (permManager == null) 138 // permManager = ApplicationManager.Manager.GetInstances<IPermissionManager>().First(); 139 // return permManager; 141 140 142 }141 //} 143 142 144 143 /// <summary> -
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server.DataAccess/3.3/HeuristicLab.Hive.Server.DataAccess-3.3.csproj
r4267 r4296 122 122 <ItemGroup> 123 123 <Reference Include="HeuristicLab.Common-3.3"> 124 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>124 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath> 125 125 </Reference> 126 126 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 127 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>127 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 128 128 </Reference> 129 129 <Reference Include="System" /> -
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server.LINQDataAccess/3.3/HeuristicLab.Hive.Server.LINQDataAccess-3.3.csproj
r4267 r4296 78 78 <ItemGroup> 79 79 <Reference Include="HeuristicLab.Common-3.3"> 80 <HintPath> ..\..\HeuristicLab.Hive.JobBase\3.3\bin\Debug\HeuristicLab.Common-3.3.dll</HintPath>80 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath> 81 81 </Reference> 82 82 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 83 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>83 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 84 84 </Reference> 85 85 <Reference Include="HeuristicLab.Tracing-3.3"> 86 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Tracing-3.3.dll</HintPath>86 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Tracing-3.3.dll</HintPath> 87 87 </Reference> 88 88 <Reference Include="System" /> -
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server/3.3/HeuristicLab.Hive.Server-3.3.csproj
r4285 r4296 79 79 <ItemGroup> 80 80 <Reference Include="HeuristicLab.Common.Resources-3.3"> 81 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>81 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath> 82 82 </Reference> 83 83 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 84 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>84 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 85 85 </Reference> 86 86 <Reference Include="HeuristicLab.Tracing-3.3"> 87 <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Tracing-3.3.dll</HintPath> 88 </Reference> 89 <Reference Include="Spring.Aop"> 90 <HintPath>..\..\HeuristicLab.ExtLibs\HeuristicLab.SpringNET\1.3.0\Spring.Aop.dll</HintPath> 91 </Reference> 92 <Reference Include="Spring.Core"> 93 <HintPath>..\..\HeuristicLab.ExtLibs\HeuristicLab.SpringNET\1.3.0\Spring.Core.dll</HintPath> 94 </Reference> 95 <Reference Include="Spring.Services"> 96 <HintPath>..\..\HeuristicLab.ExtLibs\HeuristicLab.SpringNET\1.3.0\Spring.Services.dll</HintPath> 87 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Tracing-3.3.dll</HintPath> 97 88 </Reference> 98 89 <Reference Include="System" /> -
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Slave.Common/3.3/HeuristicLab.Hive.Slave.Common-3.3.csproj
r4253 r4296 93 93 <ItemGroup> 94 94 <Reference Include="HeuristicLab.Common-3.3"> 95 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>95 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath> 96 96 </Reference> 97 97 <Reference Include="HeuristicLab.Core-3.3"> 98 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>98 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath> 99 99 </Reference> 100 100 <Reference Include="HeuristicLab.Persistence-3.3"> 101 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>101 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath> 102 102 </Reference> 103 103 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 104 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>104 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 105 105 </Reference> 106 106 <Reference Include="System" /> -
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Slave.Communication/3.3/HeuristicLab.Hive.Slave.Communication-3.3.csproj
r4289 r4296 77 77 <ItemGroup> 78 78 <Reference Include="HeuristicLab.Common-3.3"> 79 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>79 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath> 80 80 </Reference> 81 81 <Reference Include="HeuristicLab.Core-3.3"> 82 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>82 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath> 83 83 </Reference> 84 84 <Reference Include="HeuristicLab.DataAccess-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" /> 85 85 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 86 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>86 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 87 87 </Reference> 88 88 <Reference Include="HeuristicLab.Tracing-3.3"> 89 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Tracing-3.3.dll</HintPath>89 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Tracing-3.3.dll</HintPath> 90 90 </Reference> 91 91 <Reference Include="System" /> -
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Slave.Console/3.3/HeuristicLab.Hive.Slave.Console-3.3.csproj
r4253 r4296 78 78 </PropertyGroup> 79 79 <ItemGroup> 80 <Reference Include="HeuristicLab.Calendar-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />81 80 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 82 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>81 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 83 82 </Reference> 84 83 <Reference Include="System" /> … … 163 162 </ItemGroup> 164 163 <ItemGroup> 164 <ProjectReference Include="..\..\HeuristicLab.Calendar\3.3\HeuristicLab.Calendar-3.3.csproj"> 165 <Project>{D17A4D6A-4CAA-4470-8A19-F42463C021FD}</Project> 166 <Name>HeuristicLab.Calendar-3.3</Name> 167 </ProjectReference> 165 168 <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.3\HeuristicLab.Hive.Contracts-3.3.csproj"> 166 169 <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project> … … 169 172 </ItemGroup> 170 173 <ItemGroup> 171 <None Include="Resources\Error.png" />172 </ItemGroup>173 <ItemGroup>174 <None Include="Resources\Info.png" />175 174 <None Include="Service References\SlaveService\HeuristicLab.Calendar.xsd"> 176 175 <SubType>Designer</SubType> … … 216 215 <ItemGroup> 217 216 <None Include="Properties\DataSources\Calendar.Appointment.datasource" /> 218 <None Include="Resources\shutdown-icon.png" />219 217 </ItemGroup> 220 218 <ItemGroup> -
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Slave.Core/3.3/HeuristicLab.Hive.Slave.Core-3.3.csproj
r4292 r4296 76 76 </PropertyGroup> 77 77 <ItemGroup> 78 <Reference Include="HeuristicLab.Calendar-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />79 78 <Reference Include="HeuristicLab.Common-3.3"> 80 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>79 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath> 81 80 </Reference> 82 <Reference Include="HeuristicLab.Core-3.3" /> 83 <Reference Include="HeuristicLab.DataAccess-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" /> 81 <Reference Include="HeuristicLab.Core-3.3"> 82 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath> 83 </Reference> 84 84 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 85 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>85 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 86 86 </Reference> 87 87 <Reference Include="HeuristicLab.Tracing-3.3"> 88 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Tracing-3.3.dll</HintPath>88 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Tracing-3.3.dll</HintPath> 89 89 </Reference> 90 90 <Reference Include="System" /> … … 146 146 </ItemGroup> 147 147 <ItemGroup> 148 <ProjectReference Include="..\..\HeuristicLab.Calendar\3.3\HeuristicLab.Calendar-3.3.csproj"> 149 <Project>{D17A4D6A-4CAA-4470-8A19-F42463C021FD}</Project> 150 <Name>HeuristicLab.Calendar-3.3</Name> 151 </ProjectReference> 152 <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.3\HeuristicLab.DataAccess-3.3.csproj"> 153 <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project> 154 <Name>HeuristicLab.DataAccess-3.3</Name> 155 </ProjectReference> 148 156 <ProjectReference Include="..\..\HeuristicLab.Hive.Slave.Common\3.3\HeuristicLab.Hive.Slave.Common-3.3.csproj"> 149 157 <Project>{89F4BC52-C174-481E-9BD2-3814171020E8}</Project> -
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Slave.ExecutionEngine/3.3/HeuristicLab.Hive.Slave.ExecutionEngine-3.3.csproj
r4253 r4296 77 77 <ItemGroup> 78 78 <Reference Include="HeuristicLab.Common-3.3"> 79 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>79 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath> 80 80 </Reference> 81 <Reference Include="HeuristicLab.Core-3.3" /> 81 <Reference Include="HeuristicLab.Core-3.3" > 82 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath> 83 </Reference> 82 84 <Reference Include="HeuristicLab.Persistence-3.3"> 83 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>85 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath> 84 86 </Reference> 85 87 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 86 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>88 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 87 89 </Reference> 88 90 <Reference Include="System" /> -
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Tracing/3.3/HeuristicLab.Hive.Tracing-3.3.csproj
r4171 r4296 37 37 </Reference> 38 38 <Reference Include="HeuristicLab.Tracing-3.3"> 39 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Tracing-3.3.dll</HintPath>39 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Tracing-3.3.dll</HintPath> 40 40 </Reference> 41 41 <Reference Include="log4net"> 42 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\log4net.dll</HintPath>42 <HintPath>C:\Program Files\HeuristicLab 3.3\log4net.dll</HintPath> 43 43 </Reference> 44 44 <Reference Include="System" /> -
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive/3.3/CustomPostBuild.cmd
r4107 r4296 1 set target=C:\Program me\HeuristicLab 3.31 set target=C:\Program Files\HeuristicLab 3.3 2 2 3 3 ;copy "HeuristicLab 3.3.exe" "%target%" … … 6 6 7 7 FOR /F "skip=1 tokens=1-2 delims=: usebackq" %%G IN ("%ProjectDir%\Files.txt") DO copy "%SolutionDir%\%%G\%Outdir%\%%H" "%target%" >nul 8 9 8 10 9 echo "Platform: %Platform%, architecture: %PROCESSOR_ARCHITECTURE%" -
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive/3.3/Files.txt
r4285 r4296 19 19 20 20 HeuristicLab.Hive.Server\3.3:HeuristicLab.Hive.Server-3.3.dll 21 ;HeuristicLab.Hive.Server.ADODataAccess\3.3:HeuristicLab.Hive.Server.ADODataAccess-3.3.dll22 21 HeuristicLab.Hive.Server.Console\3.3:HeuristicLab.Hive.Server.Console-3.3.dll 23 HeuristicLab.Hive.Server.Core\3.3:Authorization\*.xml24 22 HeuristicLab.Hive.Server.Core\3.3:HeuristicLab.Hive.Contracts-3.3.dll 25 23 HeuristicLab.Hive.Server.Core\3.3:HeuristicLab.Hive.Server.Core-3.3.dll … … 30 28 HeuristicLab.Hive.Tracing\3.3:HeuristicLab.Hive.Tracing-3.3.dll 31 29 HeuristicLab.Hive.Tracing\3.3:HeuristicLab.Hive.log4net.xml 32 33 HeuristicLab.Security.ADODataAccess\3.3:HeuristicLab.Security.ADODataAccess-3.3.dll34 HeuristicLab.Security.Contracts\3.3:HeuristicLab.Security.Contracts-3.3.dll35 HeuristicLab.Security.Core\3.3:HeuristicLab.Security.Core-3.3.dll36 HeuristicLab.Security.DataAccess\3.3:HeuristicLab.Security.DataAccess-3.3.dll37 ;HeuristicLab.Security.Server\3.3:HeuristicLab.Security.Server-3.3.dll38 -
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive/3.3/HeuristicLab.Hive-3.3.csproj
r4170 r4296 52 52 <ItemGroup> 53 53 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 54 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>54 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 55 55 </Reference> 56 56 <Reference Include="System" /> -
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Security.ADODataAccess/3.3/HeuristicLab.Security.ADODataAccess-3.3.csproj
r4171 r4296 160 160 <ItemGroup> 161 161 <Reference Include="HeuristicLab.Common-3.3"> 162 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>162 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath> 163 163 </Reference> 164 164 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 165 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>165 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 166 166 </Reference> 167 167 <Reference Include="HeuristicLab.Security.DataAccess-3.3"> 168 <HintPath> ..\..\HeuristicLab.Security.DataAccess\3.3\bin\Debug\HeuristicLab.Security.DataAccess-3.3.dll</HintPath>168 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Security.DataAccess-3.3.dll</HintPath> 169 169 </Reference> 170 170 <Reference Include="System" /> -
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Security.Contracts/3.3/HeuristicLab.Security.Contracts-3.3.csproj
r4171 r4296 114 114 <ItemGroup> 115 115 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 116 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>116 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 117 117 </Reference> 118 118 <Reference Include="System" /> -
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Security.Core/3.3/HeuristicLab.Security.Core-3.3.csproj
r4171 r4296 92 92 <ItemGroup> 93 93 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 94 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>94 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 95 95 </Reference> 96 96 <Reference Include="System" /> -
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Security.DataAccess/3.3/HeuristicLab.Security.DataAccess-3.3.csproj
r4171 r4296 122 122 <ItemGroup> 123 123 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 124 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>124 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 125 125 </Reference> 126 126 </ItemGroup> -
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Security.Server/3.3/HeuristicLab.Security.Server-3.3.csproj
r4171 r4296 92 92 <ItemGroup> 93 93 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 94 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>94 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 95 95 </Reference> 96 96 <Reference Include="System" />
Note: See TracChangeset
for help on using the changeset viewer.