Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive/3.4/HeuristicLab.Clients.Hive-3.4.csproj @ 6357

Last change on this file since 6357 was 6357, checked in by cneumuel, 13 years ago

#1233

  • refactoring of slave core
  • created JobManager, which is responsible for managing jobs without knowing anything about the service. this class is easier testable than slave core
  • lots of cleanup
  • created console test project for slave
File size: 11.2 KB
RevLine 
[5038]1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6    <ProductVersion>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Clients.Hive</RootNamespace>
[5043]12    <AssemblyName>HeuristicLab.Clients.Hive-3.4</AssemblyName>
[5264]13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
[5038]14    <FileAlignment>512</FileAlignment>
[5264]15    <TargetFrameworkProfile />
[5038]16  </PropertyGroup>
17  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18    <DebugSymbols>true</DebugSymbols>
19    <DebugType>full</DebugType>
20    <Optimize>false</Optimize>
21    <OutputPath>bin\Debug\</OutputPath>
22    <DefineConstants>DEBUG;TRACE</DefineConstants>
23    <ErrorReport>prompt</ErrorReport>
24    <WarningLevel>4</WarningLevel>
25  </PropertyGroup>
26  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27    <DebugType>pdbonly</DebugType>
28    <Optimize>true</Optimize>
29    <OutputPath>bin\Release\</OutputPath>
30    <DefineConstants>TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
33  </PropertyGroup>
34  <PropertyGroup>
35    <SignAssembly>true</SignAssembly>
36  </PropertyGroup>
37  <PropertyGroup>
38    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
39  </PropertyGroup>
[5402]40  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
41    <DebugSymbols>true</DebugSymbols>
42    <OutputPath>bin\x86\Debug\</OutputPath>
43    <DefineConstants>DEBUG;TRACE</DefineConstants>
44    <DebugType>full</DebugType>
45    <PlatformTarget>x86</PlatformTarget>
46    <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Clients.Hive-3.4.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
47    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
48    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
49    <ErrorReport>prompt</ErrorReport>
50    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
51    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
52    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
53    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
54    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
55  </PropertyGroup>
56  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
57    <OutputPath>bin\x86\Release\</OutputPath>
58    <DefineConstants>TRACE</DefineConstants>
59    <Optimize>true</Optimize>
60    <DebugType>pdbonly</DebugType>
61    <PlatformTarget>x86</PlatformTarget>
62    <CodeAnalysisLogFile>bin\Release\HeuristicLab.Clients.Hive-3.4.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
63    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
64    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
65    <ErrorReport>prompt</ErrorReport>
66    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
67    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
68    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
69    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
70    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
71  </PropertyGroup>
[5038]72  <ItemGroup>
73    <Reference Include="HeuristicLab.Clients.Common-3.3">
[5852]74      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Clients.Common-3.3.dll</HintPath>
[5038]75    </Reference>
76    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
77    <Reference Include="HeuristicLab.Common-3.3">
[5852]78      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
[5038]79    </Reference>
80    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
81      <SpecificVersion>False</SpecificVersion>
[5852]82      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>
[5038]83    </Reference>
84    <Reference Include="HeuristicLab.Core-3.3">
[5852]85      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
[5038]86    </Reference>
87    <Reference Include="HeuristicLab.Data-3.3">
[5852]88      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath>
[5038]89    </Reference>
90    <Reference Include="HeuristicLab.Optimization-3.3">
[5852]91      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath>
[5038]92    </Reference>
93    <Reference Include="HeuristicLab.Persistence-3.3">
[5852]94      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
[5038]95    </Reference>
96    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
[5852]97      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
[5038]98    </Reference>
99    <Reference Include="System" />
[5458]100    <Reference Include="System.Configuration" />
[5038]101    <Reference Include="System.Core" />
102    <Reference Include="System.Drawing" />
[5599]103    <Reference Include="System.Runtime.Remoting" />
[5038]104    <Reference Include="System.Runtime.Serialization" />
[5599]105    <Reference Include="System.Runtime.Serialization.Formatters.Soap" />
[5038]106    <Reference Include="System.ServiceModel" />
[5599]107    <Reference Include="System.ServiceModel.Web" />
[5038]108    <Reference Include="System.Xml.Linq" />
109    <Reference Include="System.Data.DataSetExtensions" />
110    <Reference Include="System.Data" />
111    <Reference Include="System.Xml" />
112  </ItemGroup>
113  <ItemGroup>
[6357]114    <Compile Include="ThreadSafeLog.cs" />
[5591]115    <None Include="app_f005pc.config" />
116    <None Include="app_services.config" />
[5541]117    <None Include="app.config" />
[5043]118    <None Include="HeuristicLabClientsHivePlugin.cs.frame" />
[5457]119    <Compile Include="Administration\HiveAdministrationClient.cs" />
[5038]120    <Compile Include="Exceptions\AddJobToHiveException.cs" />
121    <Compile Include="Exceptions\JobResultPollingException.cs" />
122    <Compile Include="Exceptions\OptimizerNotFoundException.cs" />
[6178]123    <Compile Include="ExperimentManager\ConcurrentJobDownloader.cs" />
124    <Compile Include="ExperimentManager\EngineHiveJob.cs" />
[5955]125    <Compile Include="ExperimentManager\ExperimentManagerClient.cs" />
[6200]126    <Compile Include="Exceptions\HiveException.cs" />
[5535]127    <Compile Include="ExperimentManager\HiveJobDownloader.cs" />
[6178]128    <Compile Include="ExperimentManager\ConcurrentJobDownloaderException.cs" />
[6033]129    <Compile Include="ExperimentManager\TreeView\IItemTree.cs" />
130    <Compile Include="ExperimentManager\TreeView\IItemTreeAction.cs" />
131    <Compile Include="ExperimentManager\OptimizerHiveJob.cs">
132      <SubType>Code</SubType>
133    </Compile>
[5062]134    <Compile Include="ExperimentManager\PluginClient.cs" />
[5458]135    <Compile Include="Exceptions\ResourceNotFoundException.cs" />
[5055]136    <Compile Include="IServiceLocator.cs" />
[6111]137    <Compile Include="Jobs\EngineJob.cs" />
[5038]138    <Compile Include="Jobs\OptimizerJob.cs" />
139    <Compile Include="HeuristicLabClientsHivePlugin.cs" />
[6006]140    <Compile Include="ExperimentManager\HiveJob.cs" />
[5062]141    <Compile Include="ExperimentManager\JobResultPoller.cs" />
[5958]142    <Compile Include="PersistenceUtil.cs" />
143    <Compile Include="PluginUtil.cs" />
[5038]144    <Compile Include="Progress\IProgress.cs" />
145    <Compile Include="Progress\IProgressReporter.cs" />
146    <Compile Include="Progress\Progress.cs" />
147    <Compile Include="Properties\AssemblyInfo.cs" />
[5043]148    <None Include="Properties\AssemblyInfo.cs.frame" />
[5038]149    <Compile Include="Exceptions\ServiceClientFactoryException.cs" />
[6178]150    <Compile Include="ScopeExtensions.cs" />
[5614]151    <Compile Include="ServiceClients\Appointment.cs" />
[5955]152    <Compile Include="ServiceClients\HiveItemCollection.cs" />
153    <Compile Include="ServiceClients\IHiveItem.cs" />
[5779]154    <Compile Include="ServiceClients\NamedHiveItem.cs" />
[5614]155    <Compile Include="ServiceClients\Heartbeat.cs" />
156    <Compile Include="ServiceClients\HiveExperimentPermission.cs" />
[5638]157    <Compile Include="ServiceClients\HiveItem.cs" />
[5614]158    <Compile Include="ServiceClients\JobData.cs" />
[6033]159    <Compile Include="ExperimentManager\RefreshableHiveExperiment.cs" />
[5614]160    <Compile Include="ServiceClients\Plugin.cs" />
161    <Compile Include="ServiceClients\PluginData.cs" />
162    <Compile Include="ServiceClients\Resource.cs" />
[5602]163    <Compile Include="ServiceClients\StateLog.cs" />
164    <Compile Include="ServiceClients\HiveExperiment.cs" />
165    <Compile Include="ServiceClients\SlaveGroup.cs" />
166    <Compile Include="ServiceClients\Slave.cs" />
[5599]167    <Compile Include="ServiceClients\LightweightJob.cs" />
168    <Compile Include="ServiceClients\ExecutorMessageContainer.cs" />
169    <Compile Include="ServiceClients\MessageContainer.cs" />
170    <Compile Include="ServiceClients\HiveServiceClient.cs" />
171    <Compile Include="ServiceClients\Job.cs" />
[5038]172    <Compile Include="ServiceLocator.cs" />
173    <Compile Include="Properties\Settings.Designer.cs">
174      <AutoGen>True</AutoGen>
175      <DesignTimeSharedInput>True</DesignTimeSharedInput>
176      <DependentUpon>Settings.settings</DependentUpon>
177    </Compile>
[5541]178    <None Include="app_ascheibe.config" />
[5038]179    <None Include="HeuristicLab.snk" />
180    <None Include="ServiceClients\GenerateServiceClients.cmd" />
181    <None Include="Properties\Settings.settings">
182      <Generator>PublicSettingsSingleFileGenerator</Generator>
183      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
184    </None>
185  </ItemGroup>
[5602]186  <ItemGroup />
[5038]187  <ItemGroup>
[5043]188    <ProjectReference Include="..\..\HeuristicLab.Hive\3.4\HeuristicLab.Hive-3.4.csproj">
[5038]189      <Project>{F98A1740-9AC9-4D36-A582-6A2D0D06978D}</Project>
[5039]190      <Name>HeuristicLab.Hive-3.4</Name>
[5038]191    </ProjectReference>
192  </ItemGroup>
193  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
194  <PropertyGroup>
195    <PostBuildEvent>set ProjectName=$(ProjectName)
196set TargetPath=$(TargetPath)
197call $(SolutionDir)/CopyAssembly.cmd</PostBuildEvent>
198  </PropertyGroup>
[5043]199  <PropertyGroup>
200    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
201set ProjectDir=$(ProjectDir)
202set SolutionDir=$(SolutionDir)
203set Outdir=$(Outdir)
204
205call PreBuildEvent.cmd</PreBuildEvent>
206  </PropertyGroup>
[5038]207  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
208       Other similar extension points exist, see Microsoft.Common.targets.
209  <Target Name="BeforeBuild">
210  </Target>
211  <Target Name="AfterBuild">
212  </Target>
213  -->
214</Project>
Note: See TracBrowser for help on using the repository browser.