Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1233

  • changed relationship between Job and HiveExperiment. There is no more HiveExperiment.RootJobId, instead there is Job.HiveExperimentId.
  • One HiveExperiment can now have multiple Experiments.
  • TreeView supports multiple root nodes
  • HiveEngine creates a HiveExperiment for each set of jobs, so jobs cannot be without an parent experiment anymore (no more loose jobs)
  • updated ExperimentManager binaries
File size: 17.8 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>{E1D6C801-892A-406A-B606-F158E36DD3C3}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Clients.Hive.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Clients.Hive.Views-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.Views-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.Views-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="Calendar.DayView">
74      <HintPath>C:\Program Files\HeuristicLab 3.3\Calendar.DayView.dll</HintPath>
75    </Reference>
76    <Reference Include="HeuristicLab.Clients.Hive.Views-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
77    <Reference Include="HeuristicLab.Collections-3.3">
78      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>
79    </Reference>
80    <Reference Include="HeuristicLab.Common-3.3">
81      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
82    </Reference>
83    <Reference Include="HeuristicLab.Common.Resources-3.3">
84      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>
85    </Reference>
86    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
87      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
88    </Reference>
89    <Reference Include="HeuristicLab.Core.Views-3.3">
90      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core.Views-3.3.dll</HintPath>
91    </Reference>
92    <Reference Include="HeuristicLab.Data-3.3">
93      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath>
94    </Reference>
95    <Reference Include="HeuristicLab.MainForm-3.3">
96      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm-3.3.dll</HintPath>
97    </Reference>
98    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
99      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
100    </Reference>
101    <Reference Include="HeuristicLab.Optimization-3.3">
102      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath>
103    </Reference>
104    <Reference Include="HeuristicLab.Optimizer-3.3">
105      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Optimizer-3.3.dll</HintPath>
106    </Reference>
107    <Reference Include="HeuristicLab.Persistence-3.3">
108      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
109    </Reference>
110    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
111      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
112    </Reference>
113    <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3">
114      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath>
115    </Reference>
116    <Reference Include="System" />
117    <Reference Include="System.Core" />
118    <Reference Include="System.Drawing" />
119    <Reference Include="System.Runtime.Serialization" />
120    <Reference Include="System.Windows.Forms" />
121    <Reference Include="System.Windows.Forms.DataVisualization" />
122    <Reference Include="System.Xml.Linq" />
123    <Reference Include="System.Data.DataSetExtensions" />
124    <Reference Include="System.Data" />
125    <Reference Include="System.Xml" />
126  </ItemGroup>
127  <ItemGroup>
128    <Compile Include="Administration\HiveAppointment.cs" />
129    <Compile Include="Administration\Recurrence.cs">
130      <SubType>Form</SubType>
131    </Compile>
132    <Compile Include="Administration\Recurrence.designer.cs">
133      <DependentUpon>Recurrence.cs</DependentUpon>
134    </Compile>
135    <Compile Include="Administration\RecurrentEvent.cs" />
136    <Compile Include="Administration\ResourcesView.cs">
137      <SubType>UserControl</SubType>
138    </Compile>
139    <Compile Include="Administration\ResourcesView.Designer.cs">
140      <DependentUpon>ResourcesView.cs</DependentUpon>
141    </Compile>
142    <Compile Include="Administration\ScheduleView.cs">
143      <SubType>UserControl</SubType>
144    </Compile>
145    <Compile Include="Administration\ScheduleView.Designer.cs">
146      <DependentUpon>ScheduleView.cs</DependentUpon>
147    </Compile>
148    <Compile Include="Administration\SlaveView.cs">
149      <SubType>UserControl</SubType>
150    </Compile>
151    <Compile Include="Administration\SlaveView.Designer.cs">
152      <DependentUpon>SlaveView.cs</DependentUpon>
153    </Compile>
154    <Compile Include="Common\UpdateControl.cs">
155      <SubType>UserControl</SubType>
156    </Compile>
157    <Compile Include="Common\UpdateControl.Designer.cs">
158      <DependentUpon>UpdateControl.cs</DependentUpon>
159    </Compile>
160    <Compile Include="ExperimentManager\HiveExperimentView.cs">
161      <SubType>UserControl</SubType>
162    </Compile>
163    <Compile Include="ExperimentManager\HiveExperimentView.Designer.cs">
164      <DependentUpon>HiveExperimentView.cs</DependentUpon>
165    </Compile>
166    <Compile Include="ExperimentManager\HiveItemView.cs">
167      <SubType>UserControl</SubType>
168    </Compile>
169    <Compile Include="ExperimentManager\HiveItemView.Designer.cs">
170      <DependentUpon>HiveItemView.cs</DependentUpon>
171    </Compile>
172    <Compile Include="ExperimentManager\StateLogListList.cs" />
173    <Compile Include="ExperimentManager\ItemTreeView.cs">
174      <SubType>UserControl</SubType>
175    </Compile>
176    <Compile Include="ExperimentManager\ItemTreeView.designer.cs">
177      <DependentUpon>ItemTreeView.cs</DependentUpon>
178    </Compile>
179    <Compile Include="ExperimentManager\StateLogGanttChartListView.cs">
180      <SubType>UserControl</SubType>
181    </Compile>
182    <Compile Include="ExperimentManager\StateLogGanttChartListView.designer.cs">
183      <DependentUpon>StateLogGanttChartListView.cs</DependentUpon>
184    </Compile>
185    <Compile Include="ExperimentManager\GanttChart.cs">
186      <SubType>UserControl</SubType>
187    </Compile>
188    <Compile Include="ExperimentManager\GanttChart.Designer.cs">
189      <DependentUpon>GanttChart.cs</DependentUpon>
190    </Compile>
191    <Compile Include="ExperimentManager\StateLogGanttChartView.cs">
192      <SubType>UserControl</SubType>
193    </Compile>
194    <Compile Include="ExperimentManager\StateLogGanttChartView.designer.cs">
195      <DependentUpon>StateLogGanttChartView.cs</DependentUpon>
196    </Compile>
197    <Compile Include="ExperimentManager\StateLogList.cs" />
198    <Compile Include="ExperimentManager\StateLogListView.cs">
199      <SubType>UserControl</SubType>
200    </Compile>
201    <Compile Include="ExperimentManager\StateLogListView.designer.cs">
202      <DependentUpon>StateLogListView.cs</DependentUpon>
203    </Compile>
204    <Compile Include="ExperimentManager\StateLogView.cs">
205      <SubType>UserControl</SubType>
206    </Compile>
207    <Compile Include="ExperimentManager\StateLogView.designer.cs">
208      <DependentUpon>StateLogView.cs</DependentUpon>
209    </Compile>
210    <Compile Include="ExperimentManager\HiveExperimentManagerView.cs">
211      <SubType>UserControl</SubType>
212    </Compile>
213    <Compile Include="ExperimentManager\HiveExperimentManagerView.Designer.cs">
214      <DependentUpon>HiveExperimentManagerView.cs</DependentUpon>
215    </Compile>
216    <Compile Include="HiveImageLibrary.Designer.cs">
217      <AutoGen>True</AutoGen>
218      <DesignTime>True</DesignTime>
219      <DependentUpon>HiveImageLibrary.resx</DependentUpon>
220    </Compile>
221    <Compile Include="Properties\Resources.Designer.cs">
222      <AutoGen>True</AutoGen>
223      <DesignTime>True</DesignTime>
224      <DependentUpon>Resources.resx</DependentUpon>
225    </Compile>
226    <None Include="HeuristicLabClientsHiveViewsPlugin.cs.frame" />
227    <Compile Include="Administration\HiveAdministrationView.cs">
228      <SubType>UserControl</SubType>
229    </Compile>
230    <Compile Include="Administration\HiveAdministrationView.Designer.cs">
231      <DependentUpon>HiveAdministrationView.cs</DependentUpon>
232    </Compile>
233    <Compile Include="Administration\MenuItems\AdministrationMenuItem.cs" />
234    <Compile Include="ExperimentManager\HiveExperimentListView.cs">
235      <SubType>UserControl</SubType>
236    </Compile>
237    <Compile Include="ExperimentManager\HiveExperimentListView.Designer.cs">
238      <DependentUpon>HiveExperimentListView.cs</DependentUpon>
239    </Compile>
240    <Compile Include="ExperimentManager\HiveJobListView.cs">
241      <SubType>UserControl</SubType>
242    </Compile>
243    <Compile Include="ExperimentManager\HiveJobListView.designer.cs">
244      <DependentUpon>HiveJobListView.cs</DependentUpon>
245    </Compile>
246    <Compile Include="ExperimentManager\HiveJobView.cs">
247      <SubType>UserControl</SubType>
248    </Compile>
249    <Compile Include="ExperimentManager\HiveJobView.designer.cs">
250      <DependentUpon>HiveJobView.cs</DependentUpon>
251    </Compile>
252    <Compile Include="ExperimentManager\MenuItems\ExperimentManagerMenuItem.cs" />
253    <Compile Include="HeuristicLabClientsHiveViewsPlugin.cs" />
254    <Compile Include="Progress\ProgressView.cs">
255      <SubType>UserControl</SubType>
256    </Compile>
257    <Compile Include="Progress\ProgressView.designer.cs">
258      <DependentUpon>ProgressView.cs</DependentUpon>
259    </Compile>
260    <Compile Include="Properties\AssemblyInfo.cs" />
261    <None Include="Properties\AssemblyInfo.cs.frame" />
262  </ItemGroup>
263  <ItemGroup>
264    <None Include="HeuristicLab.snk" />
265  </ItemGroup>
266  <ItemGroup>
267    <EmbeddedResource Include="Administration\HiveAdministrationView.resx">
268      <DependentUpon>HiveAdministrationView.cs</DependentUpon>
269    </EmbeddedResource>
270    <EmbeddedResource Include="Administration\Recurrence.resx">
271      <DependentUpon>Recurrence.cs</DependentUpon>
272    </EmbeddedResource>
273    <EmbeddedResource Include="Administration\ResourcesView.resx">
274      <DependentUpon>ResourcesView.cs</DependentUpon>
275    </EmbeddedResource>
276    <EmbeddedResource Include="Administration\ScheduleView.resx">
277      <DependentUpon>ScheduleView.cs</DependentUpon>
278    </EmbeddedResource>
279    <EmbeddedResource Include="Administration\SlaveView.resx">
280      <DependentUpon>SlaveView.cs</DependentUpon>
281    </EmbeddedResource>
282    <EmbeddedResource Include="Common\UpdateControl.resx">
283      <DependentUpon>UpdateControl.cs</DependentUpon>
284    </EmbeddedResource>
285    <EmbeddedResource Include="ExperimentManager\HiveExperimentView.resx">
286      <DependentUpon>HiveExperimentView.cs</DependentUpon>
287    </EmbeddedResource>
288    <EmbeddedResource Include="ExperimentManager\ItemTreeView.resx">
289      <DependentUpon>ItemTreeView.cs</DependentUpon>
290    </EmbeddedResource>
291    <EmbeddedResource Include="ExperimentManager\StateLogGanttChartListView.resx">
292      <DependentUpon>StateLogGanttChartListView.cs</DependentUpon>
293    </EmbeddedResource>
294    <EmbeddedResource Include="ExperimentManager\GanttChart.resx">
295      <DependentUpon>GanttChart.cs</DependentUpon>
296    </EmbeddedResource>
297    <EmbeddedResource Include="ExperimentManager\StateLogGanttChartView.resx">
298      <DependentUpon>StateLogGanttChartView.cs</DependentUpon>
299    </EmbeddedResource>
300    <EmbeddedResource Include="ExperimentManager\StateLogView.resx">
301      <DependentUpon>StateLogView.cs</DependentUpon>
302    </EmbeddedResource>
303    <EmbeddedResource Include="ExperimentManager\HiveExperimentManagerView.resx">
304      <DependentUpon>HiveExperimentManagerView.cs</DependentUpon>
305      <SubType>Designer</SubType>
306    </EmbeddedResource>
307    <EmbeddedResource Include="ExperimentManager\HiveJobView.resx">
308      <DependentUpon>HiveJobView.cs</DependentUpon>
309    </EmbeddedResource>
310    <EmbeddedResource Include="HiveImageLibrary.resx">
311      <Generator>PublicResXFileCodeGenerator</Generator>
312      <LastGenOutput>HiveImageLibrary.Designer.cs</LastGenOutput>
313    </EmbeddedResource>
314    <EmbeddedResource Include="Progress\ProgressView.resx">
315      <DependentUpon>ProgressView.cs</DependentUpon>
316    </EmbeddedResource>
317    <EmbeddedResource Include="Properties\Resources.resx">
318      <Generator>ResXFileCodeGenerator</Generator>
319      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
320    </EmbeddedResource>
321  </ItemGroup>
322  <ItemGroup>
323    <ProjectReference Include="..\..\HeuristicLab.Clients.Hive\3.4\HeuristicLab.Clients.Hive-3.4.csproj">
324      <Project>{B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}</Project>
325      <Name>HeuristicLab.Clients.Hive-3.4</Name>
326    </ProjectReference>
327    <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.DayView\1.0\HeuristicLab.DayView-1.0.csproj">
328      <Project>{02766ECC-D0F5-4115-9ECA-47409167B638}</Project>
329      <Name>HeuristicLab.DayView-1.0</Name>
330    </ProjectReference>
331    <ProjectReference Include="..\..\HeuristicLab.Hive\3.4\HeuristicLab.Hive-3.4.csproj">
332      <Project>{F98A1740-9AC9-4D36-A582-6A2D0D06978D}</Project>
333      <Name>HeuristicLab.Hive-3.4</Name>
334    </ProjectReference>
335    <ProjectReference Include="..\..\HeuristicLab.Services.Hive.Common\3.4\HeuristicLab.Services.Hive.Common-3.4.csproj">
336      <Project>{14424A16-48D4-445E-80BF-DDF617548BBB}</Project>
337      <Name>HeuristicLab.Services.Hive.Common-3.4</Name>
338    </ProjectReference>
339  </ItemGroup>
340  <ItemGroup>
341    <None Include="Images\Monitor.ico" />
342  </ItemGroup>
343  <ItemGroup>
344    <None Include="Images\network_center.ico" />
345  </ItemGroup>
346  <ItemGroup>
347    <None Include="Images\status_anim.gif" />
348  </ItemGroup>
349  <ItemGroup>
350    <WCFMetadata Include="Service References\" />
351  </ItemGroup>
352  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
353  <PropertyGroup>
354    <PostBuildEvent>set ProjectName=$(ProjectName)
355set TargetPath=$(TargetPath)
356call $(SolutionDir)/CopyAssembly.cmd</PostBuildEvent>
357  </PropertyGroup>
358  <PropertyGroup>
359    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
360set ProjectDir=$(ProjectDir)
361set SolutionDir=$(SolutionDir)
362set Outdir=$(Outdir)
363
364call PreBuildEvent.cmd</PreBuildEvent>
365  </PropertyGroup>
366  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
367       Other similar extension points exist, see Microsoft.Common.targets.
368  <Target Name="BeforeBuild">
369  </Target>
370  <Target Name="AfterBuild">
371  </Target>
372  -->
373</Project>
Note: See TracBrowser for help on using the repository browser.