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 @ 6168

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

#1233

  • removed Job-dto objects from slave core (since it stores outdated objects)
  • added command textbox to HiveJobView
  • improved the way the control buttons behave in HiveJobView
  • improved job control (pause and stop is also possible when job is not currently calculating)
  • improved gantt chart view (last state log entry is also displayed)
  • unified code for downloading jobs between experiment manager and hive engine
File size: 11.0 KB
Line 
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>
12    <AssemblyName>HeuristicLab.Clients.Hive-3.4</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <TargetFrameworkProfile />
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>
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>
72  <ItemGroup>
73    <Reference Include="HeuristicLab.Clients.Common-3.3">
74      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Clients.Common-3.3.dll</HintPath>
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">
78      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
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>
82      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>
83    </Reference>
84    <Reference Include="HeuristicLab.Core-3.3">
85      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
86    </Reference>
87    <Reference Include="HeuristicLab.Data-3.3">
88      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath>
89    </Reference>
90    <Reference Include="HeuristicLab.Optimization-3.3">
91      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath>
92    </Reference>
93    <Reference Include="HeuristicLab.Persistence-3.3">
94      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
95    </Reference>
96    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
97      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
98    </Reference>
99    <Reference Include="System" />
100    <Reference Include="System.Configuration" />
101    <Reference Include="System.Core" />
102    <Reference Include="System.Drawing" />
103    <Reference Include="System.Runtime.Remoting" />
104    <Reference Include="System.Runtime.Serialization" />
105    <Reference Include="System.Runtime.Serialization.Formatters.Soap" />
106    <Reference Include="System.ServiceModel" />
107    <Reference Include="System.ServiceModel.Web" />
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>
114    <None Include="app_f005pc.config" />
115    <None Include="app_services.config" />
116    <None Include="app.config" />
117    <None Include="HeuristicLabClientsHivePlugin.cs.frame" />
118    <Compile Include="Administration\HiveAdministrationClient.cs" />
119    <Compile Include="Exceptions\AddJobToHiveException.cs" />
120    <Compile Include="Exceptions\JobResultPollingException.cs" />
121    <Compile Include="Exceptions\OptimizerNotFoundException.cs" />
122    <Compile Include="ExperimentManager\JobDownloader.cs" />
123    <Compile Include="ExperimentManager\ExperimentManagerClient.cs" />
124    <Compile Include="ExperimentManager\HiveJobDownloader.cs" />
125    <Compile Include="ExperimentManager\JobDownloaderException.cs" />
126    <Compile Include="ExperimentManager\TreeView\IItemTree.cs" />
127    <Compile Include="ExperimentManager\TreeView\IItemTreeAction.cs" />
128    <Compile Include="ExperimentManager\OptimizerHiveJob.cs">
129      <SubType>Code</SubType>
130    </Compile>
131    <Compile Include="ExperimentManager\PluginClient.cs" />
132    <Compile Include="Exceptions\ResourceNotFoundException.cs" />
133    <Compile Include="IServiceLocator.cs" />
134    <Compile Include="Jobs\EngineJob.cs" />
135    <Compile Include="Jobs\OptimizerJob.cs" />
136    <Compile Include="HeuristicLabClientsHivePlugin.cs" />
137    <Compile Include="ExperimentManager\HiveJob.cs" />
138    <Compile Include="ExperimentManager\JobResultPoller.cs" />
139    <Compile Include="PersistenceUtil.cs" />
140    <Compile Include="PluginUtil.cs" />
141    <Compile Include="Progress\IProgress.cs" />
142    <Compile Include="Progress\IProgressReporter.cs" />
143    <Compile Include="Progress\Progress.cs" />
144    <Compile Include="Properties\AssemblyInfo.cs" />
145    <None Include="Properties\AssemblyInfo.cs.frame" />
146    <Compile Include="Exceptions\ServiceClientFactoryException.cs" />
147    <Compile Include="ServiceClients\Appointment.cs" />
148    <Compile Include="ServiceClients\HiveItemCollection.cs" />
149    <Compile Include="ServiceClients\IHiveItem.cs" />
150    <Compile Include="ServiceClients\NamedHiveItem.cs" />
151    <Compile Include="ServiceClients\Heartbeat.cs" />
152    <Compile Include="ServiceClients\HiveExperimentPermission.cs" />
153    <Compile Include="ServiceClients\HiveItem.cs" />
154    <Compile Include="ServiceClients\JobData.cs" />
155    <Compile Include="ServiceClients\OperationJob.cs" />
156    <Compile Include="ExperimentManager\RefreshableHiveExperiment.cs" />
157    <Compile Include="ServiceClients\Plugin.cs" />
158    <Compile Include="ServiceClients\PluginData.cs" />
159    <Compile Include="ServiceClients\Resource.cs" />
160    <Compile Include="ServiceClients\StateLog.cs" />
161    <Compile Include="ServiceClients\HiveExperiment.cs" />
162    <Compile Include="ServiceClients\SlaveGroup.cs" />
163    <Compile Include="ServiceClients\Slave.cs" />
164    <Compile Include="ServiceClients\LightweightJob.cs" />
165    <Compile Include="ServiceClients\ExecutorMessageContainer.cs" />
166    <Compile Include="ServiceClients\MessageContainer.cs" />
167    <Compile Include="ServiceClients\HiveServiceClient.cs" />
168    <Compile Include="ServiceClients\Job.cs" />
169    <Compile Include="ServiceLocator.cs" />
170    <Compile Include="Properties\Settings.Designer.cs">
171      <AutoGen>True</AutoGen>
172      <DesignTimeSharedInput>True</DesignTimeSharedInput>
173      <DependentUpon>Settings.settings</DependentUpon>
174    </Compile>
175    <None Include="app_ascheibe.config" />
176    <None Include="HeuristicLab.snk" />
177    <None Include="ServiceClients\GenerateServiceClients.cmd" />
178    <None Include="Properties\Settings.settings">
179      <Generator>PublicSettingsSingleFileGenerator</Generator>
180      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
181    </None>
182  </ItemGroup>
183  <ItemGroup />
184  <ItemGroup>
185    <ProjectReference Include="..\..\HeuristicLab.Hive\3.4\HeuristicLab.Hive-3.4.csproj">
186      <Project>{F98A1740-9AC9-4D36-A582-6A2D0D06978D}</Project>
187      <Name>HeuristicLab.Hive-3.4</Name>
188    </ProjectReference>
189  </ItemGroup>
190  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
191  <PropertyGroup>
192    <PostBuildEvent>set ProjectName=$(ProjectName)
193set TargetPath=$(TargetPath)
194call $(SolutionDir)/CopyAssembly.cmd</PostBuildEvent>
195  </PropertyGroup>
196  <PropertyGroup>
197    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
198set ProjectDir=$(ProjectDir)
199set SolutionDir=$(SolutionDir)
200set Outdir=$(Outdir)
201
202call PreBuildEvent.cmd</PreBuildEvent>
203  </PropertyGroup>
204  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
205       Other similar extension points exist, see Microsoft.Common.targets.
206  <Target Name="BeforeBuild">
207  </Target>
208  <Target Name="AfterBuild">
209  </Target>
210  -->
211</Project>
Note: See TracBrowser for help on using the repository browser.